ui-kit-ck-consultant 0.5.300 → 0.5.301

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1240,11 +1240,15 @@ var Card = /*#__PURE__*/function (_React$Component) {
1240
1240
  flexShrink: 0
1241
1241
  }
1242
1242
  }, /*#__PURE__*/React__default.createElement("img", {
1243
- style: {
1244
- position: 'absolute',
1245
- left: 0,
1243
+ style: _extends({
1244
+ position: 'absolute'
1245
+ }, this.props.forceRight ? {
1246
+ right: 0
1247
+ } : {
1248
+ left: 0
1249
+ }, {
1246
1250
  height: '100%'
1247
- },
1251
+ }),
1248
1252
  src: this.props.imgRight,
1249
1253
  alt: "right"
1250
1254
  })) : null);