@ammarkhalidfarooq/dashboard-package 0.6.50 → 0.6.52
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 +10 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2679,7 +2679,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
2679
2679
|
fontWeight: 800,
|
|
2680
2680
|
color: "#111827"
|
|
2681
2681
|
},
|
|
2682
|
-
children:
|
|
2682
|
+
children: kpi$(mixAvgGift)
|
|
2683
2683
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
2684
2684
|
style: {
|
|
2685
2685
|
fontSize: 8.5,
|
|
@@ -17686,7 +17686,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17686
17686
|
},
|
|
17687
17687
|
"Search Clicks": {
|
|
17688
17688
|
value: "—",
|
|
17689
|
-
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 ? "" : "",
|
|
17690
17690
|
data: organicUsersSeries.data.map(function () {
|
|
17691
17691
|
return 0;
|
|
17692
17692
|
}),
|
|
@@ -17890,7 +17890,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17890
17890
|
sx: {
|
|
17891
17891
|
mt: "6px",
|
|
17892
17892
|
paddingTop: "0px !important",
|
|
17893
|
-
paddingLeft:
|
|
17893
|
+
paddingLeft: {
|
|
17894
|
+
xs: "24px !important",
|
|
17895
|
+
md: "6px !important"
|
|
17896
|
+
}
|
|
17894
17897
|
},
|
|
17895
17898
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
17896
17899
|
title: "Source breakdown",
|
|
@@ -17942,7 +17945,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17942
17945
|
sx: {
|
|
17943
17946
|
mt: "6px",
|
|
17944
17947
|
paddingTop: "0px !important",
|
|
17945
|
-
paddingLeft:
|
|
17948
|
+
paddingLeft: {
|
|
17949
|
+
xs: "24px !important",
|
|
17950
|
+
md: "6px !important"
|
|
17951
|
+
}
|
|
17946
17952
|
},
|
|
17947
17953
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
17948
17954
|
subtitle: "Top countries by organic traffic",
|