@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.cjs.js
CHANGED
|
@@ -8345,7 +8345,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8345
8345
|
xs: 12,
|
|
8346
8346
|
md: 6,
|
|
8347
8347
|
sx: {
|
|
8348
|
-
mt: "6px"
|
|
8348
|
+
mt: "6px",
|
|
8349
|
+
paddingTop: "0px !important"
|
|
8349
8350
|
},
|
|
8350
8351
|
children: /*#__PURE__*/jsxRuntime.jsx(LandingPagesCard, {
|
|
8351
8352
|
data: landingPagesData
|
|
@@ -8355,7 +8356,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8355
8356
|
xs: 12,
|
|
8356
8357
|
md: 6,
|
|
8357
8358
|
sx: {
|
|
8358
|
-
mt: "6px"
|
|
8359
|
+
mt: "6px",
|
|
8360
|
+
paddingTop: "0px !important"
|
|
8359
8361
|
},
|
|
8360
8362
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
8361
8363
|
title: "Source breakdown",
|
|
@@ -8392,7 +8394,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8392
8394
|
xs: 12,
|
|
8393
8395
|
md: 6,
|
|
8394
8396
|
sx: {
|
|
8395
|
-
mt: "6px"
|
|
8397
|
+
mt: "6px",
|
|
8398
|
+
paddingTop: "0px !important"
|
|
8396
8399
|
},
|
|
8397
8400
|
children: /*#__PURE__*/jsxRuntime.jsx(KeywordsCard, {
|
|
8398
8401
|
data: keywordsData,
|
|
@@ -8403,7 +8406,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8403
8406
|
xs: 12,
|
|
8404
8407
|
md: 6,
|
|
8405
8408
|
sx: {
|
|
8406
|
-
mt: "6px"
|
|
8409
|
+
mt: "6px",
|
|
8410
|
+
paddingTop: "0px !important"
|
|
8407
8411
|
},
|
|
8408
8412
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
8409
8413
|
subtitle: "Top countries by organic traffic",
|