@vertigis/react-ui 21.5.0 → 21.5.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.
@@ -31,7 +31,7 @@ const StyledFormControl = styled(FormControl)({
31
31
  alignItems: "center",
32
32
  },
33
33
  [`& .${inlineFormControlClasses.formControlLabelLabel}`]: {
34
- fontWeight: 500,
34
+ fontWeight: 501,
35
35
  },
36
36
  });
37
37
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "21.5.0",
3
+ "version": "21.5.1",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",
@@ -653,7 +653,7 @@ function getComponentOverrides(theme, isDense) {
653
653
  MuiListItemText: {
654
654
  styleOverrides: {
655
655
  primary: {
656
- fontWeight: 500,
656
+ fontWeight: 501,
657
657
  },
658
658
  },
659
659
  },