@ammarkhalidfarooq/dashboard-package 0.6.115 → 0.6.116
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 +14 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +14 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7161,7 +7161,8 @@ var OverallDetailsGrid = function OverallDetailsGrid(_ref) {
|
|
|
7161
7161
|
title: "Active Campaigns",
|
|
7162
7162
|
subtitle: "Live fundraisers ranked by velocity",
|
|
7163
7163
|
columns: ["Campaign", "Raised", "Progress", "Donors", "Avg gift"],
|
|
7164
|
-
rows: activeCampaignsRows
|
|
7164
|
+
rows: activeCampaignsRows,
|
|
7165
|
+
height: "100%"
|
|
7165
7166
|
}), /*#__PURE__*/jsx(DonorMixCard, {
|
|
7166
7167
|
title: "Donor Mix",
|
|
7167
7168
|
subtitle: "Acquisition vs retention",
|
|
@@ -7182,27 +7183,34 @@ var OverallDetailsGrid = function OverallDetailsGrid(_ref) {
|
|
|
7182
7183
|
bottomSummaryValue: "$".concat(formatNumber(avgGift)),
|
|
7183
7184
|
bottomSummaryTrend: "".concat(donorMixPrev, "% vs pp"),
|
|
7184
7185
|
sx: {
|
|
7185
|
-
width: "100%"
|
|
7186
|
+
width: "100%",
|
|
7187
|
+
height: "100%"
|
|
7186
7188
|
}
|
|
7187
7189
|
})]
|
|
7188
7190
|
}) : /*#__PURE__*/jsxs(Grid, {
|
|
7189
7191
|
container: true,
|
|
7190
7192
|
spacing: GRID_GAP,
|
|
7191
7193
|
sx: {
|
|
7192
|
-
mt: GRID_GAP
|
|
7194
|
+
mt: GRID_GAP,
|
|
7195
|
+
alignItems: "stretch"
|
|
7193
7196
|
},
|
|
7194
7197
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
7195
7198
|
item: true,
|
|
7196
7199
|
xs: 12,
|
|
7197
7200
|
md: 9,
|
|
7198
7201
|
sx: {
|
|
7202
|
+
display: "flex",
|
|
7199
7203
|
paddingTop: "0px !important"
|
|
7200
7204
|
},
|
|
7201
7205
|
children: /*#__PURE__*/jsx(ActiveCampaignsCard, {
|
|
7202
7206
|
title: "Active Campaigns",
|
|
7203
7207
|
subtitle: "Live fundraisers ranked by velocity",
|
|
7204
7208
|
columns: ["Campaign", "Raised", "Progress", "Donors", "Avg gift"],
|
|
7205
|
-
rows: activeCampaignsRows
|
|
7209
|
+
rows: activeCampaignsRows,
|
|
7210
|
+
height: "100%",
|
|
7211
|
+
sx: {
|
|
7212
|
+
width: "100%"
|
|
7213
|
+
}
|
|
7206
7214
|
})
|
|
7207
7215
|
}), /*#__PURE__*/jsx(Grid, {
|
|
7208
7216
|
item: true,
|
|
@@ -7236,7 +7244,8 @@ var OverallDetailsGrid = function OverallDetailsGrid(_ref) {
|
|
|
7236
7244
|
bottomSummaryValue: "$".concat(formatNumber(avgGift)),
|
|
7237
7245
|
bottomSummaryTrend: "".concat(donorMixPrev, "% vs pp"),
|
|
7238
7246
|
sx: {
|
|
7239
|
-
width: "100%"
|
|
7247
|
+
width: "100%",
|
|
7248
|
+
height: "100%"
|
|
7240
7249
|
}
|
|
7241
7250
|
})
|
|
7242
7251
|
})]
|