@movable/ui 1.15.3 → 1.16.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
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: "h6", 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 {};
|
|
@@ -5544,7 +5547,6 @@ const lr = 400, Mf = 50, Af = 250, jf = () => {
|
|
|
5544
5547
|
p !== null && d.push(y.jsx(Ka, { children: p }, p)), h.forEach(({ label: x, value: E, sx: g, ...m }) => {
|
|
5545
5548
|
d.push(y.jsx(vr, { sx: {
|
|
5546
5549
|
fontSize: 16,
|
|
5547
|
-
color: "text.disabled",
|
|
5548
5550
|
backgroundColor: "neutral.300",
|
|
5549
5551
|
...g
|
|
5550
5552
|
}, value: E, "data-test-select-menu-item": E, ...m, children: x }, x));
|
|
@@ -7654,9 +7656,10 @@ const Od = {
|
|
|
7654
7656
|
},
|
|
7655
7657
|
MuiMenu: {
|
|
7656
7658
|
styleOverrides: {
|
|
7657
|
-
paper: {
|
|
7658
|
-
padding: 0
|
|
7659
|
-
|
|
7659
|
+
paper: ({ theme: e }) => ({
|
|
7660
|
+
padding: 0,
|
|
7661
|
+
boxShadow: e.shadows[8]
|
|
7662
|
+
})
|
|
7660
7663
|
}
|
|
7661
7664
|
}
|
|
7662
7665
|
}, kd = "5.5px", da = "0.15px", on = ({ theme: e }) => ({
|