@uidu/field-base
Advanced tools
Comparing version 0.1.40 to 0.1.41
# Change Log | ||
## 0.1.41 | ||
- [patch] [eea866e](https://github.org/uidu-org/guidu/commits/eea866e): | ||
- Field base default props | ||
## 0.1.40 | ||
@@ -4,0 +9,0 @@ - [patch] [affa7ad](https://github.org/uidu-org/guidu/commits/affa7ad): |
@@ -97,6 +97,6 @@ import * as tslib_1 from "tslib"; | ||
}(React.Component)), | ||
// static defaultProps = { | ||
// onChange: () => {}, | ||
// layout: 'vertical', | ||
// }; | ||
_a.defaultProps = { | ||
onChange: function () { }, | ||
layout: 'vertical', | ||
}, | ||
_a.contextType = FormContext, | ||
@@ -103,0 +103,0 @@ _a); |
{ | ||
"name": "@uidu/field-base", | ||
"version": "0.1.40", | ||
"version": "0.1.41", | ||
"description": "Inputs using Formsy", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/uidu-org/guidu.git", |
{ | ||
"name": "@uidu/field-base", | ||
"version": "0.1.40", | ||
"version": "0.1.41", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53297