ui-kit-ck-consultant 0.5.181 → 0.5.182
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 +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -3478,9 +3478,10 @@ var ListingHorizontalItem = /*#__PURE__*/function (_React$Component) {
|
|
3478
3478
|
className: listingClass
|
3479
3479
|
}, /*#__PURE__*/React.createElement("div", {
|
3480
3480
|
className: style$s.listing_horizontal_icon,
|
3481
|
-
style:
|
3482
|
-
backgroundColor: this.props.
|
3483
|
-
|
3481
|
+
style: {
|
3482
|
+
backgroundColor: this.props.backgroundColor ? this.props.backgroundColor : 'gray',
|
3483
|
+
color: this.props.color ? this.props.color : 'white'
|
3484
|
+
}
|
3484
3485
|
}, this.props.icon ? this.props.icon : /*#__PURE__*/React.createElement(FontAwesomeIcon, {
|
3485
3486
|
icon: faCheck
|
3486
3487
|
})), /*#__PURE__*/React.createElement("div", {
|
@@ -3533,6 +3534,7 @@ var ListingHorizontal = /*#__PURE__*/function (_React$Component) {
|
|
3533
3534
|
green: element.green,
|
3534
3535
|
orange: element.orange,
|
3535
3536
|
color: element.color,
|
3537
|
+
backgroundColor: element.backgroundColor,
|
3536
3538
|
title: element.title,
|
3537
3539
|
subtitle: element.subtitle,
|
3538
3540
|
date: element.date,
|