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