@mui/private-theming 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/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
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.3
2
+ * @mui/private-theming 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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.3
2
+ * @mui/private-theming 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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.3
2
+ * @mui/private-theming v5.15.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.3
2
+ * @mui/private-theming 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/private-theming",
3
- "version": "5.15.3",
3
+ "version": "5.15.4",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -26,9 +26,9 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.23.6",
30
- "@mui/utils": "^5.15.3",
31
- "prop-types": "^15.8.1"
29
+ "@babel/runtime": "^7.23.7",
30
+ "prop-types": "^15.8.1",
31
+ "@mui/utils": "^5.15.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0",
@@ -41,7 +41,8 @@
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {
44
- "access": "public"
44
+ "access": "public",
45
+ "directory": "build"
45
46
  },
46
47
  "engines": {
47
48
  "node": ">=12.0.0"