diff --git a/README.md b/README.md index 77c3635d40f768..a2391a34e1a574 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ +

- Material UI logo + Material UI logo

Material UI

diff --git a/docs/data/material/components/about-the-lab/about-the-lab.md b/docs/data/material/components/about-the-lab/about-the-lab.md index 5aa917add5104c..3f3cb2d923a341 100644 --- a/docs/data/material/components/about-the-lab/about-the-lab.md +++ b/docs/data/material/components/about-the-lab/about-the-lab.md @@ -24,15 +24,15 @@ To install and save in your `package.json` dependencies, run one of the followin ```bash npm -npm install @mui/lab @mui/material +npm install @mui/lab@next @mui/material@next ``` ```bash pnpm -pnpm add @mui/lab @mui/material +pnpm add @mui/lab@next @mui/material@next ``` ```bash yarn -yarn add @mui/lab @mui/material +yarn add @mui/lab@next @mui/material@next ``` diff --git a/docs/data/material/components/icons/icons.md b/docs/data/material/components/icons/icons.md index cd4e4c3846d88c..01192f1f5adcda 100644 --- a/docs/data/material/components/icons/icons.md +++ b/docs/data/material/components/icons/icons.md @@ -30,15 +30,15 @@ Run one of the following commands to install it and save it to your `package.jso ```bash npm -npm install @mui/icons-material +npm install @mui/icons-material@next ``` ```bash pnpm -pnpm add @mui/icons-material +pnpm add @mui/icons-material@next ``` ```bash yarn -yarn add @mui/icons-material +yarn add @mui/icons-material@next ``` diff --git a/docs/data/material/components/material-icons/material-icons.md b/docs/data/material/components/material-icons/material-icons.md index bfb72aa1158a3e..816d7d99ddbb7a 100644 --- a/docs/data/material/components/material-icons/material-icons.md +++ b/docs/data/material/components/material-icons/material-icons.md @@ -23,15 +23,15 @@ Use one of the following commands to install it: ```bash npm -npm install @mui/icons-material @mui/material @emotion/styled @emotion/react +npm install @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react ``` ```bash pnpm -pnpm add @mui/icons-material @mui/material @emotion/styled @emotion/react +pnpm add @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react ``` ```bash yarn -yarn add @mui/icons-material @mui/material @emotion/styled @emotion/react +yarn add @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react ``` diff --git a/docs/data/material/getting-started/example-projects/example-projects.md b/docs/data/material/getting-started/example-projects/example-projects.md index d2d7361b5c11ed..72bf88da459652 100644 --- a/docs/data/material/getting-started/example-projects/example-projects.md +++ b/docs/data/material/getting-started/example-projects/example-projects.md @@ -13,8 +13,6 @@ We recommend Next.js for server-side rendering and more opinionated framework fe See [Start a New React Project](https://react.dev/learn/start-a-new-react-project) from the official React docs to learn more about some of the options available. ::: - - {{"component": "modules/components/MaterialUIExampleCollection"}}
diff --git a/docs/data/material/getting-started/installation/installation.md b/docs/data/material/getting-started/installation/installation.md index f4c5af11f9de0a..8cb816b37cf2cd 100644 --- a/docs/data/material/getting-started/installation/installation.md +++ b/docs/data/material/getting-started/installation/installation.md @@ -11,15 +11,15 @@ Run one of the following commands to add Material UI to your project: ```bash npm -npm install @mui/material @emotion/react @emotion/styled +npm install @mui/material@next @emotion/react @emotion/styled ``` ```bash pnpm -pnpm add @mui/material @emotion/react @emotion/styled +pnpm add @mui/material@next @emotion/react @emotion/styled ``` ```bash yarn -yarn add @mui/material @emotion/react @emotion/styled +yarn add @mui/material@next @emotion/react @emotion/styled ``` diff --git a/docs/data/material/getting-started/support/support.md b/docs/data/material/getting-started/support/support.md index e36df840356c8c..aa149c7355814d 100644 --- a/docs/data/material/getting-started/support/support.md +++ b/docs/data/material/getting-started/support/support.md @@ -74,6 +74,7 @@ This includes issues introduced by external sources, like browser upgrades or ch | Material UI version | Release | Supported | | ------------------: | :--------- | :------------------------------------------------------------------ | +| ^7.0.0 | March 2025 | 🚧 Pre release (Continuous support) | | ^6.0.0 | 2024-08-26 | ✅ Stable major (Continuous support) | | ^5.0.0 | 2021-09-16 | ⚠️ Long-term support (Support for security issues and regressions). | | ^4.0.0 | 2019-06-23 | ❌ | diff --git a/docs/data/material/getting-started/templates/blog/README.md b/docs/data/material/getting-started/templates/blog/README.md index 3d2484e7e96e38..750c5dcb105b76 100644 --- a/docs/data/material/getting-started/templates/blog/README.md +++ b/docs/data/material/getting-started/templates/blog/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/blog/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/blog/. diff --git a/docs/data/material/getting-started/templates/checkout/README.md b/docs/data/material/getting-started/templates/checkout/README.md index 87c57a6006ba6b..8afbcce7f2cd0d 100644 --- a/docs/data/material/getting-started/templates/checkout/README.md +++ b/docs/data/material/getting-started/templates/checkout/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/checkout/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/checkout/. diff --git a/docs/data/material/getting-started/templates/dashboard/README.md b/docs/data/material/getting-started/templates/dashboard/README.md index 98a9b8754f7be3..e7675850807474 100644 --- a/docs/data/material/getting-started/templates/dashboard/README.md +++ b/docs/data/material/getting-started/templates/dashboard/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/dashboard/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/dashboard/. diff --git a/docs/data/material/getting-started/templates/marketing-page/README.md b/docs/data/material/getting-started/templates/marketing-page/README.md index 5b12c5dff629a3..ae920d8fa42d23 100644 --- a/docs/data/material/getting-started/templates/marketing-page/README.md +++ b/docs/data/material/getting-started/templates/marketing-page/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/marketing-page/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/marketing-page/. diff --git a/docs/data/material/getting-started/templates/sign-in-side/README.md b/docs/data/material/getting-started/templates/sign-in-side/README.md index 9265abb77d132e..2c8889ebe03bef 100644 --- a/docs/data/material/getting-started/templates/sign-in-side/README.md +++ b/docs/data/material/getting-started/templates/sign-in-side/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/sign-in-side/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/sign-in-side/. diff --git a/docs/data/material/getting-started/templates/sign-in/README.md b/docs/data/material/getting-started/templates/sign-in/README.md index 7dde1e6b1e4b1a..3e6f9915f30fd8 100644 --- a/docs/data/material/getting-started/templates/sign-in/README.md +++ b/docs/data/material/getting-started/templates/sign-in/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/sign-in/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/sign-in/. diff --git a/docs/data/material/getting-started/templates/sign-up/README.md b/docs/data/material/getting-started/templates/sign-up/README.md index 3acc20ef960927..f58d2bdaff964e 100644 --- a/docs/data/material/getting-started/templates/sign-up/README.md +++ b/docs/data/material/getting-started/templates/sign-up/README.md @@ -12,4 +12,4 @@ -View the demo at https://mui.com/material-ui/getting-started/templates/sign-up/. +View the demo at https://next.mui.com/material-ui/getting-started/templates/sign-up/. diff --git a/docs/data/material/getting-started/templates/templates.md b/docs/data/material/getting-started/templates/templates.md index 1fb26974303228..dc84202fa27b24 100644 --- a/docs/data/material/getting-started/templates/templates.md +++ b/docs/data/material/getting-started/templates/templates.md @@ -7,8 +7,6 @@ title: New Free React Templates

Browse our collection of free React templates to get started building your app with Material UI, including a React dashboard, React marketing page, and more.

- - ## Free templates Our curated collection of free Material UI templates includes a dashboard, a marketing page, a checkout flow, sign-in and sign-up pages, and a blog. diff --git a/docs/data/material/integrations/styled-components/styled-components.md b/docs/data/material/integrations/styled-components/styled-components.md index 1745a5ccd6118f..595e3a8b04824c 100644 --- a/docs/data/material/integrations/styled-components/styled-components.md +++ b/docs/data/material/integrations/styled-components/styled-components.md @@ -35,11 +35,11 @@ If you're using yarn, you can configure it using a package resolution: ```diff title="package.json" { "dependencies": { -- "@mui/styled-engine": "latest" -+ "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest" +- "@mui/styled-engine": "next" ++ "@mui/styled-engine": "npm:@mui/styled-engine-sc@next" }, + "resolutions": { -+ "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest" ++ "@mui/styled-engine": "npm:@mui/styled-engine-sc@next" + }, } ``` diff --git a/docs/data/styles/basics/basics.md b/docs/data/styles/basics/basics.md index b81772ce418575..414ca2e5753d2d 100644 --- a/docs/data/styles/basics/basics.md +++ b/docs/data/styles/basics/basics.md @@ -19,7 +19,7 @@ To install and save in your `package.json` dependencies, run: ```bash -npm install @mui/styles +npm install @mui/styles@next ``` ## Getting started diff --git a/docs/data/system/getting-started/installation/installation.md b/docs/data/system/getting-started/installation/installation.md index f825c94977af48..8984b2f9ae742e 100644 --- a/docs/data/system/getting-started/installation/installation.md +++ b/docs/data/system/getting-started/installation/installation.md @@ -44,15 +44,15 @@ If you want to use [styled-components](https://styled-components.com/) instead, ```bash npm -npm install @mui/system @mui/styled-engine-sc styled-components +npm install @mui/system@next @mui/styled-engine-sc@next styled-components ``` ```bash pnpm -pnpm add @mui/system @mui/styled-engine-sc styled-components +pnpm add @mui/system@next @mui/styled-engine-sc@next styled-components ``` ```bash yarn -yarn add @mui/system @mui/styled-engine-sc styled-components +yarn add @mui/system@next @mui/styled-engine-sc@next styled-components ``` diff --git a/docs/package.json b/docs/package.json index 57b5cee6d87043..1119f1228f856e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,7 +9,7 @@ "build:clean": "rimraf .next && pnpm build", "build-sw": "node ./scripts/buildServiceWorker.js", "dev": "next dev", - "deploy": "git push -f material-ui-docs master:latest", + "deploy": "git push -f material-ui-docs master:next", "icons": "rimraf --glob public/static/icons/* && node ./scripts/buildIcons.js", "start": "serve ./export", "create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx", @@ -31,18 +31,18 @@ "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@mui/base": "workspace:*", - "@mui/docs": "workspace:^", - "@mui/icons-material": "workspace:^", + "@mui/docs": "workspace:*", + "@mui/icons-material": "workspace:*", "@mui/internal-markdown": "workspace:^", "@mui/joy": "workspace:*", "@mui/lab": "workspace:*", - "@mui/material": "workspace:^", - "@mui/styled-engine": "workspace:^", - "@mui/styled-engine-sc": "workspace:^", - "@mui/styles": "workspace:^", - "@mui/system": "workspace:^", + "@mui/material": "workspace:*", + "@mui/styled-engine": "workspace:*", + "@mui/styled-engine-sc": "workspace:*", + "@mui/styles": "workspace:*", + "@mui/system": "workspace:*", "@mui/types": "workspace:^", - "@mui/utils": "workspace:^", + "@mui/utils": "workspace:*", "@mui/x-charts": "7.23.6", "@mui/x-data-grid": "7.23.6", "@mui/x-data-grid-generator": "7.23.6", diff --git a/docs/pages/_app.js b/docs/pages/_app.js index f22f3cdbc9fcde..2c108eb36f8536 100644 --- a/docs/pages/_app.js +++ b/docs/pages/_app.js @@ -178,6 +178,7 @@ function AppWrapper(props) { wordmarkSvg: muiSvgWordmarkString, versions: [ { text: `v${materialPkgJson.version}`, current: true }, + { text: `v6`, href: `https://mui.com${languagePrefix}/material-ui/getting-started/` }, { text: 'v5', href: `https://v5.mui.com${languagePrefix}/getting-started/installation/`, @@ -214,6 +215,8 @@ function AppWrapper(props) { wordmarkSvg: muiSvgWordmarkString, versions: [ { text: `v${systemPkgJson.version}`, current: true }, + { text: 'v6', href: `https://mui.com${languagePrefix}/system/getting-started/` }, + { text: 'v5', href: `https://v5.mui.com${languagePrefix}/system/getting-started/` }, { text: 'v4', href: `https://v4.mui.com${languagePrefix}/system/basics/` }, { text: 'View all versions', diff --git a/docs/scripts/reportBrokenLinks.js b/docs/scripts/reportBrokenLinks.js index 564e8ae06ac21c..1606c938d030e6 100644 --- a/docs/scripts/reportBrokenLinks.js +++ b/docs/scripts/reportBrokenLinks.js @@ -47,8 +47,8 @@ Object.keys(usedLinks) // // // - write(`- https://mui.com${linkKey}`); - console.log(`https://mui.com${linkKey}`); + write(`- https://next.mui.com${linkKey}`); + console.log(`https://next.mui.com${linkKey}`); console.log(`used in`); usedLinks[linkKey].forEach((f) => console.log(`- ${path.relative(docsSpaceRoot, f)}`)); diff --git a/docs/src/modules/components/Head.tsx b/docs/src/modules/components/Head.tsx index bcd9cad2513c95..de9d88888cc2f0 100644 --- a/docs/src/modules/components/Head.tsx +++ b/docs/src/modules/components/Head.tsx @@ -8,7 +8,7 @@ import { pathnameToLanguage } from 'docs/src/modules/utils/helpers'; // #default-branch-switch const HOST = process.env.PULL_REQUEST_ID ? `https://deploy-preview-${process.env.PULL_REQUEST_ID}--${process.env.NETLIFY_SITE_NAME}.netlify.app` - : 'https://mui.com'; + : 'https://next.mui.com'; interface HeadProps { card?: string; @@ -44,14 +44,12 @@ export default function Head(props: HeadProps) { {/* https://x.com/MUI_hq */} - {/* #default-branch-switch */} {/* Facebook */} - {/* #default-branch-switch */} @@ -66,7 +64,7 @@ export default function Head(props: HeadProps) { { 'https://github.com/mui/material-ui/blob/v5.7.0/docs/data/material/components/buttons/BasicButtons.js', dependencies: { react: 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', @@ -123,7 +123,7 @@ ReactDOM.createRoot(document.querySelector("#root")).render( 'https://github.com/mui/material-ui/blob/v5.7.0/docs/data/material/components/buttons/BasicButtons.tsx', dependencies: { react: 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', @@ -230,7 +230,7 @@ ReactDOM.createRoot(document.querySelector("#root")!).render( expect(result.dependencies).to.deep.equal({ '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', '@types/react': 'latest', '@types/react-dom': 'latest', react: 'latest', diff --git a/docs/src/modules/sandbox/Dependencies.test.js b/docs/src/modules/sandbox/Dependencies.test.js index 71b4f6b1cba69b..35b80ddc155176 100644 --- a/docs/src/modules/sandbox/Dependencies.test.js +++ b/docs/src/modules/sandbox/Dependencies.test.js @@ -40,7 +40,7 @@ const styles = theme => ({ '@emotion/react': 'latest', '@emotion/styled': 'latest', '@foo-bar/bip': 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', '@mui/base': 'latest', 'prop-types': 'latest', }); @@ -71,7 +71,7 @@ const suggestions = [ 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', '@unexisting/thing': 'latest', 'autosuggest-highlight': 'latest', 'prop-types': 'latest', @@ -100,8 +100,8 @@ import { LocalizationProvider as MuiPickersLocalizationProvider, KeyboardTimePic 'prop-types': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', - '@mui/lab': 'latest', + '@mui/material': 'next', + '@mui/lab': 'next', }); }); @@ -127,8 +127,8 @@ import 'exceljs'; 'prop-types': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', - '@mui/lab': 'latest', + '@mui/material': 'next', + '@mui/lab': 'next', exceljs: 'latest', }); }); @@ -146,7 +146,7 @@ import 'exceljs'; '@emotion/react': 'latest', '@emotion/styled': 'latest', '@foo-bar/bip': 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', '@mui/base': 'latest', '@types/foo-bar__bip': 'latest', '@types/prop-types': 'latest', @@ -167,7 +167,7 @@ import 'exceljs'; 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', '@types/react-dom': 'latest', '@types/react': 'latest', typescript: 'latest', @@ -195,8 +195,8 @@ import { 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', - '@mui/lab': 'latest', + '@mui/material': 'next', + '@mui/lab': 'next', }); }); @@ -215,8 +215,8 @@ import lab from '@mui/lab'; 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/material': 'latest', - '@mui/lab': 'latest', + '@mui/material': 'next', + '@mui/lab': 'next', }); }); @@ -517,10 +517,10 @@ export default function EmailExample() { 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', - '@mui/icons-material': 'latest', + '@mui/icons-material': 'next', '@mui/joy': 'latest', - '@mui/material': 'latest', - '@mui/system': 'latest', + '@mui/material': 'next', + '@mui/system': 'next', '@types/react': 'latest', '@types/react-dom': 'latest', typescript: 'latest', diff --git a/docs/src/modules/sandbox/Dependencies.ts b/docs/src/modules/sandbox/Dependencies.ts index fcfdc976217d42..5449bb9fb3913b 100644 --- a/docs/src/modules/sandbox/Dependencies.ts +++ b/docs/src/modules/sandbox/Dependencies.ts @@ -51,8 +51,11 @@ export default function SandboxDependencies(demo: Demo, options?: { commitRef?: commitRef === undefined || process.env.SOURCE_CODE_REPO !== 'https://github.com/mui/material-ui' ) { + if (['joy', 'base'].includes(packageName)) { + return 'latest'; + } // #default-branch-switch - return 'latest'; + return 'next'; } const shortSha = commitRef.slice(0, 8); return `https://pkg.csb.dev/mui/material-ui/commit/${shortSha}/@mui/${packageName}`; diff --git a/docs/src/modules/sandbox/StackBlitz.test.js b/docs/src/modules/sandbox/StackBlitz.test.js index 325a1bc079b2ed..5effc0df4bd64a 100644 --- a/docs/src/modules/sandbox/StackBlitz.test.js +++ b/docs/src/modules/sandbox/StackBlitz.test.js @@ -83,7 +83,7 @@ ReactDOM.createRoot(document.querySelector("#root")).render( }, dependencies: { react: 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', @@ -186,7 +186,7 @@ ReactDOM.createRoot(document.querySelector("#root")!).render( }, dependencies: { react: 'latest', - '@mui/material': 'latest', + '@mui/material': 'next', 'react-dom': 'latest', '@emotion/react': 'latest', '@emotion/styled': 'latest', diff --git a/examples/material-ui-cra-styled-components-ts/README.md b/examples/material-ui-cra-styled-components-ts/README.md index 4fa59826c2ab3b..3605297224b197 100644 --- a/examples/material-ui-cra-styled-components-ts/README.md +++ b/examples/material-ui-cra-styled-components-ts/README.md @@ -40,7 +40,7 @@ npm start Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-styled-components-ts). -The following link leverages this demo: https://mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`. +The following link leverages this demo: https://next.mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`. [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/styled-components-interoperability-w9z9d) @@ -57,4 +57,4 @@ Note, the version 5 of `@mui/styled-engine-sc` is compatible with version 5 of ` You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-cra-styled-components-ts/package.json b/examples/material-ui-cra-styled-components-ts/package.json index 28d472c7e007b9..b1ebe2eec3f1ee 100644 --- a/examples/material-ui-cra-styled-components-ts/package.json +++ b/examples/material-ui-cra-styled-components-ts/package.json @@ -3,9 +3,9 @@ "version": "5.0.0", "private": true, "dependencies": { - "@mui/lab": "latest", - "@mui/material": "latest", - "@mui/styled-engine-sc": "latest", + "@mui/lab": "next", + "@mui/material": "next", + "@mui/styled-engine-sc": "next", "@testing-library/jest-dom": "latest", "@testing-library/react": "latest", "@testing-library/user-event": "latest", diff --git a/examples/material-ui-cra-styled-components/README.md b/examples/material-ui-cra-styled-components/README.md index e4a94251ed7bc8..0b231494b8bbce 100644 --- a/examples/material-ui-cra-styled-components/README.md +++ b/examples/material-ui-cra-styled-components/README.md @@ -24,7 +24,7 @@ npm start Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-styled-components). -The following link leverages this demo: https://mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`. +The following link leverages this demo: https://next.mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`. [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/styled-components-interoperability-w9z9d) @@ -41,4 +41,4 @@ Note, the version 5 of `@mui/styled-engine-sc` is compatible with version 5 of ` You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-cra-styled-components/package.json b/examples/material-ui-cra-styled-components/package.json index 2851457439f64a..e0ab5b95a41d9e 100644 --- a/examples/material-ui-cra-styled-components/package.json +++ b/examples/material-ui-cra-styled-components/package.json @@ -3,9 +3,9 @@ "version": "5.0.0", "private": true, "dependencies": { - "@mui/material": "latest", - "@mui/lab": "latest", - "@mui/styled-engine-sc": "latest", + "@mui/material": "next", + "@mui/lab": "next", + "@mui/styled-engine-sc": "next", "@testing-library/jest-dom": "latest", "@testing-library/react": "latest", "@testing-library/user-event": "latest", diff --git a/examples/material-ui-cra-tailwind-ts/README.md b/examples/material-ui-cra-tailwind-ts/README.md index f4f8e5f13deb58..ac35e6401b70d2 100644 --- a/examples/material-ui-cra-tailwind-ts/README.md +++ b/examples/material-ui-cra-tailwind-ts/README.md @@ -26,8 +26,6 @@ or: ## The idea behind the example - - This example demonstrates how you can use [Tailwind CSS](https://tailwindcss.com/) and [Create React App](https://github.com/facebookincubator/create-react-app) together with Material UI. It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. @@ -36,4 +34,4 @@ It includes `@mui/material` and its peer dependencies, including [Emotion](https You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-cra-tailwind-ts/package.json b/examples/material-ui-cra-tailwind-ts/package.json index 7e5501badd283f..9eb5a216e038a9 100644 --- a/examples/material-ui-cra-tailwind-ts/package.json +++ b/examples/material-ui-cra-tailwind-ts/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "@testing-library/jest-dom": "latest", "@testing-library/react": "latest", "@testing-library/user-event": "latest", diff --git a/examples/material-ui-cra-ts/README.md b/examples/material-ui-cra-ts/README.md index dfd9da114d38ae..062bac5fbcfc14 100644 --- a/examples/material-ui-cra-ts/README.md +++ b/examples/material-ui-cra-ts/README.md @@ -28,13 +28,15 @@ or: ## The idea behind the example + + This example demonstrates how you can use Material UI with [Create React App](https://github.com/facebookincubator/create-react-app) in [TypeScript](https://github.com/Microsoft/TypeScript). It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-cra-ts/package.json b/examples/material-ui-cra-ts/package.json index 943a2266ee3186..3e67fb74443fe6 100644 --- a/examples/material-ui-cra-ts/package.json +++ b/examples/material-ui-cra-ts/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "@types/react": "latest", "@types/react-dom": "latest", "react": "latest", diff --git a/examples/material-ui-cra/README.md b/examples/material-ui-cra/README.md index 94dbc3515b6db6..a80093e415a979 100644 --- a/examples/material-ui-cra/README.md +++ b/examples/material-ui-cra/README.md @@ -32,11 +32,11 @@ or: This example demonstrates how you can use [Create React App](https://github.com/facebookincubator/create-react-app) with Material UI. It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-cra/package.json b/examples/material-ui-cra/package.json index b7490d21c0d880..e564d3c240a503 100644 --- a/examples/material-ui-cra/package.json +++ b/examples/material-ui-cra/package.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "react": "latest", "react-dom": "latest", "react-scripts": "latest" diff --git a/examples/material-ui-express-ssr/README.md b/examples/material-ui-express-ssr/README.md index 2ee2fbc7f97917..f763ccb5fc1384 100644 --- a/examples/material-ui-express-ssr/README.md +++ b/examples/material-ui-express-ssr/README.md @@ -28,14 +28,16 @@ or: ## The idea behind the example -This is the reference implementation of the [Server Rendering tutorial](https://mui.com/material-ui/guides/server-rendering/). + + +This is the reference implementation of the [Server Rendering tutorial](https://next.mui.com/material-ui/guides/server-rendering/). The example project includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-express-ssr/package.json b/examples/material-ui-express-ssr/package.json index 70631b8b2b9155..247b74df4cc922 100644 --- a/examples/material-ui-express-ssr/package.json +++ b/examples/material-ui-express-ssr/package.json @@ -15,7 +15,7 @@ "@emotion/react": "latest", "@emotion/styled": "latest", "@emotion/server": "latest", - "@mui/material": "latest", + "@mui/material": "next", "babel-loader": "latest", "cross-env": "latest", "express": "latest", diff --git a/examples/material-ui-gatsby/README.md b/examples/material-ui-gatsby/README.md index afdad50c1d209b..9275ceb3f986b1 100644 --- a/examples/material-ui-gatsby/README.md +++ b/examples/material-ui-gatsby/README.md @@ -20,13 +20,15 @@ npm run develop ## The idea behind the example + + The project uses [Gatsby](https://github.com/gatsbyjs/gatsby), which is a static site generator for React. It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-gatsby/package.json b/examples/material-ui-gatsby/package.json index a705fd375a4fed..817e3e8e4d1b30 100644 --- a/examples/material-ui-gatsby/package.json +++ b/examples/material-ui-gatsby/package.json @@ -10,7 +10,7 @@ "@emotion/react": "latest", "@emotion/server": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "gatsby": "latest", "gatsby-plugin-react-helmet": "latest", "react": "latest", diff --git a/examples/material-ui-nextjs-pages-router-ts/README.md b/examples/material-ui-nextjs-pages-router-ts/README.md index 25e32aa803cfd2..922eec38099ba7 100644 --- a/examples/material-ui-nextjs-pages-router-ts/README.md +++ b/examples/material-ui-nextjs-pages-router-ts/README.md @@ -32,18 +32,22 @@ or: As of Next.js 13.4, the newer App Router pattern is stable. We recommend starting new projects with the [Material UI with Next.js (App Router) example](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) unless you need (or prefer) the Pages Router. + + The project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## The link component + + The [example folder](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs-pages-router-ts) provides an adapter for the use of [Next.js's Link component](https://nextjs.org/docs/pages/api-reference/components/link) with Material UI. -More information [in the documentation](https://mui.com/material-ui/integrations/routing/#next-js-pages-router). +More information [in the documentation](https://next.mui.com/material-ui/integrations/routing/#next-js-pages-router). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-nextjs-pages-router-ts/package.json b/examples/material-ui-nextjs-pages-router-ts/package.json index 0fe6542bea9a38..14f4f1f7da5b18 100644 --- a/examples/material-ui-nextjs-pages-router-ts/package.json +++ b/examples/material-ui-nextjs-pages-router-ts/package.json @@ -14,9 +14,9 @@ "@emotion/react": "latest", "@emotion/server": "latest", "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", - "@mui/material-nextjs": "latest", + "@mui/icons-material": "next", + "@mui/material": "next", + "@mui/material-nextjs": "next", "clsx": "latest", "next": "^15.0.0", "react": "^19.0.0", diff --git a/examples/material-ui-nextjs-pages-router/README.md b/examples/material-ui-nextjs-pages-router/README.md index 50453acf21f548..8a318703701e22 100644 --- a/examples/material-ui-nextjs-pages-router/README.md +++ b/examples/material-ui-nextjs-pages-router/README.md @@ -32,18 +32,22 @@ or: As of Next.js 13.4, the newer App Router pattern is stable. We recommend starting new projects with the [Material UI with Next.js (App Router) example](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs) unless you need (or prefer) the Pages Router. + + The project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## The Link component + + The [example folder](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs-pages-router) provides an adapter for the use of [Next.js's Link component](https://nextjs.org/docs/pages/api-reference/components/link) with Material UI. -More information [in the documentation](https://mui.com/material-ui/integrations/routing/#next-js-pages-router). +More information [in the documentation](https://next.mui.com/material-ui/integrations/routing/#next-js-pages-router). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-nextjs-pages-router/package.json b/examples/material-ui-nextjs-pages-router/package.json index f66913cef1be56..29e4642c37c944 100644 --- a/examples/material-ui-nextjs-pages-router/package.json +++ b/examples/material-ui-nextjs-pages-router/package.json @@ -14,9 +14,9 @@ "@emotion/react": "latest", "@emotion/server": "latest", "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", - "@mui/material-nextjs": "latest", + "@mui/icons-material": "next", + "@mui/material": "next", + "@mui/material-nextjs": "next", "clsx": "latest", "next": "^15.0.0", "react": "^19.0.0", diff --git a/examples/material-ui-nextjs-ts/README.md b/examples/material-ui-nextjs-ts/README.md index df5d86c065a2a4..6f059347be45bc 100644 --- a/examples/material-ui-nextjs-ts/README.md +++ b/examples/material-ui-nextjs-ts/README.md @@ -34,12 +34,14 @@ or: To learn more about this example: + + - [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Customizing Material UI](https://mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI. +- [Customizing Material UI](https://next.mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI. ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-nextjs-ts/package.json b/examples/material-ui-nextjs-ts/package.json index f44f05cd7914bc..e24fd9e2ba383b 100644 --- a/examples/material-ui-nextjs-ts/package.json +++ b/examples/material-ui-nextjs-ts/package.json @@ -13,9 +13,9 @@ "@emotion/cache": "latest", "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", - "@mui/material-nextjs": "latest", + "@mui/icons-material": "next", + "@mui/material": "next", + "@mui/material-nextjs": "next", "next": "^15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/material-ui-nextjs/README.md b/examples/material-ui-nextjs/README.md index 98ea0fabe4fc94..a36e8f3319c538 100644 --- a/examples/material-ui-nextjs/README.md +++ b/examples/material-ui-nextjs/README.md @@ -34,12 +34,14 @@ or: To learn more about this example: + + - [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Customizing Material UI](https://mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI. +- [Customizing Material UI](https://next.mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI. ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-nextjs/package.json b/examples/material-ui-nextjs/package.json index 90d0d062ea56d9..21eb4497def6a8 100644 --- a/examples/material-ui-nextjs/package.json +++ b/examples/material-ui-nextjs/package.json @@ -12,9 +12,9 @@ "@emotion/cache": "latest", "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", - "@mui/material-nextjs": "latest", + "@mui/icons-material": "next", + "@mui/material": "next", + "@mui/material-nextjs": "next", "eslint": "latest", "eslint-config-next": "^15.0.0", "next": "^15.0.0", diff --git a/examples/material-ui-pigment-css-nextjs-ts/README.md b/examples/material-ui-pigment-css-nextjs-ts/README.md index ed2d9cf3e6a81a..0e26230bd875af 100644 --- a/examples/material-ui-pigment-css-nextjs-ts/README.md +++ b/examples/material-ui-pigment-css-nextjs-ts/README.md @@ -34,12 +34,14 @@ or: To learn more about this example: + + - [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Customizing Material UI](https://mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI. +- [Customizing Material UI](https://next.mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI. ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-pigment-css-nextjs-ts/package.json b/examples/material-ui-pigment-css-nextjs-ts/package.json index f1b6103ef7a9d1..b72c966720a3cd 100644 --- a/examples/material-ui-pigment-css-nextjs-ts/package.json +++ b/examples/material-ui-pigment-css-nextjs-ts/package.json @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@mui/material": "latest", - "@mui/material-pigment-css": "latest", + "@mui/material": "next", + "@mui/material-pigment-css": "next", "@pigment-css/react": "latest", "next": "latest", "react": "latest", diff --git a/examples/material-ui-pigment-css-vite-ts/README.md b/examples/material-ui-pigment-css-vite-ts/README.md index bc4f7c97f85946..1e542de68429fd 100644 --- a/examples/material-ui-pigment-css-vite-ts/README.md +++ b/examples/material-ui-pigment-css-vite-ts/README.md @@ -36,4 +36,4 @@ It includes `@mui/material` and [Pigment CSS](https://github.com/mui/pigment-cs You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-pigment-css-vite-ts/package.json b/examples/material-ui-pigment-css-vite-ts/package.json index fe853d4f5d03a3..80263a6fae7111 100644 --- a/examples/material-ui-pigment-css-vite-ts/package.json +++ b/examples/material-ui-pigment-css-vite-ts/package.json @@ -10,8 +10,8 @@ "preview": "vite preview" }, "dependencies": { - "@mui/material": "latest", - "@mui/material-pigment-css": "latest", + "@mui/material": "next", + "@mui/material-pigment-css": "next", "@pigment-css/react": "latest", "react": "latest", "react-dom": "latest" diff --git a/examples/material-ui-preact/README.md b/examples/material-ui-preact/README.md index 16c27d14101bf1..b03fe0077e3b1d 100644 --- a/examples/material-ui-preact/README.md +++ b/examples/material-ui-preact/README.md @@ -28,11 +28,11 @@ It includes `@mui/material` and its peer dependencies, including [Emotion](https -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-preact/package.json b/examples/material-ui-preact/package.json index 47394d072c47b6..1c055c4c6ecc12 100644 --- a/examples/material-ui-preact/package.json +++ b/examples/material-ui-preact/package.json @@ -6,7 +6,7 @@ "@babel/helper-builder-react-jsx": "latest", "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "@testing-library/jest-dom": "latest", "@testing-library/react": "latest", "@testing-library/user-event": "latest", diff --git a/examples/material-ui-remix-ts/README.md b/examples/material-ui-remix-ts/README.md index 4cba4dca5836f9..2c393716568484 100644 --- a/examples/material-ui-remix-ts/README.md +++ b/examples/material-ui-remix-ts/README.md @@ -28,13 +28,15 @@ or: ## The idea behind the example + + The project uses [Remix](https://remix.run/), which is a full-stack web framework. It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v6. -If you prefer, you can [use styled-components instead](https://mui.com/material-ui/integrations/interoperability/#styled-components). +If you prefer, you can [use styled-components instead](https://next.mui.com/material-ui/integrations/interoperability/#styled-components). ## What's next? You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-remix-ts/package.json b/examples/material-ui-remix-ts/package.json index 30969863334c8d..3108a92c062f26 100644 --- a/examples/material-ui-remix-ts/package.json +++ b/examples/material-ui-remix-ts/package.json @@ -13,7 +13,7 @@ "@emotion/react": "latest", "@emotion/server": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "@remix-run/css-bundle": "latest", "@remix-run/node": "latest", "@remix-run/react": "latest", diff --git a/examples/material-ui-via-cdn/README.md b/examples/material-ui-via-cdn/README.md index acdba207e21fe4..25a96f7447d5d3 100644 --- a/examples/material-ui-via-cdn/README.md +++ b/examples/material-ui-via-cdn/README.md @@ -30,7 +30,7 @@ The client has to download the entire library, regardless of which components ar ## What's next? -You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. - + +You now have a working example project. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-vite-ts/README.md b/examples/material-ui-vite-ts/README.md index 0428f0631fac0d..b6ea30b1427114 100644 --- a/examples/material-ui-vite-ts/README.md +++ b/examples/material-ui-vite-ts/README.md @@ -36,4 +36,4 @@ It includes `@mui/material` and its peer dependencies, including [Emotion](https You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-vite-ts/package.json b/examples/material-ui-vite-ts/package.json index f8b6eefe8053d1..82545735254b39 100644 --- a/examples/material-ui-vite-ts/package.json +++ b/examples/material-ui-vite-ts/package.json @@ -11,8 +11,8 @@ "dependencies": { "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", + "@mui/icons-material": "next", + "@mui/material": "next", "react": "latest", "react-dom": "latest" }, diff --git a/examples/material-ui-vite/README.md b/examples/material-ui-vite/README.md index 185ce6aeabe059..e88d5f30d10831 100644 --- a/examples/material-ui-vite/README.md +++ b/examples/material-ui-vite/README.md @@ -36,4 +36,4 @@ It includes `@mui/material` and its peer dependencies, including [Emotion](https You now have a working example project. -You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section. +You can head back to the documentation and continue by browsing the [templates](https://next.mui.com/material-ui/getting-started/templates/) section. diff --git a/examples/material-ui-vite/package.json b/examples/material-ui-vite/package.json index 71c02e87add914..7ad6bbab50d540 100644 --- a/examples/material-ui-vite/package.json +++ b/examples/material-ui-vite/package.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "latest", "@emotion/styled": "latest", - "@mui/material": "latest", + "@mui/material": "next", "react": "latest", "react-dom": "latest" }, diff --git a/package.json b/package.json index 213322ba44f92d..7824f0e8b4174a 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "release:version": "lerna version --no-changelog --no-push --no-git-tag-version --no-private --force-publish=@mui/core-downloads-tracker", "release:build": "lerna run --concurrency 8 --no-private build --skip-nx-cache", "release:changelog": "node scripts/releaseChangelog.mjs", - "release:publish": "pnpm publish --recursive --tag latest", - "release:publish:dry-run": "pnpm publish --recursive --tag latest --registry=\"http://localhost:4873/\"", + "release:publish": "pnpm publish --recursive --tag next", + "release:publish:dry-run": "pnpm publish --recursive --tag next --registry=\"http://localhost:4873/\"", "release:tag": "node scripts/releaseTag.mjs", "release:pack": "tsx scripts/releasePack.mts", "docs:api": "rimraf --glob ./docs/pages/**/api-docs ./docs/pages/**/api && pnpm docs:api:build", diff --git a/packages/api-docs-builder-core/materialUi/projectSettings.ts b/packages/api-docs-builder-core/materialUi/projectSettings.ts index 3c7ee6551c35ed..2e1f0c5591f858 100644 --- a/packages/api-docs-builder-core/materialUi/projectSettings.ts +++ b/packages/api-docs-builder-core/materialUi/projectSettings.ts @@ -53,5 +53,5 @@ export const projectSettings: ProjectSettings = { generateClassName, isGlobalClassName: isGlobalState, // #default-branch-switch - baseApiUrl: 'https://mui.com', + baseApiUrl: 'https://next.mui.com', }; diff --git a/packages/mui-docs/README.md b/packages/mui-docs/README.md index 157a61b81662d6..562368dcd515b3 100644 --- a/packages/mui-docs/README.md +++ b/packages/mui-docs/README.md @@ -9,7 +9,7 @@ Install the package in your project directory with: ```bash -npm install @mui/docs +npm install @mui/docs@next ``` The docs has a peer dependency on the core components. @@ -18,7 +18,7 @@ If you are not already using Material UI in your project, you can add it with: ```bash -npm install @mui/material +npm install @mui/material@next ``` ## Documentation diff --git a/packages/mui-icons-material/README.md b/packages/mui-icons-material/README.md index c80b005b065dc0..4f018ee7784e3a 100644 --- a/packages/mui-icons-material/README.md +++ b/packages/mui-icons-material/README.md @@ -1,6 +1,8 @@ # @mui/icons-material -This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://mui.com/material-ui/icons/#svgicon) components. + + +This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://next.mui.com/material-ui/icons/#svgicon) components. > Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet. @@ -11,17 +13,15 @@ The Material Icons package depends on Material UI—install both with the follo ```bash -npm install @mui/icons-material @mui/material @emotion/styled @emotion/react +npm install @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react ``` - - ## Documentation -- Learn more about Material UI's [SVG Icon component](https://mui.com/material-ui/icons/#svgicon). -- Browse the available icons on the [Material Icons page](https://mui.com/material-ui/material-icons/). +- Learn more about Material UI's [SVG Icon component](https://next.mui.com/material-ui/icons/#svgicon). +- Browse the available icons on the [Material Icons page](https://next.mui.com/material-ui/material-icons/). ## Contributing diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 338516ac04ae82..1adc1efd125b94 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@mui/icons-material": "workspace:*", "@mui/internal-waterfall": "workspace:^", - "@mui/material": "workspace:^", + "@mui/material": "workspace:*", "@types/chai": "^4.3.20", "@types/react": "^19.0.8", "chai": "^4.5.0", @@ -67,7 +67,7 @@ "yargs": "^17.7.2" }, "peerDependencies": { - "@mui/material": "workspace:^", + "@mui/material": "workspace:*", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/packages/mui-lab/README.md b/packages/mui-lab/README.md index 3a38ed547576ff..09600169c250d9 100644 --- a/packages/mui-lab/README.md +++ b/packages/mui-lab/README.md @@ -9,7 +9,7 @@ Install the package in your project directory with: ```bash -npm install @mui/lab +npm install @mui/lab@next ``` The lab has peer dependencies on the Material Design components and on the Emotion library. @@ -18,11 +18,11 @@ If you are not already using them in your project, you can install with: ```bash -npm install @mui/material @emotion/react @emotion/styled +npm install @mui/material@next @emotion/react @emotion/styled ``` ## Documentation -Visit [https://mui.com/material-ui/about-the-lab/](https://mui.com/material-ui/about-the-lab/) to view the full documentation. +Visit [https://next.mui.com/material-ui/about-the-lab/](https://next.mui.com/material-ui/about-the-lab/) to view the full documentation. diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 4baccc5e680bc9..7353b0d64b93fe 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -42,9 +42,9 @@ "dependencies": { "@babel/runtime": "^7.26.7", "@mui/base": "workspace:*", - "@mui/system": "workspace:^", + "@mui/system": "workspace:*", "@mui/types": "workspace:^", - "@mui/utils": "workspace:^", + "@mui/utils": "workspace:*", "clsx": "^2.1.1", "prop-types": "^15.8.1" }, @@ -64,7 +64,7 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material": "workspace:^", + "@mui/material": "workspace:*", "@mui/material-pigment-css": "workspace:^", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", diff --git a/packages/mui-lab/src/Masonry/Masonry.d.ts b/packages/mui-lab/src/Masonry/Masonry.d.ts index 530c4666296ca7..ad713aabf157ea 100644 --- a/packages/mui-lab/src/Masonry/Masonry.d.ts +++ b/packages/mui-lab/src/Masonry/Masonry.d.ts @@ -56,11 +56,11 @@ export interface MasonryTypeMap< * * Demos: * - * - [Masonry](https://mui.com/material-ui/react-masonry/) + * - [Masonry](https://next.mui.com/material-ui/react-masonry/) * * API: * - * - [Masonry API](https://mui.com/material-ui/api/masonry/) + * - [Masonry API](https://next.mui.com/material-ui/api/masonry/) */ declare const Masonry: OverridableComponent; diff --git a/packages/mui-lab/src/TabContext/TabContext.d.ts b/packages/mui-lab/src/TabContext/TabContext.d.ts index 38274ad8257053..eb11d2d4e4e77a 100644 --- a/packages/mui-lab/src/TabContext/TabContext.d.ts +++ b/packages/mui-lab/src/TabContext/TabContext.d.ts @@ -19,11 +19,11 @@ export interface TabContextProps { * * Demos: * - * - [Tabs](https://mui.com/material-ui/react-tabs/) + * - [Tabs](https://next.mui.com/material-ui/react-tabs/) * * API: * - * - [TabContext API](https://mui.com/material-ui/api/tab-context/) + * - [TabContext API](https://next.mui.com/material-ui/api/tab-context/) */ export default function TabContext(props: TabContextProps): React.JSX.Element; export function useTabContext(): TabContextValue | null; diff --git a/packages/mui-lab/src/TabList/TabList.d.ts b/packages/mui-lab/src/TabList/TabList.d.ts index cf7a6dd2381a44..7079020fa7d846 100644 --- a/packages/mui-lab/src/TabList/TabList.d.ts +++ b/packages/mui-lab/src/TabList/TabList.d.ts @@ -22,12 +22,12 @@ export interface TabListTypeMap< * * Demos: * - * - [Tabs](https://mui.com/material-ui/react-tabs/) + * - [Tabs](https://next.mui.com/material-ui/react-tabs/) * * API: * - * - [TabList API](https://mui.com/material-ui/api/tab-list/) - * - inherits [Tabs API](https://mui.com/material-ui/api/tabs/) + * - [TabList API](https://next.mui.com/material-ui/api/tab-list/) + * - inherits [Tabs API](https://next.mui.com/material-ui/api/tabs/) */ declare const TabList: OverridableComponent; diff --git a/packages/mui-lab/src/TabPanel/TabPanel.d.ts b/packages/mui-lab/src/TabPanel/TabPanel.d.ts index bcf41209d4fd1e..27357ff1c0d9ae 100644 --- a/packages/mui-lab/src/TabPanel/TabPanel.d.ts +++ b/packages/mui-lab/src/TabPanel/TabPanel.d.ts @@ -33,10 +33,10 @@ export interface TabPanelProps extends StandardProps(function Timeline(inProps, ref) { const props = useThemeProps({ props: inProps, name: 'MuiTimeline' }); diff --git a/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts b/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts index 168b023cece9c2..65ba2b3f39c66b 100644 --- a/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts +++ b/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts @@ -24,10 +24,10 @@ export interface TimelineConnectorProps * * Demos: * - * - [Timeline](https://mui.com/material-ui/react-timeline/) + * - [Timeline](https://next.mui.com/material-ui/react-timeline/) * * API: * - * - [TimelineConnector API](https://mui.com/material-ui/api/timeline-connector/) + * - [TimelineConnector API](https://next.mui.com/material-ui/api/timeline-connector/) */ export default function TimelineConnector(props: TimelineConnectorProps): React.JSX.Element; diff --git a/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts b/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts index 6bfe5fe24e9ffd..6e632d90950606 100644 --- a/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts +++ b/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts @@ -23,11 +23,11 @@ export interface TimelineContentProps extends StandardProps { * * Demos: * - * - [Timeline](https://mui.com/material-ui/react-timeline/) + * - [Timeline](https://next.mui.com/material-ui/react-timeline/) * * API: * - * - [TimelineContent API](https://mui.com/material-ui/api/timeline-content/) - * - inherits [Typography API](https://mui.com/material-ui/api/typography/) + * - [TimelineContent API](https://next.mui.com/material-ui/api/timeline-content/) + * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) */ export default function TimelineContent(props: TimelineContentProps): React.JSX.Element; diff --git a/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts b/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts index 1d04d9caacd8f4..c6a0999dd49a26 100644 --- a/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts +++ b/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts @@ -41,10 +41,10 @@ export interface TimelineDotProps extends StandardProps

- Material UI logo + Material UI logo

Material UI

@@ -14,12 +15,12 @@ Install the package in your project directory with: ```bash -npm install @mui/material @emotion/react @emotion/styled +npm install @mui/material@next @emotion/react @emotion/styled ``` ## Documentation -Visit [https://mui.com/material-ui/](https://mui.com/material-ui/) to view the full documentation. +Visit [https://next.mui.com/material-ui/](https://next.mui.com/material-ui/) to view the full documentation. ## Questions diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 1489a16b93ae17..32e8c3c6ac3053 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -42,9 +42,9 @@ "dependencies": { "@babel/runtime": "^7.26.7", "@mui/core-downloads-tracker": "workspace:^", - "@mui/system": "workspace:^", + "@mui/system": "workspace:*", "@mui/types": "workspace:^", - "@mui/utils": "workspace:^", + "@mui/utils": "workspace:*", "@popperjs/core": "^2.11.8", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", @@ -76,7 +76,7 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "workspace:^", + "@mui/material-pigment-css": "workspace:*", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/packages/mui-material/src/Accordion/Accordion.d.ts b/packages/mui-material/src/Accordion/Accordion.d.ts index 283032d6133d64..ece435b9108271 100644 --- a/packages/mui-material/src/Accordion/Accordion.d.ts +++ b/packages/mui-material/src/Accordion/Accordion.d.ts @@ -111,12 +111,12 @@ export type AccordionTypeMap< * * Demos: * - * - [Accordion](https://mui.com/material-ui/react-accordion/) + * - [Accordion](https://next.mui.com/material-ui/react-accordion/) * * API: * - * - [Accordion API](https://mui.com/material-ui/api/accordion/) - * - inherits [Paper API](https://mui.com/material-ui/api/paper/) + * - [Accordion API](https://next.mui.com/material-ui/api/accordion/) + * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) */ declare const Accordion: OverridableComponent; diff --git a/packages/mui-material/src/AccordionActions/AccordionActions.d.ts b/packages/mui-material/src/AccordionActions/AccordionActions.d.ts index 39c13ee770255f..ecf3efa0649aea 100644 --- a/packages/mui-material/src/AccordionActions/AccordionActions.d.ts +++ b/packages/mui-material/src/AccordionActions/AccordionActions.d.ts @@ -27,10 +27,10 @@ export interface AccordionActionsProps extends StandardProps; diff --git a/packages/mui-material/src/Alert/Alert.d.ts b/packages/mui-material/src/Alert/Alert.d.ts index 24b8f2e53655af..545f104869dae6 100644 --- a/packages/mui-material/src/Alert/Alert.d.ts +++ b/packages/mui-material/src/Alert/Alert.d.ts @@ -204,11 +204,11 @@ export interface AlertOwnerState extends AlertProps {} * * Demos: * - * - [Alert](https://mui.com/material-ui/react-alert/) + * - [Alert](https://next.mui.com/material-ui/react-alert/) * * API: * - * - [Alert API](https://mui.com/material-ui/api/alert/) - * - inherits [Paper API](https://mui.com/material-ui/api/paper/) + * - [Alert API](https://next.mui.com/material-ui/api/alert/) + * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) */ export default function Alert(props: AlertProps): React.JSX.Element; diff --git a/packages/mui-material/src/AlertTitle/AlertTitle.d.ts b/packages/mui-material/src/AlertTitle/AlertTitle.d.ts index f85b125962f08c..8d98cc8d3541bd 100644 --- a/packages/mui-material/src/AlertTitle/AlertTitle.d.ts +++ b/packages/mui-material/src/AlertTitle/AlertTitle.d.ts @@ -22,11 +22,11 @@ export interface AlertTitleProps extends TypographyProps<'div'> { * * Demos: * - * - [Alert](https://mui.com/material-ui/react-alert/) + * - [Alert](https://next.mui.com/material-ui/react-alert/) * * API: * - * - [AlertTitle API](https://mui.com/material-ui/api/alert-title/) - * - inherits [Typography API](https://mui.com/material-ui/api/typography/) + * - [AlertTitle API](https://next.mui.com/material-ui/api/alert-title/) + * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) */ export default function AlertTitle(props: AlertTitleProps): React.JSX.Element; diff --git a/packages/mui-material/src/AppBar/AppBar.d.ts b/packages/mui-material/src/AppBar/AppBar.d.ts index 7e359d5bb007d2..652b207dcda982 100644 --- a/packages/mui-material/src/AppBar/AppBar.d.ts +++ b/packages/mui-material/src/AppBar/AppBar.d.ts @@ -56,12 +56,12 @@ export type AppBarTypeMap< * * Demos: * - * - [App Bar](https://mui.com/material-ui/react-app-bar/) + * - [App Bar](https://next.mui.com/material-ui/react-app-bar/) * * API: * - * - [AppBar API](https://mui.com/material-ui/api/app-bar/) - * - inherits [Paper API](https://mui.com/material-ui/api/paper/) + * - [AppBar API](https://next.mui.com/material-ui/api/app-bar/) + * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) */ declare const AppBar: OverridableComponent; diff --git a/packages/mui-material/src/Autocomplete/Autocomplete.d.ts b/packages/mui-material/src/Autocomplete/Autocomplete.d.ts index cf789850d12d9c..829c64aafb6184 100644 --- a/packages/mui-material/src/Autocomplete/Autocomplete.d.ts +++ b/packages/mui-material/src/Autocomplete/Autocomplete.d.ts @@ -360,11 +360,11 @@ export interface AutocompleteProps< * * Demos: * - * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/) + * - [Autocomplete](https://next.mui.com/material-ui/react-autocomplete/) * * API: * - * - [Autocomplete API](https://mui.com/material-ui/api/autocomplete/) + * - [Autocomplete API](https://next.mui.com/material-ui/api/autocomplete/) */ export default function Autocomplete< Value, diff --git a/packages/mui-material/src/Avatar/Avatar.d.ts b/packages/mui-material/src/Avatar/Avatar.d.ts index ba60904d7c5b60..717a662bde058c 100644 --- a/packages/mui-material/src/Avatar/Avatar.d.ts +++ b/packages/mui-material/src/Avatar/Avatar.d.ts @@ -87,11 +87,11 @@ export interface AvatarTypeMap< * * Demos: * - * - [Avatar](https://mui.com/material-ui/react-avatar/) + * - [Avatar](https://next.mui.com/material-ui/react-avatar/) * * API: * - * - [Avatar API](https://mui.com/material-ui/api/avatar/) + * - [Avatar API](https://next.mui.com/material-ui/api/avatar/) */ declare const Avatar: OverridableComponent; diff --git a/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts b/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts index 314c87451218b7..110079b3fe513c 100644 --- a/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts +++ b/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts @@ -107,11 +107,11 @@ export interface AvatarGroupTypeMap< * * Demos: * - * - [Avatar](https://mui.com/material-ui/react-avatar/) + * - [Avatar](https://next.mui.com/material-ui/react-avatar/) * * API: * - * - [AvatarGroup API](https://mui.com/material-ui/api/avatar-group/) + * - [AvatarGroup API](https://next.mui.com/material-ui/api/avatar-group/) */ declare const AvatarGroup: OverridableComponent; diff --git a/packages/mui-material/src/Backdrop/Backdrop.d.ts b/packages/mui-material/src/Backdrop/Backdrop.d.ts index e4ef50ac1de928..3ad7c14e13c2b7 100644 --- a/packages/mui-material/src/Backdrop/Backdrop.d.ts +++ b/packages/mui-material/src/Backdrop/Backdrop.d.ts @@ -122,12 +122,12 @@ export declare const BackdropRoot: React.FC; * * Demos: * - * - [Backdrop](https://mui.com/material-ui/react-backdrop/) + * - [Backdrop](https://next.mui.com/material-ui/react-backdrop/) * * API: * - * - [Backdrop API](https://mui.com/material-ui/api/backdrop/) - * - inherits [Fade API](https://mui.com/material-ui/api/fade/) + * - [Backdrop API](https://next.mui.com/material-ui/api/backdrop/) + * - inherits [Fade API](https://next.mui.com/material-ui/api/fade/) */ declare const Backdrop: OverridableComponent; diff --git a/packages/mui-material/src/Badge/Badge.d.ts b/packages/mui-material/src/Badge/Badge.d.ts index f70c49058f6b4d..3a5f9856f29393 100644 --- a/packages/mui-material/src/Badge/Badge.d.ts +++ b/packages/mui-material/src/Badge/Badge.d.ts @@ -162,12 +162,12 @@ export declare const BadgeMark: React.FC; * * Demos: * - * - [Avatar](https://mui.com/material-ui/react-avatar/) - * - [Badge](https://mui.com/material-ui/react-badge/) + * - [Avatar](https://next.mui.com/material-ui/react-avatar/) + * - [Badge](https://next.mui.com/material-ui/react-badge/) * * API: * - * - [Badge API](https://mui.com/material-ui/api/badge/) + * - [Badge API](https://next.mui.com/material-ui/api/badge/) */ declare const Badge: OverridableComponent; diff --git a/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts b/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts index b335e6e536f47e..c368a17f087a4b 100644 --- a/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts +++ b/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts @@ -47,11 +47,11 @@ export interface BottomNavigationTypeMap< * * Demos: * - * - [Bottom Navigation](https://mui.com/material-ui/react-bottom-navigation/) + * - [Bottom Navigation](https://next.mui.com/material-ui/react-bottom-navigation/) * * API: * - * - [BottomNavigation API](https://mui.com/material-ui/api/bottom-navigation/) + * - [BottomNavigation API](https://next.mui.com/material-ui/api/bottom-navigation/) */ declare const BottomNavigation: OverridableComponent; diff --git a/packages/mui-material/src/BottomNavigationAction/BottomNavigationAction.d.ts b/packages/mui-material/src/BottomNavigationAction/BottomNavigationAction.d.ts index 7b32550d882e61..c52ef2c26ee50c 100644 --- a/packages/mui-material/src/BottomNavigationAction/BottomNavigationAction.d.ts +++ b/packages/mui-material/src/BottomNavigationAction/BottomNavigationAction.d.ts @@ -53,12 +53,12 @@ export type BottomNavigationActionTypeMap< * * Demos: * - * - [Bottom Navigation](https://mui.com/material-ui/react-bottom-navigation/) + * - [Bottom Navigation](https://next.mui.com/material-ui/react-bottom-navigation/) * * API: * - * - [BottomNavigationAction API](https://mui.com/material-ui/api/bottom-navigation-action/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [BottomNavigationAction API](https://next.mui.com/material-ui/api/bottom-navigation-action/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const BottomNavigationAction: ExtendButtonBase< BottomNavigationActionTypeMap<{}, ButtonBaseTypeMap['defaultComponent']> diff --git a/packages/mui-material/src/Box/Box.d.ts b/packages/mui-material/src/Box/Box.d.ts index 55d5f2928abb38..eb4c5ad501138c 100644 --- a/packages/mui-material/src/Box/Box.d.ts +++ b/packages/mui-material/src/Box/Box.d.ts @@ -7,11 +7,11 @@ import { Theme as MaterialTheme } from '../styles'; * * Demos: * - * - [Box](https://mui.com/material-ui/react-box/) + * - [Box](https://next.mui.com/material-ui/react-box/) * * API: * - * - [Box API](https://mui.com/material-ui/api/box/) + * - [Box API](https://next.mui.com/material-ui/api/box/) */ declare const Box: OverridableComponent>; diff --git a/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts b/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts index 66f8e9f0ea71ba..59f54684211a23 100644 --- a/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts +++ b/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts @@ -91,12 +91,12 @@ export interface BreadcrumbsTypeMap< * * Demos: * - * - [Breadcrumbs](https://mui.com/material-ui/react-breadcrumbs/) + * - [Breadcrumbs](https://next.mui.com/material-ui/react-breadcrumbs/) * * API: * - * - [Breadcrumbs API](https://mui.com/material-ui/api/breadcrumbs/) - * - inherits [Typography API](https://mui.com/material-ui/api/typography/) + * - [Breadcrumbs API](https://next.mui.com/material-ui/api/breadcrumbs/) + * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) */ declare const Breadcrumbs: OverridableComponent; diff --git a/packages/mui-material/src/Button/Button.d.ts b/packages/mui-material/src/Button/Button.d.ts index 0e32a0b6ab459e..34791f4942c527 100644 --- a/packages/mui-material/src/Button/Button.d.ts +++ b/packages/mui-material/src/Button/Button.d.ts @@ -129,13 +129,13 @@ export type ExtendButton = (( * * Demos: * - * - [Button Group](https://mui.com/material-ui/react-button-group/) - * - [Button](https://mui.com/material-ui/react-button/) + * - [Button Group](https://next.mui.com/material-ui/react-button-group/) + * - [Button](https://next.mui.com/material-ui/react-button/) * * API: * - * - [Button API](https://mui.com/material-ui/api/button/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [Button API](https://next.mui.com/material-ui/api/button/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const Button: ExtendButtonBase; diff --git a/packages/mui-material/src/ButtonBase/ButtonBase.d.ts b/packages/mui-material/src/ButtonBase/ButtonBase.d.ts index 66eb592b9e6bc7..d125cb0965e3ac 100644 --- a/packages/mui-material/src/ButtonBase/ButtonBase.d.ts +++ b/packages/mui-material/src/ButtonBase/ButtonBase.d.ts @@ -117,11 +117,11 @@ export type ExtendButtonBase = (( * * Demos: * - * - [Button](https://mui.com/material-ui/react-button/) + * - [Button](https://next.mui.com/material-ui/react-button/) * * API: * - * - [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const ButtonBase: ExtendButtonBase; diff --git a/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts b/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts index 77cc7f128db348..72aff8ccb89870 100644 --- a/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts +++ b/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts @@ -90,11 +90,11 @@ export interface ButtonGroupTypeMap< * * Demos: * - * - [Button Group](https://mui.com/material-ui/react-button-group/) + * - [Button Group](https://next.mui.com/material-ui/react-button-group/) * * API: * - * - [ButtonGroup API](https://mui.com/material-ui/api/button-group/) + * - [ButtonGroup API](https://next.mui.com/material-ui/api/button-group/) */ declare const ButtonGroup: OverridableComponent; diff --git a/packages/mui-material/src/Card/Card.d.ts b/packages/mui-material/src/Card/Card.d.ts index b1145adc0df886..e3266075106b13 100644 --- a/packages/mui-material/src/Card/Card.d.ts +++ b/packages/mui-material/src/Card/Card.d.ts @@ -37,12 +37,12 @@ export interface CardTypeMap< * * Demos: * - * - [Card](https://mui.com/material-ui/react-card/) + * - [Card](https://next.mui.com/material-ui/react-card/) * * API: * - * - [Card API](https://mui.com/material-ui/api/card/) - * - inherits [Paper API](https://mui.com/material-ui/api/paper/) + * - [Card API](https://next.mui.com/material-ui/api/card/) + * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) */ declare const Card: OverridableComponent; diff --git a/packages/mui-material/src/CardActionArea/CardActionArea.d.ts b/packages/mui-material/src/CardActionArea/CardActionArea.d.ts index 40a01c09c76910..5265cfa6f9ae03 100644 --- a/packages/mui-material/src/CardActionArea/CardActionArea.d.ts +++ b/packages/mui-material/src/CardActionArea/CardActionArea.d.ts @@ -29,12 +29,12 @@ export type CardActionAreaTypeMap< * * Demos: * - * - [Card](https://mui.com/material-ui/react-card/) + * - [Card](https://next.mui.com/material-ui/react-card/) * * API: * - * - [CardActionArea API](https://mui.com/material-ui/api/card-action-area/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [CardActionArea API](https://next.mui.com/material-ui/api/card-action-area/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const CardActionArea: ExtendButtonBase< CardActionAreaTypeMap<{}, ButtonBaseTypeMap['defaultComponent']> diff --git a/packages/mui-material/src/CardActions/CardActions.d.ts b/packages/mui-material/src/CardActions/CardActions.d.ts index eb5494dc0e0229..d3d1779c27bbf5 100644 --- a/packages/mui-material/src/CardActions/CardActions.d.ts +++ b/packages/mui-material/src/CardActions/CardActions.d.ts @@ -27,10 +27,10 @@ export interface CardActionsProps extends StandardProps; diff --git a/packages/mui-material/src/CardHeader/CardHeader.d.ts b/packages/mui-material/src/CardHeader/CardHeader.d.ts index 1f5292645f9912..466e3b22a6c2f5 100644 --- a/packages/mui-material/src/CardHeader/CardHeader.d.ts +++ b/packages/mui-material/src/CardHeader/CardHeader.d.ts @@ -190,11 +190,11 @@ export interface CardHeaderTypeMap< * * Demos: * - * - [Card](https://mui.com/material-ui/react-card/) + * - [Card](https://next.mui.com/material-ui/react-card/) * * API: * - * - [CardHeader API](https://mui.com/material-ui/api/card-header/) + * - [CardHeader API](https://next.mui.com/material-ui/api/card-header/) */ declare const CardHeader: OverridableCardHeader; diff --git a/packages/mui-material/src/CardMedia/CardMedia.d.ts b/packages/mui-material/src/CardMedia/CardMedia.d.ts index 59d56b2cfd5081..bbf1816feb2ba6 100644 --- a/packages/mui-material/src/CardMedia/CardMedia.d.ts +++ b/packages/mui-material/src/CardMedia/CardMedia.d.ts @@ -40,11 +40,11 @@ export interface CardMediaTypeMap>; diff --git a/packages/mui-material/src/Checkbox/Checkbox.d.ts b/packages/mui-material/src/Checkbox/Checkbox.d.ts index 9d9d6ffca56d24..b6aadfaba53a54 100644 --- a/packages/mui-material/src/Checkbox/Checkbox.d.ts +++ b/packages/mui-material/src/Checkbox/Checkbox.d.ts @@ -107,12 +107,12 @@ export interface CheckboxProps * * Demos: * - * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Transfer List](https://mui.com/material-ui/react-transfer-list/) + * - [Checkbox](https://next.mui.com/material-ui/react-checkbox/) + * - [Transfer List](https://next.mui.com/material-ui/react-transfer-list/) * * API: * - * - [Checkbox API](https://mui.com/material-ui/api/checkbox/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [Checkbox API](https://next.mui.com/material-ui/api/checkbox/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ export default function Checkbox(props: CheckboxProps): React.JSX.Element; diff --git a/packages/mui-material/src/Chip/Chip.d.ts b/packages/mui-material/src/Chip/Chip.d.ts index c5cd5a82b154a4..10955d9026def1 100644 --- a/packages/mui-material/src/Chip/Chip.d.ts +++ b/packages/mui-material/src/Chip/Chip.d.ts @@ -105,11 +105,11 @@ export interface ChipTypeMap< * * Demos: * - * - [Chip](https://mui.com/material-ui/react-chip/) + * - [Chip](https://next.mui.com/material-ui/react-chip/) * * API: * - * - [Chip API](https://mui.com/material-ui/api/chip/) + * - [Chip API](https://next.mui.com/material-ui/api/chip/) */ declare const Chip: OverridableComponent; diff --git a/packages/mui-material/src/CircularProgress/CircularProgress.d.ts b/packages/mui-material/src/CircularProgress/CircularProgress.d.ts index 31b99ab6a7273e..0ec024993fc1b5 100644 --- a/packages/mui-material/src/CircularProgress/CircularProgress.d.ts +++ b/packages/mui-material/src/CircularProgress/CircularProgress.d.ts @@ -67,10 +67,10 @@ export interface CircularProgressProps * * Demos: * - * - [Progress](https://mui.com/material-ui/react-progress/) + * - [Progress](https://next.mui.com/material-ui/react-progress/) * * API: * - * - [CircularProgress API](https://mui.com/material-ui/api/circular-progress/) + * - [CircularProgress API](https://next.mui.com/material-ui/api/circular-progress/) */ export default function CircularProgress(props: CircularProgressProps): React.JSX.Element; diff --git a/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx b/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx index 5987a8f04dc1c8..49f0490f1fa7aa 100644 --- a/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx +++ b/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx @@ -65,12 +65,12 @@ export interface ClickAwayListenerProps { * * Demos: * - * - [Click-Away Listener](https://mui.com/material-ui/react-click-away-listener/) - * - [Menu](https://mui.com/material-ui/react-menu/) + * - [Click-Away Listener](https://next.mui.com/material-ui/react-click-away-listener/) + * - [Menu](https://next.mui.com/material-ui/react-menu/) * * API: * - * - [ClickAwayListener API](https://mui.com/material-ui/api/click-away-listener/) + * - [ClickAwayListener API](https://next.mui.com/material-ui/api/click-away-listener/) */ function ClickAwayListener(props: ClickAwayListenerProps): React.JSX.Element { const { diff --git a/packages/mui-material/src/Collapse/Collapse.d.ts b/packages/mui-material/src/Collapse/Collapse.d.ts index aa756bb779a3f7..c61f1d53321e56 100644 --- a/packages/mui-material/src/Collapse/Collapse.d.ts +++ b/packages/mui-material/src/Collapse/Collapse.d.ts @@ -54,18 +54,18 @@ export interface CollapseProps extends StandardProps /** * The Collapse transition is used by the - * [Vertical Stepper](https://mui.com/material-ui/react-stepper/#vertical-stepper) StepContent component. + * [Vertical Stepper](https://next.mui.com/material-ui/react-stepper/#vertical-stepper) StepContent component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. * * Demos: * - * - [Card](https://mui.com/material-ui/react-card/) - * - [Lists](https://mui.com/material-ui/react-list/) - * - [Transitions](https://mui.com/material-ui/transitions/) + * - [Card](https://next.mui.com/material-ui/react-card/) + * - [Lists](https://next.mui.com/material-ui/react-list/) + * - [Transitions](https://next.mui.com/material-ui/transitions/) * * API: * - * - [Collapse API](https://mui.com/material-ui/api/collapse/) + * - [Collapse API](https://next.mui.com/material-ui/api/collapse/) * - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props) */ diff --git a/packages/mui-material/src/Container/Container.d.ts b/packages/mui-material/src/Container/Container.d.ts index 9416144afe2943..8ab0be3f73780d 100644 --- a/packages/mui-material/src/Container/Container.d.ts +++ b/packages/mui-material/src/Container/Container.d.ts @@ -47,11 +47,11 @@ export interface ContainerTypeMap< * * Demos: * - * - [Container](https://mui.com/material-ui/react-container/) + * - [Container](https://next.mui.com/material-ui/react-container/) * * API: * - * - [Container API](https://mui.com/material-ui/api/container/) + * - [Container API](https://next.mui.com/material-ui/api/container/) */ declare const Container: OverridableComponent; diff --git a/packages/mui-material/src/CssBaseline/CssBaseline.d.ts b/packages/mui-material/src/CssBaseline/CssBaseline.d.ts index 11cb225bd7ac03..6032c59eb267f1 100644 --- a/packages/mui-material/src/CssBaseline/CssBaseline.d.ts +++ b/packages/mui-material/src/CssBaseline/CssBaseline.d.ts @@ -20,10 +20,10 @@ export interface CssBaselineProps extends StyledComponentProps { * * Demos: * - * - [CSS Baseline](https://mui.com/material-ui/react-css-baseline/) + * - [CSS Baseline](https://next.mui.com/material-ui/react-css-baseline/) * * API: * - * - [CssBaseline API](https://mui.com/material-ui/api/css-baseline/) + * - [CssBaseline API](https://next.mui.com/material-ui/api/css-baseline/) */ export default function CssBaseline(props: CssBaselineProps): React.JSX.Element; diff --git a/packages/mui-material/src/Dialog/Dialog.d.ts b/packages/mui-material/src/Dialog/Dialog.d.ts index 2bd4652ff540d0..dcbcfc7381ada7 100644 --- a/packages/mui-material/src/Dialog/Dialog.d.ts +++ b/packages/mui-material/src/Dialog/Dialog.d.ts @@ -199,12 +199,12 @@ export interface DialogProps * * Demos: * - * - [Dialog](https://mui.com/material-ui/react-dialog/) + * - [Dialog](https://next.mui.com/material-ui/react-dialog/) * * API: * - * - [Dialog API](https://mui.com/material-ui/api/dialog/) - * - inherits [Modal API](https://mui.com/material-ui/api/modal/) + * - [Dialog API](https://next.mui.com/material-ui/api/dialog/) + * - inherits [Modal API](https://next.mui.com/material-ui/api/modal/) */ export default function Dialog(props: DialogProps): React.JSX.Element; diff --git a/packages/mui-material/src/DialogActions/DialogActions.d.ts b/packages/mui-material/src/DialogActions/DialogActions.d.ts index 3f1842f3461c08..cc732990894112 100644 --- a/packages/mui-material/src/DialogActions/DialogActions.d.ts +++ b/packages/mui-material/src/DialogActions/DialogActions.d.ts @@ -27,10 +27,10 @@ export interface DialogActionsProps extends StandardProps; diff --git a/packages/mui-material/src/DialogTitle/DialogTitle.d.ts b/packages/mui-material/src/DialogTitle/DialogTitle.d.ts index 3586405748dc38..2d6b4f13a50feb 100644 --- a/packages/mui-material/src/DialogTitle/DialogTitle.d.ts +++ b/packages/mui-material/src/DialogTitle/DialogTitle.d.ts @@ -32,12 +32,12 @@ export interface DialogTitleTypeMap< * * Demos: * - * - [Dialog](https://mui.com/material-ui/react-dialog/) + * - [Dialog](https://next.mui.com/material-ui/react-dialog/) * * API: * - * - [DialogTitle API](https://mui.com/material-ui/api/dialog-title/) - * - inherits [Typography API](https://mui.com/material-ui/api/typography/) + * - [DialogTitle API](https://next.mui.com/material-ui/api/dialog-title/) + * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) */ declare const DialogTitle: OverridableComponent; diff --git a/packages/mui-material/src/Divider/Divider.d.ts b/packages/mui-material/src/Divider/Divider.d.ts index e48ca9f2deef14..c488349dae9782 100644 --- a/packages/mui-material/src/Divider/Divider.d.ts +++ b/packages/mui-material/src/Divider/Divider.d.ts @@ -66,12 +66,12 @@ export interface DividerTypeMap< * * Demos: * - * - [Divider](https://mui.com/material-ui/react-divider/) - * - [Lists](https://mui.com/material-ui/react-list/) + * - [Divider](https://next.mui.com/material-ui/react-divider/) + * - [Lists](https://next.mui.com/material-ui/react-list/) * * API: * - * - [Divider API](https://mui.com/material-ui/api/divider/) + * - [Divider API](https://next.mui.com/material-ui/api/divider/) */ declare const Divider: OverridableComponent; diff --git a/packages/mui-material/src/Drawer/Drawer.d.ts b/packages/mui-material/src/Drawer/Drawer.d.ts index e464ef13a3a64e..eacf778a430786 100644 --- a/packages/mui-material/src/Drawer/Drawer.d.ts +++ b/packages/mui-material/src/Drawer/Drawer.d.ts @@ -74,15 +74,15 @@ export interface DrawerProps extends StandardProps; diff --git a/packages/mui-material/src/Fade/Fade.d.ts b/packages/mui-material/src/Fade/Fade.d.ts index 6e6a7055ea20a4..a0c2fd024261f1 100644 --- a/packages/mui-material/src/Fade/Fade.d.ts +++ b/packages/mui-material/src/Fade/Fade.d.ts @@ -34,16 +34,16 @@ export interface FadeProps extends Omit { } /** - * The Fade transition is used by the [Modal](https://mui.com/material-ui/react-modal/) component. + * The Fade transition is used by the [Modal](https://next.mui.com/material-ui/react-modal/) component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. * * Demos: * - * - [Transitions](https://mui.com/material-ui/transitions/) + * - [Transitions](https://next.mui.com/material-ui/transitions/) * * API: * - * - [Fade API](https://mui.com/material-ui/api/fade/) + * - [Fade API](https://next.mui.com/material-ui/api/fade/) * - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props) */ export default function Fade(props: FadeProps): React.JSX.Element; diff --git a/packages/mui-material/src/FilledInput/FilledInput.d.ts b/packages/mui-material/src/FilledInput/FilledInput.d.ts index c31279ed4f8b8b..7432f5bda9555e 100644 --- a/packages/mui-material/src/FilledInput/FilledInput.d.ts +++ b/packages/mui-material/src/FilledInput/FilledInput.d.ts @@ -30,12 +30,12 @@ export interface FilledInputProps extends StandardProps { * * Demos: * - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [FilledInput API](https://mui.com/material-ui/api/filled-input/) - * - inherits [InputBase API](https://mui.com/material-ui/api/input-base/) + * - [FilledInput API](https://next.mui.com/material-ui/api/filled-input/) + * - inherits [InputBase API](https://next.mui.com/material-ui/api/input-base/) */ declare const FilledInput: ((props: FilledInputProps) => React.JSX.Element) & { muiName: string }; diff --git a/packages/mui-material/src/FormControl/FormControl.d.ts b/packages/mui-material/src/FormControl/FormControl.d.ts index 3bf94a5d6dd196..150e627778f88c 100644 --- a/packages/mui-material/src/FormControl/FormControl.d.ts +++ b/packages/mui-material/src/FormControl/FormControl.d.ts @@ -98,7 +98,7 @@ export interface FormControlTypeMap< * * Input * * InputLabel * - * You can find one composition example below and more going to [the demos](https://mui.com/material-ui/react-text-field/#components). + * You can find one composition example below and more going to [the demos](https://next.mui.com/material-ui/react-text-field/#components). * * ```jsx * @@ -113,14 +113,14 @@ export interface FormControlTypeMap< * * Demos: * - * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Radio Group](https://mui.com/material-ui/react-radio-button/) - * - [Switch](https://mui.com/material-ui/react-switch/) - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Checkbox](https://next.mui.com/material-ui/react-checkbox/) + * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/) + * - [Switch](https://next.mui.com/material-ui/react-switch/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [FormControl API](https://mui.com/material-ui/api/form-control/) + * - [FormControl API](https://next.mui.com/material-ui/api/form-control/) */ declare const FormControl: OverridableComponent; diff --git a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts index 2d679da44f179b..b14ea099513757 100644 --- a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts +++ b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts @@ -98,12 +98,12 @@ export interface FormControlLabelProps * * Demos: * - * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Radio Group](https://mui.com/material-ui/react-radio-button/) - * - [Switch](https://mui.com/material-ui/react-switch/) + * - [Checkbox](https://next.mui.com/material-ui/react-checkbox/) + * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/) + * - [Switch](https://next.mui.com/material-ui/react-switch/) * * API: * - * - [FormControlLabel API](https://mui.com/material-ui/api/form-control-label/) + * - [FormControlLabel API](https://next.mui.com/material-ui/api/form-control-label/) */ export default function FormControlLabel(props: FormControlLabelProps): React.JSX.Element; diff --git a/packages/mui-material/src/FormGroup/FormGroup.d.ts b/packages/mui-material/src/FormGroup/FormGroup.d.ts index 120c8bda2f6ad4..d18a8220203ca5 100644 --- a/packages/mui-material/src/FormGroup/FormGroup.d.ts +++ b/packages/mui-material/src/FormGroup/FormGroup.d.ts @@ -30,11 +30,11 @@ export interface FormGroupProps extends StandardProps; diff --git a/packages/mui-material/src/FormLabel/FormLabel.d.ts b/packages/mui-material/src/FormLabel/FormLabel.d.ts index f332f4d1c1a33d..1ed383f68805e9 100644 --- a/packages/mui-material/src/FormLabel/FormLabel.d.ts +++ b/packages/mui-material/src/FormLabel/FormLabel.d.ts @@ -68,13 +68,13 @@ export interface FormLabelTypeMap< * * Demos: * - * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Radio Group](https://mui.com/material-ui/react-radio-button/) - * - [Switch](https://mui.com/material-ui/react-switch/) + * - [Checkbox](https://next.mui.com/material-ui/react-checkbox/) + * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/) + * - [Switch](https://next.mui.com/material-ui/react-switch/) * * API: * - * - [FormLabel API](https://mui.com/material-ui/api/form-label/) + * - [FormLabel API](https://next.mui.com/material-ui/api/form-label/) */ declare const FormLabel: OverridableComponent; diff --git a/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts b/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts index a5f9b45d7ab4fc..be98077796b721 100644 --- a/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts +++ b/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts @@ -12,10 +12,10 @@ export interface GlobalStylesProps { * * Demos: * - * - [How to customize](https://mui.com/material-ui/customization/how-to-customize/) + * - [How to customize](https://next.mui.com/material-ui/customization/how-to-customize/) * * API: * - * - [GlobalStyles API](https://mui.com/material-ui/api/global-styles/) + * - [GlobalStyles API](https://next.mui.com/material-ui/api/global-styles/) */ export default function GlobalStyles(props: GlobalStylesProps): React.ReactElement; diff --git a/packages/mui-material/src/Grid/Grid.d.ts b/packages/mui-material/src/Grid/Grid.d.ts index 68cecc6fa738a9..89412ee82f63e3 100644 --- a/packages/mui-material/src/Grid/Grid.d.ts +++ b/packages/mui-material/src/Grid/Grid.d.ts @@ -164,11 +164,11 @@ export interface GridTypeMap< * * Demos: * - * - [Grid](https://mui.com/material-ui/react-grid/) + * - [Grid](https://next.mui.com/material-ui/react-grid/) * * API: * - * - [Grid API](https://mui.com/material-ui/api/grid/) + * - [Grid API](https://next.mui.com/material-ui/api/grid/) * * @deprecated Use the [`Grid2`](https://mui.com/material-ui/react-grid2/) component instead. */ diff --git a/packages/mui-material/src/Grid2/Grid2.tsx b/packages/mui-material/src/Grid2/Grid2.tsx index 1bf737c13e3af5..a16d06ebfc94cd 100644 --- a/packages/mui-material/src/Grid2/Grid2.tsx +++ b/packages/mui-material/src/Grid2/Grid2.tsx @@ -118,11 +118,11 @@ export type Grid2Props< * * Demos: * - * - [Grid version 2](https://mui.com/material-ui/react-grid2/) + * - [Grid version 2](https://next.mui.com/material-ui/react-grid2/) * * API: * - * - [Grid2 API](https://mui.com/material-ui/api/grid-2/) + * - [Grid2 API](https://next.mui.com/material-ui/api/grid-2/) */ const Grid2 = createGrid2({ createStyledComponent: styled('div', { diff --git a/packages/mui-material/src/Grow/Grow.d.ts b/packages/mui-material/src/Grow/Grow.d.ts index b4a412e9792737..c01ca0614f9f1a 100644 --- a/packages/mui-material/src/Grow/Grow.d.ts +++ b/packages/mui-material/src/Grow/Grow.d.ts @@ -33,18 +33,18 @@ export interface GrowProps extends Omit { } /** - * The Grow transition is used by the [Tooltip](https://mui.com/material-ui/react-tooltip/) and - * [Popover](https://mui.com/material-ui/react-popover/) components. + * The Grow transition is used by the [Tooltip](https://next.mui.com/material-ui/react-tooltip/) and + * [Popover](https://next.mui.com/material-ui/react-popover/) components. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. * * Demos: * - * - [Popover](https://mui.com/material-ui/react-popover/) - * - [Transitions](https://mui.com/material-ui/transitions/) + * - [Popover](https://next.mui.com/material-ui/react-popover/) + * - [Transitions](https://next.mui.com/material-ui/transitions/) * * API: * - * - [Grow API](https://mui.com/material-ui/api/grow/) + * - [Grow API](https://next.mui.com/material-ui/api/grow/) * - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props) */ export default function Grow(props: GrowProps): React.JSX.Element; diff --git a/packages/mui-material/src/Hidden/Hidden.d.ts b/packages/mui-material/src/Hidden/Hidden.d.ts index 2b5047f03fc8cf..335f185a6e66cd 100644 --- a/packages/mui-material/src/Hidden/Hidden.d.ts +++ b/packages/mui-material/src/Hidden/Hidden.d.ts @@ -85,11 +85,11 @@ export interface HiddenProps { * * Demos: * - * - [Hidden](https://mui.com/material-ui/react-hidden/) + * - [Hidden](https://next.mui.com/material-ui/react-hidden/) * * API: * - * - [Hidden API](https://mui.com/material-ui/api/hidden/) + * - [Hidden API](https://next.mui.com/material-ui/api/hidden/) * * @deprecated The Hidden component was deprecated in Material UI v5. To learn more, see [the Hidden section](https://mui.com/material-ui/migration/v5-component-changes/#hidden) of the migration docs. */ diff --git a/packages/mui-material/src/Icon/Icon.d.ts b/packages/mui-material/src/Icon/Icon.d.ts index 643e8a9667a12d..e89527fd4c33bb 100644 --- a/packages/mui-material/src/Icon/Icon.d.ts +++ b/packages/mui-material/src/Icon/Icon.d.ts @@ -67,12 +67,12 @@ export interface IconTypeMap< * * Demos: * - * - [Icons](https://mui.com/material-ui/icons/) - * - [Material Icons](https://mui.com/material-ui/material-icons/) + * - [Icons](https://next.mui.com/material-ui/icons/) + * - [Material Icons](https://next.mui.com/material-ui/material-icons/) * * API: * - * - [Icon API](https://mui.com/material-ui/api/icon/) + * - [Icon API](https://next.mui.com/material-ui/api/icon/) */ declare const Icon: OverridableComponent & { muiName: string }; diff --git a/packages/mui-material/src/IconButton/IconButton.d.ts b/packages/mui-material/src/IconButton/IconButton.d.ts index 77e54f52519498..7135b10b167845 100644 --- a/packages/mui-material/src/IconButton/IconButton.d.ts +++ b/packages/mui-material/src/IconButton/IconButton.d.ts @@ -81,17 +81,17 @@ export type IconButtonTypeMap< }>; /** - * Refer to the [Icons](https://mui.com/material-ui/icons/) section of the documentation + * Refer to the [Icons](https://next.mui.com/material-ui/icons/) section of the documentation * regarding the available icon options. * * Demos: * - * - [Button](https://mui.com/material-ui/react-button/) + * - [Button](https://next.mui.com/material-ui/react-button/) * * API: * - * - [IconButton API](https://mui.com/material-ui/api/icon-button/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [IconButton API](https://next.mui.com/material-ui/api/icon-button/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const IconButton: ExtendButtonBase; diff --git a/packages/mui-material/src/ImageList/ImageList.d.ts b/packages/mui-material/src/ImageList/ImageList.d.ts index 618e3cbc990531..53ce9e5a1588f2 100644 --- a/packages/mui-material/src/ImageList/ImageList.d.ts +++ b/packages/mui-material/src/ImageList/ImageList.d.ts @@ -56,11 +56,11 @@ export interface ImageListTypeMap< * * Demos: * - * - [Image List](https://mui.com/material-ui/react-image-list/) + * - [Image List](https://next.mui.com/material-ui/react-image-list/) * * API: * - * - [ImageList API](https://mui.com/material-ui/api/image-list/) + * - [ImageList API](https://next.mui.com/material-ui/api/image-list/) */ declare const ImageList: OverridableComponent; diff --git a/packages/mui-material/src/ImageListItem/ImageListItem.d.ts b/packages/mui-material/src/ImageListItem/ImageListItem.d.ts index 09892699adfadb..20a1f635344c7d 100644 --- a/packages/mui-material/src/ImageListItem/ImageListItem.d.ts +++ b/packages/mui-material/src/ImageListItem/ImageListItem.d.ts @@ -40,11 +40,11 @@ export interface ImageListItemTypeMap< * * Demos: * - * - [Image List](https://mui.com/material-ui/react-image-list/) + * - [Image List](https://next.mui.com/material-ui/react-image-list/) * * API: * - * - [ImageListItem API](https://mui.com/material-ui/api/image-list-item/) + * - [ImageListItem API](https://next.mui.com/material-ui/api/image-list-item/) */ declare const ImageListItem: OverridableComponent; diff --git a/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts b/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts index b134d22e35121d..7194d9e2e0440e 100644 --- a/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts +++ b/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts @@ -42,10 +42,10 @@ export interface ImageListItemBarProps * * Demos: * - * - [Image List](https://mui.com/material-ui/react-image-list/) + * - [Image List](https://next.mui.com/material-ui/react-image-list/) * * API: * - * - [ImageListItemBar API](https://mui.com/material-ui/api/image-list-item-bar/) + * - [ImageListItemBar API](https://next.mui.com/material-ui/api/image-list-item-bar/) */ export default function ImageListItemBar(props: ImageListItemBarProps): React.JSX.Element; diff --git a/packages/mui-material/src/Input/Input.d.ts b/packages/mui-material/src/Input/Input.d.ts index 771af138da3324..6e390cad7c4798 100644 --- a/packages/mui-material/src/Input/Input.d.ts +++ b/packages/mui-material/src/Input/Input.d.ts @@ -23,12 +23,12 @@ export interface InputProps extends StandardProps { * * Demos: * - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [Input API](https://mui.com/material-ui/api/input/) - * - inherits [InputBase API](https://mui.com/material-ui/api/input-base/) + * - [Input API](https://next.mui.com/material-ui/api/input/) + * - inherits [InputBase API](https://next.mui.com/material-ui/api/input-base/) */ declare const Input: ((props: InputProps) => React.JSX.Element) & { muiName: string }; diff --git a/packages/mui-material/src/InputAdornment/InputAdornment.d.ts b/packages/mui-material/src/InputAdornment/InputAdornment.d.ts index 14ad4b05d3f00d..15707df2a38af9 100644 --- a/packages/mui-material/src/InputAdornment/InputAdornment.d.ts +++ b/packages/mui-material/src/InputAdornment/InputAdornment.d.ts @@ -51,11 +51,11 @@ export interface InputAdornmentTypeMap< * * Demos: * - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [InputAdornment API](https://mui.com/material-ui/api/input-adornment/) + * - [InputAdornment API](https://next.mui.com/material-ui/api/input-adornment/) */ declare const InputAdornment: OverridableComponent; diff --git a/packages/mui-material/src/InputBase/InputBase.d.ts b/packages/mui-material/src/InputBase/InputBase.d.ts index 31908f1c8546c4..10f64830ef4475 100644 --- a/packages/mui-material/src/InputBase/InputBase.d.ts +++ b/packages/mui-material/src/InputBase/InputBase.d.ts @@ -255,10 +255,10 @@ export interface InputBaseComponentProps * * Demos: * - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [InputBase API](https://mui.com/material-ui/api/input-base/) + * - [InputBase API](https://next.mui.com/material-ui/api/input-base/) */ export default function InputBase(props: InputBaseProps): React.JSX.Element; diff --git a/packages/mui-material/src/InputLabel/InputLabel.d.ts b/packages/mui-material/src/InputLabel/InputLabel.d.ts index d35c933cac7be5..e18e64c09178f5 100644 --- a/packages/mui-material/src/InputLabel/InputLabel.d.ts +++ b/packages/mui-material/src/InputLabel/InputLabel.d.ts @@ -71,12 +71,12 @@ export type InputLabelTypeMap< * * Demos: * - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [InputLabel API](https://mui.com/material-ui/api/input-label/) - * - inherits [FormLabel API](https://mui.com/material-ui/api/form-label/) + * - [InputLabel API](https://next.mui.com/material-ui/api/input-label/) + * - inherits [FormLabel API](https://next.mui.com/material-ui/api/form-label/) */ declare const InputLabel: OverridableComponent; diff --git a/packages/mui-material/src/LinearProgress/LinearProgress.d.ts b/packages/mui-material/src/LinearProgress/LinearProgress.d.ts index 58e7a73e9e80c5..f2cca1efb4dac5 100644 --- a/packages/mui-material/src/LinearProgress/LinearProgress.d.ts +++ b/packages/mui-material/src/LinearProgress/LinearProgress.d.ts @@ -53,10 +53,10 @@ export interface LinearProgressProps * * Demos: * - * - [Progress](https://mui.com/material-ui/react-progress/) + * - [Progress](https://next.mui.com/material-ui/react-progress/) * * API: * - * - [LinearProgress API](https://mui.com/material-ui/api/linear-progress/) + * - [LinearProgress API](https://next.mui.com/material-ui/api/linear-progress/) */ export default function LinearProgress(props: LinearProgressProps): React.JSX.Element; diff --git a/packages/mui-material/src/Link/Link.d.ts b/packages/mui-material/src/Link/Link.d.ts index d144f31447d7ff..c338fd53cbe0a2 100644 --- a/packages/mui-material/src/Link/Link.d.ts +++ b/packages/mui-material/src/Link/Link.d.ts @@ -49,13 +49,13 @@ export interface LinkTypeMap; diff --git a/packages/mui-material/src/List/List.d.ts b/packages/mui-material/src/List/List.d.ts index 19b0aaa68cbd94..720a6bba7fa675 100644 --- a/packages/mui-material/src/List/List.d.ts +++ b/packages/mui-material/src/List/List.d.ts @@ -56,12 +56,12 @@ export type ExtendList = OverridableComponen * * Demos: * - * - [Lists](https://mui.com/material-ui/react-list/) - * - [Transfer List](https://mui.com/material-ui/react-transfer-list/) + * - [Lists](https://next.mui.com/material-ui/react-list/) + * - [Transfer List](https://next.mui.com/material-ui/react-transfer-list/) * * API: * - * - [List API](https://mui.com/material-ui/api/list/) + * - [List API](https://next.mui.com/material-ui/api/list/) */ declare const List: ExtendList; diff --git a/packages/mui-material/src/ListItem/ListItem.d.ts b/packages/mui-material/src/ListItem/ListItem.d.ts index 1afb1e7d48e9b6..02ca079fdb81b7 100644 --- a/packages/mui-material/src/ListItem/ListItem.d.ts +++ b/packages/mui-material/src/ListItem/ListItem.d.ts @@ -116,12 +116,12 @@ export interface ListItemTypeMap>; diff --git a/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts b/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts index 5a13d4c9d5d8de..0aaae64028fa2d 100644 --- a/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts +++ b/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts @@ -22,10 +22,10 @@ export interface ListItemAvatarProps extends StandardProps; diff --git a/packages/mui-material/src/ListItemIcon/ListItemIcon.d.ts b/packages/mui-material/src/ListItemIcon/ListItemIcon.d.ts index 076ca13b5513eb..15e5c5cbd0f33c 100644 --- a/packages/mui-material/src/ListItemIcon/ListItemIcon.d.ts +++ b/packages/mui-material/src/ListItemIcon/ListItemIcon.d.ts @@ -24,10 +24,10 @@ export interface ListItemIconProps extends StandardProps; diff --git a/packages/mui-material/src/Menu/Menu.d.ts b/packages/mui-material/src/Menu/Menu.d.ts index 9170b8ba9aaa7a..0d8f539ea219ef 100644 --- a/packages/mui-material/src/Menu/Menu.d.ts +++ b/packages/mui-material/src/Menu/Menu.d.ts @@ -86,12 +86,12 @@ export declare const MenuPaper: React.FC; * * Demos: * - * - [App Bar](https://mui.com/material-ui/react-app-bar/) - * - [Menu](https://mui.com/material-ui/react-menu/) + * - [App Bar](https://next.mui.com/material-ui/react-app-bar/) + * - [Menu](https://next.mui.com/material-ui/react-menu/) * * API: * - * - [Menu API](https://mui.com/material-ui/api/menu/) - * - inherits [Popover API](https://mui.com/material-ui/api/popover/) + * - [Menu API](https://next.mui.com/material-ui/api/menu/) + * - inherits [Popover API](https://next.mui.com/material-ui/api/popover/) */ export default function Menu(props: MenuProps): React.JSX.Element; diff --git a/packages/mui-material/src/MenuItem/MenuItem.d.ts b/packages/mui-material/src/MenuItem/MenuItem.d.ts index 76f2fe665f8070..5915662f5ff037 100644 --- a/packages/mui-material/src/MenuItem/MenuItem.d.ts +++ b/packages/mui-material/src/MenuItem/MenuItem.d.ts @@ -60,12 +60,12 @@ export type MenuItemTypeMap< * * Demos: * - * - [Menu](https://mui.com/material-ui/react-menu/) + * - [Menu](https://next.mui.com/material-ui/react-menu/) * * API: * - * - [MenuItem API](https://mui.com/material-ui/api/menu-item/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [MenuItem API](https://next.mui.com/material-ui/api/menu-item/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const MenuItem: ExtendButtonBase; diff --git a/packages/mui-material/src/MenuList/MenuList.d.ts b/packages/mui-material/src/MenuList/MenuList.d.ts index f177efc71b9cb6..5f8a4e585ae3f4 100644 --- a/packages/mui-material/src/MenuList/MenuList.d.ts +++ b/packages/mui-material/src/MenuList/MenuList.d.ts @@ -48,18 +48,18 @@ export type MenuListClassKey = keyof NonNullable; diff --git a/packages/mui-material/src/MobileStepper/MobileStepper.d.ts b/packages/mui-material/src/MobileStepper/MobileStepper.d.ts index 9a05cabb4b9b5d..4dd737cda97675 100644 --- a/packages/mui-material/src/MobileStepper/MobileStepper.d.ts +++ b/packages/mui-material/src/MobileStepper/MobileStepper.d.ts @@ -52,11 +52,11 @@ export interface MobileStepperProps extends StandardProps; /** * Modal is a lower-level construct that is leveraged by the following components: * - * * [Dialog](https://mui.com/material-ui/api/dialog/) - * * [Drawer](https://mui.com/material-ui/api/drawer/) - * * [Menu](https://mui.com/material-ui/api/menu/) - * * [Popover](https://mui.com/material-ui/api/popover/) + * * [Dialog](https://next.mui.com/material-ui/api/dialog/) + * * [Drawer](https://next.mui.com/material-ui/api/drawer/) + * * [Menu](https://next.mui.com/material-ui/api/menu/) + * * [Popover](https://next.mui.com/material-ui/api/popover/) * - * If you are creating a modal dialog, you probably want to use the [Dialog](https://mui.com/material-ui/api/dialog/) component + * If you are creating a modal dialog, you probably want to use the [Dialog](https://next.mui.com/material-ui/api/dialog/) component * rather than directly using Modal. * * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals). * * Demos: * - * - [Modal](https://mui.com/material-ui/react-modal/) + * - [Modal](https://next.mui.com/material-ui/react-modal/) * * API: * - * - [Modal API](https://mui.com/material-ui/api/modal/) + * - [Modal API](https://next.mui.com/material-ui/api/modal/) */ declare const Modal: OverridableComponent; diff --git a/packages/mui-material/src/NativeSelect/NativeSelect.d.ts b/packages/mui-material/src/NativeSelect/NativeSelect.d.ts index f2947572a2a2e6..28ec68143d6468 100644 --- a/packages/mui-material/src/NativeSelect/NativeSelect.d.ts +++ b/packages/mui-material/src/NativeSelect/NativeSelect.d.ts @@ -57,12 +57,12 @@ export interface NativeSelectProps * * Demos: * - * - [Select](https://mui.com/material-ui/react-select/) + * - [Select](https://next.mui.com/material-ui/react-select/) * * API: * - * - [NativeSelect API](https://mui.com/material-ui/api/native-select/) - * - inherits [Input API](https://mui.com/material-ui/api/input/) + * - [NativeSelect API](https://next.mui.com/material-ui/api/native-select/) + * - inherits [Input API](https://next.mui.com/material-ui/api/input/) */ declare const NativeSelect: ((props: NativeSelectProps) => React.JSX.Element) & { muiName: string }; diff --git a/packages/mui-material/src/NoSsr/NoSsr.tsx b/packages/mui-material/src/NoSsr/NoSsr.tsx index 0b18a597a751ae..09b14c2267c42d 100644 --- a/packages/mui-material/src/NoSsr/NoSsr.tsx +++ b/packages/mui-material/src/NoSsr/NoSsr.tsx @@ -16,11 +16,11 @@ import { NoSsrProps } from './NoSsr.types'; * * Demos: * - * - [No SSR](https://mui.com/material-ui/react-no-ssr/) + * - [No SSR](https://next.mui.com/material-ui/react-no-ssr/) * * API: * - * - [NoSsr API](https://mui.com/material-ui/api/no-ssr/) + * - [NoSsr API](https://next.mui.com/material-ui/api/no-ssr/) */ function NoSsr(props: NoSsrProps): React.JSX.Element { const { children, defer = false, fallback = null } = props; diff --git a/packages/mui-material/src/OutlinedInput/OutlinedInput.d.ts b/packages/mui-material/src/OutlinedInput/OutlinedInput.d.ts index f8faee63a44db8..22a4c69059a155 100644 --- a/packages/mui-material/src/OutlinedInput/OutlinedInput.d.ts +++ b/packages/mui-material/src/OutlinedInput/OutlinedInput.d.ts @@ -28,12 +28,12 @@ export interface OutlinedInputProps extends StandardProps { * * Demos: * - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [OutlinedInput API](https://mui.com/material-ui/api/outlined-input/) - * - inherits [InputBase API](https://mui.com/material-ui/api/input-base/) + * - [OutlinedInput API](https://next.mui.com/material-ui/api/outlined-input/) + * - inherits [InputBase API](https://next.mui.com/material-ui/api/input-base/) */ declare const OutlinedInput: ((props: OutlinedInputProps) => React.JSX.Element) & { muiName: string; diff --git a/packages/mui-material/src/Pagination/Pagination.d.ts b/packages/mui-material/src/Pagination/Pagination.d.ts index d4d3e71340551b..21405c92b6b814 100644 --- a/packages/mui-material/src/Pagination/Pagination.d.ts +++ b/packages/mui-material/src/Pagination/Pagination.d.ts @@ -84,10 +84,10 @@ export interface PaginationProps * * Demos: * - * - [Pagination](https://mui.com/material-ui/react-pagination/) + * - [Pagination](https://next.mui.com/material-ui/react-pagination/) * * API: * - * - [Pagination API](https://mui.com/material-ui/api/pagination/) + * - [Pagination API](https://next.mui.com/material-ui/api/pagination/) */ export default function Pagination(props: PaginationProps): React.JSX.Element; diff --git a/packages/mui-material/src/PaginationItem/PaginationItem.d.ts b/packages/mui-material/src/PaginationItem/PaginationItem.d.ts index 498959cdf5451b..b263a4172ee732 100644 --- a/packages/mui-material/src/PaginationItem/PaginationItem.d.ts +++ b/packages/mui-material/src/PaginationItem/PaginationItem.d.ts @@ -118,11 +118,11 @@ export interface PaginationItemTypeMap< * * Demos: * - * - [Pagination](https://mui.com/material-ui/react-pagination/) + * - [Pagination](https://next.mui.com/material-ui/react-pagination/) * * API: * - * - [PaginationItem API](https://mui.com/material-ui/api/pagination-item/) + * - [PaginationItem API](https://next.mui.com/material-ui/api/pagination-item/) */ declare const PaginationItem: OverridableComponent; diff --git a/packages/mui-material/src/Paper/Paper.d.ts b/packages/mui-material/src/Paper/Paper.d.ts index 4c35061f6e3395..5c387010ca2f96 100644 --- a/packages/mui-material/src/Paper/Paper.d.ts +++ b/packages/mui-material/src/Paper/Paper.d.ts @@ -50,12 +50,12 @@ export interface PaperTypeMap< * * Demos: * - * - [Card](https://mui.com/material-ui/react-card/) - * - [Paper](https://mui.com/material-ui/react-paper/) + * - [Card](https://next.mui.com/material-ui/react-card/) + * - [Paper](https://next.mui.com/material-ui/react-paper/) * * API: * - * - [Paper API](https://mui.com/material-ui/api/paper/) + * - [Paper API](https://next.mui.com/material-ui/api/paper/) */ declare const Paper: OverridableComponent; diff --git a/packages/mui-material/src/PigmentContainer/PigmentContainer.tsx b/packages/mui-material/src/PigmentContainer/PigmentContainer.tsx index 9ea90947bfe742..7e79204a424a49 100644 --- a/packages/mui-material/src/PigmentContainer/PigmentContainer.tsx +++ b/packages/mui-material/src/PigmentContainer/PigmentContainer.tsx @@ -76,11 +76,11 @@ const useUtilityClasses = (ownerState: PigmentContainerOwnProps) => { * * Demos: * - * - [Container](https://mui.com/material-ui/react-container/) + * - [Container](https://next.mui.com/material-ui/react-container/) * * API: * - * - [PigmentContainer API](https://mui.com/material-ui/api/pigment-container/) + * - [PigmentContainer API](https://next.mui.com/material-ui/api/pigment-container/) */ const PigmentContainer = React.forwardRef(function PigmentContainer( { className, disableGutters = false, fixed = false, maxWidth = 'lg', ...props }, diff --git a/packages/mui-material/src/PigmentGrid/PigmentGrid.tsx b/packages/mui-material/src/PigmentGrid/PigmentGrid.tsx index 1b1f6301ad3751..e6c9ed0fa8fae3 100644 --- a/packages/mui-material/src/PigmentGrid/PigmentGrid.tsx +++ b/packages/mui-material/src/PigmentGrid/PigmentGrid.tsx @@ -122,11 +122,11 @@ const useUtilityClasses = (ownerState: GridBaseProps) => { * * Demos: * - * - [Grid version 2](https://mui.com/material-ui/react-grid2/) + * - [Grid version 2](https://next.mui.com/material-ui/react-grid2/) * * API: * - * - [PigmentGrid API](https://mui.com/material-ui/api/pigment-grid/) + * - [PigmentGrid API](https://next.mui.com/material-ui/api/pigment-grid/) */ const PigmentGrid = React.forwardRef(function PigmentGrid(props, ref) { const { className, ...other } = props; diff --git a/packages/mui-material/src/PigmentHidden/PigmentHidden.tsx b/packages/mui-material/src/PigmentHidden/PigmentHidden.tsx index 6d0ae79e15f516..9b1a77b305453a 100644 --- a/packages/mui-material/src/PigmentHidden/PigmentHidden.tsx +++ b/packages/mui-material/src/PigmentHidden/PigmentHidden.tsx @@ -255,11 +255,11 @@ HiddenCss.propTypes /* remove-proptypes */ = { * * Demos: * - * - [Hidden](https://mui.com/material-ui/react-hidden/) + * - [Hidden](https://next.mui.com/material-ui/react-hidden/) * * API: * - * - [PigmentHidden API](https://mui.com/material-ui/api/pigment-hidden/) + * - [PigmentHidden API](https://next.mui.com/material-ui/api/pigment-hidden/) */ function PigmentHidden({ implementation = 'js', ...props }: HiddenProps & { className?: string }) { if (implementation === 'js') { diff --git a/packages/mui-material/src/PigmentStack/PigmentStack.tsx b/packages/mui-material/src/PigmentStack/PigmentStack.tsx index 4b0e34d9abbe2f..04d90fbe52ca69 100644 --- a/packages/mui-material/src/PigmentStack/PigmentStack.tsx +++ b/packages/mui-material/src/PigmentStack/PigmentStack.tsx @@ -63,11 +63,11 @@ const useUtilityClasses = () => { * * Demos: * - * - [Stack](https://mui.com/material-ui/react-stack/) + * - [Stack](https://next.mui.com/material-ui/react-stack/) * * API: * - * - [PigmentStack API](https://mui.com/material-ui/api/pigment-stack/) + * - [PigmentStack API](https://next.mui.com/material-ui/api/pigment-stack/) */ const PigmentStack = React.forwardRef(function PigmentStack({ className, ...props }, ref) { const classes = useUtilityClasses(); diff --git a/packages/mui-material/src/Popover/Popover.d.ts b/packages/mui-material/src/Popover/Popover.d.ts index b84ec1a615550a..b1dc6ef894ad5e 100644 --- a/packages/mui-material/src/Popover/Popover.d.ts +++ b/packages/mui-material/src/Popover/Popover.d.ts @@ -259,12 +259,12 @@ export declare const PopoverPaper: React.FC; * * Demos: * - * - [Menu](https://mui.com/material-ui/react-menu/) - * - [Popover](https://mui.com/material-ui/react-popover/) + * - [Menu](https://next.mui.com/material-ui/react-menu/) + * - [Popover](https://next.mui.com/material-ui/react-popover/) * * API: * - * - [Popover API](https://mui.com/material-ui/api/popover/) - * - inherits [Modal API](https://mui.com/material-ui/api/modal/) + * - [Popover API](https://next.mui.com/material-ui/api/popover/) + * - inherits [Modal API](https://next.mui.com/material-ui/api/modal/) */ export default function Popover(props: PopoverProps): React.JSX.Element; diff --git a/packages/mui-material/src/Popper/Popper.tsx b/packages/mui-material/src/Popper/Popper.tsx index b329b808ae044d..6be1269727b656 100644 --- a/packages/mui-material/src/Popper/Popper.tsx +++ b/packages/mui-material/src/Popper/Popper.tsx @@ -50,13 +50,13 @@ const PopperRoot = styled(BasePopper, { * * Demos: * - * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/) - * - [Menu](https://mui.com/material-ui/react-menu/) - * - [Popper](https://mui.com/material-ui/react-popper/) + * - [Autocomplete](https://next.mui.com/material-ui/react-autocomplete/) + * - [Menu](https://next.mui.com/material-ui/react-menu/) + * - [Popper](https://next.mui.com/material-ui/react-popper/) * * API: * - * - [Popper API](https://mui.com/material-ui/api/popper/) + * - [Popper API](https://next.mui.com/material-ui/api/popper/) */ const Popper = React.forwardRef(function Popper( inProps: PopperProps, diff --git a/packages/mui-material/src/Portal/Portal.tsx b/packages/mui-material/src/Portal/Portal.tsx index a028eb856836e0..49bef9dad7a606 100644 --- a/packages/mui-material/src/Portal/Portal.tsx +++ b/packages/mui-material/src/Portal/Portal.tsx @@ -22,11 +22,11 @@ function getContainer(container: PortalProps['container']) { * * Demos: * - * - [Portal](https://mui.com/material-ui/react-portal/) + * - [Portal](https://next.mui.com/material-ui/react-portal/) * * API: * - * - [Portal API](https://mui.com/material-ui/api/portal/) + * - [Portal API](https://next.mui.com/material-ui/api/portal/) */ const Portal = React.forwardRef(function Portal( props: PortalProps, diff --git a/packages/mui-material/src/Radio/Radio.d.ts b/packages/mui-material/src/Radio/Radio.d.ts index 839696994c4b31..fff957773fcce5 100644 --- a/packages/mui-material/src/Radio/Radio.d.ts +++ b/packages/mui-material/src/Radio/Radio.d.ts @@ -55,11 +55,11 @@ export interface RadioProps * * Demos: * - * - [Radio Group](https://mui.com/material-ui/react-radio-button/) + * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/) * * API: * - * - [Radio API](https://mui.com/material-ui/api/radio/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [Radio API](https://next.mui.com/material-ui/api/radio/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ export default function Radio(props: RadioProps): React.JSX.Element; diff --git a/packages/mui-material/src/RadioGroup/RadioGroup.d.ts b/packages/mui-material/src/RadioGroup/RadioGroup.d.ts index 3793f088ac1384..03d7c848511e57 100644 --- a/packages/mui-material/src/RadioGroup/RadioGroup.d.ts +++ b/packages/mui-material/src/RadioGroup/RadioGroup.d.ts @@ -29,11 +29,11 @@ export interface RadioGroupProps extends Omit { * * Demos: * - * - [Radio Group](https://mui.com/material-ui/react-radio-button/) + * - [Radio Group](https://next.mui.com/material-ui/react-radio-button/) * * API: * - * - [RadioGroup API](https://mui.com/material-ui/api/radio-group/) - * - inherits [FormGroup API](https://mui.com/material-ui/api/form-group/) + * - [RadioGroup API](https://next.mui.com/material-ui/api/radio-group/) + * - inherits [FormGroup API](https://next.mui.com/material-ui/api/form-group/) */ export default function RadioGroup(props: RadioGroupProps): React.JSX.Element; diff --git a/packages/mui-material/src/Rating/Rating.d.ts b/packages/mui-material/src/Rating/Rating.d.ts index 7af3ee1e29e0fb..9573289b62845a 100644 --- a/packages/mui-material/src/Rating/Rating.d.ts +++ b/packages/mui-material/src/Rating/Rating.d.ts @@ -126,11 +126,11 @@ export type RatingTypeMap< * * Demos: * - * - [Rating](https://mui.com/material-ui/react-rating/) + * - [Rating](https://next.mui.com/material-ui/react-rating/) * * API: * - * - [Rating API](https://mui.com/material-ui/api/rating/) + * - [Rating API](https://next.mui.com/material-ui/api/rating/) */ declare const Rating: OverridableComponent; diff --git a/packages/mui-material/src/ScopedCssBaseline/ScopedCssBaseline.d.ts b/packages/mui-material/src/ScopedCssBaseline/ScopedCssBaseline.d.ts index d4224ff66fefea..4978384fb29337 100644 --- a/packages/mui-material/src/ScopedCssBaseline/ScopedCssBaseline.d.ts +++ b/packages/mui-material/src/ScopedCssBaseline/ScopedCssBaseline.d.ts @@ -36,11 +36,11 @@ export interface ScopedCssBaselineTypeMap< * * Demos: * - * - [CSS Baseline](https://mui.com/material-ui/react-css-baseline/) + * - [CSS Baseline](https://next.mui.com/material-ui/react-css-baseline/) * * API: * - * - [ScopedCssBaseline API](https://mui.com/material-ui/api/scoped-css-baseline/) + * - [ScopedCssBaseline API](https://next.mui.com/material-ui/api/scoped-css-baseline/) */ declare const ScopedCssBaseline: OverridableComponent; diff --git a/packages/mui-material/src/Select/Select.d.ts b/packages/mui-material/src/Select/Select.d.ts index 63efd5d898fd20..81cc6a1e9ff555 100644 --- a/packages/mui-material/src/Select/Select.d.ts +++ b/packages/mui-material/src/Select/Select.d.ts @@ -195,12 +195,12 @@ export type SelectProps = * * Demos: * - * - [Select](https://mui.com/material-ui/react-select/) + * - [Select](https://next.mui.com/material-ui/react-select/) * * API: * - * - [Select API](https://mui.com/material-ui/api/select/) - * - inherits [OutlinedInput API](https://mui.com/material-ui/api/outlined-input/) + * - [Select API](https://next.mui.com/material-ui/api/select/) + * - inherits [OutlinedInput API](https://next.mui.com/material-ui/api/outlined-input/) */ declare const Select: ((props: SelectProps) => React.JSX.Element) & { muiName: string; diff --git a/packages/mui-material/src/Skeleton/Skeleton.d.ts b/packages/mui-material/src/Skeleton/Skeleton.d.ts index 1d4e9eda13c324..1166a46be999bc 100644 --- a/packages/mui-material/src/Skeleton/Skeleton.d.ts +++ b/packages/mui-material/src/Skeleton/Skeleton.d.ts @@ -58,11 +58,11 @@ export interface SkeletonTypeMap< * * Demos: * - * - [Skeleton](https://mui.com/material-ui/react-skeleton/) + * - [Skeleton](https://next.mui.com/material-ui/react-skeleton/) * * API: * - * - [Skeleton API](https://mui.com/material-ui/api/skeleton/) + * - [Skeleton API](https://next.mui.com/material-ui/api/skeleton/) */ declare const Skeleton: OverridableComponent; diff --git a/packages/mui-material/src/Slide/Slide.d.ts b/packages/mui-material/src/Slide/Slide.d.ts index d6a6181e18fa69..58cf5747ff7413 100644 --- a/packages/mui-material/src/Slide/Slide.d.ts +++ b/packages/mui-material/src/Slide/Slide.d.ts @@ -48,17 +48,17 @@ export interface SlideProps extends TransitionProps { } /** - * The Slide transition is used by the [Drawer](https://mui.com/material-ui/react-drawer/) component. + * The Slide transition is used by the [Drawer](https://next.mui.com/material-ui/react-drawer/) component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. * * Demos: * - * - [Dialog](https://mui.com/material-ui/react-dialog/) - * - [Transitions](https://mui.com/material-ui/transitions/) + * - [Dialog](https://next.mui.com/material-ui/react-dialog/) + * - [Transitions](https://next.mui.com/material-ui/transitions/) * * API: * - * - [Slide API](https://mui.com/material-ui/api/slide/) + * - [Slide API](https://next.mui.com/material-ui/api/slide/) * - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props) */ export default function Slide(props: SlideProps): React.JSX.Element; diff --git a/packages/mui-material/src/Slider/Slider.d.ts b/packages/mui-material/src/Slider/Slider.d.ts index 0ea19b7fb49d26..dc4a54661bb483 100644 --- a/packages/mui-material/src/Slider/Slider.d.ts +++ b/packages/mui-material/src/Slider/Slider.d.ts @@ -315,11 +315,11 @@ export declare const SliderValueLabel: React.FC; * * Demos: * - * - [Slider](https://mui.com/material-ui/react-slider/) + * - [Slider](https://next.mui.com/material-ui/react-slider/) * * API: * - * - [Slider API](https://mui.com/material-ui/api/slider/) + * - [Slider API](https://next.mui.com/material-ui/api/slider/) */ declare const Slider: SliderType; diff --git a/packages/mui-material/src/Snackbar/Snackbar.d.ts b/packages/mui-material/src/Snackbar/Snackbar.d.ts index 01dea16573a66d..4d0ac7fe4f1383 100644 --- a/packages/mui-material/src/Snackbar/Snackbar.d.ts +++ b/packages/mui-material/src/Snackbar/Snackbar.d.ts @@ -121,10 +121,10 @@ export interface SnackbarProps extends StandardProps React.JSX.Element) & { muiName: string; diff --git a/packages/mui-material/src/Stack/Stack.d.ts b/packages/mui-material/src/Stack/Stack.d.ts index fe13177c0b0aae..6692dc514a7d63 100644 --- a/packages/mui-material/src/Stack/Stack.d.ts +++ b/packages/mui-material/src/Stack/Stack.d.ts @@ -50,11 +50,11 @@ export interface StackTypeMap< * * Demos: * - * - [Stack](https://mui.com/material-ui/react-stack/) + * - [Stack](https://next.mui.com/material-ui/react-stack/) * * API: * - * - [Stack API](https://mui.com/material-ui/api/stack/) + * - [Stack API](https://next.mui.com/material-ui/api/stack/) */ declare const Stack: OverridableComponent; diff --git a/packages/mui-material/src/Step/Step.d.ts b/packages/mui-material/src/Step/Step.d.ts index ccb6f1044ff242..4124ae1cfc367d 100644 --- a/packages/mui-material/src/Step/Step.d.ts +++ b/packages/mui-material/src/Step/Step.d.ts @@ -68,11 +68,11 @@ export type StepClasskey = keyof NonNullable; * * Demos: * - * - [Stepper](https://mui.com/material-ui/react-stepper/) + * - [Stepper](https://next.mui.com/material-ui/react-stepper/) * * API: * - * - [Step API](https://mui.com/material-ui/api/step/) + * - [Step API](https://next.mui.com/material-ui/api/step/) */ declare const Step: OverridableComponent; diff --git a/packages/mui-material/src/StepButton/StepButton.d.ts b/packages/mui-material/src/StepButton/StepButton.d.ts index e5593d63872cc2..c14a0a3df7f889 100644 --- a/packages/mui-material/src/StepButton/StepButton.d.ts +++ b/packages/mui-material/src/StepButton/StepButton.d.ts @@ -47,12 +47,12 @@ export type StepButtonTypeMap< * * Demos: * - * - [Stepper](https://mui.com/material-ui/react-stepper/) + * - [Stepper](https://next.mui.com/material-ui/react-stepper/) * * API: * - * - [StepButton API](https://mui.com/material-ui/api/step-button/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [StepButton API](https://next.mui.com/material-ui/api/step-button/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const StepButton: ExtendButtonBase< StepButtonTypeMap<{}, ButtonBaseTypeMap['defaultComponent']> diff --git a/packages/mui-material/src/StepConnector/StepConnector.d.ts b/packages/mui-material/src/StepConnector/StepConnector.d.ts index 1837606f674bc8..bb2b26f0dde028 100644 --- a/packages/mui-material/src/StepConnector/StepConnector.d.ts +++ b/packages/mui-material/src/StepConnector/StepConnector.d.ts @@ -24,10 +24,10 @@ export type StepConnectorClasskey = keyof NonNullable * * Demos: * - * - [Stepper](https://mui.com/material-ui/react-stepper/) + * - [Stepper](https://next.mui.com/material-ui/react-stepper/) * * API: * - * - [StepContent API](https://mui.com/material-ui/api/step-content/) + * - [StepContent API](https://next.mui.com/material-ui/api/step-content/) */ export default function StepContent(props: StepContentProps): React.JSX.Element; diff --git a/packages/mui-material/src/StepIcon/StepIcon.d.ts b/packages/mui-material/src/StepIcon/StepIcon.d.ts index eae78f0f3fcc14..7d52eccff3ad6b 100644 --- a/packages/mui-material/src/StepIcon/StepIcon.d.ts +++ b/packages/mui-material/src/StepIcon/StepIcon.d.ts @@ -43,11 +43,11 @@ export type StepIconClasskey = keyof NonNullable; * * Demos: * - * - [Stepper](https://mui.com/material-ui/react-stepper/) + * - [Stepper](https://next.mui.com/material-ui/react-stepper/) * * API: * - * - [StepIcon API](https://mui.com/material-ui/api/step-icon/) - * - inherits [SvgIcon API](https://mui.com/material-ui/api/svg-icon/) + * - [StepIcon API](https://next.mui.com/material-ui/api/step-icon/) + * - inherits [SvgIcon API](https://next.mui.com/material-ui/api/svg-icon/) */ export default function StepIcon(props: StepIconProps): React.JSX.Element; diff --git a/packages/mui-material/src/StepLabel/StepLabel.d.ts b/packages/mui-material/src/StepLabel/StepLabel.d.ts index 946908de4941c4..8c287357a8dd61 100644 --- a/packages/mui-material/src/StepLabel/StepLabel.d.ts +++ b/packages/mui-material/src/StepLabel/StepLabel.d.ts @@ -86,11 +86,11 @@ export type StepLabelClasskey = keyof NonNullable; * * Demos: * - * - [Stepper](https://mui.com/material-ui/react-stepper/) + * - [Stepper](https://next.mui.com/material-ui/react-stepper/) * * API: * - * - [StepLabel API](https://mui.com/material-ui/api/step-label/) + * - [StepLabel API](https://next.mui.com/material-ui/api/step-label/) */ declare const StepLabel: ((props: StepLabelProps) => React.JSX.Element) & { muiName: string; diff --git a/packages/mui-material/src/Stepper/Stepper.d.ts b/packages/mui-material/src/Stepper/Stepper.d.ts index 5fc6837acaf0b0..f69a73fdee860a 100644 --- a/packages/mui-material/src/Stepper/Stepper.d.ts +++ b/packages/mui-material/src/Stepper/Stepper.d.ts @@ -70,11 +70,11 @@ export type StepperClasskey = keyof NonNullable; * * Demos: * - * - [Stepper](https://mui.com/material-ui/react-stepper/) + * - [Stepper](https://next.mui.com/material-ui/react-stepper/) * * API: * - * - [Stepper API](https://mui.com/material-ui/api/stepper/) + * - [Stepper API](https://next.mui.com/material-ui/api/stepper/) */ declare const Stepper: OverridableComponent; diff --git a/packages/mui-material/src/SvgIcon/SvgIcon.d.ts b/packages/mui-material/src/SvgIcon/SvgIcon.d.ts index f759ef569f5939..842e68e24dd59d 100644 --- a/packages/mui-material/src/SvgIcon/SvgIcon.d.ts +++ b/packages/mui-material/src/SvgIcon/SvgIcon.d.ts @@ -94,12 +94,12 @@ export interface SvgIconTypeMap< * * Demos: * - * - [Icons](https://mui.com/material-ui/icons/) - * - [Material Icons](https://mui.com/material-ui/material-icons/) + * - [Icons](https://next.mui.com/material-ui/icons/) + * - [Material Icons](https://next.mui.com/material-ui/material-icons/) * * API: * - * - [SvgIcon API](https://mui.com/material-ui/api/svg-icon/) + * - [SvgIcon API](https://next.mui.com/material-ui/api/svg-icon/) */ declare const SvgIcon: OverridableComponent & { muiName: string }; diff --git a/packages/mui-material/src/SwipeableDrawer/SwipeableDrawer.d.ts b/packages/mui-material/src/SwipeableDrawer/SwipeableDrawer.d.ts index e4ddbbbf5cf6e4..e5a57d97e6e21a 100644 --- a/packages/mui-material/src/SwipeableDrawer/SwipeableDrawer.d.ts +++ b/packages/mui-material/src/SwipeableDrawer/SwipeableDrawer.d.ts @@ -81,12 +81,12 @@ export interface SwipeableDrawerProps extends Omit; diff --git a/packages/mui-material/src/Switch/Switch.d.ts b/packages/mui-material/src/Switch/Switch.d.ts index b57cb0aa32fa4c..c9029f20bc58b9 100644 --- a/packages/mui-material/src/Switch/Switch.d.ts +++ b/packages/mui-material/src/Switch/Switch.d.ts @@ -58,12 +58,12 @@ export interface SwitchProps * * Demos: * - * - [Switch](https://mui.com/material-ui/react-switch/) - * - [Transfer List](https://mui.com/material-ui/react-transfer-list/) + * - [Switch](https://next.mui.com/material-ui/react-switch/) + * - [Transfer List](https://next.mui.com/material-ui/react-transfer-list/) * * API: * - * - [Switch API](https://mui.com/material-ui/api/switch/) - * - inherits [IconButton API](https://mui.com/material-ui/api/icon-button/) + * - [Switch API](https://next.mui.com/material-ui/api/switch/) + * - inherits [IconButton API](https://next.mui.com/material-ui/api/icon-button/) */ export default function Switch(props: SwitchProps): React.JSX.Element; diff --git a/packages/mui-material/src/Tab/Tab.d.ts b/packages/mui-material/src/Tab/Tab.d.ts index eafa235b722b4b..fd173c2e434e92 100644 --- a/packages/mui-material/src/Tab/Tab.d.ts +++ b/packages/mui-material/src/Tab/Tab.d.ts @@ -66,12 +66,12 @@ export type TabTypeMap< * * Demos: * - * - [Tabs](https://mui.com/material-ui/react-tabs/) + * - [Tabs](https://next.mui.com/material-ui/react-tabs/) * * API: * - * - [Tab API](https://mui.com/material-ui/api/tab/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [Tab API](https://next.mui.com/material-ui/api/tab/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const Tab: ExtendButtonBase; diff --git a/packages/mui-material/src/TabScrollButton/TabScrollButton.d.ts b/packages/mui-material/src/TabScrollButton/TabScrollButton.d.ts index b7c38525c46a12..aefc6db919ce78 100644 --- a/packages/mui-material/src/TabScrollButton/TabScrollButton.d.ts +++ b/packages/mui-material/src/TabScrollButton/TabScrollButton.d.ts @@ -69,10 +69,10 @@ export interface TabScrollButtonProps extends ButtonBaseProps { * * Demos: * - * - [Tabs](https://mui.com/material-ui/react-tabs/) + * - [Tabs](https://next.mui.com/material-ui/react-tabs/) * * API: * - * - [TabScrollButton API](https://mui.com/material-ui/api/tab-scroll-button/) + * - [TabScrollButton API](https://next.mui.com/material-ui/api/tab-scroll-button/) */ export default function TabScrollButton(props: TabScrollButtonProps): React.JSX.Element; diff --git a/packages/mui-material/src/Table/Table.d.ts b/packages/mui-material/src/Table/Table.d.ts index 4327d327dc68b9..88da07b45aabf4 100644 --- a/packages/mui-material/src/Table/Table.d.ts +++ b/packages/mui-material/src/Table/Table.d.ts @@ -48,11 +48,11 @@ export interface TableTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [Table API](https://mui.com/material-ui/api/table/) + * - [Table API](https://next.mui.com/material-ui/api/table/) */ declare const Table: OverridableComponent; diff --git a/packages/mui-material/src/TableBody/TableBody.d.ts b/packages/mui-material/src/TableBody/TableBody.d.ts index 144f01676c378e..a71b369426e0ce 100644 --- a/packages/mui-material/src/TableBody/TableBody.d.ts +++ b/packages/mui-material/src/TableBody/TableBody.d.ts @@ -30,11 +30,11 @@ export interface TableBodyTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableBody API](https://mui.com/material-ui/api/table-body/) + * - [TableBody API](https://next.mui.com/material-ui/api/table-body/) */ declare const TableBody: OverridableComponent; diff --git a/packages/mui-material/src/TableCell/TableCell.d.ts b/packages/mui-material/src/TableCell/TableCell.d.ts index 0a5de08842ca09..30e14effcf4ef9 100644 --- a/packages/mui-material/src/TableCell/TableCell.d.ts +++ b/packages/mui-material/src/TableCell/TableCell.d.ts @@ -77,10 +77,10 @@ export type SortDirection = 'asc' | 'desc' | false; * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableCell API](https://mui.com/material-ui/api/table-cell/) + * - [TableCell API](https://next.mui.com/material-ui/api/table-cell/) */ export default function TableCell(props: TableCellProps): React.JSX.Element; diff --git a/packages/mui-material/src/TableContainer/TableContainer.d.ts b/packages/mui-material/src/TableContainer/TableContainer.d.ts index 053af18e278bfa..a2b923f4bb4dfb 100644 --- a/packages/mui-material/src/TableContainer/TableContainer.d.ts +++ b/packages/mui-material/src/TableContainer/TableContainer.d.ts @@ -30,11 +30,11 @@ export interface TableContainerTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableContainer API](https://mui.com/material-ui/api/table-container/) + * - [TableContainer API](https://next.mui.com/material-ui/api/table-container/) */ declare const TableContainer: OverridableComponent; diff --git a/packages/mui-material/src/TableFooter/TableFooter.d.ts b/packages/mui-material/src/TableFooter/TableFooter.d.ts index 7dacb5fb80492b..2bb494f1e8af71 100644 --- a/packages/mui-material/src/TableFooter/TableFooter.d.ts +++ b/packages/mui-material/src/TableFooter/TableFooter.d.ts @@ -30,11 +30,11 @@ export interface TableFooterTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableFooter API](https://mui.com/material-ui/api/table-footer/) + * - [TableFooter API](https://next.mui.com/material-ui/api/table-footer/) */ declare const TableFooter: OverridableComponent; diff --git a/packages/mui-material/src/TableHead/TableHead.d.ts b/packages/mui-material/src/TableHead/TableHead.d.ts index 8646071c5c0e4c..3a4b1451e15ed6 100644 --- a/packages/mui-material/src/TableHead/TableHead.d.ts +++ b/packages/mui-material/src/TableHead/TableHead.d.ts @@ -30,11 +30,11 @@ export interface TableHeadTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableHead API](https://mui.com/material-ui/api/table-head/) + * - [TableHead API](https://next.mui.com/material-ui/api/table-head/) */ declare const TableHead: OverridableComponent; diff --git a/packages/mui-material/src/TablePagination/TablePagination.d.ts b/packages/mui-material/src/TablePagination/TablePagination.d.ts index c55d4747fdd1a3..66e070abee9b14 100644 --- a/packages/mui-material/src/TablePagination/TablePagination.d.ts +++ b/packages/mui-material/src/TablePagination/TablePagination.d.ts @@ -282,13 +282,13 @@ export interface TablePaginationTypeMap> diff --git a/packages/mui-material/src/TableRow/TableRow.d.ts b/packages/mui-material/src/TableRow/TableRow.d.ts index 0a5d572f79dc9e..b0597f7c3a9aa8 100644 --- a/packages/mui-material/src/TableRow/TableRow.d.ts +++ b/packages/mui-material/src/TableRow/TableRow.d.ts @@ -42,11 +42,11 @@ export interface TableRowTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableRow API](https://mui.com/material-ui/api/table-row/) + * - [TableRow API](https://next.mui.com/material-ui/api/table-row/) */ declare const TableRow: OverridableComponent; diff --git a/packages/mui-material/src/TableSortLabel/TableSortLabel.d.ts b/packages/mui-material/src/TableSortLabel/TableSortLabel.d.ts index 66a928580d4834..7054e1eabd6930 100644 --- a/packages/mui-material/src/TableSortLabel/TableSortLabel.d.ts +++ b/packages/mui-material/src/TableSortLabel/TableSortLabel.d.ts @@ -97,12 +97,12 @@ export type TableSortLabelTypeMap< * * Demos: * - * - [Table](https://mui.com/material-ui/react-table/) + * - [Table](https://next.mui.com/material-ui/react-table/) * * API: * - * - [TableSortLabel API](https://mui.com/material-ui/api/table-sort-label/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [TableSortLabel API](https://next.mui.com/material-ui/api/table-sort-label/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const TableSortLabel: ExtendButtonBase; diff --git a/packages/mui-material/src/Tabs/Tabs.d.ts b/packages/mui-material/src/Tabs/Tabs.d.ts index c4d49ffe796fd0..b9fd460be41dfd 100644 --- a/packages/mui-material/src/Tabs/Tabs.d.ts +++ b/packages/mui-material/src/Tabs/Tabs.d.ts @@ -185,11 +185,11 @@ export interface TabsTypeMap< * * Demos: * - * - [Tabs](https://mui.com/material-ui/react-tabs/) + * - [Tabs](https://next.mui.com/material-ui/react-tabs/) * * API: * - * - [Tabs API](https://mui.com/material-ui/api/tabs/) + * - [Tabs API](https://next.mui.com/material-ui/api/tabs/) */ declare const Tabs: OverridableComponent; diff --git a/packages/mui-material/src/TextField/TextField.d.ts b/packages/mui-material/src/TextField/TextField.d.ts index 28f7c230e0c1dc..5acd624cb7de60 100644 --- a/packages/mui-material/src/TextField/TextField.d.ts +++ b/packages/mui-material/src/TextField/TextField.d.ts @@ -300,12 +300,12 @@ export type TextFieldOwnerState = BaseTextFieldProps; * It's important to understand that the text field is a simple abstraction * on top of the following components: * - * * [FormControl](https://mui.com/material-ui/api/form-control/) - * * [InputLabel](https://mui.com/material-ui/api/input-label/) - * * [FilledInput](https://mui.com/material-ui/api/filled-input/) - * * [OutlinedInput](https://mui.com/material-ui/api/outlined-input/) - * * [Input](https://mui.com/material-ui/api/input/) - * * [FormHelperText](https://mui.com/material-ui/api/form-helper-text/) + * * [FormControl](https://next.mui.com/material-ui/api/form-control/) + * * [InputLabel](https://next.mui.com/material-ui/api/input-label/) + * * [FilledInput](https://next.mui.com/material-ui/api/filled-input/) + * * [OutlinedInput](https://next.mui.com/material-ui/api/outlined-input/) + * * [Input](https://next.mui.com/material-ui/api/input/) + * * [FormHelperText](https://next.mui.com/material-ui/api/form-helper-text/) * * If you wish to alter the props applied to the `input` element, you can do so as follows: * @@ -325,13 +325,13 @@ export type TextFieldOwnerState = BaseTextFieldProps; * * Demos: * - * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/) - * - [Text Field](https://mui.com/material-ui/react-text-field/) + * - [Autocomplete](https://next.mui.com/material-ui/react-autocomplete/) + * - [Text Field](https://next.mui.com/material-ui/react-text-field/) * * API: * - * - [TextField API](https://mui.com/material-ui/api/text-field/) - * - inherits [FormControl API](https://mui.com/material-ui/api/form-control/) + * - [TextField API](https://next.mui.com/material-ui/api/text-field/) + * - inherits [FormControl API](https://next.mui.com/material-ui/api/form-control/) */ export default function TextField( props: { diff --git a/packages/mui-material/src/TextareaAutosize/TextareaAutosize.tsx b/packages/mui-material/src/TextareaAutosize/TextareaAutosize.tsx index 75a4144678024d..a8de5b19f865cc 100644 --- a/packages/mui-material/src/TextareaAutosize/TextareaAutosize.tsx +++ b/packages/mui-material/src/TextareaAutosize/TextareaAutosize.tsx @@ -52,11 +52,11 @@ function isEmpty(obj: TextareaStyles) { * * Demos: * - * - [Textarea Autosize](https://mui.com/material-ui/react-textarea-autosize/) + * - [Textarea Autosize](https://next.mui.com/material-ui/react-textarea-autosize/) * * API: * - * - [TextareaAutosize API](https://mui.com/material-ui/api/textarea-autosize/) + * - [TextareaAutosize API](https://next.mui.com/material-ui/api/textarea-autosize/) */ const TextareaAutosize = React.forwardRef(function TextareaAutosize( props: TextareaAutosizeProps, diff --git a/packages/mui-material/src/ToggleButton/ToggleButton.d.ts b/packages/mui-material/src/ToggleButton/ToggleButton.d.ts index 2bea78bf1ab56f..78d8af06f0df83 100644 --- a/packages/mui-material/src/ToggleButton/ToggleButton.d.ts +++ b/packages/mui-material/src/ToggleButton/ToggleButton.d.ts @@ -91,12 +91,12 @@ export type ToggleButtonTypeMap< * * Demos: * - * - [Toggle Button](https://mui.com/material-ui/react-toggle-button/) + * - [Toggle Button](https://next.mui.com/material-ui/react-toggle-button/) * * API: * - * - [ToggleButton API](https://mui.com/material-ui/api/toggle-button/) - * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) + * - [ToggleButton API](https://next.mui.com/material-ui/api/toggle-button/) + * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) */ declare const ToggleButton: ExtendButtonBase; diff --git a/packages/mui-material/src/ToggleButtonGroup/ToggleButtonGroup.d.ts b/packages/mui-material/src/ToggleButtonGroup/ToggleButtonGroup.d.ts index dee8f289b5553b..e9c06d942a6482 100644 --- a/packages/mui-material/src/ToggleButtonGroup/ToggleButtonGroup.d.ts +++ b/packages/mui-material/src/ToggleButtonGroup/ToggleButtonGroup.d.ts @@ -80,10 +80,10 @@ export interface ToggleButtonGroupProps * * Demos: * - * - [Toggle Button](https://mui.com/material-ui/react-toggle-button/) + * - [Toggle Button](https://next.mui.com/material-ui/react-toggle-button/) * * API: * - * - [ToggleButtonGroup API](https://mui.com/material-ui/api/toggle-button-group/) + * - [ToggleButtonGroup API](https://next.mui.com/material-ui/api/toggle-button-group/) */ export default function ToggleButtonGroup(props: ToggleButtonGroupProps): React.JSX.Element; diff --git a/packages/mui-material/src/Toolbar/Toolbar.d.ts b/packages/mui-material/src/Toolbar/Toolbar.d.ts index d5755f4d309999..ad14fa4bb22800 100644 --- a/packages/mui-material/src/Toolbar/Toolbar.d.ts +++ b/packages/mui-material/src/Toolbar/Toolbar.d.ts @@ -44,11 +44,11 @@ export interface ToolbarTypeMap< * * Demos: * - * - [App Bar](https://mui.com/material-ui/react-app-bar/) + * - [App Bar](https://next.mui.com/material-ui/react-app-bar/) * * API: * - * - [Toolbar API](https://mui.com/material-ui/api/toolbar/) + * - [Toolbar API](https://next.mui.com/material-ui/api/toolbar/) */ declare const Toolbar: OverridableComponent; diff --git a/packages/mui-material/src/Tooltip/Tooltip.d.ts b/packages/mui-material/src/Tooltip/Tooltip.d.ts index 374ea2ba3c536e..3c3637169111ec 100644 --- a/packages/mui-material/src/Tooltip/Tooltip.d.ts +++ b/packages/mui-material/src/Tooltip/Tooltip.d.ts @@ -250,10 +250,10 @@ export interface TooltipOwnerState extends TooltipProps {} * * Demos: * - * - [Tooltip](https://mui.com/material-ui/react-tooltip/) + * - [Tooltip](https://next.mui.com/material-ui/react-tooltip/) * * API: * - * - [Tooltip API](https://mui.com/material-ui/api/tooltip/) + * - [Tooltip API](https://next.mui.com/material-ui/api/tooltip/) */ export default function Tooltip(props: TooltipProps): React.JSX.Element; diff --git a/packages/mui-material/src/Typography/Typography.d.ts b/packages/mui-material/src/Typography/Typography.d.ts index 400abde58395fd..c06b0e89731a3c 100644 --- a/packages/mui-material/src/Typography/Typography.d.ts +++ b/packages/mui-material/src/Typography/Typography.d.ts @@ -105,12 +105,12 @@ export interface TypographyTypeMap< * * Demos: * - * - [Breadcrumbs](https://mui.com/material-ui/react-breadcrumbs/) - * - [Typography](https://mui.com/material-ui/react-typography/) + * - [Breadcrumbs](https://next.mui.com/material-ui/react-breadcrumbs/) + * - [Typography](https://next.mui.com/material-ui/react-typography/) * * API: * - * - [Typography API](https://mui.com/material-ui/api/typography/) + * - [Typography API](https://next.mui.com/material-ui/api/typography/) */ declare const Typography: OverridableComponent; diff --git a/packages/mui-material/src/Zoom/Zoom.d.ts b/packages/mui-material/src/Zoom/Zoom.d.ts index ad7b99b6a3b19d..0d6d8a2703a787 100644 --- a/packages/mui-material/src/Zoom/Zoom.d.ts +++ b/packages/mui-material/src/Zoom/Zoom.d.ts @@ -35,16 +35,16 @@ export interface ZoomProps extends TransitionProps { /** * The Zoom transition can be used for the floating variant of the - * [Button](https://mui.com/material-ui/react-button/#floating-action-buttons) component. + * [Button](https://next.mui.com/material-ui/react-button/#floating-action-buttons) component. * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. * * Demos: * - * - [Transitions](https://mui.com/material-ui/transitions/) + * - [Transitions](https://next.mui.com/material-ui/transitions/) * * API: * - * - [Zoom API](https://mui.com/material-ui/api/zoom/) + * - [Zoom API](https://next.mui.com/material-ui/api/zoom/) * - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props) */ export default function Zoom(props: ZoomProps): React.JSX.Element; diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 26b52191dbb5ff..3a62b0c4830d71 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@babel/runtime": "^7.26.7", - "@mui/utils": "workspace:^", + "@mui/utils": "workspace:*", "prop-types": "^15.8.1" }, "devDependencies": { diff --git a/packages/mui-styled-engine-sc/README.md b/packages/mui-styled-engine-sc/README.md index 871bccbd80d746..3ad474dbc2e264 100644 --- a/packages/mui-styled-engine-sc/README.md +++ b/packages/mui-styled-engine-sc/README.md @@ -7,4 +7,4 @@ It's designed for developers who would like to use `styled-components` as the ma -Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation. +Visit [https://next.mui.com/material-ui/integrations/styled-components/](https://next.mui.com/material-ui/integrations/styled-components/) to view the full documentation. diff --git a/packages/mui-styled-engine/README.md b/packages/mui-styled-engine/README.md index ab3d9fd2a968da..05a621f948f910 100644 --- a/packages/mui-styled-engine/README.md +++ b/packages/mui-styled-engine/README.md @@ -8,4 +8,4 @@ It is used internally in the `@mui/system` package. -Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation. +Visit [https://next.mui.com/material-ui/integrations/styled-components/](https://next.mui.com/material-ui/integrations/styled-components/) to view the full documentation. diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 45a98be0f36fe4..a12adabba28071 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -39,9 +39,9 @@ "dependencies": { "@babel/runtime": "^7.26.7", "@emotion/hash": "^0.9.2", - "@mui/private-theming": "workspace:^", + "@mui/private-theming": "workspace:*", "@mui/types": "workspace:^", - "@mui/utils": "workspace:^", + "@mui/utils": "workspace:*", "clsx": "^2.1.1", "csstype": "^3.1.3", "hoist-non-react-statics": "^3.3.2", @@ -57,7 +57,7 @@ }, "devDependencies": { "@mui/internal-test-utils": "workspace:^", - "@mui/material": "workspace:^", + "@mui/material": "workspace:*", "@types/chai": "^4.3.20", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", diff --git a/packages/mui-system/README.md b/packages/mui-system/README.md index a3f99ef5eff975..66f439ddcb3298 100644 --- a/packages/mui-system/README.md +++ b/packages/mui-system/README.md @@ -9,11 +9,11 @@ Install the package in your project directory with: ```bash -npm install @mui/system @emotion/react @emotion/styled +npm install @mui/system@next @emotion/react @emotion/styled ``` ## Documentation -Visit [https://mui.com/system/getting-started/](https://mui.com/system/getting-started/) to view the full documentation. +Visit [https://next.mui.com/system/getting-started/](https://next.mui.com/system/getting-started/) to view the full documentation. diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 28ebd2c02e8124..083962f905741f 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -40,10 +40,10 @@ }, "dependencies": { "@babel/runtime": "^7.26.7", - "@mui/private-theming": "workspace:^", - "@mui/styled-engine": "workspace:^", + "@mui/private-theming": "workspace:*", + "@mui/styled-engine": "workspace:*", "@mui/types": "workspace:^", - "@mui/utils": "workspace:^", + "@mui/utils": "workspace:*", "clsx": "^2.1.1", "csstype": "^3.1.3", "prop-types": "^15.8.1" diff --git a/packages/mui-system/src/createBreakpoints/createBreakpoints.d.ts b/packages/mui-system/src/createBreakpoints/createBreakpoints.d.ts index 4404933d0e9b5e..9486f3b68aa224 100644 --- a/packages/mui-system/src/createBreakpoints/createBreakpoints.d.ts +++ b/packages/mui-system/src/createBreakpoints/createBreakpoints.d.ts @@ -31,13 +31,13 @@ export interface Breakpoints { /** * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px. * @returns A media query string ready to be used with most styling solutions, which matches screen widths greater than the screen size given by the breakpoint key (inclusive). - * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-up-key-media-query) + * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-up-key-media-query) */ up: (key: Breakpoint | number) => string; /** * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px. * @returns A media query string ready to be used with most styling solutions, which matches screen widths less than the screen size given by the breakpoint key (exclusive). - * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-down-key-media-query) + * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-down-key-media-query) */ down: (key: Breakpoint | number) => string; /** @@ -45,14 +45,14 @@ export interface Breakpoints { * @param end - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px. * @returns A media query string ready to be used with most styling solutions, which matches screen widths greater than * the screen size given by the breakpoint key in the first argument (inclusive) and less than the screen size given by the breakpoint key in the second argument (exclusive). - * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-between-start-end-media-query) + * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-between-start-end-media-query) */ between: (start: Breakpoint | number, end: Breakpoint | number) => string; /** * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px. * @returns A media query string ready to be used with most styling solutions, which matches screen widths starting from * the screen size given by the breakpoint key (inclusive) and stopping at the screen size given by the next breakpoint key (exclusive). - * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-only-key-media-query) + * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-only-key-media-query) */ only: (key: Breakpoint) => string; /** diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4496679f91af6..29e0d589a1fdf6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -591,10 +591,10 @@ importers: specifier: workspace:* version: link:../packages/mui-base/build '@mui/docs': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-docs/build '@mui/icons-material': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-icons-material/build '@mui/internal-markdown': specifier: workspace:^ @@ -606,25 +606,25 @@ importers: specifier: workspace:* version: link:../packages/mui-lab/build '@mui/material': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-material/build '@mui/styled-engine': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-styled-engine/build '@mui/styled-engine-sc': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-styled-engine-sc/build '@mui/styles': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-styles/build '@mui/system': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-system/build '@mui/types': specifier: workspace:^ version: link:../packages/mui-types/build '@mui/utils': - specifier: workspace:^ + specifier: workspace:* version: link:../packages/mui-utils/build '@mui/x-charts': specifier: 7.23.6 @@ -1520,7 +1520,7 @@ importers: specifier: workspace:^ version: link:../waterfall '@mui/material': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-material/build '@types/chai': specifier: ^4.3.20 @@ -1661,13 +1661,13 @@ importers: specifier: workspace:^ version: link:../mui-material-pigment-css/build '@mui/system': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-system/build '@mui/types': specifier: workspace:^ version: link:../mui-types/build '@mui/utils': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-utils/build clsx: specifier: ^2.1.1 @@ -1726,16 +1726,16 @@ importers: specifier: workspace:^ version: link:../mui-core-downloads-tracker/build '@mui/material-pigment-css': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-material-pigment-css/build '@mui/system': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-system/build '@mui/types': specifier: workspace:^ version: link:../mui-types/build '@mui/utils': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-utils/build '@popperjs/core': specifier: ^2.11.8 @@ -1860,7 +1860,7 @@ importers: specifier: ^7.26.7 version: 7.26.7 '@mui/utils': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-utils/build prop-types: specifier: ^15.8.1 @@ -1980,13 +1980,13 @@ importers: specifier: ^0.9.2 version: 0.9.2 '@mui/private-theming': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-private-theming/build '@mui/types': specifier: workspace:^ version: link:../mui-types/build '@mui/utils': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-utils/build clsx: specifier: ^2.1.1 @@ -2029,7 +2029,7 @@ importers: specifier: workspace:^ version: link:../../packages-internal/test-utils '@mui/material': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-material/build '@types/chai': specifier: ^4.3.20 @@ -2063,16 +2063,16 @@ importers: specifier: ^7.26.7 version: 7.26.7 '@mui/private-theming': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-private-theming/build '@mui/styled-engine': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-styled-engine/build '@mui/types': specifier: workspace:^ version: link:../mui-types/build '@mui/utils': - specifier: workspace:^ + specifier: workspace:* version: link:../mui-utils/build clsx: specifier: ^2.1.1