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