@ammarkhalidfarooq/dashboard-package 0.6.117 → 0.6.119
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
|
@@ -18333,7 +18333,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18333
18333
|
error: false,
|
|
18334
18334
|
warning: false
|
|
18335
18335
|
},
|
|
18336
|
-
"
|
|
18336
|
+
"Revenue Raised": {
|
|
18337
18337
|
value: "$".concat(formatNumber(0)),
|
|
18338
18338
|
subValue: formatGrowth$2(0),
|
|
18339
18339
|
data: flatSeries(0),
|
|
@@ -18397,7 +18397,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18397
18397
|
error: false,
|
|
18398
18398
|
warning: false
|
|
18399
18399
|
},
|
|
18400
|
-
"
|
|
18400
|
+
"Revenue Raised": {
|
|
18401
18401
|
value: "$".concat(formatNumber(overview.totalRevenue)),
|
|
18402
18402
|
subValue: formatGrowth$2(growth.totalRevenue),
|
|
18403
18403
|
data: revenueSeries.data.length > 0 ? revenueSeries.data : flatSeries(0),
|