@movable/ui 2.7.0 → 2.7.1

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"