diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c968f9809673b..6229376ace3b61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to Material UI, Base UI, MUI System, Joy UI +# Contributing to Material UI, MUI System, Joy UI If you're reading this, you're awesome! Thank you for being a part of the community and helping us make these projects great. diff --git a/docs/data/base/components/accordion/accordion.md b/docs/data/base/components/accordion/accordion.md index 5a82e1bbcc8ba3..a8b814bb190c27 100644 --- a/docs/data/base/components/accordion/accordion.md +++ b/docs/data/base/components/accordion/accordion.md @@ -10,5 +10,5 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/

Accordions let users show and hide sections of related content on a page.

:::warning -The Base UI Accordion component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38037) to see it arrive sooner. +The Base UI Accordion component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/25) to see it arrive sooner. ::: diff --git a/docs/data/base/components/checkbox/checkbox.md b/docs/data/base/components/checkbox/checkbox.md index 58e682082f27b2..56ce9d252acf15 100644 --- a/docs/data/base/components/checkbox/checkbox.md +++ b/docs/data/base/components/checkbox/checkbox.md @@ -10,5 +10,5 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/

Checkboxes give users binary choices when presented with multiple options in a series.

:::warning -The Base UI Checkbox component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38036) to see it arrive sooner. +The Base UI Checkbox component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/24) to see it arrive sooner. ::: diff --git a/docs/data/base/components/drawer/drawer.md b/docs/data/base/components/drawer/drawer.md index 5d046213e952bc..92f3253ea7d435 100644 --- a/docs/data/base/components/drawer/drawer.md +++ b/docs/data/base/components/drawer/drawer.md @@ -9,5 +9,5 @@ githubLabel: 'component: drawer'

Navigation drawers (also known as sidebars) provide ergonomic access to different destinations without taking the user out of context.

:::warning -The Base UI Drawer component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38181) to see it arrive sooner. +The Base UI Drawer component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/38) to see it arrive sooner. ::: diff --git a/docs/data/base/components/number-input/number-input.md b/docs/data/base/components/number-input/number-input.md index e5b97522690dfc..ac0c977a23a795 100644 --- a/docs/data/base/components/number-input/number-input.md +++ b/docs/data/base/components/number-input/number-input.md @@ -152,7 +152,7 @@ For example, if `min={0}` and `step={2}`, valid values for the component would b ``` :::warning -Support for decimal values and step sizes isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38518) to see it arrive sooner. +Support for decimal values and step sizes isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/41) to see it arrive sooner. ::: When the input field is in focus, you can enter values that fall outside the valid range. diff --git a/docs/data/base/components/pagination/pagination.md b/docs/data/base/components/pagination/pagination.md index 6074346a5d8287..92283c4d830678 100644 --- a/docs/data/base/components/pagination/pagination.md +++ b/docs/data/base/components/pagination/pagination.md @@ -9,5 +9,5 @@ githubLabel: 'component: Pagination'

The Pagination component lets the user select a specific page from a range of pages.

:::warning -The Base UI Pagination component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38042) to see it arrive sooner. +The Base UI Pagination component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/29) to see it arrive sooner. ::: diff --git a/docs/data/base/components/radio-group/radio-group.md b/docs/data/base/components/radio-group/radio-group.md index 1bcaf2cd8f7b72..0deac10f94b3bf 100644 --- a/docs/data/base/components/radio-group/radio-group.md +++ b/docs/data/base/components/radio-group/radio-group.md @@ -10,5 +10,5 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radio/

Radio buttons enable the user to select one option from a set.

:::warning -The Base UI Radio Group component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38038) to see it arrive sooner. +The Base UI Radio Group component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/26) to see it arrive sooner. ::: diff --git a/docs/data/base/components/rating/rating.md b/docs/data/base/components/rating/rating.md index 69606427548431..08132d5682ff06 100644 --- a/docs/data/base/components/rating/rating.md +++ b/docs/data/base/components/rating/rating.md @@ -10,5 +10,5 @@ waiAria: https://www.w3.org/WAI/tutorials/forms/custom-controls/#a-star-rating

Rating components provide users with a simple action to give feedback as well as assess the opinions of others.

:::warning -The Base UI Rating component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38043) to see it arrive sooner. +The Base UI Rating component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/30) to see it arrive sooner. ::: diff --git a/docs/data/base/components/toggle-button-group/toggle-button-group.md b/docs/data/base/components/toggle-button-group/toggle-button-group.md index af6632edbf120b..4fa0dada8546c8 100644 --- a/docs/data/base/components/toggle-button-group/toggle-button-group.md +++ b/docs/data/base/components/toggle-button-group/toggle-button-group.md @@ -9,5 +9,5 @@ githubLabel: 'component: toggle button'

Toggle Button Groups house sets of buttons with mutually exclusive actions.

:::warning -The Base UI Toggle Button Group component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38044) to see it arrive sooner. +The Base UI Toggle Button Group component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/31) to see it arrive sooner. ::: diff --git a/docs/data/base/components/tooltip/tooltip.md b/docs/data/base/components/tooltip/tooltip.md index 63e1a9c339420f..02ea58050debca 100644 --- a/docs/data/base/components/tooltip/tooltip.md +++ b/docs/data/base/components/tooltip/tooltip.md @@ -10,5 +10,5 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/

Tooltips display informative text when users hover over, focus on, or tap an element.

:::warning -The Base UI Tooltip component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/material-ui/issues/38045) to see it arrive sooner. +The Base UI Tooltip component isn't available yet, but you can upvote [this GitHub issue](https://github.com/mui/base-ui/issues/32) to see it arrive sooner. :::