@mui/styled-engine-sc 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/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 -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v7.0.0
2
+ * @mui/styled-engine-sc v7.0.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v7.0.0
2
+ * @mui/styled-engine-sc v7.0.1
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/styled-engine-sc v7.0.0
2
+ * @mui/styled-engine-sc v7.0.1
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/styled-engine-sc",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",