@ammarkhalidfarooq/dashboard-package 0.4.15 → 0.4.17
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 +34 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +34 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -445,7 +445,8 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
445
445
|
xs: 12,
|
|
446
446
|
md: md,
|
|
447
447
|
sx: {
|
|
448
|
-
display: "flex"
|
|
448
|
+
display: "flex",
|
|
449
|
+
paddingTop: "0px !important"
|
|
449
450
|
},
|
|
450
451
|
children: /*#__PURE__*/jsx(Card, {
|
|
451
452
|
sx: {
|
|
@@ -5831,7 +5832,11 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5831
5832
|
categories: categories,
|
|
5832
5833
|
stacked: true,
|
|
5833
5834
|
colors: ["#6366F1", "#10B981", "#06B6D4"],
|
|
5834
|
-
hideControls: true
|
|
5835
|
+
hideControls: true,
|
|
5836
|
+
stroke: {
|
|
5837
|
+
curve: "smooth",
|
|
5838
|
+
width: 3
|
|
5839
|
+
}
|
|
5835
5840
|
});
|
|
5836
5841
|
}
|
|
5837
5842
|
}
|
|
@@ -6110,6 +6115,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6110
6115
|
item: true,
|
|
6111
6116
|
xs: 12,
|
|
6112
6117
|
md: 9,
|
|
6118
|
+
sx: {
|
|
6119
|
+
paddingTop: "0px !important"
|
|
6120
|
+
},
|
|
6113
6121
|
children: /*#__PURE__*/jsx(ActiveCampaignsCard, {
|
|
6114
6122
|
title: "Active campaigns",
|
|
6115
6123
|
subtitle: "Live fundraisers ranked by velocity",
|
|
@@ -6172,6 +6180,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6172
6180
|
item: true,
|
|
6173
6181
|
xs: 12,
|
|
6174
6182
|
md: 3,
|
|
6183
|
+
sx: {
|
|
6184
|
+
paddingTop: "0px !important"
|
|
6185
|
+
},
|
|
6175
6186
|
children: /*#__PURE__*/jsx(DonationTypeBarChart, {
|
|
6176
6187
|
sx: {
|
|
6177
6188
|
height: 330
|
|
@@ -6182,6 +6193,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6182
6193
|
item: true,
|
|
6183
6194
|
xs: 12,
|
|
6184
6195
|
md: 3,
|
|
6196
|
+
sx: {
|
|
6197
|
+
paddingTop: "0px !important"
|
|
6198
|
+
},
|
|
6185
6199
|
children: /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|
|
6186
6200
|
sx: {
|
|
6187
6201
|
height: 330
|
|
@@ -6192,6 +6206,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6192
6206
|
item: true,
|
|
6193
6207
|
xs: 12,
|
|
6194
6208
|
md: 3,
|
|
6209
|
+
sx: {
|
|
6210
|
+
paddingTop: "0px !important"
|
|
6211
|
+
},
|
|
6195
6212
|
children: /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
6196
6213
|
sx: {
|
|
6197
6214
|
height: 330
|
|
@@ -6201,6 +6218,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6201
6218
|
item: true,
|
|
6202
6219
|
xs: 12,
|
|
6203
6220
|
md: 3,
|
|
6221
|
+
sx: {
|
|
6222
|
+
paddingTop: "0px !important"
|
|
6223
|
+
},
|
|
6204
6224
|
children: /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
6205
6225
|
sx: {
|
|
6206
6226
|
height: 330
|
|
@@ -6218,6 +6238,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6218
6238
|
item: true,
|
|
6219
6239
|
xs: 12,
|
|
6220
6240
|
md: 3,
|
|
6241
|
+
sx: {
|
|
6242
|
+
paddingTop: "0px !important"
|
|
6243
|
+
},
|
|
6221
6244
|
children: /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
6222
6245
|
title: "Order Bump",
|
|
6223
6246
|
subtitle: "Revenue trend \xB7 last 30 days",
|
|
@@ -6230,6 +6253,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6230
6253
|
item: true,
|
|
6231
6254
|
xs: 12,
|
|
6232
6255
|
md: 3,
|
|
6256
|
+
sx: {
|
|
6257
|
+
paddingTop: "0px !important"
|
|
6258
|
+
},
|
|
6233
6259
|
children: /*#__PURE__*/jsx(MetricDonutCard, {
|
|
6234
6260
|
title: "Upsell",
|
|
6235
6261
|
subtitle: "Acceptance & raised",
|
|
@@ -6243,6 +6269,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6243
6269
|
item: true,
|
|
6244
6270
|
xs: 12,
|
|
6245
6271
|
md: 3,
|
|
6272
|
+
sx: {
|
|
6273
|
+
paddingTop: "0px !important"
|
|
6274
|
+
},
|
|
6246
6275
|
children: /*#__PURE__*/jsx(MetricDonutCard, {
|
|
6247
6276
|
title: "Downsell",
|
|
6248
6277
|
subtitle: "Acceptance & raised",
|
|
@@ -6256,6 +6285,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6256
6285
|
item: true,
|
|
6257
6286
|
xs: 12,
|
|
6258
6287
|
md: 3,
|
|
6288
|
+
sx: {
|
|
6289
|
+
paddingTop: "0px !important"
|
|
6290
|
+
},
|
|
6259
6291
|
children: /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
6260
6292
|
title: "Referrals",
|
|
6261
6293
|
subtitle: "Revenue trend \xB7 last 30 days",
|