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