@movable/ui 2.12.5-alpha.1 → 2.12.6

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/lib/index.mjs CHANGED
@@ -3947,7 +3947,7 @@ function Gm({ maxWidth: e = 200, chipProps: t, size: r = "small", expandOnHover:
3947
3947
  }
3948
3948
  }, [t.label, e]);
3949
3949
  const d = s !== void 0 && e !== null && s > e, f = !o && d, p = Dc(us, {
3950
- shouldForwardProp: (h) => h !== "isHovered" && h !== "expandOnHover"
3950
+ shouldForwardProp: (h) => h !== "isHovered" && h !== "expandOnHover" && h !== "maxWidth"
3951
3951
  })(({ isHovered: h, expandOnHover: y, maxWidth: g }) => ({
3952
3952
  transition: "max-width 0.3s ease",
3953
3953
  maxWidth: g === null ? "none" : y && h ? `${u}px` : `${g}px`,
@@ -5507,6 +5507,9 @@ const ME = ({ name: e, options: t, value: r, ref: o, direction: i = "row", cardS
5507
5507
  }, label: m.jsx(Ad, { elevation: 0, id: p, sx: {
5508
5508
  px: 3,
5509
5509
  py: 2,
5510
+ height: "100%",
5511
+ display: "flex",
5512
+ alignItems: "center",
5510
5513
  border: 0,
5511
5514
  bgcolor: (O) => r === p ? O.palette.primary.selected : "inherit",
5512
5515
  outlineWidth: r === p ? 2 : 1,