@applica-software-guru/react-admin 1.3.162 → 1.3.163
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-inputs/LabeledArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/LabeledInput.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 +4 -2
- 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-forms/TableForm/TableFormIterator.tsx +1 -1
- package/src/components/ra-inputs/LabeledArrayInput.tsx +2 -1
- package/src/components/ra-inputs/LabeledInput.tsx +1 -0
package/dist/react-admin.es.js
CHANGED
|
@@ -16670,7 +16670,8 @@ const Xp = ({
|
|
|
16670
16670
|
sx: {
|
|
16671
16671
|
borderBottom: l ? `1px solid ${g.palette.divider}` : "none",
|
|
16672
16672
|
pb: l ? 1 : 0,
|
|
16673
|
-
mt: l ? 1 : 0
|
|
16673
|
+
mt: l ? 1 : 0,
|
|
16674
|
+
pt: 1
|
|
16674
16675
|
},
|
|
16675
16676
|
children: /* @__PURE__ */ p(xf, { label: e, source: C, resource: P || h, isRequired: m })
|
|
16676
16677
|
}
|
|
@@ -17183,6 +17184,7 @@ const ft = ({ label: e, children: t, display: n, helperText: r, sx: o, addLabel:
|
|
|
17183
17184
|
sx: {
|
|
17184
17185
|
// @ts-ignore
|
|
17185
17186
|
borderBottom: l ? `1px solid ${A.palette.divider}` : "none",
|
|
17187
|
+
pt: 0.5,
|
|
17186
17188
|
pb: l ? 1 : 0,
|
|
17187
17189
|
mt: l ? 1 : 0
|
|
17188
17190
|
},
|
|
@@ -18898,7 +18900,7 @@ const RW = /* @__PURE__ */ Uo(SW), UQ = (e) => {
|
|
|
18898
18900
|
) : null;
|
|
18899
18901
|
}, GQ = (e) => {
|
|
18900
18902
|
const { label: t, disableAdd: n, onClick: r } = e, o = kt(), a = o.palette.mode === "dark" ? o.palette.grey.A400 : o.palette.grey.A800, l = o.palette.mode === "light" ? "#000000" : "#FFFFFF";
|
|
18901
|
-
return /* @__PURE__ */ $(Dt, { justifyContent: "space-between", alignItems: "center", flexDirection: "row", children: [
|
|
18903
|
+
return /* @__PURE__ */ $(Dt, { justifyContent: "space-between", alignItems: "center", flexDirection: "row", sx: { mt: 0.5 }, children: [
|
|
18902
18904
|
t !== !1 && /* @__PURE__ */ p(me, { children: t }),
|
|
18903
18905
|
!n && (O.isValidElement(e == null ? void 0 : e.addButton) ? O.cloneElement(e == null ? void 0 : e.addButton, {
|
|
18904
18906
|
onClick: r
|