@mui/material
Advanced tools
@@ -122,8 +122,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -130,0 +130,0 @@ declare const Accordion: OverridableComponent<AccordionTypeMap>; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Accordion](https://mui.com/material-ui/react-accordion/) | ||
| * - [Accordion](https://next.mui.com/material-ui/react-accordion/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [AccordionActions API](https://mui.com/material-ui/api/accordion-actions/) | ||
| * - [AccordionActions API](https://next.mui.com/material-ui/api/accordion-actions/) | ||
| */ | ||
| export default function AccordionActions(props: AccordionActionsProps): React.JSX.Element; |
@@ -25,8 +25,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Accordion](https://mui.com/material-ui/react-accordion/) | ||
| * - [Accordion](https://next.mui.com/material-ui/react-accordion/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [AccordionDetails API](https://mui.com/material-ui/api/accordion-details/) | ||
| * - [AccordionDetails API](https://next.mui.com/material-ui/api/accordion-details/) | ||
| */ | ||
| export default function AccordionDetails(props: AccordionDetailsProps): React.JSX.Element; |
@@ -70,8 +70,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Accordion](https://mui.com/material-ui/react-accordion/) | ||
| * - [Accordion](https://next.mui.com/material-ui/react-accordion/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [AccordionSummary API](https://mui.com/material-ui/api/accordion-summary/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [AccordionSummary API](https://next.mui.com/material-ui/api/accordion-summary/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -78,0 +78,0 @@ declare const AccordionSummary: ExtendButtonBase<AccordionSummaryTypeMap>; |
+3
-3
@@ -174,9 +174,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -25,9 +25,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -58,8 +58,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -66,0 +66,0 @@ |
@@ -323,8 +323,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']>(props: AutocompleteProps<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>): React.JSX.Element; |
@@ -102,7 +102,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -109,0 +109,0 @@ declare const Avatar: OverridableComponent<AvatarTypeMap>; |
@@ -85,7 +85,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -92,0 +92,0 @@ declare const AvatarGroup: OverridableComponent<AvatarGroupTypeMap>; |
@@ -106,8 +106,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -114,0 +114,0 @@ declare const Backdrop: OverridableComponent<BackdropTypeMap>; |
+3
-3
@@ -146,8 +146,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -154,0 +154,0 @@ declare const Badge: OverridableComponent<BadgeTypeMap>; |
@@ -45,7 +45,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -52,0 +52,0 @@ declare const BottomNavigation: OverridableComponent<BottomNavigationTypeMap>; |
@@ -76,8 +76,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -84,0 +84,0 @@ declare const BottomNavigationAction: ExtendButtonBase<BottomNavigationActionTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>>; |
+2
-2
@@ -10,7 +10,7 @@ import { BoxTypeMap } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -17,0 +17,0 @@ declare const Box: OverridableComponent<BoxTypeMap<{}, 'div', MaterialTheme>>; |
@@ -83,8 +83,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -91,0 +91,0 @@ declare const Breadcrumbs: OverridableComponent<BreadcrumbsTypeMap>; |
@@ -118,10 +118,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Button Group](https://mui.com/material-ui/react-button-group/) | ||
| * - [Button](https://mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Button Group](https://next.mui.com/material-ui/react-button-group/) | ||
| * - [Button](https://next.mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * | ||
| * 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/) | ||
| */ | ||
@@ -128,0 +128,0 @@ declare const Button: ExtendButtonBase<ButtonTypeMap>; |
@@ -112,7 +112,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -119,0 +119,0 @@ declare const ButtonBase: ExtendButtonBase<ButtonBaseTypeMap>; |
@@ -81,7 +81,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -88,0 +88,0 @@ declare const ButtonGroup: OverridableComponent<ButtonGroupTypeMap>; |
+3
-3
@@ -35,8 +35,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -43,0 +43,0 @@ |
@@ -53,8 +53,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -61,0 +61,0 @@ declare const CardActionArea: ExtendButtonBase<CardActionAreaTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>>; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Card](https://mui.com/material-ui/react-card/) | ||
| * - [Card](https://next.mui.com/material-ui/react-card/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [CardActions API](https://mui.com/material-ui/api/card-actions/) | ||
| * - [CardActions API](https://next.mui.com/material-ui/api/card-actions/) | ||
| */ | ||
| export default function CardActions(props: CardActionsProps): React.JSX.Element; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Card](https://mui.com/material-ui/react-card/) | ||
| * - [Card](https://next.mui.com/material-ui/react-card/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [CardContent API](https://mui.com/material-ui/api/card-content/) | ||
| * - [CardContent API](https://next.mui.com/material-ui/api/card-content/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const CardContent: OverridableComponent<CardContentTypeMap>; |
@@ -139,7 +139,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -146,0 +146,0 @@ declare const CardHeader: OverridableCardHeader; |
@@ -41,7 +41,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Card](https://mui.com/material-ui/react-card/) | ||
| * - [Card](https://next.mui.com/material-ui/react-card/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [CardMedia API](https://mui.com/material-ui/api/card-media/) | ||
| * - [CardMedia API](https://next.mui.com/material-ui/api/card-media/) | ||
| */ | ||
@@ -48,0 +48,0 @@ declare const CardMedia: OverridableComponent<CardMediaTypeMap<{}, 'div'>>; |
+28
-0
| # [Versions](https://mui.com/versions/) | ||
| ## 9.0.0-alpha.0 | ||
| <!-- generated comparing v7.3.8..master --> | ||
| _Feb 17, 2026_ | ||
| A big thanks to the 3 contributors who made this release possible. | ||
| ### @mui/material@9.0.0-alpha.0 | ||
| - [theme] Generate `color-mix` value on top of default generated Material UI CSS variables (#47767) @ZeeshanTamboli | ||
| ### Docs | ||
| - [docs] Make tooltips describe their visible text triggers (#47658) @silviuaavram | ||
| - [docs][theme] Fix `nativeColor` docs (#47759) @ZeeshanTamboli | ||
| ### Core | ||
| - [blog] A pattern for opt-in type-only breaking changes in minor versions (#47622) @bernardobelchior | ||
| - [internal] Prepare libraries for first v9 alpha release (#47756) @silviuaavram | ||
| All contributors of this release in alphabetical order: @bernardobelchior, @silviuaavram, @ZeeshanTamboli | ||
| ## v8 | ||
| This version is skipped to align the release version with MUI X v9. | ||
| ## 7.3.8 | ||
@@ -4,0 +32,0 @@ |
@@ -124,10 +124,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
+2
-2
@@ -123,7 +123,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -130,0 +130,0 @@ declare const Chip: OverridableComponent<ChipTypeMap>; |
@@ -72,8 +72,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -36,8 +36,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -44,0 +44,0 @@ declare function ClickAwayListener(props: ClickAwayListenerProps): React.JSX.Element; |
@@ -31,8 +31,8 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -39,0 +39,0 @@ function ClickAwayListener(props) { |
@@ -87,3 +87,3 @@ import * as React from 'react'; | ||
| * 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. | ||
@@ -93,9 +93,9 @@ * | ||
| * | ||
| * - [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) | ||
@@ -102,0 +102,0 @@ */ |
@@ -45,7 +45,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -52,0 +52,0 @@ declare const Container: OverridableComponent<ContainerTypeMap>; |
@@ -22,8 +22,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -177,10 +177,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; | ||
| export interface DialogOwnerState extends Omit<DialogProps, 'slots' | 'slotProps'> {} |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Dialog](https://mui.com/material-ui/react-dialog/) | ||
| * - [Dialog](https://next.mui.com/material-ui/react-dialog/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [DialogActions API](https://mui.com/material-ui/api/dialog-actions/) | ||
| * - [DialogActions API](https://next.mui.com/material-ui/api/dialog-actions/) | ||
| */ | ||
| export default function DialogActions(props: DialogActionsProps): React.JSX.Element; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Dialog](https://mui.com/material-ui/react-dialog/) | ||
| * - [Dialog](https://next.mui.com/material-ui/react-dialog/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [DialogContent API](https://mui.com/material-ui/api/dialog-content/) | ||
| * - [DialogContent API](https://next.mui.com/material-ui/api/dialog-content/) | ||
| */ | ||
| export default function DialogContent(props: DialogContentProps): React.JSX.Element; |
@@ -26,8 +26,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Dialog](https://mui.com/material-ui/react-dialog/) | ||
| * - [Dialog](https://next.mui.com/material-ui/react-dialog/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [DialogContentText API](https://mui.com/material-ui/api/dialog-content-text/) | ||
| * - inherits [Typography API](https://mui.com/material-ui/api/typography/) | ||
| * - [DialogContentText API](https://next.mui.com/material-ui/api/dialog-content-text/) | ||
| * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) | ||
| */ | ||
@@ -34,0 +34,0 @@ declare const DialogContentText: OverridableComponent<DialogContentTextTypeMap>; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -38,0 +38,0 @@ declare const DialogTitle: OverridableComponent<DialogTitleTypeMap>; |
@@ -63,8 +63,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -71,0 +71,0 @@ declare const Divider: OverridableComponent<DividerTypeMap>; |
@@ -144,3 +144,3 @@ import * as React from 'react'; | ||
| /** | ||
| * The props of the [Modal](https://mui.com/material-ui/api/modal/) component are available | ||
| * The props of the [Modal](https://next.mui.com/material-ui/api/modal/) component are available | ||
| * when `variant="temporary"` is set. | ||
@@ -150,8 +150,8 @@ * | ||
| * | ||
| * - [Drawer](https://mui.com/material-ui/react-drawer/) | ||
| * - [Drawer](https://next.mui.com/material-ui/react-drawer/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Drawer API](https://mui.com/material-ui/api/drawer/) | ||
| * - [Drawer API](https://next.mui.com/material-ui/api/drawer/) | ||
| */ | ||
| export default function Drawer(props: DrawerProps): React.JSX.Element; |
@@ -122,8 +122,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -130,0 +130,0 @@ declare const Accordion: OverridableComponent<AccordionTypeMap>; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Accordion](https://mui.com/material-ui/react-accordion/) | ||
| * - [Accordion](https://next.mui.com/material-ui/react-accordion/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [AccordionActions API](https://mui.com/material-ui/api/accordion-actions/) | ||
| * - [AccordionActions API](https://next.mui.com/material-ui/api/accordion-actions/) | ||
| */ | ||
| export default function AccordionActions(props: AccordionActionsProps): React.JSX.Element; |
@@ -25,8 +25,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Accordion](https://mui.com/material-ui/react-accordion/) | ||
| * - [Accordion](https://next.mui.com/material-ui/react-accordion/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [AccordionDetails API](https://mui.com/material-ui/api/accordion-details/) | ||
| * - [AccordionDetails API](https://next.mui.com/material-ui/api/accordion-details/) | ||
| */ | ||
| export default function AccordionDetails(props: AccordionDetailsProps): React.JSX.Element; |
@@ -70,8 +70,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Accordion](https://mui.com/material-ui/react-accordion/) | ||
| * - [Accordion](https://next.mui.com/material-ui/react-accordion/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [AccordionSummary API](https://mui.com/material-ui/api/accordion-summary/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [AccordionSummary API](https://next.mui.com/material-ui/api/accordion-summary/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -78,0 +78,0 @@ declare const AccordionSummary: ExtendButtonBase<AccordionSummaryTypeMap>; |
@@ -174,9 +174,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -25,9 +25,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -58,8 +58,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -66,0 +66,0 @@ |
@@ -323,8 +323,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']>(props: AutocompleteProps<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>): React.JSX.Element; |
@@ -102,7 +102,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -109,0 +109,0 @@ declare const Avatar: OverridableComponent<AvatarTypeMap>; |
@@ -85,7 +85,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -92,0 +92,0 @@ declare const AvatarGroup: OverridableComponent<AvatarGroupTypeMap>; |
@@ -106,8 +106,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -114,0 +114,0 @@ declare const Backdrop: OverridableComponent<BackdropTypeMap>; |
@@ -146,8 +146,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -154,0 +154,0 @@ declare const Badge: OverridableComponent<BadgeTypeMap>; |
@@ -45,7 +45,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -52,0 +52,0 @@ declare const BottomNavigation: OverridableComponent<BottomNavigationTypeMap>; |
@@ -76,8 +76,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -84,0 +84,0 @@ declare const BottomNavigationAction: ExtendButtonBase<BottomNavigationActionTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>>; |
+2
-2
@@ -10,7 +10,7 @@ import { BoxTypeMap } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -17,0 +17,0 @@ declare const Box: OverridableComponent<BoxTypeMap<{}, 'div', MaterialTheme>>; |
@@ -83,8 +83,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -91,0 +91,0 @@ declare const Breadcrumbs: OverridableComponent<BreadcrumbsTypeMap>; |
@@ -118,10 +118,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Button Group](https://mui.com/material-ui/react-button-group/) | ||
| * - [Button](https://mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Button Group](https://next.mui.com/material-ui/react-button-group/) | ||
| * - [Button](https://next.mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * | ||
| * 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/) | ||
| */ | ||
@@ -128,0 +128,0 @@ declare const Button: ExtendButtonBase<ButtonTypeMap>; |
@@ -112,7 +112,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -119,0 +119,0 @@ declare const ButtonBase: ExtendButtonBase<ButtonBaseTypeMap>; |
@@ -81,7 +81,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -88,0 +88,0 @@ declare const ButtonGroup: OverridableComponent<ButtonGroupTypeMap>; |
@@ -35,8 +35,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -43,0 +43,0 @@ |
@@ -53,8 +53,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -61,0 +61,0 @@ declare const CardActionArea: ExtendButtonBase<CardActionAreaTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>>; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Card](https://mui.com/material-ui/react-card/) | ||
| * - [Card](https://next.mui.com/material-ui/react-card/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [CardActions API](https://mui.com/material-ui/api/card-actions/) | ||
| * - [CardActions API](https://next.mui.com/material-ui/api/card-actions/) | ||
| */ | ||
| export default function CardActions(props: CardActionsProps): React.JSX.Element; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Card](https://mui.com/material-ui/react-card/) | ||
| * - [Card](https://next.mui.com/material-ui/react-card/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [CardContent API](https://mui.com/material-ui/api/card-content/) | ||
| * - [CardContent API](https://next.mui.com/material-ui/api/card-content/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const CardContent: OverridableComponent<CardContentTypeMap>; |
@@ -139,7 +139,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -146,0 +146,0 @@ declare const CardHeader: OverridableCardHeader; |
@@ -41,7 +41,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Card](https://mui.com/material-ui/react-card/) | ||
| * - [Card](https://next.mui.com/material-ui/react-card/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [CardMedia API](https://mui.com/material-ui/api/card-media/) | ||
| * - [CardMedia API](https://next.mui.com/material-ui/api/card-media/) | ||
| */ | ||
@@ -48,0 +48,0 @@ declare const CardMedia: OverridableComponent<CardMediaTypeMap<{}, 'div'>>; |
@@ -124,10 +124,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -123,7 +123,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -130,0 +130,0 @@ declare const Chip: OverridableComponent<ChipTypeMap>; |
@@ -72,8 +72,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -36,8 +36,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -44,0 +44,0 @@ declare function ClickAwayListener(props: ClickAwayListenerProps): React.JSX.Element; |
@@ -25,8 +25,8 @@ 'use client'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -33,0 +33,0 @@ function ClickAwayListener(props) { |
@@ -87,3 +87,3 @@ import * as React from 'react'; | ||
| * 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. | ||
@@ -93,9 +93,9 @@ * | ||
| * | ||
| * - [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) | ||
@@ -102,0 +102,0 @@ */ |
@@ -45,7 +45,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -52,0 +52,0 @@ declare const Container: OverridableComponent<ContainerTypeMap>; |
@@ -22,8 +22,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -177,10 +177,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; | ||
| export interface DialogOwnerState extends Omit<DialogProps, 'slots' | 'slotProps'> {} |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Dialog](https://mui.com/material-ui/react-dialog/) | ||
| * - [Dialog](https://next.mui.com/material-ui/react-dialog/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [DialogActions API](https://mui.com/material-ui/api/dialog-actions/) | ||
| * - [DialogActions API](https://next.mui.com/material-ui/api/dialog-actions/) | ||
| */ | ||
| export default function DialogActions(props: DialogActionsProps): React.JSX.Element; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Dialog](https://mui.com/material-ui/react-dialog/) | ||
| * - [Dialog](https://next.mui.com/material-ui/react-dialog/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [DialogContent API](https://mui.com/material-ui/api/dialog-content/) | ||
| * - [DialogContent API](https://next.mui.com/material-ui/api/dialog-content/) | ||
| */ | ||
| export default function DialogContent(props: DialogContentProps): React.JSX.Element; |
@@ -26,8 +26,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Dialog](https://mui.com/material-ui/react-dialog/) | ||
| * - [Dialog](https://next.mui.com/material-ui/react-dialog/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [DialogContentText API](https://mui.com/material-ui/api/dialog-content-text/) | ||
| * - inherits [Typography API](https://mui.com/material-ui/api/typography/) | ||
| * - [DialogContentText API](https://next.mui.com/material-ui/api/dialog-content-text/) | ||
| * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) | ||
| */ | ||
@@ -34,0 +34,0 @@ declare const DialogContentText: OverridableComponent<DialogContentTextTypeMap>; |
@@ -30,8 +30,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -38,0 +38,0 @@ declare const DialogTitle: OverridableComponent<DialogTitleTypeMap>; |
@@ -63,8 +63,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -71,0 +71,0 @@ declare const Divider: OverridableComponent<DividerTypeMap>; |
@@ -144,3 +144,3 @@ import * as React from 'react'; | ||
| /** | ||
| * The props of the [Modal](https://mui.com/material-ui/api/modal/) component are available | ||
| * The props of the [Modal](https://next.mui.com/material-ui/api/modal/) component are available | ||
| * when `variant="temporary"` is set. | ||
@@ -150,8 +150,8 @@ * | ||
| * | ||
| * - [Drawer](https://mui.com/material-ui/react-drawer/) | ||
| * - [Drawer](https://next.mui.com/material-ui/react-drawer/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Drawer API](https://mui.com/material-ui/api/drawer/) | ||
| * - [Drawer API](https://next.mui.com/material-ui/api/drawer/) | ||
| */ | ||
| export default function Drawer(props: DrawerProps): React.JSX.Element; |
+3
-3
@@ -71,8 +71,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Floating Action Button](https://mui.com/material-ui/react-floating-action-button/) | ||
| * - [Floating Action Button](https://next.mui.com/material-ui/react-floating-action-button/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Fab API](https://mui.com/material-ui/api/fab/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [Fab API](https://next.mui.com/material-ui/api/fab/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -79,0 +79,0 @@ declare const Fab: ExtendButtonBase<FabTypeMap>; |
@@ -36,3 +36,3 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -42,9 +42,9 @@ * | ||
| * | ||
| * - [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; |
@@ -33,8 +33,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -41,0 +41,0 @@ declare const FilledInput: ((props: FilledInputProps) => React.JSX.Element) & { |
@@ -92,3 +92,3 @@ import * as React from 'react'; | ||
| * | ||
| * 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). | ||
| * | ||
@@ -108,11 +108,11 @@ * ```jsx | ||
| * | ||
| * - [Checkbox](https://mui.com/material-ui/react-checkbox/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| */ | ||
@@ -119,0 +119,0 @@ declare const FormControl: OverridableComponent<FormControlTypeMap>; |
@@ -94,10 +94,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -33,9 +33,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Checkbox](https://mui.com/material-ui/react-checkbox/) | ||
| * - [Switch](https://mui.com/material-ui/react-switch/) | ||
| * - [Checkbox](https://next.mui.com/material-ui/react-checkbox/) | ||
| * - [Switch](https://next.mui.com/material-ui/react-switch/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [FormGroup API](https://mui.com/material-ui/api/form-group/) | ||
| * - [FormGroup API](https://next.mui.com/material-ui/api/form-group/) | ||
| */ | ||
| export default function FormGroup(props: FormGroupProps): React.JSX.Element; |
@@ -61,8 +61,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://next.mui.com/material-ui/react-text-field/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [FormHelperText API](https://mui.com/material-ui/api/form-helper-text/) | ||
| * - [FormHelperText API](https://next.mui.com/material-ui/api/form-helper-text/) | ||
| */ | ||
@@ -69,0 +69,0 @@ declare const FormHelperText: OverridableComponent<FormHelperTextTypeMap>; |
@@ -62,10 +62,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Checkbox](https://mui.com/material-ui/react-checkbox/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| */ | ||
@@ -72,0 +72,0 @@ declare const FormLabel: OverridableComponent<FormLabelTypeMap>; |
@@ -14,8 +14,8 @@ import { GlobalStylesProps as StyledGlobalStylesProps } from '@mui/system'; | ||
| * | ||
| * - [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<unknown>; |
@@ -104,9 +104,9 @@ import { SxProps, SystemProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const Grid: OverridableComponent<GridTypeMap>; | ||
| export default Grid; |
+2
-2
@@ -13,7 +13,7 @@ 'use client'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -20,0 +20,0 @@ const Grid = createGrid({ |
@@ -144,7 +144,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [GridLegacy](https://mui.com/material-ui/react-grid-legacy/) | ||
| * - [GridLegacy](https://next.mui.com/material-ui/react-grid-legacy/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [GridLegacy API](https://mui.com/material-ui/api/grid-legacy/) | ||
| * - [GridLegacy API](https://next.mui.com/material-ui/api/grid-legacy/) | ||
| * | ||
@@ -151,0 +151,0 @@ * @deprecated Use the [`Grid`](https://mui.com/material-ui/react-grid/) component instead. |
@@ -35,4 +35,4 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -42,10 +42,10 @@ * | ||
| * | ||
| * - [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; |
@@ -49,8 +49,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -57,0 +57,0 @@ declare const Icon: OverridableComponent<IconTypeMap> & { |
@@ -74,3 +74,3 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -80,9 +80,9 @@ * | ||
| * | ||
| * - [Button](https://mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Button](https://next.mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * | ||
| * 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/) | ||
| */ | ||
@@ -89,0 +89,0 @@ declare const IconButton: ExtendButtonBase<IconButtonTypeMap>; |
@@ -50,7 +50,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -57,0 +57,0 @@ declare const ImageList: OverridableComponent<ImageListTypeMap>; |
@@ -38,7 +38,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -45,0 +45,0 @@ declare const ImageListItem: OverridableComponent<ImageListItemTypeMap>; |
@@ -44,8 +44,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
+1
-1
| /** | ||
| * @mui/material v7.3.8 | ||
| * @mui/material v9.0.0-alpha.0 | ||
| * | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -55,7 +55,7 @@ export declare const defaultConfig: { | ||
| * | ||
| * - [InitColorSchemeScript](https://mui.com/material-ui/react-init-color-scheme-script/) | ||
| * - [InitColorSchemeScript](https://next.mui.com/material-ui/react-init-color-scheme-script/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [InitColorSchemeScript API](https://mui.com/material-ui/api/init-color-scheme-script/) | ||
| * - [InitColorSchemeScript API](https://next.mui.com/material-ui/api/init-color-scheme-script/) | ||
| */ | ||
@@ -62,0 +62,0 @@ declare function InitColorSchemeScript(props: InitColorSchemeScriptProps): import("react/jsx-runtime").JSX.Element; |
@@ -15,7 +15,7 @@ import PropTypes from 'prop-types'; | ||
| * | ||
| * - [InitColorSchemeScript](https://mui.com/material-ui/react-init-color-scheme-script/) | ||
| * - [InitColorSchemeScript](https://next.mui.com/material-ui/react-init-color-scheme-script/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [InitColorSchemeScript API](https://mui.com/material-ui/api/init-color-scheme-script/) | ||
| * - [InitColorSchemeScript API](https://next.mui.com/material-ui/api/init-color-scheme-script/) | ||
| */ | ||
@@ -22,0 +22,0 @@ function InitColorSchemeScript(props) { |
@@ -26,8 +26,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -34,0 +34,0 @@ declare const Input: ((props: InputProps) => React.JSX.Element) & { |
@@ -49,7 +49,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -56,0 +56,0 @@ declare const InputAdornment: OverridableComponent<InputAdornmentTypeMap>; |
@@ -241,8 +241,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -68,9 +68,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-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/) | ||
| */ | ||
@@ -77,0 +77,0 @@ declare const InputLabel: OverridableComponent<InputLabelTypeMap>; |
@@ -52,8 +52,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -50,9 +50,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Breadcrumbs](https://mui.com/material-ui/react-breadcrumbs/) | ||
| * - [Links](https://mui.com/material-ui/react-link/) | ||
| * - [Breadcrumbs](https://next.mui.com/material-ui/react-breadcrumbs/) | ||
| * - [Links](https://next.mui.com/material-ui/react-link/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Link API](https://mui.com/material-ui/api/link/) | ||
| * - inherits [Typography API](https://mui.com/material-ui/api/typography/) | ||
| * - [Link API](https://next.mui.com/material-ui/api/link/) | ||
| * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) | ||
| */ | ||
@@ -59,0 +59,0 @@ declare const Link: OverridableComponent<LinkTypeMap>; |
@@ -54,8 +54,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -62,0 +62,0 @@ declare const List: ExtendList<ListTypeMap>; |
@@ -121,8 +121,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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: | ||
| * | ||
| * - [ListItem API](https://mui.com/material-ui/api/list-item/) | ||
| * - [ListItem API](https://next.mui.com/material-ui/api/list-item/) | ||
| */ | ||
@@ -129,0 +129,0 @@ declare const ListItem: OverridableComponent<ListItemTypeMap<{}, 'li'>>; |
@@ -25,8 +25,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemAvatar API](https://mui.com/material-ui/api/list-item-avatar/) | ||
| * - [ListItemAvatar API](https://next.mui.com/material-ui/api/list-item-avatar/) | ||
| */ | ||
| export default function ListItemAvatar(props: ListItemAvatarProps): React.JSX.Element; |
@@ -74,8 +74,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemButton API](https://mui.com/material-ui/api/list-item-button/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [ListItemButton API](https://next.mui.com/material-ui/api/list-item-button/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -82,0 +82,0 @@ declare const ListItemButton: ExtendButtonBase<ListItemButtonTypeMap>; |
@@ -27,8 +27,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemIcon API](https://mui.com/material-ui/api/list-item-icon/) | ||
| * - [ListItemIcon API](https://next.mui.com/material-ui/api/list-item-icon/) | ||
| */ | ||
| export default function ListItemIcon(props: ListItemIconProps): React.JSX.Element; |
@@ -26,7 +26,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemSecondaryAction API](https://mui.com/material-ui/api/list-item-secondary-action/) | ||
| * - [ListItemSecondaryAction API](https://next.mui.com/material-ui/api/list-item-secondary-action/) | ||
| * | ||
@@ -33,0 +33,0 @@ * @deprecated Use the `secondaryAction` prop in the `ListItem` component instead. This component will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details. |
@@ -100,8 +100,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemText API](https://mui.com/material-ui/api/list-item-text/) | ||
| * - [ListItemText API](https://next.mui.com/material-ui/api/list-item-text/) | ||
| */ | ||
| export default function ListItemText<PrimaryTypographyComponent extends React.ElementType = 'span', SecondaryTypographyComponent extends React.ElementType = 'p'>(props: ListItemTextProps<PrimaryTypographyComponent, SecondaryTypographyComponent>): React.JSX.Element; |
@@ -49,7 +49,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListSubheader API](https://mui.com/material-ui/api/list-subheader/) | ||
| * - [ListSubheader API](https://next.mui.com/material-ui/api/list-subheader/) | ||
| */ | ||
@@ -56,0 +56,0 @@ declare const ListSubheader: OverridableComponent<ListSubheaderTypeMap>; |
@@ -154,10 +154,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -58,8 +58,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -66,0 +66,0 @@ declare const MenuItem: ExtendButtonBase<MenuItemTypeMap>; |
@@ -45,3 +45,3 @@ import * as React from 'react'; | ||
| * A permanently displayed menu following https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/. | ||
| * It's exposed to help customization of the [`Menu`](https://mui.com/material-ui/api/menu/) component if you | ||
| * It's exposed to help customization of the [`Menu`](https://next.mui.com/material-ui/api/menu/) component if you | ||
| * use it separately you need to move focus into the component manually. Once | ||
@@ -52,8 +52,8 @@ * the focus is placed inside the component it is fully keyboard accessible. | ||
| * | ||
| * - [Menu](https://mui.com/material-ui/react-menu/) | ||
| * - [Menu](https://next.mui.com/material-ui/react-menu/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [MenuList API](https://mui.com/material-ui/api/menu-list/) | ||
| * - inherits [List API](https://mui.com/material-ui/api/list/) | ||
| * - [MenuList API](https://next.mui.com/material-ui/api/menu-list/) | ||
| * - inherits [List API](https://next.mui.com/material-ui/api/list/) | ||
| */ | ||
@@ -60,0 +60,0 @@ declare const MenuList: ExtendList<MenuListTypeMap>; |
@@ -106,9 +106,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Stepper](https://mui.com/material-ui/react-stepper/) | ||
| * - [Stepper](https://next.mui.com/material-ui/react-stepper/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [MobileStepper API](https://mui.com/material-ui/api/mobile-stepper/) | ||
| * - inherits [Paper API](https://mui.com/material-ui/api/paper/) | ||
| * - [MobileStepper API](https://next.mui.com/material-ui/api/mobile-stepper/) | ||
| * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) | ||
| */ | ||
| export default function MobileStepper(props: MobileStepperProps): React.JSX.Element; |
@@ -196,8 +196,8 @@ import * as React from 'react'; | ||
| * | ||
| * * [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. | ||
@@ -209,7 +209,7 @@ * | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -216,0 +216,0 @@ declare const Modal: OverridableComponent<ModalTypeMap>; |
@@ -59,8 +59,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -67,0 +67,0 @@ declare const NativeSelect: ((props: NativeSelectProps) => React.JSX.Element) & { |
@@ -15,7 +15,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -22,0 +22,0 @@ declare function NoSsr(props: NoSsrProps): React.JSX.Element; |
@@ -19,7 +19,7 @@ 'use client'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -26,0 +26,0 @@ function NoSsr(props) { |
@@ -46,9 +46,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-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/) | ||
| */ | ||
@@ -55,0 +55,0 @@ declare const OutlinedInput: ((props: OutlinedInputProps) => React.JSX.Element) & { |
@@ -73,8 +73,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -132,8 +132,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [PaginationItem API](https://next.mui.com/material-ui/api/pagination-item/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -140,0 +140,0 @@ declare const PaginationItem: OverridableComponent<PaginationItemTypeMap>; |
@@ -47,8 +47,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -55,0 +55,0 @@ declare const Paper: OverridableComponent<PaperTypeMap>; |
@@ -48,9 +48,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const PigmentContainer: OverridableComponent<PigmentContainerTypeMap>; | ||
| export default PigmentContainer; |
@@ -26,7 +26,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -33,0 +33,0 @@ const PigmentContainer = /*#__PURE__*/React.forwardRef(function PigmentContainer({ |
@@ -76,9 +76,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Grid](https://mui.com/material-ui/react-grid/) | ||
| * - [Grid](https://next.mui.com/material-ui/react-grid/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [PigmentGrid API](https://mui.com/material-ui/api/pigment-grid/) | ||
| * - [PigmentGrid API](https://next.mui.com/material-ui/api/pigment-grid/) | ||
| */ | ||
| declare const PigmentGrid: OverridableComponent<GridTypeMap>; | ||
| export default PigmentGrid; |
@@ -40,7 +40,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Grid](https://mui.com/material-ui/react-grid/) | ||
| * - [Grid](https://next.mui.com/material-ui/react-grid/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [PigmentGrid API](https://mui.com/material-ui/api/pigment-grid/) | ||
| * - [PigmentGrid API](https://next.mui.com/material-ui/api/pigment-grid/) | ||
| */ | ||
@@ -47,0 +47,0 @@ const PigmentGrid = /*#__PURE__*/React.forwardRef(function PigmentGrid(props, ref) { |
@@ -42,9 +42,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const PigmentStack: OverridableComponent<PigmentStackTypeMap>; | ||
| export default PigmentStack; |
@@ -19,7 +19,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -26,0 +26,0 @@ const PigmentStack = /*#__PURE__*/React.forwardRef(function PigmentStack({ |
@@ -226,10 +226,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -37,11 +37,11 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const Popper: React.ForwardRefExoticComponent<PopperProps & React.RefAttributes<HTMLDivElement>>; | ||
| export default Popper; |
@@ -21,9 +21,9 @@ 'use client'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -30,0 +30,0 @@ const Popper = /*#__PURE__*/React.forwardRef(function Popper(inProps, ref) { |
@@ -9,9 +9,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const Portal: React.ForwardRefExoticComponent<PortalProps & React.RefAttributes<Element>>; | ||
| export default Portal; |
@@ -22,7 +22,7 @@ 'use client'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -29,0 +29,0 @@ const Portal = /*#__PURE__*/React.forwardRef(function Portal(props, forwardedRef) { |
@@ -80,9 +80,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -31,9 +31,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -173,7 +173,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -180,0 +180,0 @@ declare const Rating: OverridableComponent<RatingTypeMap>; |
@@ -34,7 +34,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -41,0 +41,0 @@ declare const ScopedCssBaseline: OverridableComponent<ScopedCssBaselineTypeMap>; |
@@ -179,8 +179,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -187,0 +187,0 @@ declare const Select: (<Value = unknown>(props: SelectProps<Value>) => React.JSX.Element) & { |
@@ -52,7 +52,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -59,0 +59,0 @@ declare const Skeleton: OverridableComponent<SkeletonTypeMap>; |
@@ -50,3 +50,3 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -56,10 +56,10 @@ * | ||
| * | ||
| * - [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; |
@@ -288,7 +288,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -295,0 +295,0 @@ declare const Slider: SliderType; |
@@ -175,9 +175,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Snackbar](https://mui.com/material-ui/react-snackbar/) | ||
| * - [Snackbar](https://next.mui.com/material-ui/react-snackbar/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Snackbar API](https://mui.com/material-ui/api/snackbar/) | ||
| * - [Snackbar API](https://next.mui.com/material-ui/api/snackbar/) | ||
| */ | ||
| export default function Snackbar(props: SnackbarProps): React.JSX.Element; | ||
| export interface SnackbarOwnerState extends Omit<SnackbarProps, 'slots' | 'slotProps'> {} |
@@ -35,9 +35,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Snackbar](https://mui.com/material-ui/react-snackbar/) | ||
| * - [Snackbar](https://next.mui.com/material-ui/react-snackbar/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SnackbarContent API](https://mui.com/material-ui/api/snackbar-content/) | ||
| * - inherits [Paper API](https://mui.com/material-ui/api/paper/) | ||
| * - [SnackbarContent API](https://next.mui.com/material-ui/api/snackbar-content/) | ||
| * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) | ||
| */ | ||
| export default function SnackbarContent(props: SnackbarContentProps): React.JSX.Element; |
@@ -125,8 +125,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Speed Dial](https://mui.com/material-ui/react-speed-dial/) | ||
| * - [Speed Dial](https://next.mui.com/material-ui/react-speed-dial/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SpeedDial API](https://mui.com/material-ui/api/speed-dial/) | ||
| * - [SpeedDial API](https://next.mui.com/material-ui/api/speed-dial/) | ||
| */ | ||
| export default function SpeedDial(props: SpeedDialProps): React.JSX.Element; |
@@ -109,10 +109,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Speed Dial](https://mui.com/material-ui/react-speed-dial/) | ||
| * - [Speed Dial](https://next.mui.com/material-ui/react-speed-dial/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SpeedDialAction API](https://mui.com/material-ui/api/speed-dial-action/) | ||
| * - inherits [Tooltip API](https://mui.com/material-ui/api/tooltip/) | ||
| * - [SpeedDialAction API](https://next.mui.com/material-ui/api/speed-dial-action/) | ||
| * - inherits [Tooltip API](https://next.mui.com/material-ui/api/tooltip/) | ||
| */ | ||
| export default function SpeedDialAction(props: SpeedDialActionProps): React.JSX.Element; | ||
| export interface SpeedDialActionOwnerState extends Omit<SpeedDialActionProps, 'slots' | 'slotProps'> {} |
@@ -34,7 +34,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Speed Dial](https://mui.com/material-ui/react-speed-dial/) | ||
| * - [Speed Dial](https://next.mui.com/material-ui/react-speed-dial/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SpeedDialIcon API](https://mui.com/material-ui/api/speed-dial-icon/) | ||
| * - [SpeedDialIcon API](https://next.mui.com/material-ui/api/speed-dial-icon/) | ||
| */ | ||
@@ -41,0 +41,0 @@ declare const SpeedDialIcon: ((props: SpeedDialIconProps) => React.JSX.Element) & { |
@@ -48,7 +48,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -55,0 +55,0 @@ declare const Stack: OverridableComponent<StackTypeMap>; |
@@ -63,9 +63,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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<StepTypeMap>; | ||
| export default Step; |
@@ -39,8 +39,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -47,0 +47,0 @@ declare const StepButton: ExtendButtonBase<StepButtonTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>>; |
@@ -23,8 +23,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Stepper](https://mui.com/material-ui/react-stepper/) | ||
| * - [Stepper](https://next.mui.com/material-ui/react-stepper/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [StepConnector API](https://mui.com/material-ui/api/step-connector/) | ||
| * - [StepConnector API](https://next.mui.com/material-ui/api/step-connector/) | ||
| */ | ||
| export default function StepConnector(props: StepConnectorProps): React.JSX.Element; |
@@ -70,8 +70,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -44,9 +44,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -97,7 +97,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -104,0 +104,0 @@ declare const StepLabel: ((props: StepLabelProps) => React.JSX.Element) & { |
@@ -64,9 +64,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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<StepperTypeMap>; | ||
| export default Stepper; |
@@ -84,3 +84,3 @@ import _formatErrorMessage from "@mui/utils/formatMuiErrorMessage"; | ||
| // #host-reference | ||
| 'Please use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.' : _formatErrorMessage(20)); | ||
| 'Please use another name or follow the [docs](https://next.mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.' : _formatErrorMessage(22)); | ||
| } | ||
@@ -87,0 +87,0 @@ const palette = createPalette({ |
@@ -207,6 +207,6 @@ import _formatErrorMessage from "@mui/utils/formatMuiErrorMessage"; | ||
| if (palette.mode === 'light') { | ||
| setColor(palette.Alert, 'errorColor', colorMix(safeDarken, palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(safeDarken, palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(safeDarken, palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(safeDarken, palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorFilledBg', setCssVarColor('palette-error-main')); | ||
@@ -220,6 +220,6 @@ setColor(palette.Alert, 'infoFilledBg', setCssVarColor('palette-info-main')); | ||
| setColor(palette.Alert, 'warningFilledColor', silent(() => palette.getContrastText(palette.warning.main))); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(safeLighten, palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(safeLighten, palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(safeLighten, palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(safeLighten, palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorIconColor', setCssVarColor('palette-error-main')); | ||
@@ -239,16 +239,16 @@ setColor(palette.Alert, 'infoIconColor', setCssVarColor('palette-info-main')); | ||
| setColor(palette.FilledInput, 'disabledBg', 'rgba(0, 0, 0, 0.12)'); | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(safeLighten, palette.primary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(safeLighten, palette.secondary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(safeLighten, palette.error.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(safeLighten, palette.info.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(safeLighten, palette.success.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(safeLighten, palette.warning.main, 0.62)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(safeAlpha, palette.text.primary, 0.11) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.11)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(safeLighten, palette.primary.main, 0.62)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(safeLighten, palette.secondary.main, 0.62)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(safeLighten, palette.error.main, 0.62)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(safeLighten, palette.info.main, 0.62)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(safeLighten, palette.success.main, 0.62)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(safeLighten, palette.warning.main, 0.62)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(safeDarken, palette.background.default, 0.6825) // use `0.6825` instead of `0.8` to match the contrast ratio of JS implementation | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(safeLighten, nativeColor ? getCssVar('palette-warning-light') : palette.warning.main, 0.62)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(safeAlpha, nativeColor ? getCssVar('palette-text-primary') : palette.text.primary, 0.11) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.11)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(safeLighten, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.62)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(safeLighten, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.62)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(safeLighten, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.62)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(safeLighten, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.62)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(safeLighten, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.62)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(safeLighten, nativeColor ? getCssVar('palette-warning-main') : palette.warning.main, 0.62)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(safeDarken, nativeColor ? getCssVar('palette-background-default') : palette.background.default, 0.6825) // use `0.6825` instead of `0.8` to match the contrast ratio of JS implementation | ||
| : safeEmphasize(palette.background.default, 0.8); | ||
@@ -262,16 +262,16 @@ setColor(palette.SnackbarContent, 'bg', snackbarContentBackground); | ||
| setColor(palette.Switch, 'defaultDisabledColor', setCssVarColor('palette-grey-100')); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(safeLighten, palette.primary.main, 0.62)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(safeLighten, palette.secondary.main, 0.62)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(safeLighten, palette.error.main, 0.62)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(safeLighten, palette.info.main, 0.62)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(safeLighten, palette.success.main, 0.62)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(safeLighten, palette.warning.main, 0.62)); | ||
| setColor(palette.TableCell, 'border', colorMix(safeLighten, colorMix(safeAlpha, palette.divider, 1), 0.88)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(safeAlpha, palette.grey[700], 0.92)); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.62)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.62)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.62)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.62)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.62)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-warning-main') : palette.warning.main, 0.62)); | ||
| setColor(palette.TableCell, 'border', colorMix(safeLighten, colorMix(safeAlpha, nativeColor ? getCssVar('palette-divider') : palette.divider, 1), 0.88)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(safeAlpha, nativeColor ? getCssVar('palette-grey-700') : palette.grey[700], 0.92)); | ||
| } | ||
| if (palette.mode === 'dark') { | ||
| setColor(palette.Alert, 'errorColor', colorMix(safeLighten, palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(safeLighten, palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(safeLighten, palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(safeLighten, palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(safeLighten, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorFilledBg', setCssVarColor('palette-error-dark')); | ||
@@ -285,6 +285,6 @@ setColor(palette.Alert, 'infoFilledBg', setCssVarColor('palette-info-dark')); | ||
| setColor(palette.Alert, 'warningFilledColor', silent(() => palette.getContrastText(palette.warning.dark))); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(safeDarken, palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(safeDarken, palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(safeDarken, palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(safeDarken, palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorIconColor', setCssVarColor('palette-error-main')); | ||
@@ -306,16 +306,16 @@ setColor(palette.Alert, 'infoIconColor', setCssVarColor('palette-info-main')); | ||
| setColor(palette.FilledInput, 'disabledBg', 'rgba(255, 255, 255, 0.12)'); | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(safeDarken, palette.primary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(safeDarken, palette.secondary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(safeDarken, palette.error.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(safeDarken, palette.info.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(safeDarken, palette.success.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(safeDarken, palette.warning.main, 0.5)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(safeAlpha, palette.text.primary, 0.13) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.13)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(safeDarken, palette.primary.main, 0.5)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(safeDarken, palette.secondary.main, 0.5)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(safeDarken, palette.error.main, 0.5)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(safeDarken, palette.info.main, 0.5)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(safeDarken, palette.success.main, 0.5)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(safeDarken, palette.warning.main, 0.5)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(safeLighten, palette.background.default, 0.985) // use `0.985` instead of `0.98` to match the contrast ratio of JS implementation | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(safeDarken, nativeColor ? getCssVar('palette-warning-main') : palette.warning.main, 0.5)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(safeAlpha, nativeColor ? getCssVar('palette-text-primary') : palette.text.primary, 0.13) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.13)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(safeDarken, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.5)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(safeDarken, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.5)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(safeDarken, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.5)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(safeDarken, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.5)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(safeDarken, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.5)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.main, 0.5)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(safeLighten, nativeColor ? getCssVar('palette-background-default') : palette.background.default, 0.985) // use `0.985` instead of `0.98` to match the contrast ratio of JS implementation | ||
| : safeEmphasize(palette.background.default, 0.98); | ||
@@ -329,10 +329,10 @@ setColor(palette.SnackbarContent, 'bg', snackbarContentBackground); | ||
| setColor(palette.Switch, 'defaultDisabledColor', setCssVarColor('palette-grey-600')); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(safeDarken, palette.primary.main, 0.55)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(safeDarken, palette.secondary.main, 0.55)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(safeDarken, palette.error.main, 0.55)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(safeDarken, palette.info.main, 0.55)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(safeDarken, palette.success.main, 0.55)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(safeDarken, palette.warning.main, 0.55)); | ||
| setColor(palette.TableCell, 'border', colorMix(safeDarken, colorMix(safeAlpha, palette.divider, 1), 0.68)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(safeAlpha, palette.grey[700], 0.92)); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.55)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.55)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.55)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.55)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.55)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.main, 0.55)); | ||
| setColor(palette.TableCell, 'border', colorMix(safeDarken, colorMix(safeAlpha, nativeColor ? getCssVar('palette-divider') : palette.divider, 1), 0.68)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(safeAlpha, nativeColor ? getCssVar('palette-grey-700') : palette.grey[700], 0.92)); | ||
| } | ||
@@ -339,0 +339,0 @@ |
@@ -76,8 +76,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -84,0 +84,0 @@ declare const SvgIcon: OverridableComponent<SvgIconTypeMap> & { |
@@ -98,10 +98,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Drawer](https://mui.com/material-ui/react-drawer/) | ||
| * - [Drawer](https://next.mui.com/material-ui/react-drawer/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SwipeableDrawer API](https://mui.com/material-ui/api/swipeable-drawer/) | ||
| * - inherits [Drawer API](https://mui.com/material-ui/api/drawer/) | ||
| * - [SwipeableDrawer API](https://next.mui.com/material-ui/api/swipeable-drawer/) | ||
| * - inherits [Drawer API](https://next.mui.com/material-ui/api/drawer/) | ||
| */ | ||
| declare const SwipeableDrawer: React.JSXElementConstructor<SwipeableDrawerProps>; | ||
| export default SwipeableDrawer; |
@@ -116,10 +116,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
+3
-3
@@ -64,8 +64,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -72,0 +72,0 @@ declare const Tab: ExtendButtonBase<TabTypeMap>; |
@@ -45,7 +45,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -52,0 +52,0 @@ declare const Table: OverridableComponent<TableTypeMap>; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableBody: OverridableComponent<TableBodyTypeMap>; |
@@ -77,8 +77,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableContainer: OverridableComponent<TableContainerTypeMap>; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableFooter: OverridableComponent<TableFooterTypeMap>; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableHead: OverridableComponent<TableHeadTypeMap>; |
@@ -251,9 +251,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Pagination](https://mui.com/material-ui/react-pagination/) | ||
| * - [Table](https://mui.com/material-ui/react-table/) | ||
| * - [Pagination](https://next.mui.com/material-ui/react-pagination/) | ||
| * - [Table](https://next.mui.com/material-ui/react-table/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [TablePagination API](https://mui.com/material-ui/api/table-pagination/) | ||
| * - inherits [TableCell API](https://mui.com/material-ui/api/table-cell/) | ||
| * - [TablePagination API](https://next.mui.com/material-ui/api/table-pagination/) | ||
| * - inherits [TableCell API](https://next.mui.com/material-ui/api/table-cell/) | ||
| */ | ||
@@ -260,0 +260,0 @@ declare const TablePagination: OverridableComponent<TablePaginationTypeMap<{}, React.JSXElementConstructor<TablePaginationBaseProps>>>; |
@@ -98,9 +98,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Pagination](https://mui.com/material-ui/react-pagination/) | ||
| * - [Pagination](https://next.mui.com/material-ui/react-pagination/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [TablePaginationActions API](https://mui.com/material-ui/api/table-pagination-actions/) | ||
| * - [TablePaginationActions API](https://next.mui.com/material-ui/api/table-pagination-actions/) | ||
| */ | ||
| declare const TablePaginationActions: React.JSXElementConstructor<TablePaginationActionsProps>; | ||
| export default TablePaginationActions; |
@@ -40,7 +40,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -47,0 +47,0 @@ declare const TableRow: OverridableComponent<TableRowTypeMap>; |
@@ -79,8 +79,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -87,0 +87,0 @@ declare const TableSortLabel: ExtendButtonBase<TableSortLabelTypeMap>; |
@@ -259,7 +259,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -266,0 +266,0 @@ declare const Tabs: OverridableComponent<TabsTypeMap>; |
@@ -62,8 +62,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -7,9 +7,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const TextareaAutosize: React.ForwardRefExoticComponent<TextareaAutosizeProps & React.RefAttributes<Element>>; | ||
| export default TextareaAutosize; |
@@ -44,7 +44,7 @@ 'use client'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -51,0 +51,0 @@ const TextareaAutosize = /*#__PURE__*/React.forwardRef(function TextareaAutosize(props, forwardedRef) { |
@@ -308,8 +308,8 @@ import * as React from 'react'; | ||
| * | ||
| * * [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/) | ||
| * | ||
@@ -334,9 +334,9 @@ * If you wish to alter the props applied to the `input` element, you can do so as follows: | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -343,0 +343,0 @@ export default function TextField<Variant extends TextFieldVariants>(props: { |
@@ -84,8 +84,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -92,0 +92,0 @@ declare const ToggleButton: ExtendButtonBase<ToggleButtonTypeMap>; |
@@ -76,8 +76,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -41,7 +41,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -48,0 +48,0 @@ declare const Toolbar: OverridableComponent<ToolbarTypeMap>; |
@@ -224,8 +224,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -88,8 +88,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -96,0 +96,0 @@ declare const Typography: OverridableComponent<TypographyTypeMap>; |
@@ -1,6 +0,6 @@ | ||
| export const version = "7.3.8"; | ||
| export const major = Number("7"); | ||
| export const minor = Number("3"); | ||
| export const patch = Number("8"); | ||
| export const prerelease = undefined; | ||
| export const version = "9.0.0-alpha.0"; | ||
| export const major = Number("9"); | ||
| export const minor = Number("0"); | ||
| export const patch = Number("0"); | ||
| export const prerelease = "alpha.0"; | ||
| export default version; |
@@ -37,3 +37,3 @@ import * as React from 'react'; | ||
| * The Zoom transition can be used for the floating variant of the | ||
| * [Button](https://mui.com/material-ui/react-floating-action-button/#animation) component. | ||
| * [Button](https://next.mui.com/material-ui/react-floating-action-button/#animation) component. | ||
| * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. | ||
@@ -43,9 +43,9 @@ * | ||
| * | ||
| * - [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; |
+3
-3
@@ -71,8 +71,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Floating Action Button](https://mui.com/material-ui/react-floating-action-button/) | ||
| * - [Floating Action Button](https://next.mui.com/material-ui/react-floating-action-button/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Fab API](https://mui.com/material-ui/api/fab/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [Fab API](https://next.mui.com/material-ui/api/fab/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -79,0 +79,0 @@ declare const Fab: ExtendButtonBase<FabTypeMap>; |
+3
-3
@@ -36,3 +36,3 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -42,9 +42,9 @@ * | ||
| * | ||
| * - [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; |
@@ -33,8 +33,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -41,0 +41,0 @@ declare const FilledInput: ((props: FilledInputProps) => React.JSX.Element) & { |
@@ -92,3 +92,3 @@ import * as React from 'react'; | ||
| * | ||
| * 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). | ||
| * | ||
@@ -108,11 +108,11 @@ * ```jsx | ||
| * | ||
| * - [Checkbox](https://mui.com/material-ui/react-checkbox/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| */ | ||
@@ -119,0 +119,0 @@ declare const FormControl: OverridableComponent<FormControlTypeMap>; |
@@ -94,10 +94,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -33,9 +33,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Checkbox](https://mui.com/material-ui/react-checkbox/) | ||
| * - [Switch](https://mui.com/material-ui/react-switch/) | ||
| * - [Checkbox](https://next.mui.com/material-ui/react-checkbox/) | ||
| * - [Switch](https://next.mui.com/material-ui/react-switch/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [FormGroup API](https://mui.com/material-ui/api/form-group/) | ||
| * - [FormGroup API](https://next.mui.com/material-ui/api/form-group/) | ||
| */ | ||
| export default function FormGroup(props: FormGroupProps): React.JSX.Element; |
@@ -61,8 +61,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://next.mui.com/material-ui/react-text-field/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [FormHelperText API](https://mui.com/material-ui/api/form-helper-text/) | ||
| * - [FormHelperText API](https://next.mui.com/material-ui/api/form-helper-text/) | ||
| */ | ||
@@ -69,0 +69,0 @@ declare const FormHelperText: OverridableComponent<FormHelperTextTypeMap>; |
@@ -62,10 +62,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Checkbox](https://mui.com/material-ui/react-checkbox/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * - [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/) | ||
| */ | ||
@@ -72,0 +72,0 @@ declare const FormLabel: OverridableComponent<FormLabelTypeMap>; |
@@ -14,8 +14,8 @@ import { GlobalStylesProps as StyledGlobalStylesProps } from '@mui/system'; | ||
| * | ||
| * - [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<unknown>; |
+2
-2
@@ -104,9 +104,9 @@ import { SxProps, SystemProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const Grid: OverridableComponent<GridTypeMap>; | ||
| export default Grid; |
+2
-2
@@ -19,7 +19,7 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -26,0 +26,0 @@ const Grid = (0, _Grid.createGrid)({ |
@@ -144,7 +144,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [GridLegacy](https://mui.com/material-ui/react-grid-legacy/) | ||
| * - [GridLegacy](https://next.mui.com/material-ui/react-grid-legacy/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [GridLegacy API](https://mui.com/material-ui/api/grid-legacy/) | ||
| * - [GridLegacy API](https://next.mui.com/material-ui/api/grid-legacy/) | ||
| * | ||
@@ -151,0 +151,0 @@ * @deprecated Use the [`Grid`](https://mui.com/material-ui/react-grid/) component instead. |
+5
-5
@@ -35,4 +35,4 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -42,10 +42,10 @@ * | ||
| * | ||
| * - [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; |
+3
-3
@@ -49,8 +49,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -57,0 +57,0 @@ declare const Icon: OverridableComponent<IconTypeMap> & { |
@@ -74,3 +74,3 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -80,9 +80,9 @@ * | ||
| * | ||
| * - [Button](https://mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Button](https://next.mui.com/material-ui/react-button/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-field/) | ||
| * | ||
| * 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/) | ||
| */ | ||
@@ -89,0 +89,0 @@ declare const IconButton: ExtendButtonBase<IconButtonTypeMap>; |
@@ -50,7 +50,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -57,0 +57,0 @@ declare const ImageList: OverridableComponent<ImageListTypeMap>; |
@@ -38,7 +38,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -45,0 +45,0 @@ declare const ImageListItem: OverridableComponent<ImageListItemTypeMap>; |
@@ -44,8 +44,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -55,7 +55,7 @@ export declare const defaultConfig: { | ||
| * | ||
| * - [InitColorSchemeScript](https://mui.com/material-ui/react-init-color-scheme-script/) | ||
| * - [InitColorSchemeScript](https://next.mui.com/material-ui/react-init-color-scheme-script/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [InitColorSchemeScript API](https://mui.com/material-ui/api/init-color-scheme-script/) | ||
| * - [InitColorSchemeScript API](https://next.mui.com/material-ui/api/init-color-scheme-script/) | ||
| */ | ||
@@ -62,0 +62,0 @@ declare function InitColorSchemeScript(props: InitColorSchemeScriptProps): import("react/jsx-runtime").JSX.Element; |
@@ -22,7 +22,7 @@ "use strict"; | ||
| * | ||
| * - [InitColorSchemeScript](https://mui.com/material-ui/react-init-color-scheme-script/) | ||
| * - [InitColorSchemeScript](https://next.mui.com/material-ui/react-init-color-scheme-script/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [InitColorSchemeScript API](https://mui.com/material-ui/api/init-color-scheme-script/) | ||
| * - [InitColorSchemeScript API](https://next.mui.com/material-ui/api/init-color-scheme-script/) | ||
| */ | ||
@@ -29,0 +29,0 @@ function InitColorSchemeScript(props) { |
+3
-3
@@ -26,8 +26,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -34,0 +34,0 @@ declare const Input: ((props: InputProps) => React.JSX.Element) & { |
@@ -49,7 +49,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -56,0 +56,0 @@ declare const InputAdornment: OverridableComponent<InputAdornmentTypeMap>; |
@@ -241,8 +241,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -68,9 +68,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-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/) | ||
| */ | ||
@@ -77,0 +77,0 @@ declare const InputLabel: OverridableComponent<InputLabelTypeMap>; |
@@ -52,8 +52,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
+4
-4
@@ -50,9 +50,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Breadcrumbs](https://mui.com/material-ui/react-breadcrumbs/) | ||
| * - [Links](https://mui.com/material-ui/react-link/) | ||
| * - [Breadcrumbs](https://next.mui.com/material-ui/react-breadcrumbs/) | ||
| * - [Links](https://next.mui.com/material-ui/react-link/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Link API](https://mui.com/material-ui/api/link/) | ||
| * - inherits [Typography API](https://mui.com/material-ui/api/typography/) | ||
| * - [Link API](https://next.mui.com/material-ui/api/link/) | ||
| * - inherits [Typography API](https://next.mui.com/material-ui/api/typography/) | ||
| */ | ||
@@ -59,0 +59,0 @@ declare const Link: OverridableComponent<LinkTypeMap>; |
+3
-3
@@ -54,8 +54,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -62,0 +62,0 @@ declare const List: ExtendList<ListTypeMap>; |
@@ -121,8 +121,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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: | ||
| * | ||
| * - [ListItem API](https://mui.com/material-ui/api/list-item/) | ||
| * - [ListItem API](https://next.mui.com/material-ui/api/list-item/) | ||
| */ | ||
@@ -129,0 +129,0 @@ declare const ListItem: OverridableComponent<ListItemTypeMap<{}, 'li'>>; |
@@ -25,8 +25,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemAvatar API](https://mui.com/material-ui/api/list-item-avatar/) | ||
| * - [ListItemAvatar API](https://next.mui.com/material-ui/api/list-item-avatar/) | ||
| */ | ||
| export default function ListItemAvatar(props: ListItemAvatarProps): React.JSX.Element; |
@@ -74,8 +74,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemButton API](https://mui.com/material-ui/api/list-item-button/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [ListItemButton API](https://next.mui.com/material-ui/api/list-item-button/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -82,0 +82,0 @@ declare const ListItemButton: ExtendButtonBase<ListItemButtonTypeMap>; |
@@ -27,8 +27,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemIcon API](https://mui.com/material-ui/api/list-item-icon/) | ||
| * - [ListItemIcon API](https://next.mui.com/material-ui/api/list-item-icon/) | ||
| */ | ||
| export default function ListItemIcon(props: ListItemIconProps): React.JSX.Element; |
@@ -26,7 +26,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemSecondaryAction API](https://mui.com/material-ui/api/list-item-secondary-action/) | ||
| * - [ListItemSecondaryAction API](https://next.mui.com/material-ui/api/list-item-secondary-action/) | ||
| * | ||
@@ -33,0 +33,0 @@ * @deprecated Use the `secondaryAction` prop in the `ListItem` component instead. This component will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details. |
@@ -100,8 +100,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListItemText API](https://mui.com/material-ui/api/list-item-text/) | ||
| * - [ListItemText API](https://next.mui.com/material-ui/api/list-item-text/) | ||
| */ | ||
| export default function ListItemText<PrimaryTypographyComponent extends React.ElementType = 'span', SecondaryTypographyComponent extends React.ElementType = 'p'>(props: ListItemTextProps<PrimaryTypographyComponent, SecondaryTypographyComponent>): React.JSX.Element; |
@@ -49,7 +49,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Lists](https://mui.com/material-ui/react-list/) | ||
| * - [Lists](https://next.mui.com/material-ui/react-list/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [ListSubheader API](https://mui.com/material-ui/api/list-subheader/) | ||
| * - [ListSubheader API](https://next.mui.com/material-ui/api/list-subheader/) | ||
| */ | ||
@@ -56,0 +56,0 @@ declare const ListSubheader: OverridableComponent<ListSubheaderTypeMap>; |
+4
-4
@@ -154,10 +154,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -58,8 +58,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -66,0 +66,0 @@ declare const MenuItem: ExtendButtonBase<MenuItemTypeMap>; |
@@ -45,3 +45,3 @@ import * as React from 'react'; | ||
| * A permanently displayed menu following https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/. | ||
| * It's exposed to help customization of the [`Menu`](https://mui.com/material-ui/api/menu/) component if you | ||
| * It's exposed to help customization of the [`Menu`](https://next.mui.com/material-ui/api/menu/) component if you | ||
| * use it separately you need to move focus into the component manually. Once | ||
@@ -52,8 +52,8 @@ * the focus is placed inside the component it is fully keyboard accessible. | ||
| * | ||
| * - [Menu](https://mui.com/material-ui/react-menu/) | ||
| * - [Menu](https://next.mui.com/material-ui/react-menu/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [MenuList API](https://mui.com/material-ui/api/menu-list/) | ||
| * - inherits [List API](https://mui.com/material-ui/api/list/) | ||
| * - [MenuList API](https://next.mui.com/material-ui/api/menu-list/) | ||
| * - inherits [List API](https://next.mui.com/material-ui/api/list/) | ||
| */ | ||
@@ -60,0 +60,0 @@ declare const MenuList: ExtendList<MenuListTypeMap>; |
@@ -106,9 +106,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Stepper](https://mui.com/material-ui/react-stepper/) | ||
| * - [Stepper](https://next.mui.com/material-ui/react-stepper/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [MobileStepper API](https://mui.com/material-ui/api/mobile-stepper/) | ||
| * - inherits [Paper API](https://mui.com/material-ui/api/paper/) | ||
| * - [MobileStepper API](https://next.mui.com/material-ui/api/mobile-stepper/) | ||
| * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) | ||
| */ | ||
| export default function MobileStepper(props: MobileStepperProps): React.JSX.Element; |
+7
-7
@@ -196,8 +196,8 @@ import * as React from 'react'; | ||
| * | ||
| * * [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. | ||
@@ -209,7 +209,7 @@ * | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -216,0 +216,0 @@ declare const Modal: OverridableComponent<ModalTypeMap>; |
@@ -59,8 +59,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -67,0 +67,0 @@ declare const NativeSelect: ((props: NativeSelectProps) => React.JSX.Element) & { |
+2
-2
@@ -15,7 +15,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -22,0 +22,0 @@ declare function NoSsr(props: NoSsrProps): React.JSX.Element; |
+2
-2
@@ -26,7 +26,7 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -33,0 +33,0 @@ function NoSsr(props) { |
@@ -46,9 +46,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Number Field](https://mui.com/material-ui/react-number-field/) | ||
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | ||
| * - [Number Field](https://next.mui.com/material-ui/react-number-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/) | ||
| */ | ||
@@ -55,0 +55,0 @@ declare const OutlinedInput: ((props: OutlinedInputProps) => React.JSX.Element) & { |
+6
-6
| { | ||
| "name": "@mui/material", | ||
| "version": "7.3.8", | ||
| "version": "9.0.0-alpha.0", | ||
| "author": "MUI Team", | ||
@@ -36,6 +36,6 @@ "description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.", | ||
| "react-transition-group": "^4.4.5", | ||
| "@mui/core-downloads-tracker": "^7.3.8", | ||
| "@mui/system": "^7.3.8", | ||
| "@mui/types": "^7.4.11", | ||
| "@mui/utils": "^7.3.8" | ||
| "@mui/core-downloads-tracker": "^9.0.0-alpha.0", | ||
| "@mui/types": "^9.0.0-alpha.0", | ||
| "@mui/utils": "9.0.0-alpha.0", | ||
| "@mui/system": "9.0.0-alpha.0" | ||
| }, | ||
@@ -48,3 +48,3 @@ "peerDependencies": { | ||
| "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "@mui/material-pigment-css": "^7.3.8" | ||
| "@mui/material-pigment-css": "9.0.0-alpha.0" | ||
| }, | ||
@@ -51,0 +51,0 @@ "peerDependenciesMeta": { |
@@ -73,8 +73,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -132,8 +132,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| * - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/) | ||
| * - [PaginationItem API](https://next.mui.com/material-ui/api/pagination-item/) | ||
| * - inherits [ButtonBase API](https://next.mui.com/material-ui/api/button-base/) | ||
| */ | ||
@@ -140,0 +140,0 @@ declare const PaginationItem: OverridableComponent<PaginationItemTypeMap>; |
+3
-3
@@ -47,8 +47,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -55,0 +55,0 @@ declare const Paper: OverridableComponent<PaperTypeMap>; |
@@ -48,9 +48,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const PigmentContainer: OverridableComponent<PigmentContainerTypeMap>; | ||
| export default PigmentContainer; |
@@ -35,7 +35,7 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -42,0 +42,0 @@ const PigmentContainer = /*#__PURE__*/React.forwardRef(function PigmentContainer({ |
@@ -76,9 +76,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Grid](https://mui.com/material-ui/react-grid/) | ||
| * - [Grid](https://next.mui.com/material-ui/react-grid/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [PigmentGrid API](https://mui.com/material-ui/api/pigment-grid/) | ||
| * - [PigmentGrid API](https://next.mui.com/material-ui/api/pigment-grid/) | ||
| */ | ||
| declare const PigmentGrid: OverridableComponent<GridTypeMap>; | ||
| export default PigmentGrid; |
@@ -49,7 +49,7 @@ "use strict"; | ||
| * | ||
| * - [Grid](https://mui.com/material-ui/react-grid/) | ||
| * - [Grid](https://next.mui.com/material-ui/react-grid/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [PigmentGrid API](https://mui.com/material-ui/api/pigment-grid/) | ||
| * - [PigmentGrid API](https://next.mui.com/material-ui/api/pigment-grid/) | ||
| */ | ||
@@ -56,0 +56,0 @@ const PigmentGrid = /*#__PURE__*/React.forwardRef(function PigmentGrid(props, ref) { |
@@ -42,9 +42,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const PigmentStack: OverridableComponent<PigmentStackTypeMap>; | ||
| export default PigmentStack; |
@@ -28,7 +28,7 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ const PigmentStack = /*#__PURE__*/React.forwardRef(function PigmentStack({ |
@@ -226,10 +226,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -37,11 +37,11 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const Popper: React.ForwardRefExoticComponent<PopperProps & React.RefAttributes<HTMLDivElement>>; | ||
| export default Popper; |
+4
-4
@@ -28,9 +28,9 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -37,0 +37,0 @@ const Popper = /*#__PURE__*/React.forwardRef(function Popper(inProps, ref) { |
@@ -9,9 +9,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const Portal: React.ForwardRefExoticComponent<PortalProps & React.RefAttributes<Element>>; | ||
| export default Portal; |
+2
-2
@@ -29,7 +29,7 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -36,0 +36,0 @@ const Portal = /*#__PURE__*/React.forwardRef(function Portal(props, forwardedRef) { |
+3
-3
@@ -80,9 +80,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -31,9 +31,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -173,7 +173,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -180,0 +180,0 @@ declare const Rating: OverridableComponent<RatingTypeMap>; |
+3
-3
| <!-- #host-reference --> | ||
| <!-- markdownlint-disable-next-line --> | ||
| <p align="center"> | ||
| <a href="https://mui.com/material-ui/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="Material UI logo"></a> | ||
| <a href="https://next.mui.com/material-ui/" rel="noopener" target="_blank"><img width="150" height="133" src="https://next.mui.com/static/logo.svg" alt="Material UI logo"></a> | ||
| </p> | ||
@@ -18,3 +18,3 @@ | ||
| ```bash | ||
| npm install @mui/material @emotion/react @emotion/styled | ||
| npm install @mui/material@next @emotion/react @emotion/styled | ||
| ``` | ||
@@ -24,3 +24,3 @@ | ||
| 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. | ||
@@ -27,0 +27,0 @@ ## Questions |
@@ -34,7 +34,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -41,0 +41,0 @@ declare const ScopedCssBaseline: OverridableComponent<ScopedCssBaselineTypeMap>; |
@@ -179,8 +179,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -187,0 +187,0 @@ declare const Select: (<Value = unknown>(props: SelectProps<Value>) => React.JSX.Element) & { |
@@ -52,7 +52,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -59,0 +59,0 @@ declare const Skeleton: OverridableComponent<SkeletonTypeMap>; |
+4
-4
@@ -50,3 +50,3 @@ import * as React from 'react'; | ||
| /** | ||
| * 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. | ||
@@ -56,10 +56,10 @@ * | ||
| * | ||
| * - [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; |
@@ -288,7 +288,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -295,0 +295,0 @@ declare const Slider: SliderType; |
@@ -175,9 +175,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Snackbar](https://mui.com/material-ui/react-snackbar/) | ||
| * - [Snackbar](https://next.mui.com/material-ui/react-snackbar/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [Snackbar API](https://mui.com/material-ui/api/snackbar/) | ||
| * - [Snackbar API](https://next.mui.com/material-ui/api/snackbar/) | ||
| */ | ||
| export default function Snackbar(props: SnackbarProps): React.JSX.Element; | ||
| export interface SnackbarOwnerState extends Omit<SnackbarProps, 'slots' | 'slotProps'> {} |
@@ -35,9 +35,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Snackbar](https://mui.com/material-ui/react-snackbar/) | ||
| * - [Snackbar](https://next.mui.com/material-ui/react-snackbar/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SnackbarContent API](https://mui.com/material-ui/api/snackbar-content/) | ||
| * - inherits [Paper API](https://mui.com/material-ui/api/paper/) | ||
| * - [SnackbarContent API](https://next.mui.com/material-ui/api/snackbar-content/) | ||
| * - inherits [Paper API](https://next.mui.com/material-ui/api/paper/) | ||
| */ | ||
| export default function SnackbarContent(props: SnackbarContentProps): React.JSX.Element; |
@@ -125,8 +125,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Speed Dial](https://mui.com/material-ui/react-speed-dial/) | ||
| * - [Speed Dial](https://next.mui.com/material-ui/react-speed-dial/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SpeedDial API](https://mui.com/material-ui/api/speed-dial/) | ||
| * - [SpeedDial API](https://next.mui.com/material-ui/api/speed-dial/) | ||
| */ | ||
| export default function SpeedDial(props: SpeedDialProps): React.JSX.Element; |
@@ -109,10 +109,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Speed Dial](https://mui.com/material-ui/react-speed-dial/) | ||
| * - [Speed Dial](https://next.mui.com/material-ui/react-speed-dial/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SpeedDialAction API](https://mui.com/material-ui/api/speed-dial-action/) | ||
| * - inherits [Tooltip API](https://mui.com/material-ui/api/tooltip/) | ||
| * - [SpeedDialAction API](https://next.mui.com/material-ui/api/speed-dial-action/) | ||
| * - inherits [Tooltip API](https://next.mui.com/material-ui/api/tooltip/) | ||
| */ | ||
| export default function SpeedDialAction(props: SpeedDialActionProps): React.JSX.Element; | ||
| export interface SpeedDialActionOwnerState extends Omit<SpeedDialActionProps, 'slots' | 'slotProps'> {} |
@@ -34,7 +34,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [Speed Dial](https://mui.com/material-ui/react-speed-dial/) | ||
| * - [Speed Dial](https://next.mui.com/material-ui/react-speed-dial/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SpeedDialIcon API](https://mui.com/material-ui/api/speed-dial-icon/) | ||
| * - [SpeedDialIcon API](https://next.mui.com/material-ui/api/speed-dial-icon/) | ||
| */ | ||
@@ -41,0 +41,0 @@ declare const SpeedDialIcon: ((props: SpeedDialIconProps) => React.JSX.Element) & { |
+2
-2
@@ -48,7 +48,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -55,0 +55,0 @@ declare const Stack: OverridableComponent<StackTypeMap>; |
+2
-2
@@ -63,9 +63,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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<StepTypeMap>; | ||
| export default Step; |
@@ -39,8 +39,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -47,0 +47,0 @@ declare const StepButton: ExtendButtonBase<StepButtonTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>>; |
@@ -23,8 +23,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [Stepper](https://mui.com/material-ui/react-stepper/) | ||
| * - [Stepper](https://next.mui.com/material-ui/react-stepper/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [StepConnector API](https://mui.com/material-ui/api/step-connector/) | ||
| * - [StepConnector API](https://next.mui.com/material-ui/api/step-connector/) | ||
| */ | ||
| export default function StepConnector(props: StepConnectorProps): React.JSX.Element; |
@@ -70,8 +70,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -44,9 +44,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -97,7 +97,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -104,0 +104,0 @@ declare const StepLabel: ((props: StepLabelProps) => React.JSX.Element) & { |
@@ -64,9 +64,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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<StepperTypeMap>; | ||
| export default Stepper; |
@@ -92,3 +92,3 @@ "use strict"; | ||
| // #host-reference | ||
| 'Please use another name or follow the [docs](https://mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.' : (0, _formatMuiErrorMessage.default)(20)); | ||
| 'Please use another name or follow the [docs](https://next.mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.' : (0, _formatMuiErrorMessage.default)(22)); | ||
| } | ||
@@ -95,0 +95,0 @@ const palette = (0, _createPalette.default)({ |
@@ -217,6 +217,6 @@ "use strict"; | ||
| if (palette.mode === 'light') { | ||
| setColor(palette.Alert, 'errorColor', colorMix(_colorManipulator.private_safeDarken, palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(_colorManipulator.private_safeDarken, palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(_colorManipulator.private_safeDarken, palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(_colorManipulator.private_safeDarken, palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorFilledBg', setCssVarColor('palette-error-main')); | ||
@@ -230,6 +230,6 @@ setColor(palette.Alert, 'infoFilledBg', setCssVarColor('palette-info-main')); | ||
| setColor(palette.Alert, 'warningFilledColor', silent(() => palette.getContrastText(palette.warning.main))); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(_colorManipulator.private_safeLighten, palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(_colorManipulator.private_safeLighten, palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(_colorManipulator.private_safeLighten, palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(_colorManipulator.private_safeLighten, palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorIconColor', setCssVarColor('palette-error-main')); | ||
@@ -249,16 +249,16 @@ setColor(palette.Alert, 'infoIconColor', setCssVarColor('palette-info-main')); | ||
| setColor(palette.FilledInput, 'disabledBg', 'rgba(0, 0, 0, 0.12)'); | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(_colorManipulator.private_safeLighten, palette.primary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(_colorManipulator.private_safeLighten, palette.secondary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(_colorManipulator.private_safeLighten, palette.error.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(_colorManipulator.private_safeLighten, palette.info.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(_colorManipulator.private_safeLighten, palette.success.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(_colorManipulator.private_safeLighten, palette.warning.main, 0.62)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(_colorManipulator.private_safeAlpha, palette.text.primary, 0.11) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.11)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(_colorManipulator.private_safeLighten, palette.primary.main, 0.62)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(_colorManipulator.private_safeLighten, palette.secondary.main, 0.62)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(_colorManipulator.private_safeLighten, palette.error.main, 0.62)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(_colorManipulator.private_safeLighten, palette.info.main, 0.62)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(_colorManipulator.private_safeLighten, palette.success.main, 0.62)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(_colorManipulator.private_safeLighten, palette.warning.main, 0.62)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(_colorManipulator.private_safeDarken, palette.background.default, 0.6825) // use `0.6825` instead of `0.8` to match the contrast ratio of JS implementation | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.62)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-warning-light') : palette.warning.main, 0.62)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(_colorManipulator.private_safeAlpha, nativeColor ? getCssVar('palette-text-primary') : palette.text.primary, 0.11) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.11)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.62)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.62)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.62)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.62)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.62)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-warning-main') : palette.warning.main, 0.62)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-background-default') : palette.background.default, 0.6825) // use `0.6825` instead of `0.8` to match the contrast ratio of JS implementation | ||
| : (0, _colorManipulator.private_safeEmphasize)(palette.background.default, 0.8); | ||
@@ -272,16 +272,16 @@ setColor(palette.SnackbarContent, 'bg', snackbarContentBackground); | ||
| setColor(palette.Switch, 'defaultDisabledColor', setCssVarColor('palette-grey-100')); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(_colorManipulator.private_safeLighten, palette.primary.main, 0.62)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(_colorManipulator.private_safeLighten, palette.secondary.main, 0.62)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(_colorManipulator.private_safeLighten, palette.error.main, 0.62)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(_colorManipulator.private_safeLighten, palette.info.main, 0.62)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(_colorManipulator.private_safeLighten, palette.success.main, 0.62)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(_colorManipulator.private_safeLighten, palette.warning.main, 0.62)); | ||
| setColor(palette.TableCell, 'border', colorMix(_colorManipulator.private_safeLighten, colorMix(_colorManipulator.private_safeAlpha, palette.divider, 1), 0.88)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(_colorManipulator.private_safeAlpha, palette.grey[700], 0.92)); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.62)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.62)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.62)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.62)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.62)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-warning-main') : palette.warning.main, 0.62)); | ||
| setColor(palette.TableCell, 'border', colorMix(_colorManipulator.private_safeLighten, colorMix(_colorManipulator.private_safeAlpha, nativeColor ? getCssVar('palette-divider') : palette.divider, 1), 0.88)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(_colorManipulator.private_safeAlpha, nativeColor ? getCssVar('palette-grey-700') : palette.grey[700], 0.92)); | ||
| } | ||
| if (palette.mode === 'dark') { | ||
| setColor(palette.Alert, 'errorColor', colorMix(_colorManipulator.private_safeLighten, palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(_colorManipulator.private_safeLighten, palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(_colorManipulator.private_safeLighten, palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(_colorManipulator.private_safeLighten, palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.6)); | ||
| setColor(palette.Alert, 'infoColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.6)); | ||
| setColor(palette.Alert, 'successColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.6)); | ||
| setColor(palette.Alert, 'warningColor', colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.6)); | ||
| setColor(palette.Alert, 'errorFilledBg', setCssVarColor('palette-error-dark')); | ||
@@ -295,6 +295,6 @@ setColor(palette.Alert, 'infoFilledBg', setCssVarColor('palette-info-dark')); | ||
| setColor(palette.Alert, 'warningFilledColor', silent(() => palette.getContrastText(palette.warning.dark))); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(_colorManipulator.private_safeDarken, palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(_colorManipulator.private_safeDarken, palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(_colorManipulator.private_safeDarken, palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(_colorManipulator.private_safeDarken, palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorStandardBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-error-light') : palette.error.light, 0.9)); | ||
| setColor(palette.Alert, 'infoStandardBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-info-light') : palette.info.light, 0.9)); | ||
| setColor(palette.Alert, 'successStandardBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-success-light') : palette.success.light, 0.9)); | ||
| setColor(palette.Alert, 'warningStandardBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.light, 0.9)); | ||
| setColor(palette.Alert, 'errorIconColor', setCssVarColor('palette-error-main')); | ||
@@ -316,16 +316,16 @@ setColor(palette.Alert, 'infoIconColor', setCssVarColor('palette-info-main')); | ||
| setColor(palette.FilledInput, 'disabledBg', 'rgba(255, 255, 255, 0.12)'); | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(_colorManipulator.private_safeDarken, palette.primary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(_colorManipulator.private_safeDarken, palette.secondary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(_colorManipulator.private_safeDarken, palette.error.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(_colorManipulator.private_safeDarken, palette.info.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(_colorManipulator.private_safeDarken, palette.success.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(_colorManipulator.private_safeDarken, palette.warning.main, 0.5)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(_colorManipulator.private_safeAlpha, palette.text.primary, 0.13) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.13)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(_colorManipulator.private_safeDarken, palette.primary.main, 0.5)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(_colorManipulator.private_safeDarken, palette.secondary.main, 0.5)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(_colorManipulator.private_safeDarken, palette.error.main, 0.5)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(_colorManipulator.private_safeDarken, palette.info.main, 0.5)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(_colorManipulator.private_safeDarken, palette.success.main, 0.5)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(_colorManipulator.private_safeDarken, palette.warning.main, 0.5)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(_colorManipulator.private_safeLighten, palette.background.default, 0.985) // use `0.985` instead of `0.98` to match the contrast ratio of JS implementation | ||
| setColor(palette.LinearProgress, 'primaryBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'secondaryBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'errorBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'infoBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'successBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.5)); | ||
| setColor(palette.LinearProgress, 'warningBg', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-warning-main') : palette.warning.main, 0.5)); | ||
| setColor(palette.Skeleton, 'bg', colorSpace ? colorMix(_colorManipulator.private_safeAlpha, nativeColor ? getCssVar('palette-text-primary') : palette.text.primary, 0.13) : `rgba(${setCssVarColor('palette-text-primaryChannel')} / 0.13)`); | ||
| setColor(palette.Slider, 'primaryTrack', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.5)); | ||
| setColor(palette.Slider, 'secondaryTrack', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.5)); | ||
| setColor(palette.Slider, 'errorTrack', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.5)); | ||
| setColor(palette.Slider, 'infoTrack', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.5)); | ||
| setColor(palette.Slider, 'successTrack', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.5)); | ||
| setColor(palette.Slider, 'warningTrack', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.main, 0.5)); | ||
| const snackbarContentBackground = colorSpace ? colorMix(_colorManipulator.private_safeLighten, nativeColor ? getCssVar('palette-background-default') : palette.background.default, 0.985) // use `0.985` instead of `0.98` to match the contrast ratio of JS implementation | ||
| : (0, _colorManipulator.private_safeEmphasize)(palette.background.default, 0.98); | ||
@@ -339,10 +339,10 @@ setColor(palette.SnackbarContent, 'bg', snackbarContentBackground); | ||
| setColor(palette.Switch, 'defaultDisabledColor', setCssVarColor('palette-grey-600')); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(_colorManipulator.private_safeDarken, palette.primary.main, 0.55)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(_colorManipulator.private_safeDarken, palette.secondary.main, 0.55)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(_colorManipulator.private_safeDarken, palette.error.main, 0.55)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(_colorManipulator.private_safeDarken, palette.info.main, 0.55)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(_colorManipulator.private_safeDarken, palette.success.main, 0.55)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(_colorManipulator.private_safeDarken, palette.warning.main, 0.55)); | ||
| setColor(palette.TableCell, 'border', colorMix(_colorManipulator.private_safeDarken, colorMix(_colorManipulator.private_safeAlpha, palette.divider, 1), 0.68)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(_colorManipulator.private_safeAlpha, palette.grey[700], 0.92)); | ||
| setColor(palette.Switch, 'primaryDisabledColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-primary-main') : palette.primary.main, 0.55)); | ||
| setColor(palette.Switch, 'secondaryDisabledColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-secondary-main') : palette.secondary.main, 0.55)); | ||
| setColor(palette.Switch, 'errorDisabledColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-error-main') : palette.error.main, 0.55)); | ||
| setColor(palette.Switch, 'infoDisabledColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-info-main') : palette.info.main, 0.55)); | ||
| setColor(palette.Switch, 'successDisabledColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-success-main') : palette.success.main, 0.55)); | ||
| setColor(palette.Switch, 'warningDisabledColor', colorMix(_colorManipulator.private_safeDarken, nativeColor ? getCssVar('palette-warning-light') : palette.warning.main, 0.55)); | ||
| setColor(palette.TableCell, 'border', colorMix(_colorManipulator.private_safeDarken, colorMix(_colorManipulator.private_safeAlpha, nativeColor ? getCssVar('palette-divider') : palette.divider, 1), 0.68)); | ||
| setColor(palette.Tooltip, 'bg', colorMix(_colorManipulator.private_safeAlpha, nativeColor ? getCssVar('palette-grey-700') : palette.grey[700], 0.92)); | ||
| } | ||
@@ -349,0 +349,0 @@ |
@@ -76,8 +76,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -84,0 +84,0 @@ declare const SvgIcon: OverridableComponent<SvgIconTypeMap> & { |
@@ -98,10 +98,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [Drawer](https://mui.com/material-ui/react-drawer/) | ||
| * - [Drawer](https://next.mui.com/material-ui/react-drawer/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [SwipeableDrawer API](https://mui.com/material-ui/api/swipeable-drawer/) | ||
| * - inherits [Drawer API](https://mui.com/material-ui/api/drawer/) | ||
| * - [SwipeableDrawer API](https://next.mui.com/material-ui/api/swipeable-drawer/) | ||
| * - inherits [Drawer API](https://next.mui.com/material-ui/api/drawer/) | ||
| */ | ||
| declare const SwipeableDrawer: React.JSXElementConstructor<SwipeableDrawerProps>; | ||
| export default SwipeableDrawer; |
@@ -116,10 +116,10 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
+3
-3
@@ -64,8 +64,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -72,0 +72,0 @@ declare const Tab: ExtendButtonBase<TabTypeMap>; |
+2
-2
@@ -45,7 +45,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -52,0 +52,0 @@ declare const Table: OverridableComponent<TableTypeMap>; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableBody: OverridableComponent<TableBodyTypeMap>; |
@@ -77,8 +77,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableContainer: OverridableComponent<TableContainerTypeMap>; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableFooter: OverridableComponent<TableFooterTypeMap>; |
@@ -28,7 +28,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -35,0 +35,0 @@ declare const TableHead: OverridableComponent<TableHeadTypeMap>; |
@@ -251,9 +251,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Pagination](https://mui.com/material-ui/react-pagination/) | ||
| * - [Table](https://mui.com/material-ui/react-table/) | ||
| * - [Pagination](https://next.mui.com/material-ui/react-pagination/) | ||
| * - [Table](https://next.mui.com/material-ui/react-table/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [TablePagination API](https://mui.com/material-ui/api/table-pagination/) | ||
| * - inherits [TableCell API](https://mui.com/material-ui/api/table-cell/) | ||
| * - [TablePagination API](https://next.mui.com/material-ui/api/table-pagination/) | ||
| * - inherits [TableCell API](https://next.mui.com/material-ui/api/table-cell/) | ||
| */ | ||
@@ -260,0 +260,0 @@ declare const TablePagination: OverridableComponent<TablePaginationTypeMap<{}, React.JSXElementConstructor<TablePaginationBaseProps>>>; |
@@ -98,9 +98,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [Pagination](https://mui.com/material-ui/react-pagination/) | ||
| * - [Pagination](https://next.mui.com/material-ui/react-pagination/) | ||
| * | ||
| * API: | ||
| * | ||
| * - [TablePaginationActions API](https://mui.com/material-ui/api/table-pagination-actions/) | ||
| * - [TablePaginationActions API](https://next.mui.com/material-ui/api/table-pagination-actions/) | ||
| */ | ||
| declare const TablePaginationActions: React.JSXElementConstructor<TablePaginationActionsProps>; | ||
| export default TablePaginationActions; |
@@ -40,7 +40,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -47,0 +47,0 @@ declare const TableRow: OverridableComponent<TableRowTypeMap>; |
@@ -79,8 +79,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -87,0 +87,0 @@ declare const TableSortLabel: ExtendButtonBase<TableSortLabelTypeMap>; |
+2
-2
@@ -259,7 +259,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -266,0 +266,0 @@ declare const Tabs: OverridableComponent<TabsTypeMap>; |
@@ -62,8 +62,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -7,9 +7,9 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
| declare const TextareaAutosize: React.ForwardRefExoticComponent<TextareaAutosizeProps & React.RefAttributes<Element>>; | ||
| export default TextareaAutosize; |
@@ -51,7 +51,7 @@ "use strict"; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -58,0 +58,0 @@ const TextareaAutosize = /*#__PURE__*/React.forwardRef(function TextareaAutosize(props, forwardedRef) { |
+10
-10
@@ -308,8 +308,8 @@ import * as React from 'react'; | ||
| * | ||
| * * [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/) | ||
| * | ||
@@ -334,9 +334,9 @@ * If you wish to alter the props applied to the `input` element, you can do so as follows: | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -343,0 +343,0 @@ export default function TextField<Variant extends TextFieldVariants>(props: { |
@@ -84,8 +84,8 @@ import { SxProps } from '@mui/system'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -92,0 +92,0 @@ declare const ToggleButton: ExtendButtonBase<ToggleButtonTypeMap>; |
@@ -76,8 +76,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -41,7 +41,7 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -48,0 +48,0 @@ declare const Toolbar: OverridableComponent<ToolbarTypeMap>; |
@@ -224,8 +224,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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; |
@@ -88,8 +88,8 @@ import * as React from 'react'; | ||
| * | ||
| * - [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/) | ||
| */ | ||
@@ -96,0 +96,0 @@ declare const Typography: OverridableComponent<TypographyTypeMap>; |
+5
-5
@@ -7,7 +7,7 @@ "use strict"; | ||
| exports.version = exports.prerelease = exports.patch = exports.minor = exports.major = exports.default = void 0; | ||
| const version = exports.version = "7.3.8"; | ||
| const major = exports.major = Number("7"); | ||
| const minor = exports.minor = Number("3"); | ||
| const patch = exports.patch = Number("8"); | ||
| const prerelease = exports.prerelease = undefined; | ||
| const version = exports.version = "9.0.0-alpha.0"; | ||
| const major = exports.major = Number("9"); | ||
| const minor = exports.minor = Number("0"); | ||
| const patch = exports.patch = Number("0"); | ||
| const prerelease = exports.prerelease = "alpha.0"; | ||
| var _default = exports.default = version; |
+3
-3
@@ -37,3 +37,3 @@ import * as React from 'react'; | ||
| * The Zoom transition can be used for the floating variant of the | ||
| * [Button](https://mui.com/material-ui/react-floating-action-button/#animation) component. | ||
| * [Button](https://next.mui.com/material-ui/react-floating-action-button/#animation) component. | ||
| * It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally. | ||
@@ -43,9 +43,9 @@ * | ||
| * | ||
| * - [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; |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
5695759
0.19%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated