ui-kit-ck-consultant 0.5.196 → 0.5.197
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3458,6 +3458,8 @@ var ListingVertical = /*#__PURE__*/function (_React$Component) {
|
|
3458
3458
|
key: idx,
|
3459
3459
|
green: element.green,
|
3460
3460
|
orange: element.orange,
|
3461
|
+
color: element.color,
|
3462
|
+
backgroundColor: element.backgroundColor,
|
3461
3463
|
title: element.title,
|
3462
3464
|
subtitle: element.subtitle,
|
3463
3465
|
date: element.date,
|