ui-kit-ck-consultant 0.5.189 → 0.5.190
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3450,7 +3450,9 @@ var ListingVertical = /*#__PURE__*/function (_React$Component) {
|
|
3450
3450
|
green: element.green,
|
3451
3451
|
orange: element.orange,
|
3452
3452
|
title: element.title,
|
3453
|
-
subtitle: element.subtitle
|
3453
|
+
subtitle: element.subtitle,
|
3454
|
+
date: element.date,
|
3455
|
+
icon: element.icon
|
3454
3456
|
});
|
3455
3457
|
});
|
3456
3458
|
tmpData.map(function (element, idx) {
|