@mui/styled-engine-sc 5.14.9 → 5.14.10

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,60 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.10
4
+
5
+ <!-- generated comparing v5.14.9..master -->
6
+
7
+ _Sep 18, 2023_
8
+
9
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
10
+
11
+ ### `@mui/material@5.14.10`
12
+
13
+ - &#8203;<!-- 20 -->[Chip] Add cursor CSS property reset (#38984) @DiegoAndai
14
+
15
+ ### `@mui/utils@5.14.10`
16
+
17
+ - &#8203;<!-- 05 -->[utils] Move @types/prop-types back to dependencies (#39030) @Methuselah96
18
+
19
+ ### `@mui/base@5.0.0-beta.16`
20
+
21
+ - &#8203;<!-- 24 -->[NumberInput][base-ui] Warn when changing control mode with `useControlled` (#38757) @sai6855
22
+ - &#8203;<!-- 23 -->[Select][base-ui] Fix Select button layout shift, add placeholder prop (#38796) @mj12albert
23
+ - &#8203;<!-- 22 -->[useList][base-ui] Accept arbitrary external props and forward to root (#38848) @mj12albert
24
+ - &#8203;<!-- 25 -->[Autocomplete][base-ui] Added ref to getInputProps return value (#38919) @DarhkVoyd
25
+
26
+ ### `@mui/joy@5.0.0-beta.7`
27
+
28
+ - &#8203;<!-- 26 -->[AccordionGroup][joy-ui] Fix console warning when using custom color (#38950) @sai6855
29
+ - &#8203;<!-- 07 -->[GlobalStyles][joy-ui] Ensure compatibility with RSC (#38955) @mateuseap
30
+
31
+ ### Docs
32
+
33
+ - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
34
+ - &#8203;<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
35
+ - &#8203;<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
36
+ - &#8203;<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
37
+ - &#8203;<!-- 09 -->[docs][joy-ui] Revise the Overview page (#38842) @danilo-leal
38
+ - &#8203;<!-- 08 -->[docs][material-ui][Pagination] Add `TablePagination` to the API components list (#38486) @MonstraG
39
+
40
+ ### Core
41
+
42
+ - &#8203;<!-- 19 -->[core] Add more context about useEventCallback @oliviertassinari
43
+ - &#8203;<!-- 18 -->[core] Allow deeper import of @mui/utils (#38806) @oliviertassinari
44
+ - &#8203;<!-- 17 -->[core] Remove react-dom from @mui/utils peerDependencies (#38974) @michaldudak
45
+ - &#8203;<!-- 16 -->[core] Remove react from styled-engine dependencies (#38971) @michaldudak
46
+ - &#8203;<!-- 15 -->[core] Fix image loading bug on Safari @oliviertassinari
47
+ - &#8203;<!-- 14 -->[core] Fix bundle size upload to S3 job (#38956) @Janpot
48
+ - &#8203;<!-- 20 -->[core] Move eslint to peer dependencies of eslint-plugin-material-ui (#39033) @michaldudak
49
+ - &#8203;<!-- 10 -->[docs-infra] Display markdown lists correctly in docs for props description (#38973) @ZeeshanTamboli
50
+ - &#8203;<!-- 04 -->[website] Improve lighthouse score (#39011) @oliviertassinari
51
+ - &#8203;<!-- 03 -->[website] Fix lighthouse issues @oliviertassinari
52
+ - &#8203;<!-- 02 -->[website] Create the `InfoCard` component (#38987) @danilo-leal
53
+ - &#8203;<!-- 01 -->[website] Small tweaks for performance @oliviertassinari
54
+ - &#8203;<!-- 06 -->[zero][next] Setup nextjs plugin package (#38852) @brijeshb42
55
+
56
+ All contributors of this release in alphabetical order: @alisasanib, @brijeshb42, @danilo-leal, @DarhkVoyd, @DiegoAndai, @Janpot, @mateuseap, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @MonstraG, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
57
+
3
58
  ## 5.14.9
4
59
 
5
60
  <!-- generated comparing v5.14.8..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v5.14.9
2
+ * @mui/styled-engine-sc v5.14.10
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/styled-engine-sc v5.14.9
2
+ * @mui/styled-engine-sc v5.14.10
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 v5.14.9
2
+ * @mui/styled-engine-sc v5.14.10
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 v5.14.9
2
+ * @mui/styled-engine-sc v5.14.10
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": "5.14.9",
3
+ "version": "5.14.10",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -28,8 +28,7 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.22.15",
30
30
  "csstype": "^3.1.2",
31
- "prop-types": "^15.8.1",
32
- "react": "^18.2.0"
31
+ "prop-types": "^15.8.1"
33
32
  },
34
33
  "peerDependencies": {
35
34
  "@types/styled-components": "^5.1.14",