@movable/ui 0.26.2 → 0.26.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 +23 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -10603,6 +10603,29 @@ const a0 = Ga, s0 = {
|
|
|
10603
10603
|
".MuiDataGrid-overlayWrapper": {
|
|
10604
10604
|
height: "auto"
|
|
10605
10605
|
}
|
|
10606
|
+
},
|
|
10607
|
+
menu: {
|
|
10608
|
+
".MuiPaper-root": {
|
|
10609
|
+
padding: "0px"
|
|
10610
|
+
// Remove extra paper padding from table action menu
|
|
10611
|
+
}
|
|
10612
|
+
}
|
|
10613
|
+
}
|
|
10614
|
+
},
|
|
10615
|
+
MuiAccordion: {
|
|
10616
|
+
defaultProps: {
|
|
10617
|
+
variant: "elevation"
|
|
10618
|
+
},
|
|
10619
|
+
styleOverrides: {
|
|
10620
|
+
root: {
|
|
10621
|
+
padding: "0px"
|
|
10622
|
+
}
|
|
10623
|
+
}
|
|
10624
|
+
},
|
|
10625
|
+
MuiPopover: {
|
|
10626
|
+
styleOverrides: {
|
|
10627
|
+
paper: {
|
|
10628
|
+
padding: 0
|
|
10606
10629
|
}
|
|
10607
10630
|
}
|
|
10608
10631
|
},
|