@mui/styled-engine-sc 6.1.5 → 6.1.6

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,57 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.1.6
4
+
5
+ <!-- generated comparing v6.1.5..master -->
6
+
7
+ _Oct 30, 2024_
8
+
9
+ A big thanks to the 13 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.1.6`
12
+
13
+ - [Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams (#44183) @sai6855
14
+ - [Avatar] Fix AvatarGroup spacing (#44208) @aarongarciah
15
+ - [AvatarGroup] Fix spacing CSS variable (#44202) @navedqb
16
+ - [Divider] Fix CSS specificity order (#44204) @o-alexandrov
17
+ - [Slider] Fix value prop type warning (#44131) @joshkel
18
+ - Replace `useThemeProps` with `useDefaultProps` (#44193) @siriwatknp
19
+
20
+ ### `@mui/material-nextjs@6.1.6`
21
+
22
+ - Support Next 15.0.0 (#42428) @nphmuller
23
+
24
+ ### `@mui/lab@6.0.0-beta.14`
25
+
26
+ - [Tabs] Fix type of TabPanel component (#44207) @blackcow1987
27
+
28
+ ### `@mui/codemod@6.1.6`
29
+
30
+ - Fix system props default import specifier (#44170) @siriwatknp
31
+
32
+ ### `@mui/utils@6.1.6`
33
+
34
+ - Bring back useIsFocusVisible (#44256) @aarongarciah
35
+ - Bring back getReactNodeRef (#44248) @aarongarciah
36
+
37
+ ### Docs
38
+
39
+ - [material-ui][Avatar] Add AvatarGroup spacing demo (#44209) @aarongarciah
40
+ - Fix a typo in CONTRIBUTING.md (#44200) @prakhargupta1
41
+ - Mark the Hidden component as deprecated in the sidenav (#44068) @jimmycallin
42
+ - Use () when referencing functions (#44184) @oliviertassinari
43
+ - Follow types description convention (#44187) @oliviertassinari
44
+
45
+ ### Core
46
+
47
+ - Lock file maintenance (#43947)
48
+ - Run @mui/icon-material src:icons (#44097) @oliviertassinari
49
+ - [test][material-ui] Add tests for Pigment Grid and Stack (#44132) @DiegoAndai
50
+ - [test] Distinguish private with public tests API (#44188) @oliviertassinari
51
+ - [docs-infra] Add recursively the relative modules in the demos (#44150) @mnajdova
52
+
53
+ All contributors of this release in alphabetical order: @aarongarciah, @blackcow1987, @DiegoAndai, @jimmycallin, @joshkel, @mnajdova, @navedqb, @nphmuller, @o-alexandrov, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp
54
+
3
55
  ## 6.1.5
4
56
 
5
57
  <!-- generated comparing v6.1.4..master -->
@@ -358,7 +410,7 @@ A big thanks to the 11 contributors who made this release possible.
358
410
 
359
411
  ### `@mui/material@6.0.2`
360
412
 
361
- - Fix `createTheme` with just color schemes (#43518) @siriwatknp
413
+ - Fix `createTheme()` with just color schemes (#43518) @siriwatknp
362
414
  - [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
363
415
  - [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
364
416
 
@@ -1100,7 +1152,7 @@ A big thanks to the 18 contributors who made this release possible.
1100
1152
 
1101
1153
  ### Docs
1102
1154
 
1103
- - Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
1155
+ - Add `theme.applyStyles()` and migrate docs (#42498) @siriwatknp
1104
1156
  - Fix dashboard template console error (#42594) @oliviertassinari
1105
1157
  - Migrate system props to `sx` prop (#42475) @siriwatknp
1106
1158
  - [material-ui]Fix duplicated sentence (#42521) @alexfauquette
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v6.1.5
2
+ * @mui/styled-engine-sc v6.1.6
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 v6.1.5
2
+ * @mui/styled-engine-sc v6.1.6
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/styled-engine-sc v6.1.5
2
+ * @mui/styled-engine-sc v6.1.6
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": "6.1.5",
3
+ "version": "6.1.6",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -26,7 +26,7 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.25.7",
29
+ "@babel/runtime": "^7.26.0",
30
30
  "csstype": "^3.1.3",
31
31
  "hoist-non-react-statics": "^3.3.2",
32
32
  "prop-types": "^15.8.1"