@awell-health/ui-library 0.1.86 → 0.1.87
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41578,7 +41578,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
41578
41578
|
isValid: true };
|
|
41579
41579
|
|
|
41580
41580
|
}
|
|
41581
|
-
var parsedDate = new Date(value);
|
|
41581
|
+
var parsedDate = new Date("".concat(value, "T00:00:00"));
|
|
41582
41582
|
var dateIsToday = isToday(parsedDate);
|
|
41583
41583
|
var _a = questionConfig.date,allowed_dates = _a.allowed_dates,_b = _a.include_date_of_response,include_date_of_response = _b === void 0 ? false : _b;
|
|
41584
41584
|
if (allowed_dates === exports.AllowedDatesOptions.All) {
|