ui-kit-ck-consultant 0.5.217 → 0.5.218
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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -904,6 +904,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
904
904
|
|
905
905
|
_proto.render = function render() {
|
906
906
|
return /*#__PURE__*/React__default.createElement("div", {
|
907
|
+
style: this.props.border ? {
|
908
|
+
borderLeft: "solid " + this.props.border + " 16px"
|
909
|
+
} : {},
|
907
910
|
className: classNames$1(style$b.card, this.props.className)
|
908
911
|
}, this.props.disabled ? /*#__PURE__*/React__default.createElement("div", {
|
909
912
|
className: classNames$1(style$b.card_disabled)
|