ui-kit-ck-consultant 0.5.290 → 0.5.292

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -217,7 +217,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
217
217
  }, this.getRightItems())) : /*#__PURE__*/React__default.createElement("div", {
218
218
  className: style.modal_right
219
219
  }, this.getRightItems()), /*#__PURE__*/React__default.createElement("div", {
220
- className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {})
220
+ className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {}, this.props.classNameChildren)
221
221
  }, this.props.children))));
222
222
  };
223
223
 
@@ -1170,9 +1170,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
1170
1170
 
1171
1171
  _proto.render = function render() {
1172
1172
  return /*#__PURE__*/React__default.createElement("div", {
1173
- style: _extends({}, this.props.border ? {
1173
+ style: this.props.border ? {
1174
1174
  borderLeft: "solid " + this.props.border + " 16px"
1175
- } : {}, this.props.style || {}),
1175
+ } : {},
1176
1176
  className: classNames$1(style$c.card, this.props.className)
1177
1177
  }, this.props.disabled ? /*#__PURE__*/React__default.createElement("div", {
1178
1178
  className: classNames$1(style$c.card_disabled)
@@ -1196,13 +1196,13 @@ var Card = /*#__PURE__*/function (_React$Component) {
1196
1196
  }, /*#__PURE__*/React__default.createElement("div", {
1197
1197
  className: style$c.loader
1198
1198
  }, /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null)), this.props.loaderText ? /*#__PURE__*/React__default.createElement("p", null, this.props.loaderText) : null)) : null, /*#__PURE__*/React__default.createElement("div", {
1199
- style: {
1199
+ style: _extends({
1200
1200
  position: 'relative',
1201
1201
  width: '100%',
1202
1202
  height: '100%',
1203
1203
  display: 'flex',
1204
1204
  flexDirection: 'column'
1205
- }
1205
+ }, this.props.style || {})
1206
1206
  }, /*#__PURE__*/React__default.createElement("div", {
1207
1207
  className: style$c.card_top_border,
1208
1208
  style: _extends({