@vertigis/react-ui 15.1.0 → 15.2.1

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.
@@ -13,12 +13,14 @@ export const formControlClasses = {
13
13
  ...muiFormControlClasses,
14
14
  ...gcxFormControlClasses,
15
15
  };
16
- const StyledMUIFormControl = styled(MUIFormControl)({
16
+ const StyledMUIFormControl = styled(MUIFormControl)(({ theme: { spacing } }) => ({
17
+ marginTop: 0,
18
+ marginBottom: spacing(1),
17
19
  [`& .${gcxFormControlClasses.inlineHelp}`]: {
18
20
  position: "absolute",
19
21
  right: 0,
20
22
  },
21
- });
23
+ }));
22
24
  /**
23
25
  * A simple extension for a Form Control that includes inline help.
24
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "15.1.0",
3
+ "version": "15.2.1",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",