@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.es.js
CHANGED
|
@@ -2677,7 +2677,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
2677
2677
|
fontWeight: 800,
|
|
2678
2678
|
color: "#111827"
|
|
2679
2679
|
},
|
|
2680
|
-
children:
|
|
2680
|
+
children: kpi$(mixAvgGift)
|
|
2681
2681
|
}), /*#__PURE__*/jsx("div", {
|
|
2682
2682
|
style: {
|
|
2683
2683
|
fontSize: 8.5,
|
|
@@ -17684,7 +17684,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17684
17684
|
},
|
|
17685
17685
|
"Search Clicks": {
|
|
17686
17686
|
value: "—",
|
|
17687
|
-
subValue: apiData !== null && apiData !== void 0 && (_apiData$topOrganicKe = apiData.topOrganicKeywords) !== null && _apiData$topOrganicKe !== void 0 && _apiData$topOrganicKe.available ? "
|
|
17687
|
+
subValue: apiData !== null && apiData !== void 0 && (_apiData$topOrganicKe = apiData.topOrganicKeywords) !== null && _apiData$topOrganicKe !== void 0 && _apiData$topOrganicKe.available ? "" : "",
|
|
17688
17688
|
data: organicUsersSeries.data.map(function () {
|
|
17689
17689
|
return 0;
|
|
17690
17690
|
}),
|
|
@@ -17888,7 +17888,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17888
17888
|
sx: {
|
|
17889
17889
|
mt: "6px",
|
|
17890
17890
|
paddingTop: "0px !important",
|
|
17891
|
-
paddingLeft:
|
|
17891
|
+
paddingLeft: {
|
|
17892
|
+
xs: "24px !important",
|
|
17893
|
+
md: "6px !important"
|
|
17894
|
+
}
|
|
17892
17895
|
},
|
|
17893
17896
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
17894
17897
|
title: "Source breakdown",
|
|
@@ -17940,7 +17943,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17940
17943
|
sx: {
|
|
17941
17944
|
mt: "6px",
|
|
17942
17945
|
paddingTop: "0px !important",
|
|
17943
|
-
paddingLeft:
|
|
17946
|
+
paddingLeft: {
|
|
17947
|
+
xs: "24px !important",
|
|
17948
|
+
md: "6px !important"
|
|
17949
|
+
}
|
|
17944
17950
|
},
|
|
17945
17951
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
17946
17952
|
subtitle: "Top countries by organic traffic",
|