@ammarkhalidfarooq/dashboard-package 0.5.28 → 0.5.30
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 +16 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +16 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8342,6 +8342,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8342
8342
|
item: true,
|
|
8343
8343
|
xs: 12,
|
|
8344
8344
|
md: 6,
|
|
8345
|
+
sx: {
|
|
8346
|
+
mt: "6px",
|
|
8347
|
+
paddingTop: "0px !important"
|
|
8348
|
+
},
|
|
8345
8349
|
children: /*#__PURE__*/jsx(LandingPagesCard, {
|
|
8346
8350
|
data: landingPagesData
|
|
8347
8351
|
})
|
|
@@ -8349,6 +8353,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8349
8353
|
item: true,
|
|
8350
8354
|
xs: 12,
|
|
8351
8355
|
md: 6,
|
|
8356
|
+
sx: {
|
|
8357
|
+
mt: "6px",
|
|
8358
|
+
paddingTop: "0px !important"
|
|
8359
|
+
},
|
|
8352
8360
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
8353
8361
|
title: "Source breakdown",
|
|
8354
8362
|
subtitle: "Where organic visitors come from",
|
|
@@ -8383,6 +8391,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8383
8391
|
item: true,
|
|
8384
8392
|
xs: 12,
|
|
8385
8393
|
md: 6,
|
|
8394
|
+
sx: {
|
|
8395
|
+
mt: "6px",
|
|
8396
|
+
paddingTop: "0px !important"
|
|
8397
|
+
},
|
|
8386
8398
|
children: /*#__PURE__*/jsx(KeywordsCard, {
|
|
8387
8399
|
data: keywordsData,
|
|
8388
8400
|
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 +8403,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8391
8403
|
item: true,
|
|
8392
8404
|
xs: 12,
|
|
8393
8405
|
md: 6,
|
|
8406
|
+
sx: {
|
|
8407
|
+
mt: "6px",
|
|
8408
|
+
paddingTop: "0px !important"
|
|
8409
|
+
},
|
|
8394
8410
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
8395
8411
|
subtitle: "Top countries by organic traffic",
|
|
8396
8412
|
data: geographyData
|