ui-kit-ck-consultant 0.5.249 → 0.5.250

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
@@ -1101,9 +1101,11 @@ var Card = /*#__PURE__*/function (_React$Component) {
1101
1101
  }
1102
1102
  }, /*#__PURE__*/React__default.createElement("div", {
1103
1103
  className: style$c.card_top_border,
1104
- style: {
1104
+ style: _extends({
1105
1105
  width: this.state.width
1106
- }
1106
+ }, this.props.borderTopColor ? {
1107
+ backgroundColor: this.props.borderTopColor + " !important"
1108
+ } : {})
1107
1109
  }), this.props.title ? /*#__PURE__*/React__default.createElement("div", {
1108
1110
  className: style$c.card_header
1109
1111
  }, /*#__PURE__*/React__default.createElement("div", {