@mui/icons-material 5.15.12 → 5.15.13

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,97 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.13
4
+
5
+ <!-- generated comparing v5.15.12..master -->
6
+
7
+ _Mar 12, 2024_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highights ✨
10
+
11
+ - The Material UI free Checkout template got a design uplift (#41447) @zanivan
12
+
13
+ ### `@mui/material@5.15.13`
14
+
15
+ - [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
16
+ - [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
17
+ - Add `paperChannel` token (#41447) @siriwatknp
18
+ - [Switch] Convert to support CSS extraction (#41367) @alexfauquette
19
+ - [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
20
+
21
+ ### `@mui/system@5.15.13`
22
+
23
+ - [RtlProvider] Add component & hook (#41241) @mnajdova
24
+
25
+ ### `@mui/utils@5.15.13`
26
+
27
+ - [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
28
+
29
+ ### `@mui/codemod@5.15.13`
30
+
31
+ - Fix merging of slotProps and componentProps (#41323) @sai6855
32
+
33
+ ### `@mui/base@5.0.0-beta.39`
34
+
35
+ - [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
36
+ - [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
37
+ - [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
38
+
39
+ ### `@pigment-css/react@0.0.2`
40
+
41
+ - Handle more scenarios while transforming sx prop (#41372) @brijeshb42
42
+ - Improve testing of fixtures (#41389) @brijeshb42
43
+ - Fix `keyframes` serialize styles error (#41395) @siriwatknp
44
+ - Use class selector instead of class value (#41442) @brijeshb42
45
+ - [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
46
+
47
+ ### Docs
48
+
49
+ - [material-ui] Refine checkout template (#40967) @zanivan
50
+ - [material-ui] Add docs for complementary List components (#41329) @anle9650
51
+ - [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
52
+ - [material-ui] Fix Templates live preview link (#41467) @danilo-leal
53
+ - [material-ui] Polish out the templates page (#41468) @zanivan
54
+ - [material-ui] Adjust the Templates card design (#41450) @danilo-leal
55
+ - [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
56
+ - [joy-ui] Update case studies chip background color (#41413) @cipherlogs
57
+ - [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
58
+ - [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
59
+ - [pigment] Add example and guide section (#41249) @siriwatknp
60
+ - [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
61
+ - [pigment-css] Fix import on the README (#41411) @danilo-leal
62
+ - [pigment-css] Edit starter template links on README (#41409) @danilo-leal
63
+ - [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
64
+ - [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
65
+ - Finish brand name fixes #41438 @oliviertassinari
66
+ - Remove noreferrer @oliviertassinari
67
+ - Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
68
+ - Update GitHub project links (#41370) @danilo-leal
69
+
70
+ ### Core
71
+
72
+ - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
73
+ - [pigment] Rename directories to match package names (#41453) @brijeshb42
74
+ - [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
75
+ - [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
76
+ - [code-infra] Add alias for icon types (#41248) @Janpot
77
+ - [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
78
+ - [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
79
+ - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
80
+ - [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
81
+ - [docs-infra] Fix pigment css apps path in the render mui demos script (#41476) @mnajdova
82
+ - [docs-infra] move feedback to ESM (#41381) @alexfauquette
83
+ - [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
84
+ - [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
85
+ - [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
86
+ - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
87
+ - [website] Update the Careers page role (#41384) @danilo-leal
88
+ - [website] Compress about images @oliviertassinari
89
+ - [website] Improve color contrast on the homepage (#41465) @danilo-leal
90
+ - [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
91
+ - [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
92
+
93
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
94
+
3
95
  ## v5.15.12
4
96
 
5
97
  <!-- generated comparing v5.15.11..master -->
@@ -9,6 +101,10 @@ _Mar 5, 2024_
9
101
  A big thanks to the 21 contributors who made this release possible.
10
102
  This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
103
 
104
+ ### `@pigment-css/react@0.0.1`, `@pigment-css/nextjs-plugin@0.0.1`, `@pigment-css/vite-plugin@0.0.1`, & `@pigment-css/unplugin@0.0.1`
105
+
106
+ - This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
107
+
12
108
  ### `@mui/material@5.15.12`
13
109
 
14
110
  - &#8203;<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
package/icon.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { default } from '@mui/material/SvgIcon';
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.12
2
+ * @mui/icons-material v5.15.13
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/icons-material",
3
- "version": "5.15.12",
3
+ "version": "5.15.13",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",