@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.cjs.js
CHANGED
|
@@ -8344,6 +8344,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8344
8344
|
item: true,
|
|
8345
8345
|
xs: 12,
|
|
8346
8346
|
md: 6,
|
|
8347
|
+
sx: {
|
|
8348
|
+
mt: "6px",
|
|
8349
|
+
paddingTop: "0px !important"
|
|
8350
|
+
},
|
|
8347
8351
|
children: /*#__PURE__*/jsxRuntime.jsx(LandingPagesCard, {
|
|
8348
8352
|
data: landingPagesData
|
|
8349
8353
|
})
|
|
@@ -8351,6 +8355,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8351
8355
|
item: true,
|
|
8352
8356
|
xs: 12,
|
|
8353
8357
|
md: 6,
|
|
8358
|
+
sx: {
|
|
8359
|
+
mt: "6px",
|
|
8360
|
+
paddingTop: "0px !important"
|
|
8361
|
+
},
|
|
8354
8362
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
8355
8363
|
title: "Source breakdown",
|
|
8356
8364
|
subtitle: "Where organic visitors come from",
|
|
@@ -8385,6 +8393,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8385
8393
|
item: true,
|
|
8386
8394
|
xs: 12,
|
|
8387
8395
|
md: 6,
|
|
8396
|
+
sx: {
|
|
8397
|
+
mt: "6px",
|
|
8398
|
+
paddingTop: "0px !important"
|
|
8399
|
+
},
|
|
8388
8400
|
children: /*#__PURE__*/jsxRuntime.jsx(KeywordsCard, {
|
|
8389
8401
|
data: keywordsData,
|
|
8390
8402
|
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 +8405,10 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8393
8405
|
item: true,
|
|
8394
8406
|
xs: 12,
|
|
8395
8407
|
md: 6,
|
|
8408
|
+
sx: {
|
|
8409
|
+
mt: "6px",
|
|
8410
|
+
paddingTop: "0px !important"
|
|
8411
|
+
},
|
|
8396
8412
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
8397
8413
|
subtitle: "Top countries by organic traffic",
|
|
8398
8414
|
data: geographyData
|