@ammarkhalidfarooq/dashboard-package 0.5.28 → 0.5.29
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 +12 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8342,6 +8342,9 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8342
8342
|
item: true,
|
|
8343
8343
|
xs: 12,
|
|
8344
8344
|
md: 6,
|
|
8345
|
+
sx: {
|
|
8346
|
+
mt: "6px"
|
|
8347
|
+
},
|
|
8345
8348
|
children: /*#__PURE__*/jsx(LandingPagesCard, {
|
|
8346
8349
|
data: landingPagesData
|
|
8347
8350
|
})
|
|
@@ -8349,6 +8352,9 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8349
8352
|
item: true,
|
|
8350
8353
|
xs: 12,
|
|
8351
8354
|
md: 6,
|
|
8355
|
+
sx: {
|
|
8356
|
+
mt: "6px"
|
|
8357
|
+
},
|
|
8352
8358
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
8353
8359
|
title: "Source breakdown",
|
|
8354
8360
|
subtitle: "Where organic visitors come from",
|
|
@@ -8383,6 +8389,9 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8383
8389
|
item: true,
|
|
8384
8390
|
xs: 12,
|
|
8385
8391
|
md: 6,
|
|
8392
|
+
sx: {
|
|
8393
|
+
mt: "6px"
|
|
8394
|
+
},
|
|
8386
8395
|
children: /*#__PURE__*/jsx(KeywordsCard, {
|
|
8387
8396
|
data: keywordsData,
|
|
8388
8397
|
available: hasOrganicOverview ? (apiData === null || apiData === void 0 || (_apiData$topOrganicKe3 = apiData.topOrganicKeywords) === null || _apiData$topOrganicKe3 === void 0 ? void 0 : _apiData$topOrganicKe3.available) !== false : true
|
|
@@ -8391,6 +8400,9 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8391
8400
|
item: true,
|
|
8392
8401
|
xs: 12,
|
|
8393
8402
|
md: 6,
|
|
8403
|
+
sx: {
|
|
8404
|
+
mt: "6px"
|
|
8405
|
+
},
|
|
8394
8406
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
8395
8407
|
subtitle: "Top countries by organic traffic",
|
|
8396
8408
|
data: geographyData
|