@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.cjs.js
CHANGED
|
@@ -8318,7 +8318,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8318
8318
|
sx: {
|
|
8319
8319
|
display: "grid",
|
|
8320
8320
|
gridTemplateColumns: {
|
|
8321
|
-
xs: "1fr",
|
|
8321
|
+
xs: "1fr 1fr",
|
|
8322
8322
|
sm: "1fr 1fr",
|
|
8323
8323
|
md: "1fr 1fr 1fr",
|
|
8324
8324
|
lg: "repeat(6, 1fr)"
|
|
@@ -8357,7 +8357,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8357
8357
|
md: 6,
|
|
8358
8358
|
sx: {
|
|
8359
8359
|
mt: "6px",
|
|
8360
|
-
paddingTop: "0px !important"
|
|
8360
|
+
paddingTop: "0px !important",
|
|
8361
|
+
paddingLeft: "6px !important"
|
|
8361
8362
|
},
|
|
8362
8363
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
8363
8364
|
title: "Source breakdown",
|
|
@@ -8407,7 +8408,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8407
8408
|
md: 6,
|
|
8408
8409
|
sx: {
|
|
8409
8410
|
mt: "6px",
|
|
8410
|
-
paddingTop: "0px !important"
|
|
8411
|
+
paddingTop: "0px !important",
|
|
8412
|
+
paddingLeft: "6px !important"
|
|
8411
8413
|
},
|
|
8412
8414
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
8413
8415
|
subtitle: "Top countries by organic traffic",
|