@mui/system 5.15.3 → 5.15.4

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/Box/Box.js CHANGED
@@ -15,10 +15,10 @@ const Box = (0, _createBox.default)({
15
15
  generateClassName: _utils.unstable_ClassNameGenerator.generate
16
16
  });
17
17
  process.env.NODE_ENV !== "production" ? Box.propTypes /* remove-proptypes */ = {
18
- // ----------------------------- Warning --------------------------------
19
- // | These PropTypes are generated from the TypeScript type definitions |
20
- // | To update them edit the d.ts file and run "yarn proptypes" |
21
- // ----------------------------------------------------------------------
18
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
19
+ // These PropTypes are generated from the TypeScript type definitions.
20
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
21
+ // └─────────────────────────────────────────────────────────────────────┘
22
22
  /**
23
23
  * @ignore
24
24
  */
package/CHANGELOG.md CHANGED
@@ -1,5 +1,90 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.15.4
4
+
5
+ <!-- generated comparing v5.15.3..master -->
6
+
7
+ _Jan 10, 2024_
8
+
9
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights:
10
+
11
+ - ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
12
+
13
+ ### `@mui/material@5.15.4`
14
+
15
+ - [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
16
+ - [Select] Add form submission regression test (#40176) @mj12albert
17
+ - [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
18
+ - [ClickAwayListener] Fix export of types (#40485) @illume
19
+
20
+ ### `@mui/material-nextjs@5.15.4`
21
+
22
+ - Improve build size issue (#40436) @siriwatknp
23
+
24
+ ### `@mui/icons-material@5.15.4`
25
+
26
+ - Update the icons (#40365) @michaldudak
27
+
28
+ ### `@mui/system@5.15.4`
29
+
30
+ - [zero] Move zero runtime related packages (#40426) @brijeshb42
31
+ - Fix all use of styled(Box) (#40449) @oliviertassinari
32
+
33
+ ### `@mui/utils@5.15.4`
34
+
35
+ - Fix `isPlainObject` to work across realm (#39981) @brijeshb42
36
+
37
+ ### `@mui/base@5.0.0-beta.31`
38
+
39
+ - [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
40
+
41
+ ### `@mui/joy@5.0.0-beta.22`
42
+
43
+ - [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
44
+ - [ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export (#40407) @RiceCrisp
45
+
46
+ ### Docs
47
+
48
+ - [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
49
+ - [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
50
+ - [base-ui] Update the overview page (#40412) @danilo-leal
51
+ - [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
52
+ - [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
53
+ - [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
54
+ - [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
55
+ - [material-ui] Revise the Accordion page (#40284) @anle9650
56
+ - [material-ui] Add docs for complementary Card components (#40346) @anle9650
57
+ - [material-ui] Add Material 3 components page (#40350) @DiegoAndai
58
+ - Fix strange italic style @oliviertassinari
59
+ - Fix references to ESLint @oliviertassinari
60
+ - Fix 301 redirections @oliviertassinari
61
+ - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
62
+
63
+ ### Core
64
+
65
+ - [examples] Use material-nextjs integration package (#40199) @siriwatknp
66
+ - [code-infra] Configure build dependencies in nx (#40482) @michaldudak
67
+ - [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
68
+ - [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
69
+ - [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
70
+ - [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
71
+ - [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
72
+ - [docs-infra] Fix API table full-width (#40476) @oliviertassinari
73
+ - [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
74
+ - [docs-infra] Remove explicit `mui-x` dependency resolving (#40257) @LukasTy
75
+ - [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
76
+ - [core] Lock file maintenance (#34538) @renovate[bot]
77
+ - [core] Remove duplicate devDependencies (#40438) @michaldudak
78
+ - [core] Remove issue emoji @oliviertassinari
79
+ - [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
80
+ - [core] Change package manager to pnpm (#36287) @Janpot
81
+ - [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
82
+ - [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
83
+ - [website] Fix default social card @oliviertassinari
84
+ - [test] Restore the `t` command (#40430) @michaldudak
85
+
86
+ All contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
87
+
3
88
  ## 5.15.3
4
89
 
5
90
  <!-- generated comparing v5.15.2..master -->
@@ -12480,7 +12565,7 @@ Here are some highlights ✨:
12480
12565
 
12481
12566
  - 👩‍🎨 A first iteration on the new styling solution.
12482
12567
 
12483
- You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
12568
+ You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [Emotion](https://emotion.sh/).
12484
12569
 
12485
12570
  In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/p/sandbox/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
12486
12571
 
@@ -21,10 +21,10 @@ var _createContainer = _interopRequireDefault(require("./createContainer"));
21
21
  */
22
22
  const Container = (0, _createContainer.default)();
23
23
  process.env.NODE_ENV !== "production" ? Container.propTypes /* remove-proptypes */ = {
24
- // ----------------------------- Warning --------------------------------
25
- // | These PropTypes are generated from the TypeScript type definitions |
26
- // | To update them edit TypeScript types and run "yarn proptypes" |
27
- // ----------------------------------------------------------------------
24
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
25
+ // These PropTypes are generated from the TypeScript type definitions.
26
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
27
+ // └─────────────────────────────────────────────────────────────────────┘
28
28
  /**
29
29
  * @ignore
30
30
  */
@@ -25,10 +25,10 @@ function GlobalStyles({
25
25
  });
26
26
  }
27
27
  process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes /* remove-proptypes */ = {
28
- // ----------------------------- Warning --------------------------------
29
- // | These PropTypes are generated from the TypeScript type definitions |
30
- // | To update them edit TypeScript types and run "yarn proptypes" |
31
- // ----------------------------------------------------------------------
28
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
29
+ // These PropTypes are generated from the TypeScript type definitions.
30
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
31
+ // └─────────────────────────────────────────────────────────────────────┘
32
32
  /**
33
33
  * @ignore
34
34
  */
package/Stack/Stack.js CHANGED
@@ -22,10 +22,10 @@ var _createStack = _interopRequireDefault(require("./createStack"));
22
22
  */
23
23
  const Stack = (0, _createStack.default)();
24
24
  process.env.NODE_ENV !== "production" ? Stack.propTypes /* remove-proptypes */ = {
25
- // ----------------------------- Warning --------------------------------
26
- // | These PropTypes are generated from the TypeScript type definitions |
27
- // | To update them edit TypeScript types and run "yarn proptypes" |
28
- // ----------------------------------------------------------------------
25
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
26
+ // These PropTypes are generated from the TypeScript type definitions.
27
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
28
+ // └─────────────────────────────────────────────────────────────────────┘
29
29
  /**
30
30
  * The content of the component.
31
31
  */
@@ -69,10 +69,10 @@ function ThemeProvider(props) {
69
69
  });
70
70
  }
71
71
  process.env.NODE_ENV !== "production" ? ThemeProvider.propTypes /* remove-proptypes */ = {
72
- // ----------------------------- Warning --------------------------------
73
- // | These PropTypes are generated from the TypeScript type definitions |
74
- // | To update them edit the d.ts file and run "yarn proptypes" |
75
- // ----------------------------------------------------------------------
72
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
73
+ // These PropTypes are generated from the TypeScript type definitions.
74
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
75
+ // └─────────────────────────────────────────────────────────────────────┘
76
76
  /**
77
77
  * Your component tree.
78
78
  */
@@ -21,10 +21,10 @@ var _createGrid = _interopRequireDefault(require("./createGrid"));
21
21
  */
22
22
  const Grid = (0, _createGrid.default)();
23
23
  process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
24
- // ----------------------------- Warning --------------------------------
25
- // | These PropTypes are generated from the TypeScript type definitions |
26
- // | To update them edit TypeScript types and run "yarn proptypes" |
27
- // ----------------------------------------------------------------------
24
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
25
+ // These PropTypes are generated from the TypeScript type definitions.
26
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
27
+ // └─────────────────────────────────────────────────────────────────────┘
28
28
  /**
29
29
  * The content of the component.
30
30
  */
package/esm/Box/Box.js CHANGED
@@ -9,10 +9,10 @@ const Box = createBox({
9
9
  generateClassName: ClassNameGenerator.generate
10
10
  });
11
11
  process.env.NODE_ENV !== "production" ? Box.propTypes /* remove-proptypes */ = {
12
- // ----------------------------- Warning --------------------------------
13
- // | These PropTypes are generated from the TypeScript type definitions |
14
- // | To update them edit the d.ts file and run "yarn proptypes" |
15
- // ----------------------------------------------------------------------
12
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
13
+ // These PropTypes are generated from the TypeScript type definitions.
14
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
15
+ // └─────────────────────────────────────────────────────────────────────┘
16
16
  /**
17
17
  * @ignore
18
18
  */
@@ -16,10 +16,10 @@ import createContainer from './createContainer';
16
16
  */
17
17
  const Container = createContainer();
18
18
  process.env.NODE_ENV !== "production" ? Container.propTypes /* remove-proptypes */ = {
19
- // ----------------------------- Warning --------------------------------
20
- // | These PropTypes are generated from the TypeScript type definitions |
21
- // | To update them edit TypeScript types and run "yarn proptypes" |
22
- // ----------------------------------------------------------------------
19
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
20
+ // These PropTypes are generated from the TypeScript type definitions.
21
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
22
+ // └─────────────────────────────────────────────────────────────────────┘
23
23
  /**
24
24
  * @ignore
25
25
  */
@@ -17,10 +17,10 @@ function GlobalStyles({
17
17
  });
18
18
  }
19
19
  process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes /* remove-proptypes */ = {
20
- // ----------------------------- Warning --------------------------------
21
- // | These PropTypes are generated from the TypeScript type definitions |
22
- // | To update them edit TypeScript types and run "yarn proptypes" |
23
- // ----------------------------------------------------------------------
20
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
21
+ // These PropTypes are generated from the TypeScript type definitions.
22
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
23
+ // └─────────────────────────────────────────────────────────────────────┘
24
24
  /**
25
25
  * @ignore
26
26
  */
@@ -16,10 +16,10 @@ import createStack from './createStack';
16
16
  */
17
17
  const Stack = createStack();
18
18
  process.env.NODE_ENV !== "production" ? Stack.propTypes /* remove-proptypes */ = {
19
- // ----------------------------- Warning --------------------------------
20
- // | These PropTypes are generated from the TypeScript type definitions |
21
- // | To update them edit TypeScript types and run "yarn proptypes" |
22
- // ----------------------------------------------------------------------
19
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
20
+ // These PropTypes are generated from the TypeScript type definitions.
21
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
22
+ // └─────────────────────────────────────────────────────────────────────┘
23
23
  /**
24
24
  * The content of the component.
25
25
  */
@@ -61,10 +61,10 @@ function ThemeProvider(props) {
61
61
  });
62
62
  }
63
63
  process.env.NODE_ENV !== "production" ? ThemeProvider.propTypes /* remove-proptypes */ = {
64
- // ----------------------------- Warning --------------------------------
65
- // | These PropTypes are generated from the TypeScript type definitions |
66
- // | To update them edit the d.ts file and run "yarn proptypes" |
67
- // ----------------------------------------------------------------------
64
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
65
+ // These PropTypes are generated from the TypeScript type definitions.
66
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
67
+ // └─────────────────────────────────────────────────────────────────────┘
68
68
  /**
69
69
  * Your component tree.
70
70
  */
@@ -15,10 +15,10 @@ import createGrid from './createGrid';
15
15
  */
16
16
  const Grid = createGrid();
17
17
  process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
18
- // ----------------------------- Warning --------------------------------
19
- // | These PropTypes are generated from the TypeScript type definitions |
20
- // | To update them edit TypeScript types and run "yarn proptypes" |
21
- // ----------------------------------------------------------------------
18
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
19
+ // These PropTypes are generated from the TypeScript type definitions.
20
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
21
+ // └─────────────────────────────────────────────────────────────────────┘
22
22
  /**
23
23
  * The content of the component.
24
24
  */
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v5.15.3
2
+ * @mui/system v5.15.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/Box/Box.js CHANGED
@@ -9,10 +9,10 @@ var Box = createBox({
9
9
  generateClassName: ClassNameGenerator.generate
10
10
  });
11
11
  process.env.NODE_ENV !== "production" ? Box.propTypes /* remove-proptypes */ = {
12
- // ----------------------------- Warning --------------------------------
13
- // | These PropTypes are generated from the TypeScript type definitions |
14
- // | To update them edit the d.ts file and run "yarn proptypes" |
15
- // ----------------------------------------------------------------------
12
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
13
+ // These PropTypes are generated from the TypeScript type definitions.
14
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
15
+ // └─────────────────────────────────────────────────────────────────────┘
16
16
  /**
17
17
  * @ignore
18
18
  */
@@ -16,10 +16,10 @@ import createContainer from './createContainer';
16
16
  */
17
17
  var Container = createContainer();
18
18
  process.env.NODE_ENV !== "production" ? Container.propTypes /* remove-proptypes */ = {
19
- // ----------------------------- Warning --------------------------------
20
- // | These PropTypes are generated from the TypeScript type definitions |
21
- // | To update them edit TypeScript types and run "yarn proptypes" |
22
- // ----------------------------------------------------------------------
19
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
20
+ // These PropTypes are generated from the TypeScript type definitions.
21
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
22
+ // └─────────────────────────────────────────────────────────────────────┘
23
23
  /**
24
24
  * @ignore
25
25
  */
@@ -17,10 +17,10 @@ function GlobalStyles(_ref) {
17
17
  });
18
18
  }
19
19
  process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes /* remove-proptypes */ = {
20
- // ----------------------------- Warning --------------------------------
21
- // | These PropTypes are generated from the TypeScript type definitions |
22
- // | To update them edit TypeScript types and run "yarn proptypes" |
23
- // ----------------------------------------------------------------------
20
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
21
+ // These PropTypes are generated from the TypeScript type definitions.
22
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
23
+ // └─────────────────────────────────────────────────────────────────────┘
24
24
  /**
25
25
  * @ignore
26
26
  */
@@ -16,10 +16,10 @@ import createStack from './createStack';
16
16
  */
17
17
  var Stack = createStack();
18
18
  process.env.NODE_ENV !== "production" ? Stack.propTypes /* remove-proptypes */ = {
19
- // ----------------------------- Warning --------------------------------
20
- // | These PropTypes are generated from the TypeScript type definitions |
21
- // | To update them edit TypeScript types and run "yarn proptypes" |
22
- // ----------------------------------------------------------------------
19
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
20
+ // These PropTypes are generated from the TypeScript type definitions.
21
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
22
+ // └─────────────────────────────────────────────────────────────────────┘
23
23
  /**
24
24
  * The content of the component.
25
25
  */
@@ -59,10 +59,10 @@ function ThemeProvider(props) {
59
59
  });
60
60
  }
61
61
  process.env.NODE_ENV !== "production" ? ThemeProvider.propTypes /* remove-proptypes */ = {
62
- // ----------------------------- Warning --------------------------------
63
- // | These PropTypes are generated from the TypeScript type definitions |
64
- // | To update them edit the d.ts file and run "yarn proptypes" |
65
- // ----------------------------------------------------------------------
62
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
63
+ // These PropTypes are generated from the TypeScript type definitions.
64
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
65
+ // └─────────────────────────────────────────────────────────────────────┘
66
66
  /**
67
67
  * Your component tree.
68
68
  */
@@ -15,10 +15,10 @@ import createGrid from './createGrid';
15
15
  */
16
16
  var Grid = createGrid();
17
17
  process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
18
- // ----------------------------- Warning --------------------------------
19
- // | These PropTypes are generated from the TypeScript type definitions |
20
- // | To update them edit TypeScript types and run "yarn proptypes" |
21
- // ----------------------------------------------------------------------
18
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
19
+ // These PropTypes are generated from the TypeScript type definitions.
20
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
21
+ // └─────────────────────────────────────────────────────────────────────┘
22
22
  /**
23
23
  * The content of the component.
24
24
  */
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v5.15.3
2
+ * @mui/system v5.15.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/Box/Box.js CHANGED
@@ -9,10 +9,10 @@ const Box = createBox({
9
9
  generateClassName: ClassNameGenerator.generate
10
10
  });
11
11
  process.env.NODE_ENV !== "production" ? Box.propTypes /* remove-proptypes */ = {
12
- // ----------------------------- Warning --------------------------------
13
- // | These PropTypes are generated from the TypeScript type definitions |
14
- // | To update them edit the d.ts file and run "yarn proptypes" |
15
- // ----------------------------------------------------------------------
12
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
13
+ // These PropTypes are generated from the TypeScript type definitions.
14
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
15
+ // └─────────────────────────────────────────────────────────────────────┘
16
16
  /**
17
17
  * @ignore
18
18
  */
@@ -16,10 +16,10 @@ import createContainer from './createContainer';
16
16
  */
17
17
  const Container = createContainer();
18
18
  process.env.NODE_ENV !== "production" ? Container.propTypes /* remove-proptypes */ = {
19
- // ----------------------------- Warning --------------------------------
20
- // | These PropTypes are generated from the TypeScript type definitions |
21
- // | To update them edit TypeScript types and run "yarn proptypes" |
22
- // ----------------------------------------------------------------------
19
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
20
+ // These PropTypes are generated from the TypeScript type definitions.
21
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
22
+ // └─────────────────────────────────────────────────────────────────────┘
23
23
  /**
24
24
  * @ignore
25
25
  */
@@ -17,10 +17,10 @@ function GlobalStyles({
17
17
  });
18
18
  }
19
19
  process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes /* remove-proptypes */ = {
20
- // ----------------------------- Warning --------------------------------
21
- // | These PropTypes are generated from the TypeScript type definitions |
22
- // | To update them edit TypeScript types and run "yarn proptypes" |
23
- // ----------------------------------------------------------------------
20
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
21
+ // These PropTypes are generated from the TypeScript type definitions.
22
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
23
+ // └─────────────────────────────────────────────────────────────────────┘
24
24
  /**
25
25
  * @ignore
26
26
  */
@@ -16,10 +16,10 @@ import createStack from './createStack';
16
16
  */
17
17
  const Stack = createStack();
18
18
  process.env.NODE_ENV !== "production" ? Stack.propTypes /* remove-proptypes */ = {
19
- // ----------------------------- Warning --------------------------------
20
- // | These PropTypes are generated from the TypeScript type definitions |
21
- // | To update them edit TypeScript types and run "yarn proptypes" |
22
- // ----------------------------------------------------------------------
19
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
20
+ // These PropTypes are generated from the TypeScript type definitions.
21
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
22
+ // └─────────────────────────────────────────────────────────────────────┘
23
23
  /**
24
24
  * The content of the component.
25
25
  */
@@ -61,10 +61,10 @@ function ThemeProvider(props) {
61
61
  });
62
62
  }
63
63
  process.env.NODE_ENV !== "production" ? ThemeProvider.propTypes /* remove-proptypes */ = {
64
- // ----------------------------- Warning --------------------------------
65
- // | These PropTypes are generated from the TypeScript type definitions |
66
- // | To update them edit the d.ts file and run "yarn proptypes" |
67
- // ----------------------------------------------------------------------
64
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
65
+ // These PropTypes are generated from the TypeScript type definitions.
66
+ // To update them, edit the d.ts file and run `pnpm proptypes`.
67
+ // └─────────────────────────────────────────────────────────────────────┘
68
68
  /**
69
69
  * Your component tree.
70
70
  */
@@ -15,10 +15,10 @@ import createGrid from './createGrid';
15
15
  */
16
16
  const Grid = createGrid();
17
17
  process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
18
- // ----------------------------- Warning --------------------------------
19
- // | These PropTypes are generated from the TypeScript type definitions |
20
- // | To update them edit TypeScript types and run "yarn proptypes" |
21
- // ----------------------------------------------------------------------
18
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
19
+ // These PropTypes are generated from the TypeScript type definitions.
20
+ // To update them, edit the TypeScript types and run `pnpm proptypes`. │
21
+ // └─────────────────────────────────────────────────────────────────────┘
22
22
  /**
23
23
  * The content of the component.
24
24
  */
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v5.15.3
2
+ * @mui/system v5.15.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/system",
3
- "version": "5.15.3",
3
+ "version": "5.15.4",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "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.",
@@ -26,14 +26,14 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.23.6",
30
- "@mui/private-theming": "^5.15.3",
31
- "@mui/styled-engine": "^5.15.3",
32
- "@mui/types": "^7.2.12",
33
- "@mui/utils": "^5.15.3",
34
- "clsx": "^2.0.0",
29
+ "@babel/runtime": "^7.23.7",
30
+ "clsx": "^2.1.0",
35
31
  "csstype": "^3.1.2",
36
- "prop-types": "^15.8.1"
32
+ "prop-types": "^15.8.1",
33
+ "@mui/private-theming": "^5.15.4",
34
+ "@mui/types": "^7.2.13",
35
+ "@mui/utils": "^5.15.4",
36
+ "@mui/styled-engine": "^5.15.4"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@emotion/react": "^11.5.0",
@@ -54,7 +54,8 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "publishConfig": {
57
- "access": "public"
57
+ "access": "public",
58
+ "directory": "build"
58
59
  },
59
60
  "engines": {
60
61
  "node": ">=12.0.0"