@ammarkhalidfarooq/dashboard-package 0.4.16 → 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 +29 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +29 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -447,7 +447,8 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
447
447
|
xs: 12,
|
|
448
448
|
md: md,
|
|
449
449
|
sx: {
|
|
450
|
-
display: "flex"
|
|
450
|
+
display: "flex",
|
|
451
|
+
paddingTop: "0px !important"
|
|
451
452
|
},
|
|
452
453
|
children: /*#__PURE__*/jsxRuntime.jsx(material.Card, {
|
|
453
454
|
sx: {
|
|
@@ -6116,6 +6117,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6116
6117
|
item: true,
|
|
6117
6118
|
xs: 12,
|
|
6118
6119
|
md: 9,
|
|
6120
|
+
sx: {
|
|
6121
|
+
paddingTop: "0px !important"
|
|
6122
|
+
},
|
|
6119
6123
|
children: /*#__PURE__*/jsxRuntime.jsx(ActiveCampaignsCard, {
|
|
6120
6124
|
title: "Active campaigns",
|
|
6121
6125
|
subtitle: "Live fundraisers ranked by velocity",
|
|
@@ -6178,6 +6182,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6178
6182
|
item: true,
|
|
6179
6183
|
xs: 12,
|
|
6180
6184
|
md: 3,
|
|
6185
|
+
sx: {
|
|
6186
|
+
paddingTop: "0px !important"
|
|
6187
|
+
},
|
|
6181
6188
|
children: /*#__PURE__*/jsxRuntime.jsx(DonationTypeBarChart, {
|
|
6182
6189
|
sx: {
|
|
6183
6190
|
height: 330
|
|
@@ -6188,6 +6195,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6188
6195
|
item: true,
|
|
6189
6196
|
xs: 12,
|
|
6190
6197
|
md: 3,
|
|
6198
|
+
sx: {
|
|
6199
|
+
paddingTop: "0px !important"
|
|
6200
|
+
},
|
|
6191
6201
|
children: /*#__PURE__*/jsxRuntime.jsx(PaidDonorGeographyCard, {
|
|
6192
6202
|
sx: {
|
|
6193
6203
|
height: 330
|
|
@@ -6198,6 +6208,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6198
6208
|
item: true,
|
|
6199
6209
|
xs: 12,
|
|
6200
6210
|
md: 3,
|
|
6211
|
+
sx: {
|
|
6212
|
+
paddingTop: "0px !important"
|
|
6213
|
+
},
|
|
6201
6214
|
children: /*#__PURE__*/jsxRuntime.jsx(RefundsChargebacksCard, {
|
|
6202
6215
|
sx: {
|
|
6203
6216
|
height: 330
|
|
@@ -6207,6 +6220,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6207
6220
|
item: true,
|
|
6208
6221
|
xs: 12,
|
|
6209
6222
|
md: 3,
|
|
6223
|
+
sx: {
|
|
6224
|
+
paddingTop: "0px !important"
|
|
6225
|
+
},
|
|
6210
6226
|
children: /*#__PURE__*/jsxRuntime.jsx(TrafficSourceCard, {
|
|
6211
6227
|
sx: {
|
|
6212
6228
|
height: 330
|
|
@@ -6224,6 +6240,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6224
6240
|
item: true,
|
|
6225
6241
|
xs: 12,
|
|
6226
6242
|
md: 3,
|
|
6243
|
+
sx: {
|
|
6244
|
+
paddingTop: "0px !important"
|
|
6245
|
+
},
|
|
6227
6246
|
children: /*#__PURE__*/jsxRuntime.jsx(MetricSparklineCard, {
|
|
6228
6247
|
title: "Order Bump",
|
|
6229
6248
|
subtitle: "Revenue trend \xB7 last 30 days",
|
|
@@ -6236,6 +6255,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6236
6255
|
item: true,
|
|
6237
6256
|
xs: 12,
|
|
6238
6257
|
md: 3,
|
|
6258
|
+
sx: {
|
|
6259
|
+
paddingTop: "0px !important"
|
|
6260
|
+
},
|
|
6239
6261
|
children: /*#__PURE__*/jsxRuntime.jsx(MetricDonutCard, {
|
|
6240
6262
|
title: "Upsell",
|
|
6241
6263
|
subtitle: "Acceptance & raised",
|
|
@@ -6249,6 +6271,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6249
6271
|
item: true,
|
|
6250
6272
|
xs: 12,
|
|
6251
6273
|
md: 3,
|
|
6274
|
+
sx: {
|
|
6275
|
+
paddingTop: "0px !important"
|
|
6276
|
+
},
|
|
6252
6277
|
children: /*#__PURE__*/jsxRuntime.jsx(MetricDonutCard, {
|
|
6253
6278
|
title: "Downsell",
|
|
6254
6279
|
subtitle: "Acceptance & raised",
|
|
@@ -6262,6 +6287,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6262
6287
|
item: true,
|
|
6263
6288
|
xs: 12,
|
|
6264
6289
|
md: 3,
|
|
6290
|
+
sx: {
|
|
6291
|
+
paddingTop: "0px !important"
|
|
6292
|
+
},
|
|
6265
6293
|
children: /*#__PURE__*/jsxRuntime.jsx(MetricSparklineCard, {
|
|
6266
6294
|
title: "Referrals",
|
|
6267
6295
|
subtitle: "Revenue trend \xB7 last 30 days",
|