@mui/docs 7.0.0 → 7.0.1
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/Ad/ad.styles.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
30
30
|
[x: string]: unknown;
|
|
31
31
|
display: string;
|
|
32
32
|
marginLeft: string;
|
|
33
|
-
'@font-face'?: import("@mui/material/styles/
|
|
33
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
34
34
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
35
35
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
36
36
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -861,7 +861,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
861
861
|
display: string;
|
|
862
862
|
marginTop: string;
|
|
863
863
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
864
|
-
'@font-face'?: import("@mui/material/styles/
|
|
864
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
865
865
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
866
866
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
867
867
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -2663,7 +2663,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2663
2663
|
":visited"?: unknown;
|
|
2664
2664
|
};
|
|
2665
2665
|
display: string;
|
|
2666
|
-
'@font-face'?: import("@mui/material/styles/
|
|
2666
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
2667
2667
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
2668
2668
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2669
2669
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -3494,7 +3494,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3494
3494
|
color: string;
|
|
3495
3495
|
display: string;
|
|
3496
3496
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
3497
|
-
'@font-face'?: import("@mui/material/styles/
|
|
3497
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
3498
3498
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
3499
3499
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
3500
3500
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.0..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 28, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.0.1`
|
|
12
|
+
|
|
13
|
+
- Export ThemeProviderProps (#45701) @aarongarciah
|
|
14
|
+
- [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
|
|
15
|
+
- Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
|
|
16
|
+
- [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
|
|
17
|
+
- Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
|
|
18
|
+
|
|
19
|
+
### `@mui/icons-material@7.0.1`
|
|
20
|
+
|
|
21
|
+
- [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
|
|
22
|
+
- Bring back individual icon dts (#45711) @Janpot
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- Improve the release instructions (#45688) @mnajdova
|
|
27
|
+
|
|
28
|
+
### Docs
|
|
29
|
+
|
|
30
|
+
- Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
|
|
31
|
+
- Update v7 related copy (#45716) @aarongarciah
|
|
32
|
+
- Avoid unwanted undefined in page title (#45718) @aarongarciah
|
|
33
|
+
- Fix joy templates error (#45715) @siriwatknp
|
|
34
|
+
- Rename GitHub icon import (#45709) @micttyoid
|
|
35
|
+
- Fix Safari issue in dark mode (#45696) @mnajdova
|
|
36
|
+
- Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
|
|
37
|
+
- Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
|
|
38
|
+
- Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
|
|
39
|
+
- Fix Material Icons page in dark mode (#45691) @mnajdova
|
|
40
|
+
|
|
41
|
+
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
|
|
42
|
+
|
|
3
43
|
## 7.0.0
|
|
4
44
|
|
|
5
45
|
<!-- generated comparing v7.0.0-rc.0..master -->
|
|
@@ -55,7 +55,7 @@ function NProgressBar(props) {
|
|
|
55
55
|
height: 2,
|
|
56
56
|
zIndex: (theme.vars || theme).zIndex.tooltip,
|
|
57
57
|
backgroundColor: (theme.vars || theme).palette.primary[200],
|
|
58
|
-
...theme.
|
|
58
|
+
...theme.applyStyles('dark', {
|
|
59
59
|
backgroundColor: (theme.vars || theme).palette.primary[700]
|
|
60
60
|
}),
|
|
61
61
|
'& .nprogress-bar': {
|
package/esm/Ad/ad.styles.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
30
30
|
[x: string]: unknown;
|
|
31
31
|
display: string;
|
|
32
32
|
marginLeft: string;
|
|
33
|
-
'@font-face'?: import("@mui/material/styles/
|
|
33
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
34
34
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
35
35
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
36
36
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -861,7 +861,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
861
861
|
display: string;
|
|
862
862
|
marginTop: string;
|
|
863
863
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
864
|
-
'@font-face'?: import("@mui/material/styles/
|
|
864
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
865
865
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
866
866
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
867
867
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -2663,7 +2663,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2663
2663
|
":visited"?: unknown;
|
|
2664
2664
|
};
|
|
2665
2665
|
display: string;
|
|
2666
|
-
'@font-face'?: import("@mui/material/styles/
|
|
2666
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
2667
2667
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
2668
2668
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2669
2669
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -3494,7 +3494,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3494
3494
|
color: string;
|
|
3495
3495
|
display: string;
|
|
3496
3496
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
3497
|
-
'@font-face'?: import("@mui/material/styles/
|
|
3497
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
3498
3498
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
3499
3499
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
3500
3500
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -47,7 +47,7 @@ function NProgressBar(props) {
|
|
|
47
47
|
height: 2,
|
|
48
48
|
zIndex: (theme.vars || theme).zIndex.tooltip,
|
|
49
49
|
backgroundColor: (theme.vars || theme).palette.primary[200],
|
|
50
|
-
...theme.
|
|
50
|
+
...theme.applyStyles('dark', {
|
|
51
51
|
backgroundColor: (theme.vars || theme).palette.primary[700]
|
|
52
52
|
}),
|
|
53
53
|
'& .nprogress-bar': {
|
package/modern/Ad/ad.styles.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
30
30
|
[x: string]: unknown;
|
|
31
31
|
display: string;
|
|
32
32
|
marginLeft: string;
|
|
33
|
-
'@font-face'?: import("@mui/material/styles/
|
|
33
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
34
34
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
35
35
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
36
36
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -861,7 +861,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
|
|
|
861
861
|
display: string;
|
|
862
862
|
marginTop: string;
|
|
863
863
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
864
|
-
'@font-face'?: import("@mui/material/styles/
|
|
864
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
865
865
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
866
866
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
867
867
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -2663,7 +2663,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2663
2663
|
":visited"?: unknown;
|
|
2664
2664
|
};
|
|
2665
2665
|
display: string;
|
|
2666
|
-
'@font-face'?: import("@mui/material/styles/
|
|
2666
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
2667
2667
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
2668
2668
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2669
2669
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
@@ -3494,7 +3494,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
3494
3494
|
color: string;
|
|
3495
3495
|
display: string;
|
|
3496
3496
|
fontWeight: import("csstype").Property.FontWeight | undefined;
|
|
3497
|
-
'@font-face'?: import("@mui/material/styles/
|
|
3497
|
+
'@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
|
|
3498
3498
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
3499
3499
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
3500
3500
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|