ublo-lib 1.12.21 → 1.12.22

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.
@@ -69,13 +69,10 @@ const Field = ({
69
69
  required: required ? true : undefined,
70
70
  valid: isValid
71
71
  };
72
- const inputProps = {
73
- type
74
- };
75
72
  const Tag = getTag(type);
76
73
  const props = type === "textarea" || type === "select" ? commonProps : {
77
74
  ...commonProps,
78
- ...inputProps
75
+ type
79
76
  };
80
77
  const onChange = newValue => {
81
78
  const newData = isArray ? [...data] : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.12.21",
3
+ "version": "1.12.22",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^2.1.0",
6
6
  "leaflet": "^1.9.1",