@kashifd/jwero-components 0.7.58 → 0.7.60

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
@@ -47124,7 +47124,7 @@ const oa = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ v.jsxs(
47124
47124
  borderRadius: "1rem",
47125
47125
  backgroundColor: b.palette.background.paper,
47126
47126
  border: "1px solid rgba(0, 0, 0, 0.08)",
47127
- boxShadow: "0px 4px 16px 0px rgba(0, 0, 0, 0.50)",
47127
+ boxShadow: 1,
47128
47128
  ...c
47129
47129
  },
47130
47130
  children: e
@@ -48331,7 +48331,10 @@ const xW = ({
48331
48331
  borderTopLeftRadius: g ? "0.625rem" : 0,
48332
48332
  borderBottomLeftRadius: g ? "0.625rem" : 0,
48333
48333
  borderTopRightRadius: m ? "0.625rem" : 0,
48334
- borderBottomRightRadius: m ? "0.625rem" : 0
48334
+ borderBottomRightRadius: m ? "0.625rem" : 0,
48335
+ "&:hover": {
48336
+ backgroundColor: s.colors.surface2_lightgrey
48337
+ }
48335
48338
  },
48336
48339
  children: /* @__PURE__ */ v.jsx(pr, { title: (c == null ? void 0 : c.tooltip) || "", children: /* @__PURE__ */ v.jsxs(v.Fragment, { children: [
48337
48340
  ((b = c.labelProps) == null ? void 0 : b.position) === "left" && /* @__PURE__ */ v.jsx(it, { ...c == null ? void 0 : c.labelTypographyProps, children: (w = c.labelProps) == null ? void 0 : w.text }),
@@ -49326,7 +49329,7 @@ const nz = /* @__PURE__ */ Jo(rz), oz = ({ ...e }) => /* @__PURE__ */ v.jsxs(
49326
49329
  sx: {
49327
49330
  padding: "0.5rem 0",
49328
49331
  minWidth: "10rem",
49329
- boxShadow: 2,
49332
+ boxShadow: 1,
49330
49333
  borderRadius: "1rem",
49331
49334
  overflowY: "auto",
49332
49335
  backgroundColor: a.palette.background.paper,
@@ -49523,7 +49526,7 @@ const nz = /* @__PURE__ */ Jo(rz), oz = ({ ...e }) => /* @__PURE__ */ v.jsxs(
49523
49526
  placement: "bottom-start",
49524
49527
  boxSx: { boxShadow: "none", ...w },
49525
49528
  popperProps: S,
49526
- children: /* @__PURE__ */ v.jsx($x, { menuList: a, boxSx: b })
49529
+ children: /* @__PURE__ */ v.jsx($x, { menuList: a, boxSx: { boxShadow: 2, ...b } })
49527
49530
  }
49528
49531
  )
49529
49532
  ] });
@@ -58990,7 +58993,7 @@ const PW = ({
58990
58993
  placement: "bottom",
58991
58994
  boxSx: { boxShadow: "none" },
58992
58995
  popperProps: s,
58993
- children: /* @__PURE__ */ v.jsx($x, { menuList: [{ options: r }] })
58996
+ children: /* @__PURE__ */ v.jsx($x, { menuList: [{ options: r }], boxSx: { boxShadow: 2 } })
58994
58997
  }
58995
58998
  )
58996
58999
  ] });