@ammarkhalidfarooq/dashboard-package 0.5.30 → 0.5.32
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 +5 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8316,7 +8316,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8316
8316
|
sx: {
|
|
8317
8317
|
display: "grid",
|
|
8318
8318
|
gridTemplateColumns: {
|
|
8319
|
-
xs: "1fr",
|
|
8319
|
+
xs: "1fr 1fr",
|
|
8320
8320
|
sm: "1fr 1fr",
|
|
8321
8321
|
md: "1fr 1fr 1fr",
|
|
8322
8322
|
lg: "repeat(6, 1fr)"
|
|
@@ -8355,7 +8355,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8355
8355
|
md: 6,
|
|
8356
8356
|
sx: {
|
|
8357
8357
|
mt: "6px",
|
|
8358
|
-
paddingTop: "0px !important"
|
|
8358
|
+
paddingTop: "0px !important",
|
|
8359
|
+
paddingLeft: "6px !important"
|
|
8359
8360
|
},
|
|
8360
8361
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
8361
8362
|
title: "Source breakdown",
|
|
@@ -8405,7 +8406,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8405
8406
|
md: 6,
|
|
8406
8407
|
sx: {
|
|
8407
8408
|
mt: "6px",
|
|
8408
|
-
paddingTop: "0px !important"
|
|
8409
|
+
paddingTop: "0px !important",
|
|
8410
|
+
paddingLeft: "6px !important"
|
|
8409
8411
|
},
|
|
8410
8412
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
8411
8413
|
subtitle: "Top countries by organic traffic",
|