@applica-software-guru/react-admin 1.4.204 → 1.4.205
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/ActionsMenu.d.ts.map +1 -1
- package/dist/components/ra-forms/SimpleForm.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 +16 -14
- 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/dist/themes/overrides/Dialog.d.ts +6 -1
- package/dist/themes/overrides/Dialog.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/ActionsMenu.tsx +0 -1
- package/src/components/ra-forms/CardForm.tsx +1 -1
- package/src/components/ra-forms/SimpleForm.tsx +6 -8
- package/src/components/ra-forms/TabbedForm.tsx +2 -2
- package/src/themes/overrides/Dialog.jsx +6 -1
- package/src/themes/overrides/index.jsx +1 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -3536,7 +3536,6 @@ const X5 = ap("div", {
|
|
|
3536
3536
|
"& .MuiMenuItem-root": {
|
|
3537
3537
|
padding: 0,
|
|
3538
3538
|
margin: 0,
|
|
3539
|
-
// backgroundColor: theme.palette.background.paper,
|
|
3540
3539
|
"& .MuiButton-startIcon": {
|
|
3541
3540
|
marginRight: e.spacing(0)
|
|
3542
3541
|
}
|
|
@@ -18130,7 +18129,7 @@ const Tj = le(eA, { slot: "root" })(({ theme: e, spacing: t }) => ({
|
|
|
18130
18129
|
paddingTop: "20px !important",
|
|
18131
18130
|
paddingRight: "0 !important",
|
|
18132
18131
|
paddingLeft: "0 !important",
|
|
18133
|
-
paddingBottom: 0
|
|
18132
|
+
paddingBottom: "0 !important"
|
|
18134
18133
|
}
|
|
18135
18134
|
}));
|
|
18136
18135
|
function Sj({ children: e, spacing: t, defaultValues: n, ...r }) {
|
|
@@ -18141,13 +18140,10 @@ function Sj({ children: e, spacing: t, defaultValues: n, ...r }) {
|
|
|
18141
18140
|
);
|
|
18142
18141
|
}
|
|
18143
18142
|
Sj.Section = wj;
|
|
18144
|
-
const Pj = yl(yO, { slot: "Root" })(({ theme: e
|
|
18145
|
-
|
|
18146
|
-
paddingBottom:
|
|
18147
|
-
}
|
|
18148
|
-
// [theme.breakpoints.down('sm')]: {
|
|
18149
|
-
paddingBottom: "0 !important"
|
|
18150
|
-
// }
|
|
18143
|
+
const Pj = yl(yO, { slot: "Root" })(({ theme: e }) => ({
|
|
18144
|
+
[e.breakpoints.down("sm")]: {
|
|
18145
|
+
paddingBottom: "20px"
|
|
18146
|
+
}
|
|
18151
18147
|
}));
|
|
18152
18148
|
function Rj({
|
|
18153
18149
|
title: e,
|
|
@@ -18175,7 +18171,8 @@ function Rj({
|
|
|
18175
18171
|
"& .MuiToolbar-root": {
|
|
18176
18172
|
paddingLeft: 2.5,
|
|
18177
18173
|
paddingRight: 2.5,
|
|
18178
|
-
paddingBottom: 2.5
|
|
18174
|
+
paddingBottom: 2.5,
|
|
18175
|
+
paddingTop: 0
|
|
18179
18176
|
}
|
|
18180
18177
|
},
|
|
18181
18178
|
border: !t,
|
|
@@ -19835,9 +19832,9 @@ const jV = le($O, { root: "root" })(({ theme: e }) => ({
|
|
|
19835
19832
|
function Cne(e) {
|
|
19836
19833
|
return /* @__PURE__ */ h(jV, { ...e });
|
|
19837
19834
|
}
|
|
19838
|
-
const VV = yl(rp, { slot: "Root" })(({ theme: e
|
|
19835
|
+
const VV = yl(rp, { slot: "Root" })(({ theme: e }) => ({
|
|
19839
19836
|
"& .MuiGrid-root.MuiGrid-container": {
|
|
19840
|
-
paddingBottom:
|
|
19837
|
+
paddingBottom: 0
|
|
19841
19838
|
},
|
|
19842
19839
|
[e.breakpoints.down("sm")]: {
|
|
19843
19840
|
paddingBottom: 0,
|
|
@@ -31442,13 +31439,18 @@ function yee(e) {
|
|
|
31442
31439
|
}
|
|
31443
31440
|
};
|
|
31444
31441
|
}
|
|
31445
|
-
function Qee() {
|
|
31442
|
+
function Qee(e) {
|
|
31446
31443
|
return {
|
|
31447
31444
|
MuiDialog: {
|
|
31448
31445
|
styleOverrides: {
|
|
31449
31446
|
root: {
|
|
31450
31447
|
"& .MuiBackdrop-root": {
|
|
31451
31448
|
backgroundColor: Ge("#000", 0.7)
|
|
31449
|
+
},
|
|
31450
|
+
"& .MuiCardContent-root": {
|
|
31451
|
+
[e.breakpoints.down("sm")]: {
|
|
31452
|
+
paddingBottom: "20px"
|
|
31453
|
+
}
|
|
31452
31454
|
}
|
|
31453
31455
|
}
|
|
31454
31456
|
}
|
|
@@ -32442,7 +32444,7 @@ function ite(e) {
|
|
|
32442
32444
|
Bee(),
|
|
32443
32445
|
bee(e),
|
|
32444
32446
|
yee(e),
|
|
32445
|
-
Qee(),
|
|
32447
|
+
Qee(e),
|
|
32446
32448
|
xee(e),
|
|
32447
32449
|
wee(),
|
|
32448
32450
|
Tee(e),
|