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.
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3276,6 +3276,9 @@ var AlertElement = /*#__PURE__*/function (_React$Component) {
|
|
3276
3276
|
return /*#__PURE__*/React__default.createElement("div", {
|
3277
3277
|
className: classNames$1(style$q.alert_element, this.props.backgroundColor)
|
3278
3278
|
}, /*#__PURE__*/React__default.createElement("span", {
|
3279
|
+
style: this.props.bold ? {
|
3280
|
+
fontWeight: 'bold'
|
3281
|
+
} : {},
|
3279
3282
|
className: this.props.textColor
|
3280
3283
|
}, this.props.children), /*#__PURE__*/React__default.createElement("span", {
|
3281
3284
|
className: classNames$1(style$q.alert_element_icon, this.props.textColor)
|