ui-kit-ck-consultant 0.5.203 → 0.5.204
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/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -9870,7 +9870,7 @@ var Calendar = /*#__PURE__*/function (_React$Component) {
|
|
9870
9870
|
return 1;
|
9871
9871
|
} else {
|
9872
9872
|
if (_this.props.enabledDates && _this.props.enabledDates.length) {
|
9873
|
-
if (_this.props.enabledDates.includes(currentDate)) {
|
9873
|
+
if (_this.props.enabledDates.includes(currentDate) && !(_this.props.minDate && moment(_this.props.minDate).isAfter(moment(currentDate)))) {
|
9874
9874
|
return 0;
|
9875
9875
|
} else {
|
9876
9876
|
return 2;
|