@vertigis/react-ui 19.4.0 → 19.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "19.4.0",
3
+ "version": "19.4.1",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",
@@ -927,8 +927,10 @@ function getComponentOverrides(theme, isDense) {
927
927
  },
928
928
  MuiTimePicker: {
929
929
  defaultProps: {
930
- OpenPickerButtonProps: { size: "small" },
931
- PopperProps: { dir: theme.direction },
930
+ slotProps: {
931
+ openPickerButton: { size: "small" },
932
+ popper: { dir: theme.direction },
933
+ },
932
934
  },
933
935
  },
934
936
  MuiToggleButton: {