@zesty-io/material 0.15.5 → 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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { SvgIconProps } from "@mui/material";
3
+ export declare const Block: (props: SvgIconProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from "@mui/material";
3
+ export const Block = (props) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M21 16.5C21 16.88 20.79 17.21 20.47 17.38L12.57 21.82C12.41 21.94 12.21 22 12 22C11.79 22 11.59 21.94 11.43 21.82L3.53001 17.38C3.36961 17.2958 3.23538 17.1693 3.14193 17.0141C3.04848 16.859 2.99939 16.6811 3.00001 16.5V7.5C3.00001 7.12 3.21001 6.79 3.53001 6.62L11.43 2.18C11.59 2.06 11.79 2 12 2C12.21 2 12.41 2.06 12.57 2.18L20.47 6.62C20.79 6.79 21 7.12 21 7.5V16.5ZM12 4.15L10.11 5.22L13.055 6.915L16 8.61L17.96 7.5L12 4.15ZM6.04001 7.5L12 10.85L16 8.61L13.055 6.915L10.11 5.22L6.04001 7.5ZM5.00001 15.91L11 19.29V12.58L5.00001 9.21V15.91ZM19 15.91V9.21L13 12.58V19.29L19 15.91Z" }) }));
@@ -16,3 +16,4 @@ export { Microsoft } from "./Microsoft";
16
16
  export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
+ export { Block } from "./Block";
package/es/icons/index.js CHANGED
@@ -16,3 +16,4 @@ export { Microsoft } from "./Microsoft";
16
16
  export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
+ export { Block } from "./Block";
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.5",
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",