@ahmadmubarak98/namozaj 1.12.13 → 1.12.15

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 +13 -8
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -14508,6 +14508,7 @@ const CloseIcon = createSvgIcon(/* @__PURE__ */ jsx("path", {
14508
14508
  ...u
14509
14509
  },
14510
14510
  multiple: !0,
14511
+ disableCloseOnSelect: !0,
14511
14512
  options: c,
14512
14513
  getOptionLabel: (T) => {
14513
14514
  const S = c.find((x) => x.value === T);
@@ -14574,12 +14575,14 @@ const CloseIcon = createSvgIcon(/* @__PURE__ */ jsx("path", {
14574
14575
  startAdornment: /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(Box$1, { onClick: () => l([]), className: "cursor-pointer", children: /* @__PURE__ */ jsx(CloseIcon, { fontSize: "small" }) }) })
14575
14576
  },
14576
14577
  MenuProps: {
14577
- slotProps: {
14578
- paper: {
14579
- sx: {
14578
+ PaperProps: {
14579
+ sx: (T) => {
14580
+ var S, x, L, D, N, I, V, H, G, U;
14581
+ return {
14582
+ ...(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
14583
  width: "100%",
14581
14584
  maxWidth: 300
14582
- }
14585
+ };
14583
14586
  }
14584
14587
  }
14585
14588
  },
@@ -14695,12 +14698,14 @@ const CloseIcon = createSvgIcon(/* @__PURE__ */ jsx("path", {
14695
14698
  return x ? x.label : d;
14696
14699
  },
14697
14700
  MenuProps: {
14698
- slotProps: {
14699
- paper: {
14700
- sx: {
14701
+ PaperProps: {
14702
+ sx: (S) => {
14703
+ var x, L, D, N, I, V, H, G, U, k;
14704
+ return {
14705
+ ...(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
14706
  width: "100%",
14702
14707
  maxWidth: 300
14703
- }
14708
+ };
14704
14709
  }
14705
14710
  }
14706
14711
  },
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.15",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",