@applica-software-guru/react-admin 1.3.140 → 1.3.142
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/dist/components/ra-lists/List.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +2 -2
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +2 -2
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Layout/Drawer/Drawer.tsx +1 -1
- package/src/components/ra-lists/List.tsx +1 -0
package/dist/react-admin.es.js
CHANGED
|
@@ -24919,7 +24919,7 @@ function oK(e) {
|
|
|
24919
24919
|
borderRight: `1px solid ${t.palette.divider}`,
|
|
24920
24920
|
backgroundImage: "none",
|
|
24921
24921
|
boxShadow: "inherit",
|
|
24922
|
-
overflow: "
|
|
24922
|
+
overflow: "auto"
|
|
24923
24923
|
}
|
|
24924
24924
|
}
|
|
24925
24925
|
} : { variant: "permanent" }, [r, u, a, l]);
|
|
@@ -26601,6 +26601,7 @@ const jK = {}, VK = $s(Ah, {
|
|
|
26601
26601
|
}
|
|
26602
26602
|
},
|
|
26603
26603
|
"& .RaList-content": {
|
|
26604
|
+
borderRadius: 0,
|
|
26604
26605
|
// Resolve an issue related to the visualization of the bulk actions toolbar.
|
|
26605
26606
|
// Padding and margin create a non empty space that allows the toolbar to be displayed when
|
|
26606
26607
|
// the selection is empty.
|