@zesty-io/material 0.15.6 → 0.15.8

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 ReplaceContentItem: (props: SvgIconProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SvgIcon } from "@mui/material";
3
+ export const ReplaceContentItem = (props) => (_jsxs(SvgIcon, { ...props, children: ["(", _jsx("path", { d: "M2 16.9691V14.6661H13.4191V16.9691H2ZM2 10.636V8.33307H19.8899V10.636H2ZM2 4.30293V2H19.8899V4.30293H2Z", fill: "currentColor" }), _jsx("path", { d: "M18 19C17.337 19 16.7011 18.7366 16.2322 18.2678C15.7634 17.7989 15.5 17.163 15.5 16.5C15.5 16.1 15.59 15.72 15.76 15.38L14.67 14.29C14.25 14.92 14 15.68 14 16.5C14 18.71 15.79 20.5 18 20.5V22L20.25 19.75L18 17.5V19ZM18 12.5V11L15.75 13.25L18 15.5V14C18.663 14 19.2989 14.2634 19.7678 14.7322C20.2366 15.2011 20.5 15.837 20.5 16.5C20.5 16.9 20.41 17.28 20.24 17.62L21.33 18.71C21.75 18.08 22 17.32 22 16.5C22 14.29 20.21 12.5 18 12.5Z", fill: "currentColor" }), ")"] }));
@@ -17,3 +17,4 @@ export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
19
  export { Block } from "./Block";
20
+ export { ReplaceContentItem } from "./ReplaceContentItem";
package/es/icons/index.js CHANGED
@@ -17,3 +17,4 @@ export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
19
  export { Block } from "./Block";
20
+ export { ReplaceContentItem } from "./ReplaceContentItem";
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.8",
4
4
  "description": "Contains custom components which are in addition to the @mui design-system",
5
5
  "author": "Zesty.io",
6
6
  "license": "MIT",