@longline/aqua-ui 1.0.145 → 1.0.147

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.
@@ -39,6 +39,8 @@ var DateInputBase = function (props) {
39
39
  var parseDate = function (str, def) {
40
40
  if (str == null)
41
41
  return def;
42
+ if (str instanceof Date)
43
+ return str;
42
44
  var date = parseISO(props.value);
43
45
  if (isNaN(date.getDate()))
44
46
  return def;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longline/aqua-ui",
3
- "version": "1.0.145",
3
+ "version": "1.0.147",
4
4
  "description": "AquaUI",
5
5
  "author": "Alexander van Oostenrijk / Longline Environment",
6
6
  "license": "Commercial",