@movable/ui 1.15.4 → 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
|
@@ -905,7 +905,7 @@ function Xd({ label: e, Stepper: t, ButtonGroup: r }) {
|
|
|
905
905
|
py: 2.25,
|
|
906
906
|
borderBottom: "1px solid",
|
|
907
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: "
|
|
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 })] }) });
|
|
909
909
|
}
|
|
910
910
|
function Re(e, t) {
|
|
911
911
|
if (e == null) return {};
|
|
@@ -5547,7 +5547,6 @@ const lr = 400, Mf = 50, Af = 250, jf = () => {
|
|
|
5547
5547
|
p !== null && d.push(y.jsx(Ka, { children: p }, p)), h.forEach(({ label: x, value: E, sx: g, ...m }) => {
|
|
5548
5548
|
d.push(y.jsx(vr, { sx: {
|
|
5549
5549
|
fontSize: 16,
|
|
5550
|
-
color: "text.disabled",
|
|
5551
5550
|
backgroundColor: "neutral.300",
|
|
5552
5551
|
...g
|
|
5553
5552
|
}, value: E, "data-test-select-menu-item": E, ...m, children: x }, x));
|
|
@@ -7657,9 +7656,10 @@ const Od = {
|
|
|
7657
7656
|
},
|
|
7658
7657
|
MuiMenu: {
|
|
7659
7658
|
styleOverrides: {
|
|
7660
|
-
paper: {
|
|
7661
|
-
padding: 0
|
|
7662
|
-
|
|
7659
|
+
paper: ({ theme: e }) => ({
|
|
7660
|
+
padding: 0,
|
|
7661
|
+
boxShadow: e.shadows[8]
|
|
7662
|
+
})
|
|
7663
7663
|
}
|
|
7664
7664
|
}
|
|
7665
7665
|
}, kd = "5.5px", da = "0.15px", on = ({ theme: e }) => ({
|