ui-kit-ck-consultant 0.5.136 → 0.5.137
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.js
CHANGED
@@ -894,7 +894,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
894
894
|
_proto.render = function render() {
|
895
895
|
return /*#__PURE__*/React__default.createElement("div", {
|
896
896
|
className: classNames$1(style$b.card, this.props.className)
|
897
|
-
}, this.props.
|
897
|
+
}, this.props.isLoad ? /*#__PURE__*/React__default.createElement("div", {
|
898
898
|
className: style$b.card_loader_container
|
899
899
|
}, /*#__PURE__*/React__default.createElement("div", {
|
900
900
|
className: classNames$1(style$b.loader_element, this.props.classNameChildren)
|