@movable/ui 3.10.2 → 3.10.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 +4 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -4263,7 +4263,10 @@ function oO({
|
|
|
4263
4263
|
left: i,
|
|
4264
4264
|
...u && { position: "absolute" }
|
|
4265
4265
|
},
|
|
4266
|
-
variant: "outlined"
|
|
4266
|
+
variant: "outlined",
|
|
4267
|
+
sx: {
|
|
4268
|
+
padding: 0
|
|
4269
|
+
}
|
|
4267
4270
|
}, variant: "persistent", anchor: "left", open: e, children: p.jsxs(Re, { height: "100%", justifyContent: "space-between", children: [p.jsxs(Re, { direction: "column", spacing: 3, sx: { p: 2 }, children: [p.jsxs(Re, { direction: "row", alignItems: "center", children: [p.jsxs(Re, { direction: "row", alignItems: "center", children: [p.jsx(Rn, { sx: { color: "text.primary" }, fontSize: "small", children: "filter_list_icon" }), p.jsx(ut, { sx: { ml: 1 }, "data-cy": "drawer-header", children: l })] }), p.jsx(qa, { title: "Close", placement: "bottom-end", disableInteractive: !0, slotProps: {
|
|
4268
4271
|
popper: {
|
|
4269
4272
|
modifiers: [
|