@ahmadmubarak98/namozaj 1.12.13 → 1.12.14

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/dist/namozaj.js +12 -8
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -14574,12 +14574,14 @@ const CloseIcon = createSvgIcon(/* @__PURE__ */ jsx("path", {
14574
14574
  startAdornment: /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(Box$1, { onClick: () => l([]), className: "cursor-pointer", children: /* @__PURE__ */ jsx(CloseIcon, { fontSize: "small" }) }) })
14575
14575
  },
14576
14576
  MenuProps: {
14577
- slotProps: {
14578
- paper: {
14579
- sx: {
14577
+ PaperProps: {
14578
+ sx: (T) => {
14579
+ var S, x, L, D, N, I, V, H, G, U;
14580
+ return {
14581
+ ...(N = (D = (L = (x = (S = T == null ? void 0 : T.components) == null ? void 0 : S.MuiSelect) == null ? void 0 : x.defaultProps) == null ? void 0 : L.MenuProps) == null ? void 0 : D.PaperProps) != null && N.sx ? (U = (G = (H = (V = (I = T == null ? void 0 : T.components) == null ? void 0 : I.MuiSelect) == null ? void 0 : V.defaultProps) == null ? void 0 : H.MenuProps) == null ? void 0 : G.PaperProps) == null ? void 0 : U.sx : {},
14580
14582
  width: "100%",
14581
14583
  maxWidth: 300
14582
- }
14584
+ };
14583
14585
  }
14584
14586
  }
14585
14587
  },
@@ -14695,12 +14697,14 @@ const CloseIcon = createSvgIcon(/* @__PURE__ */ jsx("path", {
14695
14697
  return x ? x.label : d;
14696
14698
  },
14697
14699
  MenuProps: {
14698
- slotProps: {
14699
- paper: {
14700
- sx: {
14700
+ PaperProps: {
14701
+ sx: (S) => {
14702
+ var x, L, D, N, I, V, H, G, U, k;
14703
+ return {
14704
+ ...(I = (N = (D = (L = (x = S == null ? void 0 : S.components) == null ? void 0 : x.MuiSelect) == null ? void 0 : L.defaultProps) == null ? void 0 : D.MenuProps) == null ? void 0 : N.PaperProps) != null && I.sx ? (k = (U = (G = (H = (V = S == null ? void 0 : S.components) == null ? void 0 : V.MuiSelect) == null ? void 0 : H.defaultProps) == null ? void 0 : G.MenuProps) == null ? void 0 : U.PaperProps) == null ? void 0 : k.sx : {},
14701
14705
  width: "100%",
14702
14706
  maxWidth: 300
14703
- }
14707
+ };
14704
14708
  }
14705
14709
  }
14706
14710
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.12.13",
4
+ "version": "1.12.14",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",