@ammarkhalidfarooq/dashboard-package 0.4.32 → 0.4.34

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 CHANGED
@@ -6010,7 +6010,11 @@ var PaidSection = function PaidSection() {
6010
6010
  md: 6,
6011
6011
  sx: {
6012
6012
  paddingTop: "0px !important",
6013
- minHeight: "430px"
6013
+ minHeight: "430px",
6014
+ marginTop: {
6015
+ xs: 3,
6016
+ md: "0px"
6017
+ }
6014
6018
  },
6015
6019
  children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
6016
6020
  title: "Spend allocation",
@@ -6067,7 +6071,11 @@ var PaidSection = function PaidSection() {
6067
6071
  xs: 12,
6068
6072
  md: 6,
6069
6073
  sx: {
6070
- paddingTop: "0px !important"
6074
+ paddingTop: "0px !important",
6075
+ marginTop: {
6076
+ xs: 3,
6077
+ md: "0px"
6078
+ }
6071
6079
  },
6072
6080
  children: /*#__PURE__*/jsxRuntime.jsx(PaidDonorGeographyCard, {})
6073
6081
  })]