@mui/system 7.3.2 → 7.3.5

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 CHANGED
@@ -1,5 +1,146 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.5
4
+
5
+ <!-- generated comparing v7.3.4..master -->
6
+
7
+ _Nov 4, 2025_
8
+
9
+ A big thanks to the 11 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.5`
12
+
13
+ - [Collapse] Add slots and slotProps props (#47168) @sai6855
14
+ - [l10n] Add missing Catalan (ca-ES) locale (#47156) @frncesc
15
+ - Fix regression on `theme.vars.shape` module augmentation (#47164) @siriwatknp
16
+
17
+ ### `@mui/material-nextjs@7.3.5`
18
+
19
+ - Support Next.js 16 (#47134) @siriwatknp
20
+
21
+ ### Docs
22
+
23
+ - [Autocomplete] Update virtualization example to use react-window v2 (#47054) @sai6855
24
+ - [autocomplete] Add note about unique key extraction for duplicate labels (#47010) @PossiblyAShrub
25
+ - [Snackbar] Fix typo in docs (#47038) @sai6855
26
+ - [Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169) @sai6855
27
+ - Replace deprecated `inputProps` with `slotProps.input` in checkbox demos (#47083) @CODEKRUNCH
28
+
29
+ ### Core
30
+
31
+ - [code-infra] gitignore next-env.d.ts (#47167) @Janpot
32
+ - [code-infra] Migrate versions page to getStaticProps (#47151) @Janpot
33
+ - [code-infra] Fix breaking change for ci publish (#47147) @brijeshb42
34
+ - [code-infra] Remove React import requirement for jsx (#47146) @brijeshb42
35
+ - [code-infra] Update vitest usage detection in `@mui/internal-test-utils` (#47141) @bernardobelchior
36
+ - [code-infra] Setup eslint-plugin-compat (#47133) @brijeshb42
37
+ - [code-infra] Filter out @mui/joy and @mui/base from search results (#47076) @Janpot
38
+ - [code-infra] Fix hotfix instructions (#47015) @Janpot
39
+ - [code-infra] Disable pigment regression tests (#47045) @Janpot
40
+ - [code-infra] Fix moderate dependabot issue (#46946) @Janpot
41
+ - [code-infra] Enable testing-library eslint rules (#47074) @brijeshb42
42
+ - [code-infra] Lint json through eslint (#47056) @Janpot
43
+ - [code-infra] Support custom npm dist tags during release (#47021) @Janpot
44
+ - [code-infra] Remove tsconfig `baseUrl` (#47044) @Janpot
45
+ - [code-infra] Centralize stylelint (#46955) @Janpot
46
+ - [code-infra] Remove legacy feedback (#46981) @Janpot
47
+ - [code-infra] Remove repo build scripts (#47036) @brijeshb42
48
+ - [code-infra] Publish docs from upstream (#47018) @Janpot
49
+ - [code-infra] Migrate `lodash` to `es-toolkit` (#46974) @sukvvon
50
+ - [docs-infra] Do not escape pipes (`|`) inside code blocks (#47139) @ZeeshanTamboli
51
+ - [docs-infra] Fix broken link targets (#47104) @Janpot
52
+ - [docs-infra] Fix broken link for DOMRect docs (#47106) @Janpot
53
+ - [docs-infra] Use published netlify cache plugin package (#47071) @brijeshb42
54
+ - [examples] Remove Next.js text from React Router example (#47055) @HeinrichFilter
55
+
56
+ All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @CODEKRUNCH, @frncesc, @HeinrichFilter, @Janpot, @PossiblyAShrub, @sai6855, @siriwatknp, @sukvvon, @ZeeshanTamboli
57
+
58
+ ## 7.3.4
59
+
60
+ <!-- generated comparing v7.3.3..master -->
61
+
62
+ _Oct 2, 2025_
63
+
64
+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
65
+
66
+ Small update to revert a change that broke the `<Tabs>` component. Also publishing a beta version of `@mui/lab` which was accidentally published as a stable release.
67
+
68
+ ### `@mui/material@7.3.4`
69
+
70
+ - [Tabs] Revert "Fix not scrolling to correct tab after refresh when auto scrollable (#46869)" (#47014) @ZeeshanTamboli
71
+
72
+ ### Docs
73
+
74
+ - Sort package manager automatically (#46897) @Janpot
75
+
76
+ ### Core
77
+
78
+ - Bring @mui/lab back to unstable version (#47012) @Janpot
79
+ - Fix `ThemeOptions` and `createTheme*` cyclic dependency (#47007) @siriwatknp
80
+
81
+ All contributors of this release in alphabetical order: @Janpot, @siriwatknp, @ZeeshanTamboli
82
+
83
+ ## 7.3.3
84
+
85
+ <!-- generated comparing v7.3.2..master -->
86
+
87
+ _Sep 30, 2025_
88
+
89
+ A big thanks to the 14 contributors who made this release possible.
90
+
91
+ ### `@mui/material@7.3.3`
92
+
93
+ - [Autocomplete] Sync highlighted index when popup is opened (#46894) @ZeeshanTamboli
94
+ - [CircularProgress] Add track slot via enableTrackSlot (#46907) @monam2
95
+ - [locale] Split locales into separate files (#46933) @christopherschroer
96
+ - [Tabs] Fix not scrolling to correct tab after refresh when auto scrollable (#46869) @Jayesh-11
97
+
98
+ ### Docs
99
+
100
+ - Add a guide for building extensible themes (#46896) @siriwatknp
101
+ - Add v7 community course to resources page (#46944) @alelthomas
102
+ - Improve performance of Default Theme Viewer (#46841) @sai6855
103
+ - Fix typo in blog component MainContent (#46868) @jonyen
104
+ - [Steppers] Replace TransitionProps with slotProps.transition (#46898) @sai6855
105
+
106
+ ### Core
107
+
108
+ - [blog] Fix year in Punta Cana retreat post (#46943) @mapache-salvaje
109
+ - [blog] Punta Cana retreat post (#46892) @mapache-salvaje
110
+ - [code-infra] Publish from CI (#46851) @Janpot
111
+ - [code-infra] Convert reportBrokenLink script to ts (#47002) @brijeshb42
112
+ - [code-infra] Update module resolution for typescript@next (#46940) @Janpot
113
+ - [code-infra] Run continuous releases during ci-check (#46948) @Janpot
114
+ - [code-infra] Fix github actions check for continuous release (#46941) @Janpot
115
+ - [code-infra] Address high/critical dependabot reports (#46937) @Janpot
116
+ - [code-infra] Update ci.yml triggers (#46860) @Janpot
117
+ - [code-infra] Exact match for renovate file name (#46916) @Janpot
118
+ - [code-infra] Disable dependency update for `@material-ui/core` in codemod (#46899) @Janpot
119
+ - [code-infra] Transpile `assertion-error` in karma tests (#46909) @Janpot
120
+ - [code-infra] Disable browserstack on circleci cron jobs (#46905) @Janpot
121
+ - [code-infra] Remove `copy-files` command usage from packages (#46902) @brijeshb42
122
+ - [code-infra] Low-hanging ts conversion (#46903) @Janpot
123
+ - [code-infra] Bring batch of changes from vitest PR (#46795) @Janpot
124
+ - [code-infra] Remove dependency on `fs-extra` (#46755) @bernardobelchior
125
+ - [code-infra] Make error code extraction independent of build (#46865) @brijeshb42
126
+ - [docs-infra] Fix markdown generation script to find correct files (#46954) @siriwatknp
127
+ - [docs-infra] Fix unnecessary redirects (#46951) @Janpot
128
+ - [docs-infra] Remove `dangerouslySetInnerHTML` for ad description (#46936) @Janpot
129
+ - [docs-infra] Display "View as Markdown" only on Material UI (#46861) @siriwatknp
130
+ - [infra] Fix JSON files not being imported in TS demos (#47000) @bernardobelchior
131
+ - [infra] Turn `literal | (string & {})` to `PropTypes.string` (#46934) @siriwatknp
132
+ - [infra] Bump node.js version and make local usage strict (#46834) @brijeshb42
133
+ - [infra] Remove "main" fields from publishable packages (#46856) @brijeshb42
134
+ - [internal] Refactor `useForkRef` TS types: tighten `cleanupRef` and simplify ref typing (#46967) @wo-o29
135
+ - [internal] Fix naming to match convention (2099cb0) @oliviertassinari
136
+ - [internal] Fix naming to match convention (29aad62) @oliviertassinari
137
+ - [internal] Use same option as other repositories (eabda77) @oliviertassinari
138
+ - [internal] Normalize <meta name='viewport' (9d1922a) @oliviertassinari
139
+ - [internal] Normalize charset='utf-8' (f1aae00) @oliviertassinari
140
+ - [test] Split infinitive (0237fda) @oliviertassinari
141
+
142
+ All contributors of this release in alphabetical order: @alelthomas, @bernardobelchior, @brijeshb42, @christopherschroer, @Janpot, @Jayesh-11, @jonyen, @mapache-salvaje, @monam2, @oliviertassinari, @sai6855, @siriwatknp, @wo-o29, @ZeeshanTamboli
143
+
3
144
  ## 7.3.2
4
145
 
5
146
  <!-- generated comparing v7.3.1..master -->
@@ -4,7 +4,7 @@ declare function DefaultPropsProvider({
4
4
  children
5
5
  }: React.PropsWithChildren<{
6
6
  value: Record<string, any> | undefined;
7
- }>): React.JSX.Element;
7
+ }>): import("react/jsx-runtime").JSX.Element;
8
8
  declare namespace DefaultPropsProvider {
9
9
  var propTypes: any;
10
10
  }
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { Interpolation } from '@mui/styled-engine';
3
2
  import { Theme as SystemTheme } from "../createTheme/index.js";
4
3
  export interface GlobalStylesProps<Theme = SystemTheme> {
@@ -10,7 +9,7 @@ declare function GlobalStyles<Theme = SystemTheme>({
10
9
  styles,
11
10
  themeId,
12
11
  defaultTheme
13
- }: GlobalStylesProps<Theme>): React.JSX.Element;
12
+ }: GlobalStylesProps<Theme>): import("react/jsx-runtime").JSX.Element;
14
13
  declare namespace GlobalStyles {
15
14
  var propTypes: any;
16
15
  }
@@ -2,12 +2,10 @@
2
2
  'use client';
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
8
7
  });
9
8
  exports.default = void 0;
10
- var React = _interopRequireWildcard(require("react"));
11
9
  var _propTypes = _interopRequireDefault(require("prop-types"));
12
10
  var _styledEngine = require("@mui/styled-engine");
13
11
  var _useTheme = _interopRequireDefault(require("../useTheme"));
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { OverridableComponent } from '@mui/types';
3
3
  import useThemeSystem from "../useTheme/index.js";
4
4
  import { GridTypeMap } from "./GridProps.js";
5
- declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../createStyled/index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
5
+ declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
6
6
  declare function useThemePropsDefault<T extends {}>(props: T): T;
7
7
  export default function createGrid(options?: {
8
8
  createStyledComponent?: typeof defaultCreateStyledComponent;
@@ -1,7 +1,3 @@
1
- /**
2
- * Split this component for RSC import
3
- */
4
- import * as React from 'react';
5
1
  export declare const DEFAULT_MODE_STORAGE_KEY = "mode";
6
2
  export declare const DEFAULT_COLOR_SCHEME_STORAGE_KEY = "color-scheme";
7
3
  export declare const DEFAULT_ATTRIBUTE = "data-color-scheme";
@@ -48,4 +44,4 @@ export interface InitColorSchemeScriptProps {
48
44
  */
49
45
  nonce?: string | undefined;
50
46
  }
51
- export default function InitColorSchemeScript(options?: InitColorSchemeScriptProps): React.JSX.Element;
47
+ export default function InitColorSchemeScript(options?: InitColorSchemeScriptProps): import("react/jsx-runtime").JSX.Element;
@@ -1,17 +1,11 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
7
6
  exports.DEFAULT_MODE_STORAGE_KEY = exports.DEFAULT_COLOR_SCHEME_STORAGE_KEY = exports.DEFAULT_ATTRIBUTE = void 0;
8
7
  exports.default = InitColorSchemeScript;
9
- var React = _interopRequireWildcard(require("react"));
10
8
  var _jsxRuntime = require("react/jsx-runtime");
11
- /**
12
- * Split this component for RSC import
13
- */
14
-
15
9
  const DEFAULT_MODE_STORAGE_KEY = exports.DEFAULT_MODE_STORAGE_KEY = 'mode';
16
10
  const DEFAULT_COLOR_SCHEME_STORAGE_KEY = exports.DEFAULT_COLOR_SCHEME_STORAGE_KEY = 'color-scheme';
17
11
  const DEFAULT_ATTRIBUTE = exports.DEFAULT_ATTRIBUTE = 'data-color-scheme';
@@ -10,7 +10,7 @@ interface StyleFunctionProps {
10
10
  };
11
11
  ownerState: StackOwnerState;
12
12
  }
13
- declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../createStyled/index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
13
+ declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
14
14
  declare function useThemePropsDefault<T extends {}>(props: T): T;
15
15
  export declare const style: ({
16
16
  ownerState,
@@ -1,8 +1,7 @@
1
- import * as React from 'react';
2
1
  /**
3
2
  * This hook returns a `GlobalStyles` component that sets the CSS layer order (for server-side rendering).
4
3
  * Then on client-side, it injects the CSS layer order into the document head to ensure that the layer order is always present first before other Emotion styles.
5
4
  */
6
5
  export default function useLayerOrder(theme: {
7
6
  modularCssLayers?: boolean | string;
8
- }): React.JSX.Element | null;
7
+ }): import("react/jsx-runtime").JSX.Element | null;
@@ -1,12 +1,10 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = useLayerOrder;
9
- var React = _interopRequireWildcard(require("react"));
10
8
  var _useEnhancedEffect = _interopRequireDefault(require("@mui/utils/useEnhancedEffect"));
11
9
  var _useId = _interopRequireDefault(require("@mui/utils/useId"));
12
10
  var _GlobalStyles = _interopRequireDefault(require("../GlobalStyles"));
@@ -4,7 +4,7 @@ declare function DefaultPropsProvider({
4
4
  children
5
5
  }: React.PropsWithChildren<{
6
6
  value: Record<string, any> | undefined;
7
- }>): React.JSX.Element;
7
+ }>): import("react/jsx-runtime").JSX.Element;
8
8
  declare namespace DefaultPropsProvider {
9
9
  var propTypes: any;
10
10
  }
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { Interpolation } from '@mui/styled-engine';
3
2
  import { Theme as SystemTheme } from "../createTheme/index.js";
4
3
  export interface GlobalStylesProps<Theme = SystemTheme> {
@@ -10,7 +9,7 @@ declare function GlobalStyles<Theme = SystemTheme>({
10
9
  styles,
11
10
  themeId,
12
11
  defaultTheme
13
- }: GlobalStylesProps<Theme>): React.JSX.Element;
12
+ }: GlobalStylesProps<Theme>): import("react/jsx-runtime").JSX.Element;
14
13
  declare namespace GlobalStyles {
15
14
  var propTypes: any;
16
15
  }
@@ -1,6 +1,5 @@
1
1
  'use client';
2
2
 
3
- import * as React from 'react';
4
3
  import PropTypes from 'prop-types';
5
4
  import { GlobalStyles as MuiGlobalStyles, internal_serializeStyles as serializeStyles } from '@mui/styled-engine';
6
5
  import useTheme from "../useTheme/index.js";
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { OverridableComponent } from '@mui/types';
3
3
  import useThemeSystem from "../useTheme/index.js";
4
4
  import { GridTypeMap } from "./GridProps.js";
5
- declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../createStyled/index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
5
+ declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
6
6
  declare function useThemePropsDefault<T extends {}>(props: T): T;
7
7
  export default function createGrid(options?: {
8
8
  createStyledComponent?: typeof defaultCreateStyledComponent;
@@ -1,7 +1,3 @@
1
- /**
2
- * Split this component for RSC import
3
- */
4
- import * as React from 'react';
5
1
  export declare const DEFAULT_MODE_STORAGE_KEY = "mode";
6
2
  export declare const DEFAULT_COLOR_SCHEME_STORAGE_KEY = "color-scheme";
7
3
  export declare const DEFAULT_ATTRIBUTE = "data-color-scheme";
@@ -48,4 +44,4 @@ export interface InitColorSchemeScriptProps {
48
44
  */
49
45
  nonce?: string | undefined;
50
46
  }
51
- export default function InitColorSchemeScript(options?: InitColorSchemeScriptProps): React.JSX.Element;
47
+ export default function InitColorSchemeScript(options?: InitColorSchemeScriptProps): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,3 @@
1
- /**
2
- * Split this component for RSC import
3
- */
4
- import * as React from 'react';
5
1
  import { jsx as _jsx } from "react/jsx-runtime";
6
2
  export const DEFAULT_MODE_STORAGE_KEY = 'mode';
7
3
  export const DEFAULT_COLOR_SCHEME_STORAGE_KEY = 'color-scheme';
@@ -10,7 +10,7 @@ interface StyleFunctionProps {
10
10
  };
11
11
  ownerState: StackOwnerState;
12
12
  }
13
- declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../createStyled/index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
13
+ declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>;
14
14
  declare function useThemePropsDefault<T extends {}>(props: T): T;
15
15
  export declare const style: ({
16
16
  ownerState,
@@ -1,8 +1,7 @@
1
- import * as React from 'react';
2
1
  /**
3
2
  * This hook returns a `GlobalStyles` component that sets the CSS layer order (for server-side rendering).
4
3
  * Then on client-side, it injects the CSS layer order into the document head to ensure that the layer order is always present first before other Emotion styles.
5
4
  */
6
5
  export default function useLayerOrder(theme: {
7
6
  modularCssLayers?: boolean | string;
8
- }): React.JSX.Element | null;
7
+ }): import("react/jsx-runtime").JSX.Element | null;
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import useEnhancedEffect from '@mui/utils/useEnhancedEffect';
3
2
  import useId from '@mui/utils/useId';
4
3
  import GlobalStyles from "../GlobalStyles/index.js";
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v7.3.2
2
+ * @mui/system v7.3.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -39,6 +39,7 @@ export function experimental_sx() {
39
39
  }
40
40
  export { default as unstable_getThemeValue } from "./getThemeValue/index.js";
41
41
  export { default as Box } from "./Box/index.js";
42
+ export * from "./Box/index.js";
42
43
  export { default as createBox } from "./createBox/index.js";
43
44
  export { default as createStyled } from "./createStyled/index.js";
44
45
  export * from "./createStyled/index.js";
@@ -1 +1,2 @@
1
- export default function merge(acc: object, item: object): object;
1
+ declare function merge(acc: object, item: object): object;
2
+ export default merge;
@@ -1,6 +1,6 @@
1
- export const version = "7.3.2";
1
+ export const version = "7.3.5";
2
2
  export const major = Number("7");
3
3
  export const minor = Number("3");
4
- export const patch = Number("2");
4
+ export const patch = Number("5");
5
5
  export const prerelease = undefined;
6
6
  export default version;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v7.3.2
2
+ * @mui/system v7.3.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -501,7 +501,18 @@ Object.keys(_typography).forEach(function (key) {
501
501
  });
502
502
  var _styleFunctionSx = _interopRequireWildcard(require("./styleFunctionSx"));
503
503
  var _getThemeValue = _interopRequireDefault(require("./getThemeValue"));
504
- var _Box = _interopRequireDefault(require("./Box"));
504
+ var _Box = _interopRequireWildcard(require("./Box"));
505
+ Object.keys(_Box).forEach(function (key) {
506
+ if (key === "default" || key === "__esModule") return;
507
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
508
+ if (key in exports && exports[key] === _Box[key]) return;
509
+ Object.defineProperty(exports, key, {
510
+ enumerable: true,
511
+ get: function () {
512
+ return _Box[key];
513
+ }
514
+ });
515
+ });
505
516
  var _createBox = _interopRequireDefault(require("./createBox"));
506
517
  var _createStyled = _interopRequireWildcard(require("./createStyled"));
507
518
  Object.keys(_createStyled).forEach(function (key) {
package/merge/merge.d.ts CHANGED
@@ -1 +1,2 @@
1
- export default function merge(acc: object, item: object): object;
1
+ declare function merge(acc: object, item: object): object;
2
+ export default merge;
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@mui/system",
3
- "version": "7.3.2",
3
+ "version": "7.3.5",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
6
- "main": "./index.js",
7
6
  "keywords": [
8
7
  "react",
9
8
  "react-component",
@@ -25,14 +24,14 @@
25
24
  "url": "https://opencollective.com/mui-org"
26
25
  },
27
26
  "dependencies": {
28
- "@babel/runtime": "^7.28.3",
27
+ "@babel/runtime": "^7.28.4",
29
28
  "clsx": "^2.1.1",
30
29
  "csstype": "^3.1.3",
31
30
  "prop-types": "^15.8.1",
32
- "@mui/private-theming": "^7.3.2",
33
- "@mui/utils": "^7.3.2",
34
- "@mui/styled-engine": "^7.3.2",
35
- "@mui/types": "^7.4.6"
31
+ "@mui/private-theming": "^7.3.5",
32
+ "@mui/styled-engine": "^7.3.5",
33
+ "@mui/types": "^7.4.8",
34
+ "@mui/utils": "^7.3.5"
36
35
  },
37
36
  "peerDependencies": {
38
37
  "@emotion/react": "^11.5.0",
@@ -59,6 +58,7 @@
59
58
  "node": ">=14.0.0"
60
59
  },
61
60
  "type": "commonjs",
61
+ "main": "./index.js",
62
62
  "types": "./index.d.ts",
63
63
  "exports": {
64
64
  "./package.json": "./package.json",
package/version/index.js CHANGED
@@ -4,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = exports.prerelease = exports.patch = exports.minor = exports.major = exports.default = void 0;
7
- const version = exports.version = "7.3.2";
7
+ const version = exports.version = "7.3.5";
8
8
  const major = exports.major = Number("7");
9
9
  const minor = exports.minor = Number("3");
10
- const patch = exports.patch = Number("2");
10
+ const patch = exports.patch = Number("5");
11
11
  const prerelease = exports.prerelease = undefined;
12
12
  var _default = exports.default = version;