@ammarkhalidfarooq/dashboard-package 0.6.51 → 0.6.53
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 +13 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +13 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2940,7 +2940,8 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
2940
2940
|
children: [/*#__PURE__*/jsx("div", {
|
|
2941
2941
|
style: {
|
|
2942
2942
|
fontSize: 8,
|
|
2943
|
-
color: "#9CA3AF"
|
|
2943
|
+
color: "#9CA3AF",
|
|
2944
|
+
marginBottom: 2
|
|
2944
2945
|
},
|
|
2945
2946
|
children: l
|
|
2946
2947
|
}), /*#__PURE__*/jsx("div", {
|
|
@@ -3063,7 +3064,8 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
3063
3064
|
children: [/*#__PURE__*/jsx("div", {
|
|
3064
3065
|
style: {
|
|
3065
3066
|
fontSize: 8,
|
|
3066
|
-
color: "#9CA3AF"
|
|
3067
|
+
color: "#9CA3AF",
|
|
3068
|
+
marginBottom: 2
|
|
3067
3069
|
},
|
|
3068
3070
|
children: l
|
|
3069
3071
|
}), /*#__PURE__*/jsx("div", {
|
|
@@ -17684,7 +17686,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17684
17686
|
},
|
|
17685
17687
|
"Search Clicks": {
|
|
17686
17688
|
value: "—",
|
|
17687
|
-
subValue: apiData !== null && apiData !== void 0 && (_apiData$topOrganicKe = apiData.topOrganicKeywords) !== null && _apiData$topOrganicKe !== void 0 && _apiData$topOrganicKe.available ? "
|
|
17689
|
+
subValue: apiData !== null && apiData !== void 0 && (_apiData$topOrganicKe = apiData.topOrganicKeywords) !== null && _apiData$topOrganicKe !== void 0 && _apiData$topOrganicKe.available ? "" : "",
|
|
17688
17690
|
data: organicUsersSeries.data.map(function () {
|
|
17689
17691
|
return 0;
|
|
17690
17692
|
}),
|
|
@@ -17888,7 +17890,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17888
17890
|
sx: {
|
|
17889
17891
|
mt: "6px",
|
|
17890
17892
|
paddingTop: "0px !important",
|
|
17891
|
-
paddingLeft:
|
|
17893
|
+
paddingLeft: {
|
|
17894
|
+
xs: "24px !important",
|
|
17895
|
+
md: "6px !important"
|
|
17896
|
+
}
|
|
17892
17897
|
},
|
|
17893
17898
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
17894
17899
|
title: "Source breakdown",
|
|
@@ -17940,7 +17945,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17940
17945
|
sx: {
|
|
17941
17946
|
mt: "6px",
|
|
17942
17947
|
paddingTop: "0px !important",
|
|
17943
|
-
paddingLeft:
|
|
17948
|
+
paddingLeft: {
|
|
17949
|
+
xs: "24px !important",
|
|
17950
|
+
md: "6px !important"
|
|
17951
|
+
}
|
|
17944
17952
|
},
|
|
17945
17953
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
17946
17954
|
subtitle: "Top countries by organic traffic",
|