@movable/ui 3.10.0 → 3.10.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
@@ -21694,7 +21694,7 @@ function MO(e, t, n = {}) {
21694
21694
  ...s
21695
21695
  };
21696
21696
  }
21697
- const $S = ({ action: e, onClose: t }) => p.jsxs(Re, { direction: "row", spacing: 1, children: [e && p.jsx(pt, { "data-test-ink-highlight-alert-action": !0, onClick: () => e.callback, variant: "contained", color: "inherit", size: "medium", sx: { color: "text.primary" }, children: e.label }), t && p.jsx(wr, { onClick: t, sx: { color: "neutral00" }, "data-test-ink-highlight-alert-close": !0, children: p.jsx(ld, {}) })] });
21697
+ const $S = ({ action: e, onClose: t }) => p.jsxs(Re, { direction: "row", spacing: 1, children: [e && p.jsx(pt, { "data-test-ink-highlight-alert-action": !0, onClick: e.callback, variant: "contained", color: "inherit", size: "medium", sx: { color: "text.primary" }, children: e.label }), t && p.jsx(wr, { onClick: t, sx: { color: "neutral00" }, "data-test-ink-highlight-alert-close": !0, children: p.jsx(ld, {}) })] });
21698
21698
  function IO({ testSelector: e = "ink-highlight-alert", onClose: t, action: n, alertProps: o, message: i }) {
21699
21699
  return p.jsx(Vc, { "data-test-ink-highlight-alert": e, variant: "highlight", icon: !1, onClose: t && !n ? t : void 0, action: (n || t) && p.jsx($S, { onClose: t, action: n ?? void 0 }), ...o, sx: {
21700
21700
  px: 3,