@applica-software-guru/react-admin 1.5.278 → 1.5.279
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/LabeledInput.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -0
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-inputs/LabeledInput.tsx +1 -0
- package/vite.config.js +3 -3
package/dist/react-admin.es.js
CHANGED
|
@@ -23894,6 +23894,7 @@ function Wn({
|
|
|
23894
23894
|
// @ts-ignore
|
|
23895
23895
|
width: c != null && c.fullWidth ? "100%" : "auto",
|
|
23896
23896
|
"& .MuiFormHelperText-root": {
|
|
23897
|
+
pb: 0,
|
|
23897
23898
|
// @see: https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/src/input/SelectArrayInput.tsx#L340
|
|
23898
23899
|
// the 'invalid' prop is not used inside the react-admin component. This is necessary if we want to support
|
|
23899
23900
|
// remove error message colorization when the field is in error state.
|
|
Binary file
|