ui-kit-ck-consultant 0.5.289 → 0.5.290

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.
@@ -1167,9 +1167,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
1167
1167
 
1168
1168
  _proto.render = function render() {
1169
1169
  return /*#__PURE__*/React.createElement("div", {
1170
- style: this.props.border ? {
1170
+ style: _extends({}, this.props.border ? {
1171
1171
  borderLeft: "solid " + this.props.border + " 16px"
1172
- } : {},
1172
+ } : {}, this.props.style || {}),
1173
1173
  className: classNames$1(style$c.card, this.props.className)
1174
1174
  }, this.props.disabled ? /*#__PURE__*/React.createElement("div", {
1175
1175
  className: classNames$1(style$c.card_disabled)