ui-kit-ck-consultant 0.5.192 → 0.5.195

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.css CHANGED
@@ -164,7 +164,6 @@
164
164
  @media screen and (max-width: 440px) {
165
165
  ._2YluD {
166
166
  padding: 16px;
167
- width: 300px;
168
167
  max-width: 95%;
169
168
  }
170
169
 
package/dist/index.js CHANGED
@@ -903,7 +903,8 @@ var Card = /*#__PURE__*/function (_React$Component) {
903
903
  className: classNames$1(style$b.card, this.props.className)
904
904
  }, this.props.imgLeft ? /*#__PURE__*/React__default.createElement("div", {
905
905
  style: {
906
- overflow: 'hidden'
906
+ overflow: 'hidden',
907
+ width: '100%'
907
908
  }
908
909
  }, /*#__PURE__*/React__default.createElement("img", {
909
910
  style: {
@@ -944,7 +945,8 @@ var Card = /*#__PURE__*/function (_React$Component) {
944
945
  className: classNames$1(style$b.card_body, this.props.classNameChildren)
945
946
  }, this.props.children)), this.props.imgRight ? /*#__PURE__*/React__default.createElement("div", {
946
947
  style: {
947
- overflow: 'hidden'
948
+ overflow: 'hidden',
949
+ width: '100%'
948
950
  }
949
951
  }, /*#__PURE__*/React__default.createElement("img", {
950
952
  style: {
@@ -3274,6 +3276,9 @@ var AlertElement = /*#__PURE__*/function (_React$Component) {
3274
3276
  return /*#__PURE__*/React__default.createElement("div", {
3275
3277
  className: classNames$1(style$q.alert_element, this.props.backgroundColor)
3276
3278
  }, /*#__PURE__*/React__default.createElement("span", {
3279
+ style: this.props.bold ? {
3280
+ fontWeight: 'bold'
3281
+ } : {},
3277
3282
  className: this.props.textColor
3278
3283
  }, this.props.children), /*#__PURE__*/React__default.createElement("span", {
3279
3284
  className: classNames$1(style$q.alert_element_icon, this.props.textColor)