@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.cjs.js +16 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +16 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18599,7 +18599,10 @@ var EmailSection = function EmailSection(_ref) {
|
|
|
18599
18599
|
md: 4,
|
|
18600
18600
|
sx: {
|
|
18601
18601
|
paddingTop: "0px !important",
|
|
18602
|
-
paddingLeft:
|
|
18602
|
+
paddingLeft: {
|
|
18603
|
+
xs: "24px !important",
|
|
18604
|
+
md: "6px !important"
|
|
18605
|
+
},
|
|
18603
18606
|
marginTop: {
|
|
18604
18607
|
xs: "6px",
|
|
18605
18608
|
md: "0px"
|
|
@@ -18640,7 +18643,10 @@ var EmailSection = function EmailSection(_ref) {
|
|
|
18640
18643
|
md: 4,
|
|
18641
18644
|
sx: {
|
|
18642
18645
|
paddingTop: "0px !important",
|
|
18643
|
-
paddingLeft:
|
|
18646
|
+
paddingLeft: {
|
|
18647
|
+
xs: "24px !important",
|
|
18648
|
+
md: "6px !important"
|
|
18649
|
+
},
|
|
18644
18650
|
marginTop: {
|
|
18645
18651
|
xs: "6px",
|
|
18646
18652
|
md: "0px"
|
|
@@ -18684,7 +18690,10 @@ var EmailSection = function EmailSection(_ref) {
|
|
|
18684
18690
|
md: 4,
|
|
18685
18691
|
sx: {
|
|
18686
18692
|
paddingTop: "0px !important",
|
|
18687
|
-
paddingLeft:
|
|
18693
|
+
paddingLeft: {
|
|
18694
|
+
xs: "24px !important",
|
|
18695
|
+
md: "6px !important"
|
|
18696
|
+
},
|
|
18688
18697
|
marginTop: {
|
|
18689
18698
|
xs: "6px",
|
|
18690
18699
|
md: "0px"
|
|
@@ -18699,7 +18708,10 @@ var EmailSection = function EmailSection(_ref) {
|
|
|
18699
18708
|
md: 4,
|
|
18700
18709
|
sx: {
|
|
18701
18710
|
paddingTop: "0px !important",
|
|
18702
|
-
paddingLeft:
|
|
18711
|
+
paddingLeft: {
|
|
18712
|
+
xs: "24px !important",
|
|
18713
|
+
md: "6px !important"
|
|
18714
|
+
},
|
|
18703
18715
|
marginTop: {
|
|
18704
18716
|
xs: "6px",
|
|
18705
18717
|
md: "0px"
|