From e838694d3cb41a6ebe9d48220bb7ab25aab4b2e2 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:26:02 -0300 Subject: [PATCH 1/7] add Joy UI row --- docs/src/components/pricing/PricingTable.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index 430a7bde323629..a766713bb0a6bc 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -354,6 +354,12 @@ const rowHeaders: Record = { tooltip="Core components following Material Design available in @mui/material." /> ), + 'Joy UI': ( + + ), // Advanced 'data-grid/column-groups': ( @@ -561,6 +567,7 @@ const communityData: Record = { 'MUI Base': yes, 'MUI System': yes, 'Material UI': yes, + 'Joy UI': yes, // MUI X 'data-grid/column-groups': pending, 'data-grid/column-spanning': yes, @@ -617,6 +624,7 @@ const proData: Record = { 'MUI Base': yes, 'MUI System': yes, 'Material UI': yes, + 'Joy UI': yes, // MUI X 'data-grid/column-groups': pending, 'data-grid/column-spanning': yes, @@ -673,6 +681,7 @@ const premiumData: Record = { 'MUI Base': yes, 'MUI System': yes, 'Material UI': yes, + 'Joy UI': yes, // MUI X 'data-grid/column-groups': pending, 'data-grid/column-spanning': yes, @@ -950,6 +959,8 @@ export default function PricingTable({ {renderRow('Material UI')} {divider} + {renderRow('Joy UI')} + {divider} {renderRow('MUI Base')} {divider} {renderRow('MUI System')} From 0e2a1146534b70a87595c6bc3431f5ec443a2ede Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:30:48 -0300 Subject: [PATCH 2/7] update descriptions --- docs/src/components/pricing/PricingTable.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index a766713bb0a6bc..f43de9b78eefae 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -339,25 +339,25 @@ const rowHeaders: Record = { 'MUI Base': ( ), 'MUI System': ( ), 'Material UI': ( ), 'Joy UI': ( ), // Advanced From fd319ea400eafbbe6f7d223522799692ee1ef1fd Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:33:14 -0300 Subject: [PATCH 3/7] update repos readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 594e058e747b9e..db05397f649b33 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ - _Material UI_ is a comprehensive library of components that features our implementation of Google's [Material Design](https://material.io/design/introduction/) system. +- _Joy UI_ is a comprehensive library of components with a fresh look & feel. + - _MUI Base_ is our library of "unstyled" components and low-level hooks. With Base, you gain complete control over your app's CSS and accessibility features. - _MUI System_ is a collection of CSS utilities to help you rapidly lay out custom designs. From 58ad4501db88741603abdde0ed0e563ae2b0dec7 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:35:18 -0300 Subject: [PATCH 4/7] add links on the product names --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db05397f649b33..4ed23f840ce293 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ **MUI Core** contains foundational React UI component libraries for shipping new features faster. -- _Material UI_ is a comprehensive library of components that features our implementation of Google's [Material Design](https://material.io/design/introduction/) system. +- [_Material UI_](https://mui.com/material-ui/getting-started/overview/) is a comprehensive library of components that features our implementation of Google's [Material Design](https://material.io/design/introduction/) system. -- _Joy UI_ is a comprehensive library of components with a fresh look & feel. +- [_Joy UI_](https://mui.com/joy-ui/getting-started/overview/) is a comprehensive library of components with a fresh look & feel. -- _MUI Base_ is our library of "unstyled" components and low-level hooks. With Base, you gain complete control over your app's CSS and accessibility features. +- [_MUI Base_](https://mui.com/base/getting-started/overview/) is our library of "unstyled" components and low-level hooks. With Base, you gain complete control over your app's CSS and accessibility features. -- _MUI System_ is a collection of CSS utilities to help you rapidly lay out custom designs. +- [_MUI System_](https://mui.com/system/basics/) is a collection of CSS utilities to help you rapidly lay out custom designs.
From 6ec4fce91ad7c624267411aeca73e6ac3886de43 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 13 Jun 2022 20:00:14 -0300 Subject: [PATCH 5/7] update descriptions after review --- docs/src/components/pricing/PricingTable.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index f43de9b78eefae..2fcf3181e6665e 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -339,25 +339,25 @@ const rowHeaders: Record = { 'MUI Base': ( ), 'MUI System': ( ), 'Material UI': ( ), 'Joy UI': ( ), // Advanced From 23fd4c5d600163a1fb3469368c582d624165c170 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 13 Jun 2022 20:02:39 -0300 Subject: [PATCH 6/7] bonus: update Base and Joy package json descriptions --- packages/mui-base/package.json | 2 +- packages/mui-joy/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 53281aacaa5a04..668fe1625537c3 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -3,7 +3,7 @@ "version": "5.0.0-alpha.84", "private": false, "author": "MUI Team", - "description": "Unstyled React components and low-level hooks.", + "description": "A library of headless ('unstyled') React UI components and low-level hooks.", "main": "./src/index.js", "keywords": [ "react", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 845a63836a37b1..2c71baf811724c 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -3,7 +3,7 @@ "version": "5.0.0-alpha.31", "private": false, "author": "MUI Team", - "description": "Joy design system — React components", + "description": "A library of beautifully designed React UI components.", "main": "./src/index.ts", "keywords": [ "react", From 2643cf2f9c9f01d227906255e111b810e9a2b0f9 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:00:30 -0300 Subject: [PATCH 7/7] update read.me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ed23f840ce293..e32daed61fc514 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [_Material UI_](https://mui.com/material-ui/getting-started/overview/) is a comprehensive library of components that features our implementation of Google's [Material Design](https://material.io/design/introduction/) system. -- [_Joy UI_](https://mui.com/joy-ui/getting-started/overview/) is a comprehensive library of components with a fresh look & feel. +- [_Joy UI_](https://mui.com/joy-ui/getting-started/overview/) is a beautifully designed library of React UI components. - [_MUI Base_](https://mui.com/base/getting-started/overview/) is our library of "unstyled" components and low-level hooks. With Base, you gain complete control over your app's CSS and accessibility features.