@applica-software-guru/react-admin 1.0.69 → 1.0.70
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/MainCard.d.ts.map +1 -1
- package/dist/components/ra-forms/Toolbar.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/MainCard.tsx +1 -0
- package/src/components/ra-forms/Toolbar.jsx +0 -2
package/dist/react-admin.es.js
CHANGED
|
@@ -7395,7 +7395,8 @@ const CD = (e) => {
|
|
|
7395
7395
|
...B
|
|
7396
7396
|
}, v) => {
|
|
7397
7397
|
const S = dt();
|
|
7398
|
-
return t = S.palette.mode === "dark" ? t || !0 : t,
|
|
7398
|
+
return t = S.palette.mode === "dark" ? t || !0 : t, /** @ts-ignore */
|
|
7399
|
+
/* @__PURE__ */ ne(
|
|
7399
7400
|
nP,
|
|
7400
7401
|
{
|
|
7401
7402
|
elevation: d || 0,
|
|
@@ -19842,8 +19843,6 @@ const LN = _i(Sd, {
|
|
|
19842
19843
|
...e.mixins.toolbar,
|
|
19843
19844
|
backgroundColor: e.palette.background.paper,
|
|
19844
19845
|
justifyContent: "flex-end",
|
|
19845
|
-
// Fix: needed to avoid disalignment with the top content.
|
|
19846
|
-
paddingRight: "20px !important",
|
|
19847
19846
|
"& .RaToolbar-defaultToolbar": {
|
|
19848
19847
|
justifyContent: "right",
|
|
19849
19848
|
paddingBottom: e.spacing(2),
|