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