@vertigis/react-ui 15.2.0 → 15.2.2

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.2.0",
3
+ "version": "15.2.2",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",
@@ -388,6 +388,20 @@ function getOverrides(theme) {
388
388
  focusRipple: false,
389
389
  },
390
390
  },
391
+ MuiClock: {
392
+ styleOverrides: {
393
+ amButton: {
394
+ "& .MuiTypography-caption": {
395
+ fontStyle: "normal",
396
+ },
397
+ },
398
+ pmButton: {
399
+ "& .MuiTypography-caption": {
400
+ fontStyle: "normal",
401
+ },
402
+ },
403
+ },
404
+ },
391
405
  MuiCssBaseline: {
392
406
  styleOverrides: {
393
407
  html: {
@@ -440,6 +454,20 @@ function getOverrides(theme) {
440
454
  PopperProps: { dir: theme.direction },
441
455
  },
442
456
  },
457
+ MuiDayPicker: {
458
+ styleOverrides: {
459
+ header: {
460
+ "& .MuiTypography-caption": {
461
+ fontStyle: "normal",
462
+ },
463
+ },
464
+ weekContainer: {
465
+ button: {
466
+ fontStyle: "normal",
467
+ },
468
+ },
469
+ },
470
+ },
443
471
  MuiDialogActions: {
444
472
  styleOverrides: {
445
473
  root: {