@applica-software-guru/react-admin 1.0.74 → 1.0.75
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 +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2 -3
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-lists/List.tsx +2 -3
package/dist/react-admin.es.js
CHANGED
|
@@ -24675,9 +24675,8 @@ const vU = _i(o0, {
|
|
|
24675
24675
|
}
|
|
24676
24676
|
},
|
|
24677
24677
|
"& .RaList-actions": {
|
|
24678
|
-
|
|
24679
|
-
|
|
24680
|
-
// }
|
|
24678
|
+
padding: e.spacing(2),
|
|
24679
|
+
paddingTop: 0
|
|
24681
24680
|
},
|
|
24682
24681
|
"& .RaList-content": {
|
|
24683
24682
|
// Resolve an issue related to the visualization of the bulk actions toolbar.
|