@zesty-io/material 0.15.6 → 0.15.7

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.
Files changed (2) hide show
  1. package/es/theme/index.js +24 -1
  2. package/package.json +1 -1
package/es/theme/index.js CHANGED
@@ -217,9 +217,14 @@ const components = {
217
217
  ],
218
218
  },
219
219
  MuiDialog: {
220
+ defaultProps: {
221
+ PaperProps: {
222
+ elevation: 8,
223
+ },
224
+ },
220
225
  styleOverrides: {
221
226
  paper: {
222
- borderRadius: "4px",
227
+ borderRadius: "8px",
223
228
  },
224
229
  paperWidthXs: {
225
230
  width: "480px",
@@ -273,6 +278,16 @@ const components = {
273
278
  },
274
279
  },
275
280
  MuiMenu: {
281
+ defaultProps: {
282
+ slotProps: {
283
+ paper: {
284
+ elevation: 8,
285
+ sx: {
286
+ borderRadius: 2,
287
+ },
288
+ },
289
+ },
290
+ },
276
291
  styleOverrides: {
277
292
  list: {
278
293
  minWidth: "240px",
@@ -669,6 +684,14 @@ const components = {
669
684
  MuiAutocomplete: {
670
685
  defaultProps: {
671
686
  popupIcon: _jsx(KeyboardArrowDownRoundedIcon, {}),
687
+ slotProps: {
688
+ paper: {
689
+ elevation: 8,
690
+ sx: {
691
+ borderRadius: 2,
692
+ },
693
+ },
694
+ },
672
695
  },
673
696
  styleOverrides: {
674
697
  inputRoot: ({ ownerState }) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zesty-io/material",
3
- "version": "0.15.6",
3
+ "version": "0.15.7",
4
4
  "description": "Contains custom components which are in addition to the @mui design-system",
5
5
  "author": "Zesty.io",
6
6
  "license": "MIT",