@kashifd/jwero-components 0.7.54 → 0.7.55
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.
package/dist/index.es.js
CHANGED
|
@@ -49296,34 +49296,35 @@ const QF = /* @__PURE__ */ Jo(qF), KF = ({ ...e }) => /* @__PURE__ */ v.jsxs(
|
|
|
49296
49296
|
innerBoxSx: g,
|
|
49297
49297
|
labelProps: m,
|
|
49298
49298
|
menuSx: b,
|
|
49299
|
-
popperSx: w
|
|
49299
|
+
popperSx: w,
|
|
49300
|
+
popperProps: S
|
|
49300
49301
|
}) => {
|
|
49301
|
-
const
|
|
49302
|
-
|
|
49303
|
-
},
|
|
49304
|
-
|
|
49302
|
+
const O = Ot(), R = di(null), [M, I] = Qr(!1), j = () => {
|
|
49303
|
+
I(!0), t && t();
|
|
49304
|
+
}, z = () => {
|
|
49305
|
+
I(!1);
|
|
49305
49306
|
};
|
|
49306
49307
|
return Si(() => {
|
|
49307
|
-
r &&
|
|
49308
|
+
r && I(!1);
|
|
49308
49309
|
}, [r]), /* @__PURE__ */ v.jsxs(v.Fragment, { children: [
|
|
49309
49310
|
/* @__PURE__ */ v.jsxs(
|
|
49310
49311
|
Fe,
|
|
49311
49312
|
{
|
|
49312
|
-
onClick:
|
|
49313
|
-
ref:
|
|
49313
|
+
onClick: j,
|
|
49314
|
+
ref: R,
|
|
49314
49315
|
direction: "row",
|
|
49315
49316
|
alignItems: "center",
|
|
49316
49317
|
justifyContent: "space-between",
|
|
49317
49318
|
sx: {
|
|
49318
49319
|
gap: "1rem",
|
|
49319
49320
|
padding: "0.5rem 0.75rem 0.5rem 0.5rem",
|
|
49320
|
-
backgroundColor:
|
|
49321
|
+
backgroundColor: O.palette.background.paper,
|
|
49321
49322
|
borderRadius: "0.5rem",
|
|
49322
49323
|
border: "1px solid rgba(0, 0, 0, 0.08)",
|
|
49323
49324
|
boxShadow: "0px 0px 1px 0px rgba(0, 0, 0, 0.40)",
|
|
49324
49325
|
"&:hover": {
|
|
49325
49326
|
cursor: "pointer",
|
|
49326
|
-
bgcolor:
|
|
49327
|
+
bgcolor: O.palette.mode === "light" ? "#f5f5f5" : "#2e2d2d",
|
|
49327
49328
|
boxShadow: "0px 0px 1px 0px rgba(0, 0, 0, 0.50)"
|
|
49328
49329
|
},
|
|
49329
49330
|
...u
|
|
@@ -49349,11 +49350,12 @@ const QF = /* @__PURE__ */ Jo(qF), KF = ({ ...e }) => /* @__PURE__ */ v.jsxs(
|
|
|
49349
49350
|
/* @__PURE__ */ v.jsx(
|
|
49350
49351
|
Wh,
|
|
49351
49352
|
{
|
|
49352
|
-
open:
|
|
49353
|
-
onClose:
|
|
49354
|
-
anchorEl:
|
|
49353
|
+
open: M,
|
|
49354
|
+
onClose: z,
|
|
49355
|
+
anchorEl: R == null ? void 0 : R.current,
|
|
49355
49356
|
placement: "bottom-start",
|
|
49356
49357
|
boxSx: w,
|
|
49358
|
+
popperProps: S,
|
|
49357
49359
|
children: /* @__PURE__ */ v.jsx(Jx, { menuList: a, boxSx: b })
|
|
49358
49360
|
}
|
|
49359
49361
|
)
|