Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/mui/material-ui into mui/cs…
Browse files Browse the repository at this point in the history
…s-extraction-2
  • Loading branch information
siriwatknp committed May 3, 2024
2 parents 6d0c54d + 75e8f4a commit 279e4cc
Show file tree
Hide file tree
Showing 199 changed files with 636 additions and 385 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -45,7 +45,7 @@ default-job: &default-job
AWS_REGION_ARTIFACTS: eu-central-1
working_directory: /tmp/material-ui
docker:
- image: cimg/node:18.19
- image: cimg/node:18.20

default-context: &default-context
context:
Expand Down Expand Up @@ -215,6 +215,9 @@ jobs:
#!/bin/bash
VALE_STR_CLI_VERSION=3.3.0
# set smart sudo
if [[ $EUID -eq 0 ]]; then export SUDO=""; else export SUDO="sudo"; fi
mkdir /tmp/vale-extract
cd /tmp/vale-extract
GZIPPED_OUTPUT="vale.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/autocomplete/autocomplete.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/

<p class="description">An autocomplete component is a text input enhanced by a panel of suggested options.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/badge/badge.md
Expand Up @@ -10,7 +10,7 @@ githubLabel: 'component: badge'

<p class="description">The Badge component generates a small label that is attached to its child element.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/button/button.md
Expand Up @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/

<p class="description">Buttons let users take actions and make choices with a single tap.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: ClickAwayListener'

<p class="description">The Click-Away Listener component detects when a click event happens outside of its child element.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/focus-trap/focus-trap.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: FocusTrap'

<p class="description">The Focus Trap component prevents the user's focus from escaping its children components.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/form-control/form-control.md
Expand Up @@ -10,7 +10,7 @@ githubLabel: 'component: FormControl'

<p class="description">The Form Control component is a utility that lets you associate a form input with auxiliary components, such as labels, error indicators, or helper text.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/input/input.md
Expand Up @@ -10,7 +10,7 @@ githubLabel: 'component: input'

<p class="description">The Input component provides users with a field to enter and edit text.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/menu/menu.md
Expand Up @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/

<p class="description">The Dropdown Menu components provide end users with a list of options on temporary surfaces.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/modal/modal.md
Expand Up @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/

<p class="description">The Modal component lets you create dialogs, popovers, lightboxes, and other elements that force the user to take action before continuing.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/no-ssr/no-ssr.md
Expand Up @@ -8,7 +8,7 @@ components: NoSsr

<p class="description">The No-SSR component defers the rendering of children components from the server to the client.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/number-input/number-input.md
Expand Up @@ -10,7 +10,7 @@ githubLabel: 'component: number input'

<p class="description">The Number Input component provides users with a field for integer values, and buttons to increment or decrement the value.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/popper/popper.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/

<p class="description">The Popper component lets you create tooltips and popovers that display information about an element on the page.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/popup/popup.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/

<p class="description">The Popup component is a utility that lets you display content in tooltips and popovers.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/portal/portal.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: Portal'

<p class="description">The Portal component lets you render its children into a DOM node that exists outside of the Portal's own DOM hierarchy.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/select/select.md
Expand Up @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-sel

<p class="description">The Select components let you create lists of options for users to choose from.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/slider/slider.md
Expand Up @@ -12,7 +12,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/slider-multithumb/
<p class="description">A slider is a UI element that lets users select a single value or a range of values along a bar.
</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/snackbar/snackbar.md
Expand Up @@ -10,7 +10,7 @@ githubLabel: 'component: snackbar'

<p class="description">The Snackbar component informs users that an action has been or will be performed by the app.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/switch/switch.md
Expand Up @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/switch/

<p class="description">Switches are UI elements that let users choose between two states—most commonly on/off.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: TablePagination'

<p class="description">Table Pagination is an interface tool for splitting up large amounts of data to make it easier for users to navigate.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/tabs/tabs.md
Expand Up @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/

<p class="description">Tabs are UI elements for organizing and navigating between groups of related content.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: TextareaAutosize'

<p class="description">The Textarea Autosize component gives you a textarea HTML element that automatically adjusts its height to match the length of the content within.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

{{"component": "modules/components/ComponentPageTabs.js"}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/alert/alert.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/alert/

<p class="description">Alerts display brief messages for the user without interrupting their use of the app.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/autocomplete/CountrySelect.js
Expand Up @@ -8,7 +8,6 @@ import Typography from '@mui/joy/Typography';
export default function CountrySelect() {
return (
<Autocomplete
id="country-select-demo"
placeholder="Choose a country"
slotProps={{
input: {
Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/autocomplete/CountrySelect.tsx
Expand Up @@ -8,7 +8,6 @@ import Typography from '@mui/joy/Typography';
export default function CountrySelect() {
return (
<Autocomplete
id="country-select-demo"
placeholder="Choose a country"
slotProps={{
input: {
Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/autocomplete/CustomTags.js
Expand Up @@ -6,7 +6,6 @@ import Close from '@mui/icons-material/Close';
export default function CustomTags() {
return (
<Autocomplete
id="tags-default"
multiple
placeholder="Favorites"
options={top100Films}
Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/autocomplete/CustomTags.tsx
Expand Up @@ -6,7 +6,6 @@ import Close from '@mui/icons-material/Close';
export default function CustomTags() {
return (
<Autocomplete
id="tags-default"
multiple
placeholder="Favorites"
options={top100Films}
Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/autocomplete/autocomplete.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/

<p class="description">The autocomplete is a text input enhanced by a panel of suggested options when users start typing.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/avatar/avatar.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: avatar'

<p class="description">An avatar is a graphical representation of a user's identity.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/badge/badge.md
Expand Up @@ -10,7 +10,7 @@ unstyled: /base-ui/react-badge/

<p class="description">The Badge component generates a small label that is attached to its child element.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/box/box.md
Expand Up @@ -11,7 +11,7 @@ githubLabel: 'component: Box'

<p class="description">The Box component is a generic, theme-aware container with access to CSS utilities from MUI System.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/breadcrumbs/breadcrumbs.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: breadcrumbs'

<p class="description">A breadcrumb trail is a navigational tool that helps users keep track of their location within an app.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/button-group/button-group.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: ButtonGroup'

<p class="description">The Button Group combines a set of related buttons.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/button/button.md
Expand Up @@ -11,7 +11,7 @@ unstyled: /base-ui/react-button/

<p class="description">Buttons let users take actions and make choices with a single tap.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/checkbox/checkbox.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/

<p class="description">Checkboxes give users binary choices when presented with multiple options in a series.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/chip/chip.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: chip'

<p class="description">Chip generates a compact element that can represent an input, attribute, or action.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: CircularProgress'

<p class="description">The Circular Progress component showcases the duration of a process or an indefinite wait period.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/css-baseline/css-baseline.md
Expand Up @@ -8,7 +8,7 @@ githubLabel: 'component: CssBaseline'

<p class="description">Joy UI provides a CssBaseline component to kickstart an elegant, consistent, and simple baseline to build upon.</p>

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
{{"component": "@mui/docs/ComponentLinkHeader", "design": false}}

## Global reset

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/divider/divider.md
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: divider'

<p class="description">A divider is a thin line that groups content in lists and layouts.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/input/input.md
Expand Up @@ -9,7 +9,7 @@ unstyled: /base-ui/react-input/

<p class="description">The Input component facilitates the entry of text data from the user.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
Expand Up @@ -9,7 +9,7 @@ githubLabel: 'component: LinearProgress'

<p class="description">Linear Progress indicators, commonly known as loaders, express an unspecified wait time or display the length of a process.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/link/link.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/link/

<p class="description">The Link component lets you customize anchor tags with theme colors and typography styles.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/components/modal/modal.md
Expand Up @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/

<p class="description">The modal component provides a solid foundation for creating dialogs, popovers, lightboxes, or whatever else.</p>

{{"component": "modules/components/ComponentLinkHeader.js"}}
{{"component": "@mui/docs/ComponentLinkHeader"}}

## Introduction

Expand Down

0 comments on commit 279e4cc

Please sign in to comment.