@ammarkhalidfarooq/dashboard-package 0.3.8 → 0.3.9
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4772,8 +4772,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
4772
4772
|
};
|
|
4773
4773
|
var metricInfo = {
|
|
4774
4774
|
"Total Raised": {
|
|
4775
|
-
value: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
4776
|
-
subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
4775
|
+
value: (apiData === null || apiData === void 0 ? void 0 : apiData.totalRaisedCard) || "$240.9K",
|
|
4776
|
+
subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.totalRaisedPrev) || "18% vs last month",
|
|
4777
4777
|
label: "Total Revenue",
|
|
4778
4778
|
icon: iconsMaterial.PaidOutlined
|
|
4779
4779
|
},
|