ui-kit-ck-consultant 0.5.298 → 0.5.299

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1170,6 +1170,10 @@ var Card = /*#__PURE__*/function (_React$Component) {
1170
1170
  };
1171
1171
 
1172
1172
  _proto.render = function render() {
1173
+ if (this.props.noCard) {
1174
+ return this.props.children;
1175
+ }
1176
+
1173
1177
  return /*#__PURE__*/React__default.createElement("div", {
1174
1178
  style: this.props.border ? {
1175
1179
  borderLeft: "solid " + this.props.border + " 16px"