@mui/icons-material 5.14.18 → 5.15.0
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 +186 -3
- package/X.d.ts +1 -0
- package/X.js +17 -0
- package/esm/X.js +8 -0
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,188 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.15.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.20..master -->
|
|
6
|
+
|
|
7
|
+
_Dec 11, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
|
|
12
|
+
|
|
13
|
+
### `@mui/material@5.15.0`
|
|
14
|
+
|
|
15
|
+
- ​<!-- 12 -->Revert "[Select][material-ui] Add name to hidden input element" (#40174) @mj12albert
|
|
16
|
+
- ​<!-- 02 -->[material-ui] Refactor ComponentsVariants type into a generic (#39623) @blakenetz
|
|
17
|
+
|
|
18
|
+
### `@mui/material-nextjs@5.15.0`
|
|
19
|
+
|
|
20
|
+
- ​<!-- 01 -->[material-ui] Add new Next.js integration package (#39947) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### `@mui/material-next@6.0.0-alpha.113`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 11 -->[Badge][material-next] Apply new OwnerState type to Badge (#40119) @lhilgert9
|
|
25
|
+
- ​<!-- 06 -->[material-next][ButtonGroup] Change `ButtonGroup` files to ts (#39794) @lhilgert9
|
|
26
|
+
|
|
27
|
+
### `@mui/icons-material@5.15.0`
|
|
28
|
+
|
|
29
|
+
- ​<!-- 05 -->[icons] Add X logo (#38811) @abreel
|
|
30
|
+
|
|
31
|
+
### `@mui/base@5.0.0-beta.27`
|
|
32
|
+
|
|
33
|
+
- ​<!-- 10 -->[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert
|
|
34
|
+
|
|
35
|
+
### `@mui/joy@5.0.0-beta.18`
|
|
36
|
+
|
|
37
|
+
- ​<!-- 04 -->[joy-ui][Radio][Input] Fix inheritance of disabled prop (#39934) @sai6855
|
|
38
|
+
|
|
39
|
+
### `@mui/lab@5.0.0-alpha.156`
|
|
40
|
+
|
|
41
|
+
- ​<!-- 03 -->[lab][LoadingButton] LoadingButton now inherits props from ButtonGroup (#39679) @lhilgert9
|
|
42
|
+
|
|
43
|
+
### Docs
|
|
44
|
+
|
|
45
|
+
- ​<!-- 09 -->[docs] Fix reference to non-existent checkmark in supported-components.md (#40056) @mbrookes
|
|
46
|
+
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
47
|
+
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
48
|
+
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
49
|
+
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
|
|
50
|
+
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
51
|
+
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
52
|
+
|
|
53
|
+
### Core
|
|
54
|
+
|
|
55
|
+
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
56
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
57
|
+
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
58
|
+
|
|
59
|
+
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
60
|
+
|
|
61
|
+
## 5.14.20
|
|
62
|
+
|
|
63
|
+
<!-- generated comparing v5.14.19..master -->
|
|
64
|
+
|
|
65
|
+
_Dec 5, 2023_
|
|
66
|
+
|
|
67
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
68
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
69
|
+
|
|
70
|
+
### `@mui/material-next@6.0.0-alpha.112`
|
|
71
|
+
|
|
72
|
+
- ​<!-- 07 -->[Menu] Enable again the usage of the autoFocus prop (#39960) @mnajdova
|
|
73
|
+
- ​<!-- 06 -->[ProgressIndicator] Apply MD3 style to `CircularProgress` (#39825) @lhilgert9
|
|
74
|
+
|
|
75
|
+
### Docs
|
|
76
|
+
|
|
77
|
+
- ​<!-- 15 -->Remove outdated showcase (#40063) @oliviertassinari
|
|
78
|
+
- ​<!-- 14 -->Support yaml as prism language (#40044) @Janpot
|
|
79
|
+
- ​<!-- 12 -->[material-ui] Fix SearchAppBar width on `sm` screens (#40049) @DiegoAndai
|
|
80
|
+
- ​<!-- 11 -->[material-ui] Update the basic Grid section copy (#40035) @REX500
|
|
81
|
+
- ​<!-- 10 -->[material-ui] Add a react-admin example project (#39972) @fzaninotto
|
|
82
|
+
- ​<!-- 09 -->[material-ui][TextField] Add a performance section (#39692) @anle9650
|
|
83
|
+
- ​<!-- 05 -->[material-ui][tabs] Refine scrollable tabs description (#40037) @zanivan
|
|
84
|
+
- ​<!-- 08 -->[system] Fix typo on the CSS theme variables page (#40040) @caweidmann
|
|
85
|
+
|
|
86
|
+
### Core
|
|
87
|
+
|
|
88
|
+
- ​<!-- 17 -->[blog] Fix scrollbar on mobile (#40057) @oliviertassinari
|
|
89
|
+
- ​<!-- 16 -->[blog] Fix link to charts getting started page (#40043) @alexfauquette
|
|
90
|
+
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
91
|
+
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
92
|
+
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
93
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
94
|
+
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
95
|
+
|
|
96
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
97
|
+
|
|
98
|
+
## 5.14.19
|
|
99
|
+
|
|
100
|
+
<!-- generated comparing v5.14.18..master -->
|
|
101
|
+
|
|
102
|
+
_Nov 29, 2023_
|
|
103
|
+
|
|
104
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
105
|
+
|
|
106
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
107
|
+
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
108
|
+
|
|
109
|
+
### `@mui/material@5.14.19`
|
|
110
|
+
|
|
111
|
+
- ​<!-- 44 -->[Autocomplete] Fix behavior when there are duplicate labels (#36426) @islandryu
|
|
112
|
+
- ​<!-- 37 -->[Box] Added boxClasses (#39889) @sadik-malik
|
|
113
|
+
- ​<!-- 18 -->[FilledInput] Fix slot props deepmerge order (#38922) @dhaub-exelixis
|
|
114
|
+
- ​<!-- 12 -->[Select] Add id to hidden input element (#39414) @DarhkVoyd
|
|
115
|
+
- ​<!-- 11 -->[Select] Remove unnecessary picking of `onChange` type from SelectInputProps (#39891) @ZeeshanTamboli
|
|
116
|
+
|
|
117
|
+
### `@mui/base@5.0.0-beta.25`
|
|
118
|
+
|
|
119
|
+
- ​<!-- 46 -->[Menu] Fix navigation of items when 1st item is disabled (#39828) @sai6855
|
|
120
|
+
- ​<!-- 42 -->[Modal] Refine demos (#39824) @zanivan
|
|
121
|
+
- ​<!-- 41 -->[NumberInput] Implement `numberInputReducer` (#38723) @mj12albert
|
|
122
|
+
- ​<!-- 40 -->[useNumberInput] Fix change handlers passed through slotProps (#39407) @mj12albert
|
|
123
|
+
|
|
124
|
+
### `@mui/joy@5.0.0-beta.16`
|
|
125
|
+
|
|
126
|
+
- ​<!-- 38 -->[Box] Added boxClasses (#39895) @sadik-malik
|
|
127
|
+
|
|
128
|
+
### `@mui/system@5.14.19`
|
|
129
|
+
|
|
130
|
+
- ​<!-- 36 -->[Box] Added boxClasses (#39896) @sadik-malik
|
|
131
|
+
- ​<!-- 09 -->Add outlineColor to defaultSxConfig (#39962) @brijeshb42
|
|
132
|
+
|
|
133
|
+
### `@mui/types@7.2.10`
|
|
134
|
+
|
|
135
|
+
- ​<!-- 08 -->Add `PartiallyRequired` type (#39939) @lhilgert9
|
|
136
|
+
|
|
137
|
+
### `@mui/material-next@6.0.0-alpha.111`
|
|
138
|
+
|
|
139
|
+
- ​<!-- 47 -->[ProgressIndicator] Apply MD3 style to `LinearProgress` (#39807) @lhilgert9
|
|
140
|
+
- ​<!-- 17 -->[FormHelperText] Add FormHelperText component (#39503) @mj12albert
|
|
141
|
+
- ​<!-- 16 -->[IconButton] Copy IconButton to material-next (#39945) @mj12albert
|
|
142
|
+
- ​<!-- 13 -->[Switch] Copy `Switch` to material next (#39887) @lhilgert9
|
|
143
|
+
|
|
144
|
+
### Docs
|
|
145
|
+
|
|
146
|
+
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
147
|
+
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
148
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
149
|
+
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
150
|
+
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
151
|
+
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
152
|
+
- ​<!-- 24 -->[joy-ui] Fix h1 template (#40017) @oliviertassinari
|
|
153
|
+
- ​<!-- 23 -->[joy-ui] Fix wrong product id @oliviertassinari
|
|
154
|
+
- ​<!-- 22 -->[joy-ui] Fixes in theme scoping documentation (#39899) @ZeeshanTamboli
|
|
155
|
+
- ​<!-- 21 -->[joy-ui] Refine the Email, Teams and Files templates (#39579) @zanivan
|
|
156
|
+
- ​<!-- 15 -->[joy-ui][templates] Fix layout shift on Profile template (#40022) @zanivan
|
|
157
|
+
- ​<!-- 14 -->[joy-ui][Templates] Update thumbnails (#39938) @zanivan
|
|
158
|
+
- ​<!-- 20 -->[material-next] Add contributing guide (#39944) @mj12albert
|
|
159
|
+
- ​<!-- 51 -->End v6 blogpost notification (#39879) @joserodolfofreitas
|
|
160
|
+
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
161
|
+
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
162
|
+
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
163
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
164
|
+
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
165
|
+
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
166
|
+
|
|
167
|
+
### Core
|
|
168
|
+
|
|
169
|
+
- ​<!-- 45 -->Improve lerna's renovate package rules (#40029) @DiegoAndai
|
|
170
|
+
- ​<!-- 34 -->Downgrade lerna to 7.2.0 (#40026) @DiegoAndai
|
|
171
|
+
- ​<!-- 32 -->Rename OpenCollective @oliviertassinari
|
|
172
|
+
- ​<!-- 48 -->[docs-infra] Env variables should be string (#39991) @oliviertassinari
|
|
173
|
+
- ​<!-- 10 -->[Portal] Improve docs for container prop (#39180) @oliviertassinari
|
|
174
|
+
- ​<!-- 50 -->[website] Update pricing table (#40023) @cherniavskii
|
|
175
|
+
- ​<!-- 49 -->[website][docs] Update the product identifier menu and X page (#39832) @danilo-leal
|
|
176
|
+
- ​<!-- 07 -->[website] Mark TreeView and Charts as stable (#39975) @flaviendelangle
|
|
177
|
+
- ​<!-- 06 -->[website] Update career page (#40015) @oliviertassinari
|
|
178
|
+
- ​<!-- 05 -->[website] Sync about dataset @oliviertassinari
|
|
179
|
+
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
180
|
+
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
181
|
+
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
182
|
+
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
|
|
183
|
+
|
|
184
|
+
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
|
|
185
|
+
|
|
3
186
|
## 5.14.18
|
|
4
187
|
|
|
5
188
|
<!-- generated comparing v5.14.17..master -->
|
|
@@ -10204,7 +10387,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
10204
10387
|
This is a follow-up effort after we have merged `material-ui-pickers`. The components are written in TypeScript which required us to upgrade our infra.
|
|
10205
10388
|
- 👌 Improve the Slider thumb and track animation (#24968) @remyoudemans.
|
|
10206
10389
|
The thumb is now moving with a light transition between different values unless it's dragged.
|
|
10207
|
-
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" />
|
|
10390
|
+
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" alt="thumb-animation" />
|
|
10208
10391
|
- 💅 Convert 5 components with custom colors support (#25099, #25088) @mngu.
|
|
10209
10392
|
This change makes it easier to leverage custom palettes
|
|
10210
10393
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -10931,7 +11114,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
10931
11114
|
<Typography variant="poster">poster</Typography>;
|
|
10932
11115
|
```
|
|
10933
11116
|
|
|
10934
|
-
[A full demo](https://codesandbox.io/
|
|
11117
|
+
[A full demo](https://codesandbox.io/p/sandbox/fontsizetheme-material-demo-forked-l9u05?file=/demo.tsx:725-773)
|
|
10935
11118
|
|
|
10936
11119
|
- 📚 Add a shortcut to open the Algolia search (#23959) @hmaddisb.
|
|
10937
11120
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -12125,7 +12308,7 @@ Here are some highlights ✨:
|
|
|
12125
12308
|
|
|
12126
12309
|
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
|
|
12127
12310
|
|
|
12128
|
-
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/
|
|
12311
|
+
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.
|
|
12129
12312
|
|
|
12130
12313
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
12131
12314
|
|
package/X.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
package/X.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
'use client';
|
|
3
|
+
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var React = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
+
d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
|
|
16
|
+
}), 'Twitter');
|
|
17
|
+
exports.default = _default;
|
package/esm/X.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
7
|
+
d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
|
|
8
|
+
}), 'Twitter');
|
package/index.d.ts
CHANGED
|
@@ -10582,6 +10582,7 @@ export const WysiwygOutlined: SvgIconComponent;
|
|
|
10582
10582
|
export const WysiwygRounded: SvgIconComponent;
|
|
10583
10583
|
export const WysiwygSharp: SvgIconComponent;
|
|
10584
10584
|
export const WysiwygTwoTone: SvgIconComponent;
|
|
10585
|
+
export const X: SvgIconComponent;
|
|
10585
10586
|
export const Yard: SvgIconComponent;
|
|
10586
10587
|
export const YardOutlined: SvgIconComponent;
|
|
10587
10588
|
export const YardRounded: SvgIconComponent;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"homepage": "https://mui.com/material-ui/material-icons/",
|
|
26
26
|
"funding": {
|
|
27
27
|
"type": "opencollective",
|
|
28
|
-
"url": "https://opencollective.com/mui"
|
|
28
|
+
"url": "https://opencollective.com/mui-org"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.23.
|
|
31
|
+
"@babel/runtime": "^7.23.5"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@mui/material": "^5.0.0",
|