@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 CHANGED
@@ -3167,7 +3167,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
3167
3167
  title: "Active campaigns",
3168
3168
  subtitle: "Live fundraisers ranked by velocity",
3169
3169
  children: /*#__PURE__*/jsxRuntime.jsx(MiniTable, {
3170
- head: ["CAMPAIGN", "RAISED", "PROGRESS", "DONORS", "AVG GIFT"],
3170
+ head: ["Campaign", "Raised", "Progress", "Donors", "Avg Gift"],
3171
3171
  colAlign: ["left", "right", "left", "right", "right"],
3172
3172
  rows: activeCampaigns.map(function (c, i) {
3173
3173
  return [c.name, c.val1, /*#__PURE__*/jsxRuntime.jsx(ProgressBar, {
@@ -3337,7 +3337,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
3337
3337
  color: "#6B7280",
3338
3338
  marginBottom: 2
3339
3339
  },
3340
- children: "REFUNDS"
3340
+ children: "Refunds"
3341
3341
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
3342
3342
  style: {
3343
3343
  fontSize: 15,
@@ -3367,7 +3367,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
3367
3367
  color: "#6B7280",
3368
3368
  marginBottom: 2
3369
3369
  },
3370
- children: "CHARGEBACKS"
3370
+ children: "Chargebacks"
3371
3371
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
3372
3372
  style: {
3373
3373
  fontSize: 15,
@@ -3403,7 +3403,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref14, ref) {
3403
3403
  title: "Traffic source",
3404
3404
  subtitle: "Revenue by channel \xB7 ".concat(daysLabel),
3405
3405
  children: /*#__PURE__*/jsxRuntime.jsx(MiniTable, {
3406
- head: ["SOURCE", "REVENUE", "SHARE"],
3406
+ head: ["Source", "Revenue", "Share"],
3407
3407
  rows: [].concat(_toConsumableArray(trafficItems.map(function (t) {
3408
3408
  return [t.source || t.name || "-", d$(t.revenue || t.raised || 0), "".concat(formatNumber(t.share || t.percentage || 0), "%")];
3409
3409
  })), [["Total", d$(trafficTotal), ""]])