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