@ammarkhalidfarooq/dashboard-package 0.5.29 → 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 +8 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8343,7 +8343,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8343
8343
|
xs: 12,
|
|
8344
8344
|
md: 6,
|
|
8345
8345
|
sx: {
|
|
8346
|
-
mt: "6px"
|
|
8346
|
+
mt: "6px",
|
|
8347
|
+
paddingTop: "0px !important"
|
|
8347
8348
|
},
|
|
8348
8349
|
children: /*#__PURE__*/jsx(LandingPagesCard, {
|
|
8349
8350
|
data: landingPagesData
|
|
@@ -8353,7 +8354,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8353
8354
|
xs: 12,
|
|
8354
8355
|
md: 6,
|
|
8355
8356
|
sx: {
|
|
8356
|
-
mt: "6px"
|
|
8357
|
+
mt: "6px",
|
|
8358
|
+
paddingTop: "0px !important"
|
|
8357
8359
|
},
|
|
8358
8360
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
8359
8361
|
title: "Source breakdown",
|
|
@@ -8390,7 +8392,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8390
8392
|
xs: 12,
|
|
8391
8393
|
md: 6,
|
|
8392
8394
|
sx: {
|
|
8393
|
-
mt: "6px"
|
|
8395
|
+
mt: "6px",
|
|
8396
|
+
paddingTop: "0px !important"
|
|
8394
8397
|
},
|
|
8395
8398
|
children: /*#__PURE__*/jsx(KeywordsCard, {
|
|
8396
8399
|
data: keywordsData,
|
|
@@ -8401,7 +8404,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8401
8404
|
xs: 12,
|
|
8402
8405
|
md: 6,
|
|
8403
8406
|
sx: {
|
|
8404
|
-
mt: "6px"
|
|
8407
|
+
mt: "6px",
|
|
8408
|
+
paddingTop: "0px !important"
|
|
8405
8409
|
},
|
|
8406
8410
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
8407
8411
|
subtitle: "Top countries by organic traffic",
|