ui-kit-ck-consultant 0.5.197 → 0.5.198
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -901,7 +901,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
901
901
|
}, this.props.imgLeft ? /*#__PURE__*/React.createElement("div", {
|
902
902
|
style: {
|
903
903
|
overflow: 'hidden',
|
904
|
-
width: '100%'
|
904
|
+
width: this.props.customWidthImgLeft || '100%'
|
905
905
|
}
|
906
906
|
}, /*#__PURE__*/React.createElement("img", {
|
907
907
|
style: {
|
@@ -943,7 +943,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
943
943
|
}, this.props.children)), this.props.imgRight ? /*#__PURE__*/React.createElement("div", {
|
944
944
|
style: {
|
945
945
|
overflow: 'hidden',
|
946
|
-
width: '100%'
|
946
|
+
width: this.props.customWidthImgRight || '100%'
|
947
947
|
}
|
948
948
|
}, /*#__PURE__*/React.createElement("img", {
|
949
949
|
style: {
|