@vertigis/react-ui 16.4.1 → 16.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.
@@ -8,5 +8,5 @@ export type SwitchClassKey = keyof SwitchClasses;
8
8
  export type SwitchProps = Omit<MUISwitchProps, "classes"> & {
9
9
  classes?: Partial<SwitchClasses>;
10
10
  };
11
- declare const Switch: import("@emotion/styled").StyledComponent<MUISwitchProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles/createTheme.js").Theme>, {}, {}>;
11
+ declare const Switch: import("@emotion/styled").StyledComponent<MUISwitchProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
12
12
  export default Switch;
@@ -1,2 +1 @@
1
1
  // NOTE: This file is copied from the @vertigis/arcgis-extensions project.
2
- export {};
@@ -12,6 +12,7 @@ const TimePicker = ({ slots, viewRenderers, ...props }, ref) => (_jsx(MuiTimePic
12
12
  "& .MuiIconButton-sizeMedium": {
13
13
  // Match the adornment alignment of other date pickers.
14
14
  marginRight: -0.375,
15
+ padding: "3px",
15
16
  },
16
17
  }, ...props }));
17
18
  export default forwardRef(TimePicker);
package/colors/Color.js CHANGED
@@ -1 +0,0 @@
1
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "16.4.1",
3
+ "version": "16.5.1",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",
@@ -533,9 +533,6 @@ function getComponentOverrides(theme) {
533
533
  sizeSmall: {
534
534
  padding: 3,
535
535
  },
536
- sizeMedium: {
537
- padding: 3,
538
- },
539
536
  },
540
537
  },
541
538
  MuiInput: {