@ammarkhalidfarooq/dashboard-package 0.6.47 → 0.6.49

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.es.js CHANGED
@@ -18597,7 +18597,10 @@ var EmailSection = function EmailSection(_ref) {
18597
18597
  md: 4,
18598
18598
  sx: {
18599
18599
  paddingTop: "0px !important",
18600
- paddingLeft: xs ? "6px !important" : "unset !important",
18600
+ paddingLeft: {
18601
+ xs: "24px !important",
18602
+ md: "6px !important"
18603
+ },
18601
18604
  marginTop: {
18602
18605
  xs: "6px",
18603
18606
  md: "0px"
@@ -18638,7 +18641,10 @@ var EmailSection = function EmailSection(_ref) {
18638
18641
  md: 4,
18639
18642
  sx: {
18640
18643
  paddingTop: "0px !important",
18641
- paddingLeft: "6px !important",
18644
+ paddingLeft: {
18645
+ xs: "24px !important",
18646
+ md: "6px !important"
18647
+ },
18642
18648
  marginTop: {
18643
18649
  xs: "6px",
18644
18650
  md: "0px"
@@ -18682,7 +18688,10 @@ var EmailSection = function EmailSection(_ref) {
18682
18688
  md: 4,
18683
18689
  sx: {
18684
18690
  paddingTop: "0px !important",
18685
- paddingLeft: "6px !important",
18691
+ paddingLeft: {
18692
+ xs: "24px !important",
18693
+ md: "6px !important"
18694
+ },
18686
18695
  marginTop: {
18687
18696
  xs: "6px",
18688
18697
  md: "0px"
@@ -18697,7 +18706,10 @@ var EmailSection = function EmailSection(_ref) {
18697
18706
  md: 4,
18698
18707
  sx: {
18699
18708
  paddingTop: "0px !important",
18700
- paddingLeft: "6px !important",
18709
+ paddingLeft: {
18710
+ xs: "24px !important",
18711
+ md: "6px !important"
18712
+ },
18701
18713
  marginTop: {
18702
18714
  xs: "6px",
18703
18715
  md: "0px"