ui-kit-ck-consultant 0.5.289 → 0.5.291

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.
@@ -1193,13 +1193,13 @@ var Card = /*#__PURE__*/function (_React$Component) {
1193
1193
  }, /*#__PURE__*/React.createElement("div", {
1194
1194
  className: style$c.loader
1195
1195
  }, /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null)), this.props.loaderText ? /*#__PURE__*/React.createElement("p", null, this.props.loaderText) : null)) : null, /*#__PURE__*/React.createElement("div", {
1196
- style: {
1196
+ style: _extends({
1197
1197
  position: 'relative',
1198
1198
  width: '100%',
1199
1199
  height: '100%',
1200
1200
  display: 'flex',
1201
1201
  flexDirection: 'column'
1202
- }
1202
+ }, this.props.style || {})
1203
1203
  }, /*#__PURE__*/React.createElement("div", {
1204
1204
  className: style$c.card_top_border,
1205
1205
  style: _extends({