@mui/lab 6.0.0-alpha.10 → 6.0.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +76 -0
- package/LoadingButton/LoadingButton.d.ts +4 -4
- package/Masonry/Masonry.d.ts +2 -2
- package/TabContext/TabContext.d.ts +2 -2
- package/TabList/TabList.d.ts +3 -3
- package/TabPanel/TabPanel.d.ts +2 -2
- package/Timeline/Timeline.d.ts +2 -2
- package/Timeline/Timeline.js +2 -2
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineContent/TimelineContent.d.ts +3 -3
- package/TimelineDot/TimelineDot.d.ts +2 -2
- package/TimelineItem/TimelineItem.d.ts +2 -2
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/index.js +1 -1
- package/modern/Timeline/Timeline.js +2 -2
- package/modern/index.js +1 -1
- package/node/Timeline/Timeline.js +2 -2
- package/node/index.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.11
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.10..next -->
|
|
6
|
+
|
|
7
|
+
_Jun 11, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.11`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 38 -->[Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
|
|
14
|
+
- ​<!-- 37 -->[Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
|
|
15
|
+
- ​<!-- 12 -->[Grid] Fix support for CSS variables (#42574) @oliviertassinari
|
|
16
|
+
- ​<!-- 11 -->[InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
|
|
17
|
+
- ​<!-- 10 -->Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
|
|
18
|
+
- ​<!-- 09 -->Integrate `extendSxProp` adapter (#42543) @siriwatknp
|
|
19
|
+
- ​<!-- 08 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
|
|
20
|
+
- ​<!-- 08 -->[pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### `@mui/system@6.0.0-alpha.11`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 11 -->[Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
|
|
25
|
+
- ​<!-- 07 -->[useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
|
|
26
|
+
|
|
27
|
+
### `@mui/utils@6.0.0-alpha.11`
|
|
28
|
+
|
|
29
|
+
- ​<!-- 04 -->Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
|
|
30
|
+
|
|
31
|
+
### `@mui/codemod@6.0.0-alpha.11`
|
|
32
|
+
|
|
33
|
+
- ​<!-- 39 -->Improve styled and sx prop transformation (#42598) @siriwatknp
|
|
34
|
+
- ​<!-- 36 -->Support more cases for sx-prop transformation (#42527) @siriwatknp
|
|
35
|
+
|
|
36
|
+
### `@mui/private-theming@6.0.0-alpha.11`
|
|
37
|
+
|
|
38
|
+
- ​<!-- 09 -->Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
|
|
39
|
+
|
|
40
|
+
### Docs
|
|
41
|
+
|
|
42
|
+
- ​<!-- 31 -->Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
|
|
43
|
+
- ​<!-- 29 -->Fix dashboard template console error (#42594) @oliviertassinari
|
|
44
|
+
- ​<!-- 28 -->Migrate system props to `sx` prop (#42475) @siriwatknp
|
|
45
|
+
- ​<!-- 27 -->[material-ui]Fix duplicated sentence (#42521) @alexfauquette
|
|
46
|
+
- ​<!-- 22 -->[Grid] Fix docs spacing (#42573) @oliviertassinari
|
|
47
|
+
- ​<!-- 21 -->[joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
|
|
48
|
+
- ​<!-- 20 -->[joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
|
|
49
|
+
- ​<!-- 19 -->[material-ui] Add docs for complementary stepper components (#41900) @anle9650
|
|
50
|
+
- ​<!-- 18 -->[material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
|
|
51
|
+
- ​<!-- 17 -->[material-ui] Add container queries docs (#42434) @siriwatknp
|
|
52
|
+
- ​<!-- 16 -->[material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
|
|
53
|
+
- ​<!-- 15 -->[material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
|
|
54
|
+
- ​<!-- 14 -->[material-ui] Add a Refine example project (#42461) @necatiozmen
|
|
55
|
+
|
|
56
|
+
### Core
|
|
57
|
+
|
|
58
|
+
- ​<!-- 39 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
|
|
59
|
+
- ​<!-- 35 -->[core] Allow `for..of` loops (#42600) @michaldudak
|
|
60
|
+
- ​<!-- 34 -->[core] Add comment about Object.js @oliviertassinari
|
|
61
|
+
- ​<!-- 33 -->[core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
|
|
62
|
+
- ​<!-- 33 -->[core] Group Pigment CSS dependencies (#42174) @siriwatknp
|
|
63
|
+
- ​<!-- 32 -->[core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
|
|
64
|
+
- ​<!-- 31 -->[core] Skip charts animation for visual regression test (#42530) @alexfauquette
|
|
65
|
+
- ​<!-- 26 -->[docs-infra] Simplify click header (#42593) @oliviertassinari
|
|
66
|
+
- ​<!-- 25 -->[docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
|
|
67
|
+
- ​<!-- 25 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
|
|
68
|
+
- ​<!-- 24 -->[docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
|
|
69
|
+
- ​<!-- 23 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
|
|
70
|
+
- ​<!-- 13 -->[examples] Remove Pigment CSS examples (#42471) @sai6855
|
|
71
|
+
- ​<!-- 06 -->[test] Restore pnpm tc command (#42572) @oliviertassinari
|
|
72
|
+
- ​<!-- 05 -->[test] Restore testing internal packages (#42519) @michaldudak
|
|
73
|
+
- ​<!-- 03 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
|
|
74
|
+
- ​<!-- 02 -->[website] Remove blank line @oliviertassinari
|
|
75
|
+
- ​<!-- 01 -->[website] Fix mobile layout shift @oliviertassinari
|
|
76
|
+
|
|
77
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
|
|
78
|
+
|
|
3
79
|
## v6.0.0-alpha.10
|
|
4
80
|
|
|
5
81
|
<!-- generated comparing v6.0.0-alpha.9..next -->
|
|
@@ -60,13 +60,13 @@ export type LoadingButtonTypeMap<
|
|
|
60
60
|
*
|
|
61
61
|
* Demos:
|
|
62
62
|
*
|
|
63
|
-
* - [Button Group](https://mui.com/material-ui/react-button-group/)
|
|
64
|
-
* - [Button](https://mui.com/material-ui/react-button/)
|
|
63
|
+
* - [Button Group](https://next.mui.com/material-ui/react-button-group/)
|
|
64
|
+
* - [Button](https://next.mui.com/material-ui/react-button/)
|
|
65
65
|
*
|
|
66
66
|
* API:
|
|
67
67
|
*
|
|
68
|
-
* - [LoadingButton API](https://mui.com/material-ui/api/loading-button/)
|
|
69
|
-
* - inherits [Button API](https://mui.com/material-ui/api/button/)
|
|
68
|
+
* - [LoadingButton API](https://next.mui.com/material-ui/api/loading-button/)
|
|
69
|
+
* - inherits [Button API](https://next.mui.com/material-ui/api/button/)
|
|
70
70
|
*/
|
|
71
71
|
declare const LoadingButton: ExtendButton<LoadingButtonTypeMap>;
|
|
72
72
|
|
package/Masonry/Masonry.d.ts
CHANGED
|
@@ -56,11 +56,11 @@ export interface MasonryTypeMap<
|
|
|
56
56
|
*
|
|
57
57
|
* Demos:
|
|
58
58
|
*
|
|
59
|
-
* - [Masonry](https://mui.com/material-ui/react-masonry/)
|
|
59
|
+
* - [Masonry](https://next.mui.com/material-ui/react-masonry/)
|
|
60
60
|
*
|
|
61
61
|
* API:
|
|
62
62
|
*
|
|
63
|
-
* - [Masonry API](https://mui.com/material-ui/api/masonry/)
|
|
63
|
+
* - [Masonry API](https://next.mui.com/material-ui/api/masonry/)
|
|
64
64
|
*/
|
|
65
65
|
declare const Masonry: OverridableComponent<MasonryTypeMap>;
|
|
66
66
|
|
|
@@ -19,11 +19,11 @@ export interface TabContextProps {
|
|
|
19
19
|
*
|
|
20
20
|
* Demos:
|
|
21
21
|
*
|
|
22
|
-
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
22
|
+
* - [Tabs](https://next.mui.com/material-ui/react-tabs/)
|
|
23
23
|
*
|
|
24
24
|
* API:
|
|
25
25
|
*
|
|
26
|
-
* - [TabContext API](https://mui.com/material-ui/api/tab-context/)
|
|
26
|
+
* - [TabContext API](https://next.mui.com/material-ui/api/tab-context/)
|
|
27
27
|
*/
|
|
28
28
|
export default function TabContext(props: TabContextProps): React.JSX.Element;
|
|
29
29
|
export function useTabContext(): TabContextValue | null;
|
package/TabList/TabList.d.ts
CHANGED
|
@@ -22,12 +22,12 @@ export interface TabListTypeMap<
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
25
|
+
* - [Tabs](https://next.mui.com/material-ui/react-tabs/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TabList API](https://mui.com/material-ui/api/tab-list/)
|
|
30
|
-
* - inherits [Tabs API](https://mui.com/material-ui/api/tabs/)
|
|
29
|
+
* - [TabList API](https://next.mui.com/material-ui/api/tab-list/)
|
|
30
|
+
* - inherits [Tabs API](https://next.mui.com/material-ui/api/tabs/)
|
|
31
31
|
*/
|
|
32
32
|
declare const TabList: OverridableComponent<TabListTypeMap>;
|
|
33
33
|
|
package/TabPanel/TabPanel.d.ts
CHANGED
|
@@ -33,10 +33,10 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
33
33
|
*
|
|
34
34
|
* Demos:
|
|
35
35
|
*
|
|
36
|
-
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
36
|
+
* - [Tabs](https://next.mui.com/material-ui/react-tabs/)
|
|
37
37
|
*
|
|
38
38
|
* API:
|
|
39
39
|
*
|
|
40
|
-
* - [TabPanel API](https://mui.com/material-ui/api/tab-panel/)
|
|
40
|
+
* - [TabPanel API](https://next.mui.com/material-ui/api/tab-panel/)
|
|
41
41
|
*/
|
|
42
42
|
export default function TabPanel(props: TabPanelProps): React.JSX.Element;
|
package/Timeline/Timeline.d.ts
CHANGED
|
@@ -4,11 +4,11 @@ import { TimelineProps } from './Timeline.types';
|
|
|
4
4
|
*
|
|
5
5
|
* Demos:
|
|
6
6
|
*
|
|
7
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
7
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
8
8
|
*
|
|
9
9
|
* API:
|
|
10
10
|
*
|
|
11
|
-
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
11
|
+
* - [Timeline API](https://next.mui.com/material-ui/api/timeline/)
|
|
12
12
|
*/
|
|
13
13
|
declare const Timeline: React.ForwardRefExoticComponent<TimelineProps & React.RefAttributes<HTMLUListElement>>;
|
|
14
14
|
/**
|
package/Timeline/Timeline.js
CHANGED
|
@@ -39,11 +39,11 @@ const TimelineRoot = styled('ul', {
|
|
|
39
39
|
*
|
|
40
40
|
* Demos:
|
|
41
41
|
*
|
|
42
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
42
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
43
43
|
*
|
|
44
44
|
* API:
|
|
45
45
|
*
|
|
46
|
-
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
46
|
+
* - [Timeline API](https://next.mui.com/material-ui/api/timeline/)
|
|
47
47
|
*/
|
|
48
48
|
const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
|
|
49
49
|
const props = useThemeProps({
|
|
@@ -24,10 +24,10 @@ export interface TimelineConnectorProps
|
|
|
24
24
|
*
|
|
25
25
|
* Demos:
|
|
26
26
|
*
|
|
27
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
27
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
28
28
|
*
|
|
29
29
|
* API:
|
|
30
30
|
*
|
|
31
|
-
* - [TimelineConnector API](https://mui.com/material-ui/api/timeline-connector/)
|
|
31
|
+
* - [TimelineConnector API](https://next.mui.com/material-ui/api/timeline-connector/)
|
|
32
32
|
*/
|
|
33
33
|
export default function TimelineConnector(props: TimelineConnectorProps): React.JSX.Element;
|
|
@@ -23,11 +23,11 @@ export interface TimelineContentProps extends StandardProps<TypographyProps> {
|
|
|
23
23
|
*
|
|
24
24
|
* Demos:
|
|
25
25
|
*
|
|
26
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
27
27
|
*
|
|
28
28
|
* API:
|
|
29
29
|
*
|
|
30
|
-
* - [TimelineContent API](https://mui.com/material-ui/api/timeline-content/)
|
|
31
|
-
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
30
|
+
* - [TimelineContent API](https://next.mui.com/material-ui/api/timeline-content/)
|
|
31
|
+
* - inherits [Typography API](https://next.mui.com/material-ui/api/typography/)
|
|
32
32
|
*/
|
|
33
33
|
export default function TimelineContent(props: TimelineContentProps): React.JSX.Element;
|
|
@@ -41,10 +41,10 @@ export interface TimelineDotProps extends StandardProps<React.HTMLAttributes<HTM
|
|
|
41
41
|
*
|
|
42
42
|
* Demos:
|
|
43
43
|
*
|
|
44
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
44
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
45
45
|
*
|
|
46
46
|
* API:
|
|
47
47
|
*
|
|
48
|
-
* - [TimelineDot API](https://mui.com/material-ui/api/timeline-dot/)
|
|
48
|
+
* - [TimelineDot API](https://next.mui.com/material-ui/api/timeline-dot/)
|
|
49
49
|
*/
|
|
50
50
|
export default function TimelineDot(props: TimelineDotProps): React.JSX.Element;
|
|
@@ -27,10 +27,10 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
27
27
|
*
|
|
28
28
|
* Demos:
|
|
29
29
|
*
|
|
30
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
30
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
31
31
|
*
|
|
32
32
|
* API:
|
|
33
33
|
*
|
|
34
|
-
* - [TimelineItem API](https://mui.com/material-ui/api/timeline-item/)
|
|
34
|
+
* - [TimelineItem API](https://next.mui.com/material-ui/api/timeline-item/)
|
|
35
35
|
*/
|
|
36
36
|
export default function TimelineItem(props: TimelineItemProps): React.JSX.Element;
|
|
@@ -23,12 +23,12 @@ export interface TimelineOppositeContentProps extends StandardProps<TypographyPr
|
|
|
23
23
|
*
|
|
24
24
|
* Demos:
|
|
25
25
|
*
|
|
26
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
27
27
|
*
|
|
28
28
|
* API:
|
|
29
29
|
*
|
|
30
|
-
* - [TimelineOppositeContent API](https://mui.com/material-ui/api/timeline-opposite-content/)
|
|
31
|
-
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
30
|
+
* - [TimelineOppositeContent API](https://next.mui.com/material-ui/api/timeline-opposite-content/)
|
|
31
|
+
* - inherits [Typography API](https://next.mui.com/material-ui/api/typography/)
|
|
32
32
|
*/
|
|
33
33
|
declare const TimelineOppositeContent: ((
|
|
34
34
|
props: TimelineOppositeContentProps,
|
|
@@ -24,10 +24,10 @@ export interface TimelineSeparatorProps
|
|
|
24
24
|
*
|
|
25
25
|
* Demos:
|
|
26
26
|
*
|
|
27
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
27
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
28
28
|
*
|
|
29
29
|
* API:
|
|
30
30
|
*
|
|
31
|
-
* - [TimelineSeparator API](https://mui.com/material-ui/api/timeline-separator/)
|
|
31
|
+
* - [TimelineSeparator API](https://next.mui.com/material-ui/api/timeline-separator/)
|
|
32
32
|
*/
|
|
33
33
|
export default function TimelineSeparator(props: TimelineSeparatorProps): React.JSX.Element;
|
package/index.js
CHANGED
|
@@ -39,11 +39,11 @@ const TimelineRoot = styled('ul', {
|
|
|
39
39
|
*
|
|
40
40
|
* Demos:
|
|
41
41
|
*
|
|
42
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
42
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
43
43
|
*
|
|
44
44
|
* API:
|
|
45
45
|
*
|
|
46
|
-
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
46
|
+
* - [Timeline API](https://next.mui.com/material-ui/api/timeline/)
|
|
47
47
|
*/
|
|
48
48
|
const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
|
|
49
49
|
const props = useThemeProps({
|
package/modern/index.js
CHANGED
|
@@ -47,11 +47,11 @@ const TimelineRoot = (0, _styles.styled)('ul', {
|
|
|
47
47
|
*
|
|
48
48
|
* Demos:
|
|
49
49
|
*
|
|
50
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
50
|
+
* - [Timeline](https://next.mui.com/material-ui/react-timeline/)
|
|
51
51
|
*
|
|
52
52
|
* API:
|
|
53
53
|
*
|
|
54
|
-
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
54
|
+
* - [Timeline API](https://next.mui.com/material-ui/api/timeline/)
|
|
55
55
|
*/
|
|
56
56
|
const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
|
|
57
57
|
const props = (0, _styles.useThemeProps)({
|
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"url": "https://opencollective.com/mui-org"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.24.
|
|
31
|
+
"@babel/runtime": "^7.24.7",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/base": "5.0.0-beta.
|
|
35
|
-
"@mui/system": "^6.0.0-alpha.
|
|
34
|
+
"@mui/base": "5.0.0-beta.49",
|
|
35
|
+
"@mui/system": "^6.0.0-alpha.11",
|
|
36
36
|
"@mui/types": "^7.2.14",
|
|
37
|
-
"@mui/utils": "^6.0.0-alpha.
|
|
37
|
+
"@mui/utils": "^6.0.0-alpha.11"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@emotion/react": "^11.5.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
43
43
|
"react": "^17.0.0 || ^18.0.0",
|
|
44
44
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
45
|
-
"@mui/material": "^6.0.0-alpha.
|
|
45
|
+
"@mui/material": "^6.0.0-alpha.11"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
48
48
|
"@types/react": {
|