@ammarkhalidfarooq/dashboard-package 0.6.74 → 0.6.75
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 +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3165,7 +3165,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
|
|
|
3165
3165
|
title: "Active campaigns",
|
|
3166
3166
|
subtitle: "Live fundraisers ranked by velocity",
|
|
3167
3167
|
children: /*#__PURE__*/jsx(MiniTable, {
|
|
3168
|
-
head: ["
|
|
3168
|
+
head: ["Campaign", "Raised", "Progress", "Donors", "Avg Gift"],
|
|
3169
3169
|
colAlign: ["left", "right", "left", "right", "right"],
|
|
3170
3170
|
rows: activeCampaigns.map(function (c, i) {
|
|
3171
3171
|
return [c.name, c.val1, /*#__PURE__*/jsx(ProgressBar, {
|
|
@@ -3335,7 +3335,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
|
|
|
3335
3335
|
color: "#6B7280",
|
|
3336
3336
|
marginBottom: 2
|
|
3337
3337
|
},
|
|
3338
|
-
children: "
|
|
3338
|
+
children: "Refunds"
|
|
3339
3339
|
}), /*#__PURE__*/jsx("div", {
|
|
3340
3340
|
style: {
|
|
3341
3341
|
fontSize: 15,
|
|
@@ -3365,7 +3365,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
|
|
|
3365
3365
|
color: "#6B7280",
|
|
3366
3366
|
marginBottom: 2
|
|
3367
3367
|
},
|
|
3368
|
-
children: "
|
|
3368
|
+
children: "Chargebacks"
|
|
3369
3369
|
}), /*#__PURE__*/jsx("div", {
|
|
3370
3370
|
style: {
|
|
3371
3371
|
fontSize: 15,
|
|
@@ -3401,7 +3401,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
|
|
|
3401
3401
|
title: "Traffic source",
|
|
3402
3402
|
subtitle: "Revenue by channel \xB7 ".concat(daysLabel),
|
|
3403
3403
|
children: /*#__PURE__*/jsx(MiniTable, {
|
|
3404
|
-
head: ["
|
|
3404
|
+
head: ["Source", "Revenue", "Share"],
|
|
3405
3405
|
rows: [].concat(_toConsumableArray(trafficItems.map(function (t) {
|
|
3406
3406
|
return [t.source || t.name || "-", d$(t.revenue || t.raised || 0), "".concat(formatNumber(t.share || t.percentage || 0), "%")];
|
|
3407
3407
|
})), [["Total", d$(trafficTotal), ""]])
|