ui-kit-ck-consultant 0.5.165 → 0.5.166

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 CHANGED
@@ -9933,7 +9933,7 @@ var Calendar = /*#__PURE__*/function (_React$Component) {
9933
9933
  onClick: function onClick() {
9934
9934
  return _this2.handleActiveClick(idxRow, idxCol);
9935
9935
  }
9936
- }, moment(col, 'D').format('DD')) : null) : null);
9936
+ }, moment(_this2.state.year + "-" + _this2.state.month + "-" + col, 'YYYY-M-D').format('DD')) : null) : null);
9937
9937
  }));
9938
9938
  })))))), this.props.isTime && this.state.activeDate ? /*#__PURE__*/React__default.createElement(reactFlexboxGrid.Col, {
9939
9939
  xs: 12,