@movable/ui 3.1.1 → 3.1.2

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
@@ -5737,7 +5737,7 @@ const wl = {
5737
5737
  };
5738
5738
  function rO({ title: e, description: t, action: n, variant: o, icon: i, sx: a }) {
5739
5739
  const s = o === "search" ? "neutral00" : "neutral50", l = Lg[o], { fontSize: c, fontSizeDescription: u, titleVariant: d, descriptionVariant: f } = l;
5740
- return p.jsxs(Oe, { alignItems: "center", justifyContent: "center", my: 6, textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: s, p: 5, ...a }, children: [i && p.jsx(Dg, { icon: i, variant: o }), e && p.jsx(ct, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(ct, { variant: f, color: "text.secondary", sx: { fontSize: u, maxWidth: "500px" }, "data-cy": "empty-state-description", children: t }), n && p.jsx(We, { mt: 3, children: p.jsx(mt, { onClick: n.onClick, "data-cy": "empty-state-action-button", children: n.title }) })] });
5740
+ return p.jsxs(Oe, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: s, p: 5, ...a }, children: [i && p.jsx(Dg, { icon: i, variant: o }), e && p.jsx(ct, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(ct, { variant: f, color: "text.secondary", sx: { fontSize: u, maxWidth: "500px" }, "data-cy": "empty-state-description", children: t }), n && p.jsx(We, { mt: 3, children: p.jsx(mt, { onClick: n.onClick, "data-cy": "empty-state-action-button", children: n.title }) })] });
5741
5741
  }
5742
5742
  function An({
5743
5743
  props: e,