@data-driven-forms/mui-component-mapper 3.18.6 → 3.18.7

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.
@@ -6,6 +6,10 @@ type InternalDatePickerProps<TInputDate, TDate> = MuiDatePickerProps<TInputDate,
6
6
  }
7
7
 
8
8
  export type DatePickerProps<TInputDate, TDate> = InternalDatePickerProps<TInputDate, TDate> & UseFieldApiComponentConfig;
9
+ <<<<<<< Updated upstream
10
+ =======
11
+
12
+ >>>>>>> Stashed changes
9
13
  declare const DatePicker: React.ComponentType<DatePickerProps<any, any>>;
10
14
 
11
15
  export default DatePicker;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-driven-forms/mui-component-mapper",
3
- "version": "3.18.6",
3
+ "version": "3.18.7",
4
4
  "description": "Component mapper for Material ui component mapper form data-driven-forms.",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",
@@ -30,7 +30,7 @@
30
30
  "@mui/styles": "^5.2.3"
31
31
  },
32
32
  "peerDependencies": {
33
- "@data-driven-forms/react-form-renderer": "^3.18.6",
33
+ "@data-driven-forms/react-form-renderer": "^3.18.7",
34
34
  "@mui/icons-material": "^5.2.5",
35
35
  "@mui/material": "^5.2.8",
36
36
  "@mui/styles": "^5.2.3",
@@ -39,7 +39,7 @@
39
39
  "react-dom": "^17.0.2 || ^18.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@data-driven-forms/common": "^3.18.6",
42
+ "@data-driven-forms/common": "^3.18.7",
43
43
  "@emotion/react": "^11.5.0",
44
44
  "@emotion/styled": "^11.3.0",
45
45
  "@mui/x-date-pickers": "^5.0.0-beta.0",