@movable/ui 1.15.3 → 1.15.4
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 +6 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -900,9 +900,12 @@ function Kd({ subtitle: e }) {
|
|
|
900
900
|
return y.jsx(We, { variant: "body2", color: "text.secondary", children: e });
|
|
901
901
|
}
|
|
902
902
|
function Xd({ label: e, Stepper: t, ButtonGroup: r }) {
|
|
903
|
-
return y.jsx(ai, { sx: {
|
|
904
|
-
|
|
905
|
-
|
|
903
|
+
return y.jsx(ai, { sx: {
|
|
904
|
+
px: 2,
|
|
905
|
+
py: 2.25,
|
|
906
|
+
borderBottom: "1px solid",
|
|
907
|
+
borderBottomColor: "neutral200"
|
|
908
|
+
}, children: ({ position: n }) => y.jsxs(Ne, { position: n, direction: "row", spacing: 2, justifyContent: "space-between", alignItems: "center", children: [y.jsx(We, { "data-test-worflow-header-label": !0, variant: "subtitle1", component: "h1", sx: { fontWeight: "600", flexGrow: "1" }, children: e }), t && y.jsx(Ke, { sx: { flexGrow: "2" }, "data-test-worflow-header-stepper": !0, children: t }), r && y.jsx(Ke, { sx: { flexGrow: "1", justifyContent: "end", display: "flex" }, "data-test-worflow-header-button-group": !0, children: r })] }) });
|
|
906
909
|
}
|
|
907
910
|
function Re(e, t) {
|
|
908
911
|
if (e == null) return {};
|