@ammarkhalidfarooq/dashboard-package 0.3.10 → 0.3.11
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 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4741,6 +4741,7 @@ function formatNumber(num) {
|
|
|
4741
4741
|
}
|
|
4742
4742
|
|
|
4743
4743
|
var OverallSection = function OverallSection(_ref) {
|
|
4744
|
+
var _apiData$totalRaisedP;
|
|
4744
4745
|
var _ref$apiData = _ref.apiData,
|
|
4745
4746
|
apiData = _ref$apiData === void 0 ? {} : _ref$apiData,
|
|
4746
4747
|
primaryCharts = _ref.primaryCharts,
|
|
@@ -4793,7 +4794,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
4793
4794
|
var metricInfo = {
|
|
4794
4795
|
"Total Raised": {
|
|
4795
4796
|
value: "$".concat(formatNumber(apiData === null || apiData === void 0 ? void 0 : apiData.totalRaisedCard)) || "$240.9K",
|
|
4796
|
-
subValue: "".concat(apiData === null || apiData === void 0 ? void 0 :
|
|
4797
|
+
subValue: "".concat(apiData === null || apiData === void 0 || (_apiData$totalRaisedP = apiData.totalRaisedPrev) === null || _apiData$totalRaisedP === void 0 ? void 0 : _apiData$totalRaisedP.toFixed(2), "% vs ").concat(dateName) || "18% vs last month",
|
|
4797
4798
|
label: "Total Revenue",
|
|
4798
4799
|
icon: iconsMaterial.PaidOutlined
|
|
4799
4800
|
},
|