@mui/lab 6.0.0-beta.30 → 6.0.0-beta.32
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 +78 -4
- package/Masonry/Masonry.d.ts +2 -2
- package/README.md +8 -6
- 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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.4.9
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.4.8..v6.x -->
|
|
6
|
+
|
|
7
|
+
_Mar 25, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.4.9`
|
|
12
|
+
|
|
13
|
+
- [Autocomplete] Fix when `onHighlightChange` is called (@ZeeshanTamboli) (#45635) @ZeeshanTamboli
|
|
14
|
+
- [StepLabel] Add missing root slot (#45607) @sai6855
|
|
15
|
+
- [Switch] Add slots and slotProps (#45628) @siriwatknp
|
|
16
|
+
- [TextField] Add `root` slot (#45616) @sai6855
|
|
17
|
+
- [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45620) @mushfiqbh
|
|
18
|
+
|
|
19
|
+
### `@mui/codemon@6.4.9`
|
|
20
|
+
|
|
21
|
+
- Add missing deprecations in deprecations-all file (#45508) @sai6855
|
|
22
|
+
|
|
23
|
+
### Docs
|
|
24
|
+
|
|
25
|
+
- [docs] Fix grammatical errors in support.md (#45636) @letianpailove
|
|
26
|
+
- [docs] Restore utility component docs from MUI Base to Material UI (#45240) @mapache-salvaje
|
|
27
|
+
|
|
28
|
+
### Core
|
|
29
|
+
|
|
30
|
+
- [core] Prepare v6 branch for v7 stable release (#45668) @DiegoAndai
|
|
31
|
+
|
|
32
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @letianpailove, @mapache-salvaje, @mushfiqbh, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
33
|
+
|
|
34
|
+
## 6.4.8
|
|
35
|
+
|
|
36
|
+
<!-- generated comparing v6.4.7..v6.x -->
|
|
37
|
+
|
|
38
|
+
_Mar 14, 2025_
|
|
39
|
+
|
|
40
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
41
|
+
|
|
42
|
+
### `@mui/material@6.4.8`
|
|
43
|
+
|
|
44
|
+
- [ListItemText] Add missing `root` slot (#45552) @sai6855
|
|
45
|
+
- [SpeedDial] Add missing `root` slot (#45551) @sai6855
|
|
46
|
+
- [Tooltip] Allow auto placement on tooltip (#45536) @Jtaks
|
|
47
|
+
- [useScrollTrigger] Do nothing if target is null (#45553) @vipierozan99
|
|
48
|
+
- [Accordion] Add missing `root` slot (#45534) @sai6855
|
|
49
|
+
- [AccordionSummary] Add slots and slotProps (#45560) @sai6855
|
|
50
|
+
- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) (#45498) @mj12albert
|
|
51
|
+
|
|
52
|
+
### `@mui/styled-engine@6.4.8`
|
|
53
|
+
|
|
54
|
+
- Add `enableCssLayer` prop to StyledEngineProvider (#45563) @siriwatknp
|
|
55
|
+
|
|
56
|
+
### `@mui/system@6.4.8`
|
|
57
|
+
|
|
58
|
+
- [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp
|
|
59
|
+
|
|
60
|
+
### `@mui/utils@6.4.8`
|
|
61
|
+
|
|
62
|
+
- Use correct iri-reference homepage format (#45511) @dahiro
|
|
63
|
+
|
|
64
|
+
### Core
|
|
65
|
+
|
|
66
|
+
- [test] Fix React 18 tests (#45161) (#45496) @DiegoAndai
|
|
67
|
+
|
|
68
|
+
### Docs
|
|
69
|
+
|
|
70
|
+
- [Backdrop] Fix component name in migration guide (#45507) @sai6855
|
|
71
|
+
- Fix broken links to MUI X docs (cherry-pick of #45145) (#45481) @mapache-salvaje
|
|
72
|
+
- [examples] Fix the invalid argument to extract examples (#45493) @ovtn
|
|
73
|
+
- Add `overriding-component-structure` doc to Material UI (#45570) @siriwatknp
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Jtaks, @mapache-salvaje, @mj12albert, @ovtn, @sai6855, @siriwatknp, @vipierozan99
|
|
76
|
+
|
|
3
77
|
## 6.4.7
|
|
4
78
|
|
|
5
79
|
<!-- generated comparing v6.4.6..v6.x -->
|
|
@@ -31,21 +105,21 @@ A big thanks to the 4 contributors who made this release possible.
|
|
|
31
105
|
### `@mui/material@6.4.6`
|
|
32
106
|
|
|
33
107
|
- [Checkbox] Add slots and slotProps (#45361) @siriwatknp
|
|
34
|
-
- [Drawer] Deprecate
|
|
108
|
+
- [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#45377) @siriwatknp
|
|
35
109
|
- [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
|
|
36
110
|
- [InputBase] Deprecate composed classes (#45366) @siriwatknp
|
|
37
111
|
- Fix `slotProps.transition` types (#45367) @siriwatknp
|
|
38
112
|
- Allow nested theme creation with `vars` (#45368) @siriwatknp
|
|
39
113
|
- Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
|
|
40
|
-
- [Popover] Deprecate
|
|
114
|
+
- [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45337) @siriwatknp
|
|
41
115
|
- [Radio] Add slots and slotProps (#45364) @siriwatknp
|
|
42
116
|
- [Slider] Fix css class selector in migration guide (#45409) @sai6855
|
|
43
117
|
- [Slider] Fix spacings in .md files (#45393) @sai6855
|
|
44
118
|
- [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
|
|
45
119
|
- [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
|
|
46
120
|
- [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
|
|
47
|
-
- [Tabs] Deprecate
|
|
48
|
-
- [Menu] Deprecate
|
|
121
|
+
- [Tabs] Deprecate \*Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
|
|
122
|
+
- [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#45369) @siriwatknp
|
|
49
123
|
|
|
50
124
|
### Docs
|
|
51
125
|
|
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://v6.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://v6.mui.com/material-ui/api/masonry/)
|
|
64
64
|
*/
|
|
65
65
|
declare const Masonry: OverridableComponent<MasonryTypeMap>;
|
|
66
66
|
|
package/README.md
CHANGED
|
@@ -6,23 +6,25 @@ This package hosts the incubator components that are not yet ready to move to `c
|
|
|
6
6
|
|
|
7
7
|
Install the package in your project directory with:
|
|
8
8
|
|
|
9
|
-
<!-- #
|
|
9
|
+
<!-- #npm-tag-reference -->
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install @mui/lab
|
|
12
|
+
npm install @mui/lab@^6.0.0
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
The lab has peer dependencies on the Material Design components and on the Emotion library.
|
|
16
16
|
If you are not already using them in your project, you can install with:
|
|
17
17
|
|
|
18
|
-
<!-- #
|
|
18
|
+
<!-- #npm-tag-reference -->
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install @mui/material @emotion/react @emotion/styled
|
|
21
|
+
npm install @mui/material@^6.0.0 @emotion/react @emotion/styled
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
If you wish to use the latest version, remove the `@^6.0.0` suffix.
|
|
25
|
+
|
|
24
26
|
## Documentation
|
|
25
27
|
|
|
26
|
-
<!-- #
|
|
28
|
+
<!-- #host-reference -->
|
|
27
29
|
|
|
28
|
-
Visit [https://mui.com/material-ui/about-the-lab/](https://mui.com/material-ui/about-the-lab/) to view the full documentation.
|
|
30
|
+
Visit [https://v6.mui.com/material-ui/about-the-lab/](https://v6.mui.com/material-ui/about-the-lab/) to view the full documentation.
|
|
@@ -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://v6.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://v6.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://v6.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://v6.mui.com/material-ui/api/tab-list/)
|
|
30
|
+
* - inherits [Tabs API](https://v6.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://v6.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://v6.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://v6.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://v6.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://v6.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://v6.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://v6.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://v6.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://v6.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://v6.mui.com/material-ui/api/timeline-content/)
|
|
31
|
+
* - inherits [Typography API](https://v6.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://v6.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://v6.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://v6.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://v6.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://v6.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://v6.mui.com/material-ui/api/timeline-opposite-content/)
|
|
31
|
+
* - inherits [Typography API](https://v6.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://v6.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://v6.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://v6.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://v6.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
|
@@ -46,11 +46,11 @@ const TimelineRoot = (0, _styles.styled)('ul', {
|
|
|
46
46
|
*
|
|
47
47
|
* Demos:
|
|
48
48
|
*
|
|
49
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
49
|
+
* - [Timeline](https://v6.mui.com/material-ui/react-timeline/)
|
|
50
50
|
*
|
|
51
51
|
* API:
|
|
52
52
|
*
|
|
53
|
-
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
53
|
+
* - [Timeline API](https://v6.mui.com/material-ui/api/timeline/)
|
|
54
54
|
*/
|
|
55
55
|
const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
|
|
56
56
|
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-beta.
|
|
3
|
+
"version": "6.0.0-beta.32",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@babel/runtime": "^7.26.0",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/system": "^6.4.
|
|
35
|
-
"@mui/types": "
|
|
36
|
-
"@mui/utils": "^6.4.
|
|
37
|
-
"@mui/base": "5.0.0-beta.
|
|
34
|
+
"@mui/system": "^6.4.9",
|
|
35
|
+
"@mui/types": "~7.2.24",
|
|
36
|
+
"@mui/utils": "^6.4.8",
|
|
37
|
+
"@mui/base": "5.0.0-beta.70"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@emotion/react": "^11.5.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
43
43
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
44
44
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
45
|
-
"@mui/material": "^6.4.
|
|
46
|
-
"@mui/material
|
|
45
|
+
"@mui/material-pigment-css": "^6.4.9",
|
|
46
|
+
"@mui/material": "^6.4.9"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@types/react": {
|