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.modern.js
CHANGED
@@ -3455,6 +3455,8 @@ var ListingVertical = /*#__PURE__*/function (_React$Component) {
|
|
3455
3455
|
key: idx,
|
3456
3456
|
green: element.green,
|
3457
3457
|
orange: element.orange,
|
3458
|
+
color: element.color,
|
3459
|
+
backgroundColor: element.backgroundColor,
|
3458
3460
|
title: element.title,
|
3459
3461
|
subtitle: element.subtitle,
|
3460
3462
|
date: element.date,
|