@movable/ui 2.7.0 → 2.8.0

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
@@ -5446,10 +5446,10 @@ function wb({ Header: e, Description: t, Icon: r, CTA: n, children: o, shouldSho
5446
5446
  borderRadius: "6px",
5447
5447
  border: "1px solid neutral200"
5448
5448
  }, children: [m.jsxs(Si, { direction: "row", spacing: 2, useFlexGap: !0, sx: {
5449
- alignItems: "center",
5449
+ alignItems: "start",
5450
5450
  justifyContent: "flex-start",
5451
5451
  marginBottom: (c) => c.spacing(3)
5452
- }, children: [r, m.jsxs(Si, { direction: "column", sx: a ? {} : {
5452
+ }, children: [r, m.jsxs(Si, { direction: "column", sx: a ? { flexBasis: "100%" } : {
5453
5453
  flexBasis: "100%",
5454
5454
  overflow: "hidden",
5455
5455
  textOverflow: "ellipsis"
@@ -5532,7 +5532,7 @@ function vs({ value: e, label: t, size: r = "small", ariaLabel: n, ...o }) {
5532
5532
  }
5533
5533
  }, children: t || e });
5534
5534
  }
5535
- function Pb({ id: e, toggleButtons: t, ariaLabel: r, value: n = "", size: o = "small", single: a = !1, enforceValueSet: s = !1, sx: c, onChange: l, ...u }) {
5535
+ function Pb({ id: e, toggleButtons: t, ariaLabel: r, value: n = "", size: o = "x-small", single: a = !1, enforceValueSet: s = !1, sx: c, onChange: l, ...u }) {
5536
5536
  const d = t.find((p) => p.value === n) ?? t[0], f = (p, h) => {
5537
5537
  s && !h || !l || l(p, h);
5538
5538
  };
@@ -5618,7 +5618,7 @@ function ys({ value: e, size: t = "small", ariaLabel: r, icon: n, ...o }) {
5618
5618
  }
5619
5619
  }, children: n });
5620
5620
  }
5621
- function Mb({ id: e, toggleButtons: t, ariaLabel: r, size: n = "small", single: o = !1, value: a = "", enforceValueSet: s = !1, onChange: c, sx: l, ...u }) {
5621
+ function Mb({ id: e, toggleButtons: t, ariaLabel: r, size: n = "x-small", single: o = !1, value: a = "", enforceValueSet: s = !1, onChange: c, sx: l, ...u }) {
5622
5622
  const d = (p, h) => {
5623
5623
  s && !h || !c || c(p, h);
5624
5624
  }, f = t.find((p) => p.value === a) ?? t[0];