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.modern.js
CHANGED
@@ -901,6 +901,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
901
901
|
|
902
902
|
_proto.render = function render() {
|
903
903
|
return /*#__PURE__*/React.createElement("div", {
|
904
|
+
style: this.props.border ? {
|
905
|
+
borderLeft: "solid " + this.props.border + " 16px"
|
906
|
+
} : {},
|
904
907
|
className: classNames$1(style$b.card, this.props.className)
|
905
908
|
}, this.props.disabled ? /*#__PURE__*/React.createElement("div", {
|
906
909
|
className: classNames$1(style$b.card_disabled)
|