@ammarkhalidfarooq/dashboard-package 0.4.20 → 0.4.22
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 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +34 -9
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5609,7 +5609,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5609
5609
|
xs: 12,
|
|
5610
5610
|
md: 3,
|
|
5611
5611
|
sx: {
|
|
5612
|
-
display: "flex"
|
|
5612
|
+
display: "flex",
|
|
5613
|
+
paddingTop: "0px !important"
|
|
5613
5614
|
},
|
|
5614
5615
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
5615
5616
|
title: "Donor mix",
|
|
@@ -5647,7 +5648,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5647
5648
|
xs: 12,
|
|
5648
5649
|
md: 3,
|
|
5649
5650
|
sx: {
|
|
5650
|
-
paddingTop:
|
|
5651
|
+
paddingTop: {
|
|
5652
|
+
xs: "0px !important",
|
|
5653
|
+
md: "0px !important"
|
|
5654
|
+
}
|
|
5651
5655
|
},
|
|
5652
5656
|
children: /*#__PURE__*/jsx(DonationTypeBarChart, {
|
|
5653
5657
|
sx: {
|
|
@@ -5660,7 +5664,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5660
5664
|
xs: 12,
|
|
5661
5665
|
md: 3,
|
|
5662
5666
|
sx: {
|
|
5663
|
-
paddingTop:
|
|
5667
|
+
paddingTop: {
|
|
5668
|
+
xs: "24px !important",
|
|
5669
|
+
md: "0px !important"
|
|
5670
|
+
}
|
|
5664
5671
|
},
|
|
5665
5672
|
children: /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|
|
5666
5673
|
sx: {
|
|
@@ -5673,7 +5680,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5673
5680
|
xs: 12,
|
|
5674
5681
|
md: 3,
|
|
5675
5682
|
sx: {
|
|
5676
|
-
paddingTop:
|
|
5683
|
+
paddingTop: {
|
|
5684
|
+
xs: "24px !important",
|
|
5685
|
+
md: "0px !important"
|
|
5686
|
+
}
|
|
5677
5687
|
},
|
|
5678
5688
|
children: /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
5679
5689
|
sx: {
|
|
@@ -5685,7 +5695,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5685
5695
|
xs: 12,
|
|
5686
5696
|
md: 3,
|
|
5687
5697
|
sx: {
|
|
5688
|
-
paddingTop:
|
|
5698
|
+
paddingTop: {
|
|
5699
|
+
xs: "24px !important",
|
|
5700
|
+
md: "0px !important"
|
|
5701
|
+
}
|
|
5689
5702
|
},
|
|
5690
5703
|
children: /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
5691
5704
|
sx: {
|
|
@@ -5698,14 +5711,20 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5698
5711
|
container: true,
|
|
5699
5712
|
spacing: 3,
|
|
5700
5713
|
sx: {
|
|
5701
|
-
mt:
|
|
5714
|
+
mt: {
|
|
5715
|
+
xs: 3,
|
|
5716
|
+
md: 1
|
|
5717
|
+
}
|
|
5702
5718
|
},
|
|
5703
5719
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
5704
5720
|
item: true,
|
|
5705
5721
|
xs: 12,
|
|
5706
5722
|
md: 3,
|
|
5707
5723
|
sx: {
|
|
5708
|
-
paddingTop:
|
|
5724
|
+
paddingTop: {
|
|
5725
|
+
xs: "0px !important",
|
|
5726
|
+
md: "0px !important"
|
|
5727
|
+
}
|
|
5709
5728
|
},
|
|
5710
5729
|
children: /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
5711
5730
|
title: "Order Bump",
|
|
@@ -5720,7 +5739,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5720
5739
|
xs: 12,
|
|
5721
5740
|
md: 3,
|
|
5722
5741
|
sx: {
|
|
5723
|
-
paddingTop:
|
|
5742
|
+
paddingTop: {
|
|
5743
|
+
xs: "24px !important",
|
|
5744
|
+
md: "0px !important"
|
|
5745
|
+
}
|
|
5724
5746
|
},
|
|
5725
5747
|
children: /*#__PURE__*/jsx(MetricDonutCard, {
|
|
5726
5748
|
title: "Upsell",
|
|
@@ -5736,7 +5758,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5736
5758
|
xs: 12,
|
|
5737
5759
|
md: 3,
|
|
5738
5760
|
sx: {
|
|
5739
|
-
paddingTop:
|
|
5761
|
+
paddingTop: {
|
|
5762
|
+
xs: "24px !important",
|
|
5763
|
+
md: "0px !important"
|
|
5764
|
+
}
|
|
5740
5765
|
},
|
|
5741
5766
|
children: /*#__PURE__*/jsx(MetricDonutCard, {
|
|
5742
5767
|
title: "Downsell",
|