ui-kit-ck-consultant 0.5.194 → 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.
@@ -3273,6 +3273,9 @@ var AlertElement = /*#__PURE__*/function (_React$Component) {
3273
3273
  return /*#__PURE__*/React.createElement("div", {
3274
3274
  className: classNames$1(style$q.alert_element, this.props.backgroundColor)
3275
3275
  }, /*#__PURE__*/React.createElement("span", {
3276
+ style: this.props.bold ? {
3277
+ fontWeight: 'bold'
3278
+ } : {},
3276
3279
  className: this.props.textColor
3277
3280
  }, this.props.children), /*#__PURE__*/React.createElement("span", {
3278
3281
  className: classNames$1(style$q.alert_element_icon, this.props.textColor)