@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.cjs.js
CHANGED
|
@@ -2942,7 +2942,8 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
2942
2942
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
2943
2943
|
style: {
|
|
2944
2944
|
fontSize: 8,
|
|
2945
|
-
color: "#9CA3AF"
|
|
2945
|
+
color: "#9CA3AF",
|
|
2946
|
+
marginBottom: 2
|
|
2946
2947
|
},
|
|
2947
2948
|
children: l
|
|
2948
2949
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
@@ -3065,7 +3066,8 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
3065
3066
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
3066
3067
|
style: {
|
|
3067
3068
|
fontSize: 8,
|
|
3068
|
-
color: "#9CA3AF"
|
|
3069
|
+
color: "#9CA3AF",
|
|
3070
|
+
marginBottom: 2
|
|
3069
3071
|
},
|
|
3070
3072
|
children: l
|
|
3071
3073
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
@@ -17686,7 +17688,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17686
17688
|
},
|
|
17687
17689
|
"Search Clicks": {
|
|
17688
17690
|
value: "—",
|
|
17689
|
-
subValue: apiData !== null && apiData !== void 0 && (_apiData$topOrganicKe = apiData.topOrganicKeywords) !== null && _apiData$topOrganicKe !== void 0 && _apiData$topOrganicKe.available ? "
|
|
17691
|
+
subValue: apiData !== null && apiData !== void 0 && (_apiData$topOrganicKe = apiData.topOrganicKeywords) !== null && _apiData$topOrganicKe !== void 0 && _apiData$topOrganicKe.available ? "" : "",
|
|
17690
17692
|
data: organicUsersSeries.data.map(function () {
|
|
17691
17693
|
return 0;
|
|
17692
17694
|
}),
|
|
@@ -17890,7 +17892,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17890
17892
|
sx: {
|
|
17891
17893
|
mt: "6px",
|
|
17892
17894
|
paddingTop: "0px !important",
|
|
17893
|
-
paddingLeft:
|
|
17895
|
+
paddingLeft: {
|
|
17896
|
+
xs: "24px !important",
|
|
17897
|
+
md: "6px !important"
|
|
17898
|
+
}
|
|
17894
17899
|
},
|
|
17895
17900
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
17896
17901
|
title: "Source breakdown",
|
|
@@ -17942,7 +17947,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17942
17947
|
sx: {
|
|
17943
17948
|
mt: "6px",
|
|
17944
17949
|
paddingTop: "0px !important",
|
|
17945
|
-
paddingLeft:
|
|
17950
|
+
paddingLeft: {
|
|
17951
|
+
xs: "24px !important",
|
|
17952
|
+
md: "6px !important"
|
|
17953
|
+
}
|
|
17946
17954
|
},
|
|
17947
17955
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
17948
17956
|
subtitle: "Top countries by organic traffic",
|