@movable/ui 0.28.2 → 0.28.3

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
@@ -8757,6 +8757,7 @@ function w0({ Breadcrumbs: e, Subtitle: t, Metadata: r, Chips: n, ButtonGroup: o
8757
8757
  return R.jsx("header", { children: R.jsxs(Ze, { direction: "column", spacing: 2, sx: {
8758
8758
  borderBottom: 1,
8759
8759
  borderColor: "divider",
8760
+ background: (c) => c.palette.neutral00,
8760
8761
  px: 3,
8761
8762
  py: 3,
8762
8763
  ...i && { pb: -3 },
@@ -8797,7 +8798,8 @@ function P0({ subtitle: e }) {
8797
8798
  function k0({ label: e, Stepper: t, ButtonGroup: r }) {
8798
8799
  return R.jsx("header", { children: R.jsxs(Ze, { direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", sx: {
8799
8800
  borderBottom: "1px solid divider",
8800
- p: 3
8801
+ p: 3,
8802
+ background: (n) => n.palette.neutral00
8801
8803
  }, children: [R.jsx(lt, { "data-test-worflow-header-label": !0, variant: "subtitle1", component: "h1", sx: { fontWeight: "600", flexGrow: "1" }, children: e }), t && R.jsx(Qt, { sx: { flexGrow: "2" }, "data-test-worflow-header-stepper": !0, children: t }), r && R.jsx(Qt, { sx: { flexGrow: "1", justifyContent: "end", display: "flex" }, "data-test-worflow-header-button-group": !0, children: r })] }) });
8802
8804
  }
8803
8805
  const La = Rd({