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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -1098,9 +1098,11 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1098
1098
|
}
|
1099
1099
|
}, /*#__PURE__*/React.createElement("div", {
|
1100
1100
|
className: style$c.card_top_border,
|
1101
|
-
style: {
|
1101
|
+
style: _extends({
|
1102
1102
|
width: this.state.width
|
1103
|
-
}
|
1103
|
+
}, this.props.borderTopColor ? {
|
1104
|
+
backgroundColor: this.props.borderTopColor + " !important"
|
1105
|
+
} : {})
|
1104
1106
|
}), this.props.title ? /*#__PURE__*/React.createElement("div", {
|
1105
1107
|
className: style$c.card_header
|
1106
1108
|
}, /*#__PURE__*/React.createElement("div", {
|