ui-kit-ck-consultant 0.5.252 → 0.5.254
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 +7 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -138,6 +138,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
|
|
138
138
|
icon: faCheck
|
139
139
|
}) : ''), /*#__PURE__*/React.createElement("div", {
|
140
140
|
className: style.modal_close,
|
141
|
+
style: this.props.closeStyle,
|
141
142
|
onClick: this.props.onClose
|
142
143
|
}, this.props.iconClose ? this.props.iconClose : /*#__PURE__*/React.createElement(FontAwesomeIcon, {
|
143
144
|
icon: faTimes
|
@@ -1075,7 +1076,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1075
1076
|
}) : null, this.props.imgLeft ? /*#__PURE__*/React.createElement("div", {
|
1076
1077
|
style: {
|
1077
1078
|
overflow: 'hidden',
|
1078
|
-
width: this.props.customWidthImgLeft || '100%'
|
1079
|
+
width: this.props.customWidthImgLeft || '100%',
|
1080
|
+
flexGrow: 0,
|
1081
|
+
flexShrink: 0
|
1079
1082
|
}
|
1080
1083
|
}, /*#__PURE__*/React.createElement("img", {
|
1081
1084
|
style: {
|
@@ -1119,7 +1122,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1119
1122
|
}, this.props.children)), this.props.imgRight ? /*#__PURE__*/React.createElement("div", {
|
1120
1123
|
style: {
|
1121
1124
|
overflow: 'hidden',
|
1122
|
-
width: this.props.customWidthImgRight || '100%'
|
1125
|
+
width: this.props.customWidthImgRight || '100%',
|
1126
|
+
flexGrow: 0,
|
1127
|
+
flexShrink: 0
|
1123
1128
|
}
|
1124
1129
|
}, /*#__PURE__*/React.createElement("img", {
|
1125
1130
|
style: {
|