@mui/docs 7.3.8 → 7.3.9

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/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
33
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
34
34
  accentColor?: import("csstype").Property.AccentColor | undefined;
35
35
  alignContent?: import("csstype").Property.AlignContent | undefined;
36
36
  alignItems?: import("csstype").Property.AlignItems | undefined;
@@ -893,7 +893,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
893
893
  display: string;
894
894
  marginTop: string;
895
895
  fontWeight: import("csstype").Property.FontWeight | undefined;
896
- '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
896
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
897
897
  accentColor?: import("csstype").Property.AccentColor | undefined;
898
898
  alignContent?: import("csstype").Property.AlignContent | undefined;
899
899
  alignItems?: import("csstype").Property.AlignItems | undefined;
@@ -2782,7 +2782,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
2782
2782
  ":xr-overlay"?: unknown;
2783
2783
  };
2784
2784
  display: string;
2785
- '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
2785
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
2786
2786
  accentColor?: import("csstype").Property.AccentColor | undefined;
2787
2787
  alignContent?: import("csstype").Property.AlignContent | undefined;
2788
2788
  alignItems?: import("csstype").Property.AlignItems | undefined;
@@ -3645,7 +3645,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
3645
3645
  color: string;
3646
3646
  display: string;
3647
3647
  fontWeight: import("csstype").Property.FontWeight | undefined;
3648
- '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
3648
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
3649
3649
  accentColor?: import("csstype").Property.AccentColor | undefined;
3650
3650
  alignContent?: import("csstype").Property.AlignContent | undefined;
3651
3651
  alignItems?: import("csstype").Property.AlignItems | undefined;
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.9
4
+
5
+ <!-- generated comparing v7.3.8..v7.x -->
6
+
7
+ _Mar 5, 2026_
8
+
9
+ A big thanks to the 15 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.9`
12
+
13
+ - Clean up duplicated CSS rules (#47893) @sai6855
14
+ - [theme] Generate `color-mix` value on top of default generated Material UI CSS variables (#47791) @ZeeshanTamboli
15
+ - [tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47841) @ZeeshanTamboli
16
+ - [table cell][theme] Apply `alpha` before color mixing to border bottom color when nativeColor + cssVariables is used (#47840) @ZeeshanTamboli
17
+
18
+ ### Docs
19
+
20
+ - Fix small typo in NumberField page (#47888) @arthur-plazanet
21
+ - Fix Theme builder video (#47855) @oliviertassinari
22
+ - Add updated community theme resource (#47853) @PeterTYLiu
23
+ - Fix the keyboard navigation in GroupedMenu example (#47848) @silviuaavram
24
+ - Few copy fixes (#47810) @pavan-sh
25
+ - Fix JSX in Overriding component structure docs (#47805) @ZeeshanTamboli
26
+ - Fix SSR flicker sentence grammar (#47794) @pavan-sh
27
+ - [system] Update sizing docs to clarify `(0, 1]` behavior. (#47851) @matthias-ccri
28
+ - [theme] Fix `nativeColor` docs (#47759) (#47789) @ZeeshanTamboli
29
+
30
+ ### Core
31
+
32
+ - point v7 subdomain to MUI X v7 docs (#113) @vmakhaev
33
+ - [blog] Blogpost for upcoming price changes for MUI X (#47748) (#47910) @DanailH
34
+ - [blog] Company Update: What we've been working on (and why) (alethomas) (#47626) (#47908) @alelthomas
35
+ - [core] Update releaseChangelog.mjs (#47862) @mnajdova
36
+ - [code-infra] Detect browser envs that don't support layout (#47813) (#47873) @Janpot
37
+ - [code-infra] Enable undefined addition to optional properties (#47815) @brijeshb42
38
+ - [docs-infra] Reapply Cookie Banner with Design Fixes (#47744) @dav-is
39
+
40
+ All contributors of this release in alphabetical order: @alelthomas, @arthur-plazanet, @brijeshb42, @DanailH, @dav-is, @Janpot, @matthias-ccri, @mnajdova, @oliviertassinari, @pavan-sh, @PeterTYLiu, @sai6855, @silviuaavram, @vmakhaev, @ZeeshanTamboli
41
+
3
42
  ## 7.3.8
4
43
 
5
44
  <!-- generated comparing v7.3.7..master -->
@@ -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/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
33
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
34
34
  accentColor?: import("csstype").Property.AccentColor | undefined;
35
35
  alignContent?: import("csstype").Property.AlignContent | undefined;
36
36
  alignItems?: import("csstype").Property.AlignItems | undefined;
@@ -893,7 +893,7 @@ export declare const adBodyImageStyles: (theme: Theme) => {
893
893
  display: string;
894
894
  marginTop: string;
895
895
  fontWeight: import("csstype").Property.FontWeight | undefined;
896
- '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
896
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
897
897
  accentColor?: import("csstype").Property.AccentColor | undefined;
898
898
  alignContent?: import("csstype").Property.AlignContent | undefined;
899
899
  alignItems?: import("csstype").Property.AlignItems | undefined;
@@ -2782,7 +2782,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
2782
2782
  ":xr-overlay"?: unknown;
2783
2783
  };
2784
2784
  display: string;
2785
- '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
2785
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
2786
2786
  accentColor?: import("csstype").Property.AccentColor | undefined;
2787
2787
  alignContent?: import("csstype").Property.AlignContent | undefined;
2788
2788
  alignItems?: import("csstype").Property.AlignItems | undefined;
@@ -3645,7 +3645,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
3645
3645
  color: string;
3646
3646
  display: string;
3647
3647
  fontWeight: import("csstype").Property.FontWeight | undefined;
3648
- '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[];
3648
+ '@font-face'?: import("@mui/material/styles/createMixins").Fontface | import("@mui/material/styles/createMixins").Fontface[] | undefined;
3649
3649
  accentColor?: import("csstype").Property.AccentColor | undefined;
3650
3650
  alignContent?: import("csstype").Property.AlignContent | undefined;
3651
3651
  alignItems?: import("csstype").Property.AlignItems | undefined;
package/esm/i18n/i18n.js CHANGED
@@ -88,7 +88,9 @@ export function useTranslate() {
88
88
  }
89
89
  const translation = getPath(wordings, key);
90
90
  if (!translation) {
91
- warn(userLanguage, key, ignoreWarning);
91
+ if (process.env.NODE_ENV !== 'production') {
92
+ warn(userLanguage, key, ignoreWarning);
93
+ }
92
94
  const enTranslation = getPath(translations.en, key);
93
95
  return enTranslation ?? null;
94
96
  }
package/i18n/i18n.js CHANGED
@@ -100,7 +100,9 @@ function useTranslate() {
100
100
  }
101
101
  const translation = getPath(wordings, key);
102
102
  if (!translation) {
103
- warn(userLanguage, key, ignoreWarning);
103
+ if (process.env.NODE_ENV !== 'production') {
104
+ warn(userLanguage, key, ignoreWarning);
105
+ }
104
106
  const enTranslation = getPath(translations.en, key);
105
107
  return enTranslation ?? null;
106
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/docs",
3
- "version": "7.3.8",
3
+ "version": "7.3.9",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI Docs - Documentation building blocks.",
6
6
  "keywords": [