ui-kit-ck-consultant 0.5.232 → 0.5.233
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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -10250,7 +10250,11 @@ var Calendar = /*#__PURE__*/function (_React$Component) {
|
|
10250
10250
|
}
|
10251
10251
|
}, moment(_this3.state.year + "-" + _this3.state.month + "-" + col, 'YYYY-M-D').format('DD')) : null) : null;
|
10252
10252
|
}));
|
10253
|
-
})
|
10253
|
+
}), this.state.days.length < 6 ? /*#__PURE__*/React.createElement("tr", {
|
10254
|
+
style: {
|
10255
|
+
height: "46px"
|
10256
|
+
}
|
10257
|
+
}) : null))))), this.props.isTime && this.state.activeDate ? /*#__PURE__*/React.createElement(Col, {
|
10254
10258
|
xs: 12,
|
10255
10259
|
md: 5
|
10256
10260
|
}, /*#__PURE__*/React.createElement("div", {
|