@ammarkhalidfarooq/dashboard-package 0.6.118 → 0.6.120
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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4150,7 +4150,6 @@ var NewOverview = function NewOverview(_ref) {
|
|
|
4150
4150
|
}];
|
|
4151
4151
|
return /*#__PURE__*/jsxs(Box, {
|
|
4152
4152
|
sx: {
|
|
4153
|
-
minHeight: "100vh",
|
|
4154
4153
|
display: "flex",
|
|
4155
4154
|
flexDirection: "column",
|
|
4156
4155
|
alignItems: "stretch"
|
|
@@ -18395,7 +18394,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18395
18394
|
error: false,
|
|
18396
18395
|
warning: false
|
|
18397
18396
|
},
|
|
18398
|
-
"
|
|
18397
|
+
"Revenue Raised": {
|
|
18399
18398
|
value: "$".concat(formatNumber(overview.totalRevenue)),
|
|
18400
18399
|
subValue: formatGrowth$2(growth.totalRevenue),
|
|
18401
18400
|
data: revenueSeries.data.length > 0 ? revenueSeries.data : flatSeries(0),
|