@movable/ui 3.5.0 → 3.6.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 +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -6002,7 +6002,7 @@ const Ol = {
|
|
|
6002
6002
|
};
|
|
6003
6003
|
function uO({ title: e, description: t, action: n, variant: o, icon: i, sx: a }) {
|
|
6004
6004
|
const s = o === "search" ? "neutral00" : "neutral50", l = oy[o], { fontSize: c, fontSizeDescription: u, titleVariant: d, descriptionVariant: m } = l;
|
|
6005
|
-
return p.jsxs(Re, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: s, p: 5, ...a }, children: [i && p.jsx(ry, { icon: i, variant: o }), e && p.jsx(ut, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(ut, { variant: m, color: "text.secondary", sx: { fontSize: u, maxWidth: "500px" }, "data-cy": "empty-state-description", children: t }), n && p.jsx(Ve, { mt: 3, children: p.jsx(ht, { onClick: n.onClick, "data-cy": "empty-state-action-button", children: n.title }) })] });
|
|
6005
|
+
return p.jsxs(Re, { alignItems: "center", justifyContent: "center", textAlign: "center", "data-cy": `empty-state-${o}-container`, sx: { backgroundColor: s, p: 5, ...a }, children: [i && p.jsx(ry, { icon: i, variant: o }), e && p.jsx(ut, { variant: d, sx: { fontSize: c }, "data-cy": "empty-state-title", children: p.jsx("strong", { children: e }) }), p.jsx(ut, { variant: m, color: "text.secondary", sx: { fontSize: u, maxWidth: "500px", mt: 1 }, "data-cy": "empty-state-description", children: t }), n && p.jsx(Ve, { mt: 3, children: p.jsx(ht, { onClick: n.onClick, "data-cy": "empty-state-action-button", children: n.title }) })] });
|
|
6006
6006
|
}
|
|
6007
6007
|
function Pn({
|
|
6008
6008
|
props: e,
|