From aabd995249f844ef1058b27519f54e00699ee56b Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 13 Dec 2024 00:14:39 +0100 Subject: [PATCH] [docs] Fix outdated link to handbook (#15855) --- docs/data/data-grid/export/export.md | 2 +- .../data-grid/getting-started/getting-started.md | 2 +- docs/data/introduction/overview/overview.md | 12 ++++++------ packages/x-charts-pro/README.md | 2 +- packages/x-charts/README.md | 2 +- packages/x-data-grid-premium/README.md | 2 +- packages/x-data-grid-pro/README.md | 2 +- packages/x-data-grid/README.md | 2 +- packages/x-date-pickers-pro/README.md | 2 +- packages/x-date-pickers/README.md | 2 +- packages/x-tree-view-pro/README.md | 2 +- packages/x-tree-view/README.md | 2 +- renovate.json | 2 +- scripts/l10n.ts | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/data/data-grid/export/export.md b/docs/data/data-grid/export/export.md index b855552f81515..bef10d1c826a0 100644 --- a/docs/data/data-grid/export/export.md +++ b/docs/data/data-grid/export/export.md @@ -326,7 +326,7 @@ In the following demo, both methods are used to set a custom header and a custom :::warning This feature only works with `@mui/styled-engine` v5.11.8 or newer. -Make sure that the MUI Core version you are using is also installing the correct version for this dependency. +Make sure that the Material UI version you are using is also installing the correct version for this dependency. ::: Instead of generating the Excel file in the main thread, you can delegate the task to a web worker. diff --git a/docs/data/data-grid/getting-started/getting-started.md b/docs/data/data-grid/getting-started/getting-started.md index a7e2494e3083a..7ff5d7d84a8f0 100644 --- a/docs/data/data-grid/getting-started/getting-started.md +++ b/docs/data/data-grid/getting-started/getting-started.md @@ -158,7 +158,7 @@ const theme = createTheme({ ## Licenses -While MUI Core is entirely licensed under MIT, MUI X serves a part of its components under a commercial license. +While our Core libraries are entirely licensed under MIT, MUI X serves a part of its components under a commercial license. Please pay attention to the license. ### Plans diff --git a/docs/data/introduction/overview/overview.md b/docs/data/introduction/overview/overview.md index 2d7b7c2ed048b..fd90712ee8490 100644 --- a/docs/data/introduction/overview/overview.md +++ b/docs/data/introduction/overview/overview.md @@ -15,7 +15,7 @@ MUI X is a collection of advanced UI components, including: - [Charts](/x/react-charts/) - [Tree View](/x/react-tree-view/) -These components are significantly more complex than the ones found in the MUI Core libraries. +These components are significantly more complex than the ones found in our Core libraries. They feature advanced functionality for data-rich applications and a wide range of other use cases. :::info @@ -28,23 +28,23 @@ Throughout the documentation, Pro- and Premium-only features are denoted with th ## Advantages of MUI X - **Ship faster:** Our team has invested thousands of hours into these components so you don't have to. Get up and running in a fraction of the time it would take to build from scratch. -- **Expand on the power of MUI Core**: MUI X components work seamlessly with MUI Core libraries like Material UI, delivering more advanced functionality, but can also be used standalone. +- **Expand on the power of Core**: MUI X components work seamlessly with Core libraries like Material UI, delivering more advanced functionality, but can also be used standalone. - **Grow with us:** You can start for free with the MIT-licensed packages, and upgrade to Pro or Premium when you need more advanced features or technical support. - **Dedicated maintenance:** MUI X is maintained by a full-time staff of engineers, so you can rest assured that any issues will be addressed in a timely manner. - **Technical support:** Pro and Premium users get access to technical support from our team as well as priority for bug fixes and feature requests. -## MUI X vs. MUI Core +## MUI X vs. Core MUI X is a collection of advanced UI components for complex use cases. Most of MUI X's components are available for free, but more advanced features require a Pro or Premium commercial license. -MUI Core focuses on empowering the creation of great design systems with React. +Core focuses on empowering the creation of great design systems with React. It comes with two themes (Material Design and an in-house one). It's about solving design problems. It contains foundational UI component libraries like Material UI and Base UI. These libraries are open source, MIT-licensed, and free forever. -MUI X components are fully compatible with MUI Core. +MUI X components are fully compatible with Core. MUI X can extend the functionality of UIs built with Material UI or Base UI, but its components can also stand on their own, they can be used with third-parties React component libraries that implement different designs. -You can find [more details](https://mui-org.notion.site/MUI-X-3f8ad249aeca430d81aae5dee947451a#f8e48daaf2fa4902b1415e3708560c0f) about the difference in our handbook. +You can find [more details](https://mui-org.notion.site/X-FAQ-c33e9a7eabba4da1ad7f8c04f99044cc#11751b16538c489ba23c5133db1e67b8) about the difference in our handbook. diff --git a/packages/x-charts-pro/README.md b/packages/x-charts-pro/README.md index 600694c6c2bab..91a360c2c0bdf 100644 --- a/packages/x-charts-pro/README.md +++ b/packages/x-charts-pro/README.md @@ -1,7 +1,7 @@ # MUI X Pro This package is the Pro plan edition of the chart components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-charts/README.md b/packages/x-charts/README.md index 7660f5479a2af..8ae53e649c45c 100644 --- a/packages/x-charts/README.md +++ b/packages/x-charts/README.md @@ -1,7 +1,7 @@ # MUI X Charts This package is the community edition of the chart components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-data-grid-premium/README.md b/packages/x-data-grid-premium/README.md index a578b5c362e42..9a33fc4a17a2e 100644 --- a/packages/x-data-grid-premium/README.md +++ b/packages/x-data-grid-premium/README.md @@ -1,7 +1,7 @@ # MUI X Data Grid Premium This package is the Premium plan edition of the Data Grid components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-data-grid-pro/README.md b/packages/x-data-grid-pro/README.md index 77a9ce4dd6299..4abbf15e2ee2a 100644 --- a/packages/x-data-grid-pro/README.md +++ b/packages/x-data-grid-pro/README.md @@ -1,7 +1,7 @@ # MUI X Data Grid Pro This package is the Pro plan edition of the Data Grid component. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-data-grid/README.md b/packages/x-data-grid/README.md index 62b13cce4e92b..f95bedb062c48 100644 --- a/packages/x-data-grid/README.md +++ b/packages/x-data-grid/README.md @@ -1,7 +1,7 @@ # MUI X Data Grid This package is the Community plan edition of the Data Grid components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-date-pickers-pro/README.md b/packages/x-date-pickers-pro/README.md index 22274f718010a..81bc92b33f4a4 100644 --- a/packages/x-date-pickers-pro/README.md +++ b/packages/x-date-pickers-pro/README.md @@ -1,7 +1,7 @@ # MUI X Date Pickers Pro This package is the Pro plan edition of the Date and Time Picker Components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-date-pickers/README.md b/packages/x-date-pickers/README.md index a094a44ef58f9..e3b16ae507cb2 100644 --- a/packages/x-date-pickers/README.md +++ b/packages/x-date-pickers/README.md @@ -1,7 +1,7 @@ # MUI X Date Pickers This package is the Community plan edition of the Date and Time Picker components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-tree-view-pro/README.md b/packages/x-tree-view-pro/README.md index a324f7ac02845..f85ab67f2ac7c 100644 --- a/packages/x-tree-view-pro/README.md +++ b/packages/x-tree-view-pro/README.md @@ -1,7 +1,7 @@ # MUI X Tree View This package is the Pro plan edition of the Tree View components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/packages/x-tree-view/README.md b/packages/x-tree-view/README.md index ff4816b596bbc..88da85a9606b7 100644 --- a/packages/x-tree-view/README.md +++ b/packages/x-tree-view/README.md @@ -1,7 +1,7 @@ # MUI X Tree View This package is the Community plan edition of the Tree View components. -It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components. +It's part of [MUI X](https://mui.com/x/), an open-core extension of our Core libraries, with advanced components. ## Installation diff --git a/renovate.json b/renovate.json index 5976310171a90..02e78b1b6f12d 100644 --- a/renovate.json +++ b/renovate.json @@ -83,7 +83,7 @@ "enabled": false }, { - "groupName": "MUI Core", + "groupName": "Material UI", "matchPackageNames": [ "@mui/icons-material", "@mui/joy", diff --git a/scripts/l10n.ts b/scripts/l10n.ts index 9c584b69229a3..319c0fa1c4366 100644 --- a/scripts/l10n.ts +++ b/scripts/l10n.ts @@ -144,7 +144,7 @@ function extractTranslations(translationsPath: string): [TranslationsByGroup, Tr (property.key as babelTypes.Identifier).name || `'${(property.key as babelTypes.StringLiteral).value}'`; - // Ignore translations for MUI Core components, for example MuiTablePagination + // Ignore translations for Core components, for example MuiTablePagination if (key.startsWith('Mui')) { return; }