@mui/lab 6.0.0-beta.24 → 6.0.0-beta.26
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 +46 -0
- package/LoadingButton/LoadingButton.d.ts +4 -0
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/modern/themeAugmentation/components.js +2 -0
- package/modern/themeAugmentation/overrides.js +4 -0
- package/modern/themeAugmentation/props.js +2 -0
- package/node/index.js +1 -1
- package/node/themeAugmentation/components.js +5 -0
- package/node/themeAugmentation/overrides.js +5 -0
- package/node/themeAugmentation/props.js +5 -0
- package/package.json +6 -6
- package/themeAugmentation/components.d.ts +58 -67
- package/themeAugmentation/components.js +2 -0
- package/themeAugmentation/overrides.d.ts +13 -17
- package/themeAugmentation/overrides.js +4 -0
- package/themeAugmentation/props.d.ts +14 -17
- package/themeAugmentation/props.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.4.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.4.2..v6.x -->
|
|
6
|
+
|
|
7
|
+
_Feb 4, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.4.3`
|
|
12
|
+
|
|
13
|
+
- [LinearProgress][CircularProgress] Add variant overrides for module augmentation (#45191) @ZeeshanTamboli
|
|
14
|
+
- [TextField] Remove deprecated props from documentation (#45200) @sai6855
|
|
15
|
+
|
|
16
|
+
### Core
|
|
17
|
+
|
|
18
|
+
- Fix corepack and pnpm installation in CircleCI (#45194) @DiegoAndai
|
|
19
|
+
|
|
20
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @ZeeshanTamboli
|
|
21
|
+
|
|
22
|
+
## 6.4.2
|
|
23
|
+
|
|
24
|
+
<!-- generated comparing v6.4.1..v6.x -->
|
|
25
|
+
|
|
26
|
+
_Jan 29, 2025_
|
|
27
|
+
|
|
28
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
29
|
+
|
|
30
|
+
### `@mui/material@6.4.2`
|
|
31
|
+
|
|
32
|
+
- [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
|
|
33
|
+
- [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
|
|
34
|
+
- [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
|
|
35
|
+
|
|
36
|
+
### Core
|
|
37
|
+
|
|
38
|
+
- [code-infra] a few fixes uncovered during ESM updates (@Janpot) (#45100) @Janpot
|
|
39
|
+
- [code-infra] Remove rsc-builder (#45079) @Janpot
|
|
40
|
+
- [code-infra] Remove commonjs imports in docs (#44976) @Janpot
|
|
41
|
+
- Prepare stable release from the `v6.x` branch (#45133) @DiegoAndai
|
|
42
|
+
|
|
43
|
+
### Docs
|
|
44
|
+
|
|
45
|
+
- Fix `/base-ui` redirect and prune links (#45083) @mj12albert
|
|
46
|
+
|
|
47
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @joshkel, @mj12albert, @ZeeshanTamboli
|
|
48
|
+
|
|
3
49
|
## 6.4.1
|
|
4
50
|
|
|
5
51
|
<!-- generated comparing v6.4.0..master -->
|
package/index.js
CHANGED
package/modern/index.js
CHANGED
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.26",
|
|
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/utils": "^6.4.3",
|
|
35
|
+
"@mui/system": "^6.4.3",
|
|
34
36
|
"@mui/types": "^7.2.21",
|
|
35
|
-
"@mui/
|
|
36
|
-
"@mui/base": "5.0.0-beta.69",
|
|
37
|
-
"@mui/system": "^6.4.1"
|
|
37
|
+
"@mui/base": "5.0.0-beta.69"
|
|
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
|
|
46
|
-
"@mui/material": "^6.4.
|
|
45
|
+
"@mui/material": "^6.4.3",
|
|
46
|
+
"@mui/material-pigment-css": "^6.4.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@types/react": {
|
|
@@ -1,73 +1,64 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ComponentsProps,
|
|
3
|
-
ComponentsOverrides,
|
|
4
|
-
ComponentsVariants,
|
|
5
|
-
Theme as MuiTheme,
|
|
6
|
-
} from '@mui/material/styles';
|
|
7
|
-
|
|
1
|
+
import { ComponentsProps, ComponentsOverrides, ComponentsVariants, Theme as MuiTheme } from '@mui/material/styles';
|
|
8
2
|
type Theme = Omit<MuiTheme, 'components'>;
|
|
9
|
-
|
|
10
|
-
// shut off automatic exporting for the `Theme` above
|
|
11
3
|
export {};
|
|
12
|
-
|
|
13
4
|
export interface LabComponents {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
5
|
+
MuiLoadingButton?: {
|
|
6
|
+
defaultProps?: ComponentsProps['MuiLoadingButton'];
|
|
7
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiLoadingButton'];
|
|
8
|
+
variants?: ComponentsVariants['MuiLoadingButton'];
|
|
9
|
+
};
|
|
10
|
+
MuiMasonry?: {
|
|
11
|
+
defaultProps?: ComponentsProps['MuiMasonry'];
|
|
12
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiMasonry'];
|
|
13
|
+
variants?: ComponentsVariants['MuiMasonry'];
|
|
14
|
+
};
|
|
15
|
+
MuiTabList?: {
|
|
16
|
+
defaultProps?: ComponentsProps['MuiTabList'];
|
|
17
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTabList'];
|
|
18
|
+
variants?: ComponentsVariants['MuiTabList'];
|
|
19
|
+
};
|
|
20
|
+
MuiTabPanel?: {
|
|
21
|
+
defaultProps?: ComponentsProps['MuiTabPanel'];
|
|
22
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTabPanel'];
|
|
23
|
+
variants?: ComponentsVariants['MuiTabPanel'];
|
|
24
|
+
};
|
|
25
|
+
MuiTimeline?: {
|
|
26
|
+
defaultProps?: ComponentsProps['MuiTimeline'];
|
|
27
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimeline'];
|
|
28
|
+
variants?: ComponentsVariants['MuiTimeline'];
|
|
29
|
+
};
|
|
30
|
+
MuiTimelineConnector?: {
|
|
31
|
+
defaultProps?: ComponentsProps['MuiTimelineConnector'];
|
|
32
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineConnector'];
|
|
33
|
+
variants?: ComponentsVariants['MuiTimelineConnector'];
|
|
34
|
+
};
|
|
35
|
+
MuiTimelineContent?: {
|
|
36
|
+
defaultProps?: ComponentsProps['MuiTimelineContent'];
|
|
37
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineContent'];
|
|
38
|
+
variants?: ComponentsVariants['MuiTimelineContent'];
|
|
39
|
+
};
|
|
40
|
+
MuiTimelineDot?: {
|
|
41
|
+
defaultProps?: ComponentsProps['MuiTimelineDot'];
|
|
42
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineDot'];
|
|
43
|
+
variants?: ComponentsVariants['MuiTimelineDot'];
|
|
44
|
+
};
|
|
45
|
+
MuiTimelineItem?: {
|
|
46
|
+
defaultProps?: ComponentsProps['MuiTimelineItem'];
|
|
47
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineItem'];
|
|
48
|
+
variants?: ComponentsVariants['MuiTimelineItem'];
|
|
49
|
+
};
|
|
50
|
+
MuiTimelineOppositeContent?: {
|
|
51
|
+
defaultProps?: ComponentsProps['MuiTimelineOppositeContent'];
|
|
52
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineOppositeContent'];
|
|
53
|
+
variants?: ComponentsVariants['MuiTimelineOppositeContent'];
|
|
54
|
+
};
|
|
55
|
+
MuiTimelineSeparator?: {
|
|
56
|
+
defaultProps?: ComponentsProps['MuiTimelineSeparator'];
|
|
57
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineSeparator'];
|
|
58
|
+
variants?: ComponentsVariants['MuiTimelineSeparator'];
|
|
59
|
+
};
|
|
69
60
|
}
|
|
70
|
-
|
|
71
61
|
declare module '@mui/material/styles' {
|
|
72
|
-
|
|
62
|
+
interface Components extends LabComponents {
|
|
63
|
+
}
|
|
73
64
|
}
|
|
@@ -9,25 +9,21 @@ import { TimelineDotClassKey } from '../TimelineDot';
|
|
|
9
9
|
import { TimelineItemClassKey } from '../TimelineItem';
|
|
10
10
|
import { TimelineOppositeContentClassKey } from '../TimelineOppositeContent';
|
|
11
11
|
import { TimelineSeparatorClassKey } from '../TimelineSeparator';
|
|
12
|
-
|
|
13
|
-
// prettier-ignore
|
|
14
12
|
export interface LabComponentNameToClassKey {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
13
|
+
MuiLoadingButton: LoadingButtonClassKey;
|
|
14
|
+
MuiMasonry: MasonryClassKey;
|
|
15
|
+
MuiTabList: TabListClassKey;
|
|
16
|
+
MuiTabPanel: TabPanelClassKey;
|
|
17
|
+
MuiTimeline: TimelineClassKey;
|
|
18
|
+
MuiTimelineConnector: TimelineConnectorClassKey;
|
|
19
|
+
MuiTimelineContent: TimelineContentClassKey;
|
|
20
|
+
MuiTimelineDot: TimelineDotClassKey;
|
|
21
|
+
MuiTimelineItem: TimelineItemClassKey;
|
|
22
|
+
MuiTimelineOppositeContent: TimelineOppositeContentClassKey;
|
|
23
|
+
MuiTimelineSeparator: TimelineSeparatorClassKey;
|
|
26
24
|
}
|
|
27
|
-
|
|
28
25
|
declare module '@mui/material/styles' {
|
|
29
|
-
|
|
26
|
+
interface ComponentNameToClassKey extends LabComponentNameToClassKey {
|
|
27
|
+
}
|
|
30
28
|
}
|
|
31
|
-
|
|
32
|
-
// disable automatic export
|
|
33
29
|
export {};
|
|
@@ -10,25 +10,22 @@ import { TimelineOppositeContentProps } from '../TimelineOppositeContent';
|
|
|
10
10
|
import { TimelineProps } from '../Timeline';
|
|
11
11
|
import { TimelineSeparatorProps } from '../TimelineSeparator';
|
|
12
12
|
import { MasonryProps } from '../Masonry';
|
|
13
|
-
|
|
14
13
|
export interface LabComponentsPropsList {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
MuiAvatarGroup: AvatarGroupProps;
|
|
15
|
+
MuiLoadingButton: LoadingButtonProps;
|
|
16
|
+
MuiMasonry: MasonryProps;
|
|
17
|
+
MuiTabList: TabListProps;
|
|
18
|
+
MuiTabPanel: TabPanelProps;
|
|
19
|
+
MuiTimeline: TimelineProps;
|
|
20
|
+
MuiTimelineConnector: TimelineConnectorProps;
|
|
21
|
+
MuiTimelineContent: TimelineContentProps;
|
|
22
|
+
MuiTimelineDot: TimelineDotProps;
|
|
23
|
+
MuiTimelineItem: TimelineItemProps;
|
|
24
|
+
MuiTimelineOppositeContent: TimelineOppositeContentProps;
|
|
25
|
+
MuiTimelineSeparator: TimelineSeparatorProps;
|
|
27
26
|
}
|
|
28
|
-
|
|
29
27
|
declare module '@mui/material/styles' {
|
|
30
|
-
|
|
28
|
+
interface ComponentsPropsList extends LabComponentsPropsList {
|
|
29
|
+
}
|
|
31
30
|
}
|
|
32
|
-
|
|
33
|
-
// disable automatic export
|
|
34
31
|
export {};
|