@kashifd/jwero-components 0.7.59 → 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 +6 -3
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -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 }),
|
|
@@ -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
|
] });
|