ui-kit-ck-consultant 0.5.186 → 0.5.187
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 +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +10 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -898,7 +898,11 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
898
898
|
_proto.render = function render() {
|
899
899
|
return /*#__PURE__*/React.createElement("div", {
|
900
900
|
className: classNames$1(style$b.card, this.props.className)
|
901
|
-
}, this.props.imgLeft ? /*#__PURE__*/React.createElement("div",
|
901
|
+
}, this.props.imgLeft ? /*#__PURE__*/React.createElement("div", {
|
902
|
+
style: {
|
903
|
+
overflow: 'hidden'
|
904
|
+
}
|
905
|
+
}, /*#__PURE__*/React.createElement("img", {
|
902
906
|
style: {
|
903
907
|
height: '100%'
|
904
908
|
},
|
@@ -935,7 +939,11 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
935
939
|
onClick: this.props.onClick
|
936
940
|
}, this.props.action))) : '', /*#__PURE__*/React.createElement("div", {
|
937
941
|
className: classNames$1(style$b.card_body, this.props.classNameChildren)
|
938
|
-
}, this.props.children)), this.props.imgRight ? /*#__PURE__*/React.createElement("div",
|
942
|
+
}, this.props.children)), this.props.imgRight ? /*#__PURE__*/React.createElement("div", {
|
943
|
+
style: {
|
944
|
+
overflow: 'hidden'
|
945
|
+
}
|
946
|
+
}, /*#__PURE__*/React.createElement("img", {
|
939
947
|
style: {
|
940
948
|
height: '100%'
|
941
949
|
},
|