@applica-software-guru/react-admin 1.0.77 → 1.0.78

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.
@@ -1316,7 +1316,7 @@ function Ue(e, t) {
1316
1316
  return n;
1317
1317
  }
1318
1318
  /**
1319
- * @mui/styled-engine v5.14.12
1319
+ * @mui/styled-engine v5.14.13
1320
1320
  *
1321
1321
  * @license MIT
1322
1322
  * This source code is licensed under the MIT license found in the
@@ -1460,7 +1460,7 @@ function pc(e, t, n = !0) {
1460
1460
  }
1461
1461
  function Dl(e, t, n, r = n) {
1462
1462
  let i;
1463
- return typeof e == "function" ? i = e(n) : Array.isArray(e) ? i = e[n] || r : i = pc(e, n) || r, t && (i = t(i, r, e)), i;
1463
+ return typeof e == "function" ? i = e(n) : Array.isArray(e) ? i = e[n] || r : i = pc(e, n) || r, typeof i == "object" && process.env.NODE_ENV !== "production" && console.warn(`MUI: The value found in theme for prop: "${n}" is an [Object] instead of string or number. Check if you forgot to add the correct dotted notation, eg, "background.paper" instead of "background".`), t && (i = t(i, r, e)), i;
1464
1464
  }
1465
1465
  function At(e) {
1466
1466
  const {
@@ -8467,7 +8467,7 @@ process.env.NODE_ENV !== "production" && (pg.propTypes = {
8467
8467
  /**
8468
8468
  * The color of the component.
8469
8469
  * It supports both default and custom theme colors, which can be added as shown in the
8470
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
8470
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
8471
8471
  * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
8472
8472
  * @default 'inherit'
8473
8473
  */
@@ -9966,11 +9966,13 @@ const Eu = EI, UM = ({ id: e, title: t, icon: n, url: r, last: i }) => /* @__PUR
9966
9966
  to: r,
9967
9967
  variant: i ? "subtitle1" : "h6",
9968
9968
  sx: {
9969
- textDecoration: "none"
9969
+ textDecoration: "none",
9970
+ display: "inline-flex",
9971
+ alignItems: "center"
9970
9972
  },
9971
9973
  color: "textSecondary",
9972
9974
  children: [
9973
- n && /* @__PURE__ */ C(n || Ku, { style: { marginRight: 8 } }),
9975
+ n && /* @__PURE__ */ C(n || Ku, { style: { marginRight: 8, fontSize: "0.875rem" } }),
9974
9976
  t
9975
9977
  ]
9976
9978
  },
@@ -10701,7 +10703,7 @@ process.env.NODE_ENV !== "production" && (bI.propTypes = {
10701
10703
  /**
10702
10704
  * The color of the component.
10703
10705
  * It supports both default and custom theme colors, which can be added as shown in the
10704
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
10706
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
10705
10707
  * @default 'primary'
10706
10708
  */
10707
10709
  color: c.oneOfType([c.oneOf(["inherit", "primary", "secondary", "error", "info", "success", "warning"]), c.string]),
@@ -12619,7 +12621,7 @@ process.env.NODE_ENV !== "production" && (GI.propTypes = {
12619
12621
  /**
12620
12622
  * The color of the component.
12621
12623
  * It supports both default and custom theme colors, which can be added as shown in the
12622
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
12624
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
12623
12625
  * @default 'primary'
12624
12626
  */
12625
12627
  color: c.oneOfType([c.oneOf(["inherit", "primary", "secondary", "success", "error", "info", "warning"]), c.string]),
@@ -13029,7 +13031,7 @@ process.env.NODE_ENV !== "production" && (XI.propTypes = {
13029
13031
  /**
13030
13032
  * The color of the component.
13031
13033
  * It supports both default and custom theme colors, which can be added as shown in the
13032
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
13034
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
13033
13035
  * @default 'default'
13034
13036
  */
13035
13037
  color: c.oneOfType([c.oneOf(["inherit", "default", "primary", "secondary", "error", "info", "success", "warning"]), c.string]),
@@ -13752,7 +13754,7 @@ process.env.NODE_ENV !== "production" && (uB.propTypes = {
13752
13754
  /**
13753
13755
  * The color of the component.
13754
13756
  * It supports both default and custom theme colors, which can be added as shown in the
13755
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
13757
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
13756
13758
  * @default 'primary'
13757
13759
  */
13758
13760
  color: c.oneOfType([c.oneOf(["default", "inherit", "primary", "secondary", "transparent"]), c.string]),
@@ -24272,7 +24274,7 @@ process.env.NODE_ENV !== "production" && (My.propTypes = {
24272
24274
  /**
24273
24275
  * The color of the component.
24274
24276
  * It supports both default and custom theme colors, which can be added as shown in the
24275
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).
24277
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
24276
24278
  * @default 'primary'
24277
24279
  */
24278
24280
  color: c.oneOfType([c.oneOf(["inherit", "primary", "secondary"]), c.string]),