@ammarkhalidfarooq/dashboard-package 0.5.33 → 0.5.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 +8 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8812,8 +8812,9 @@ var EmailSection = function EmailSection() {
|
|
|
8812
8812
|
md: 4,
|
|
8813
8813
|
sx: {
|
|
8814
8814
|
paddingTop: "0px !important",
|
|
8815
|
+
paddingLeft: "6px !important",
|
|
8815
8816
|
marginTop: {
|
|
8816
|
-
xs:
|
|
8817
|
+
xs: "6px",
|
|
8817
8818
|
md: "0px"
|
|
8818
8819
|
}
|
|
8819
8820
|
},
|
|
@@ -8843,8 +8844,9 @@ var EmailSection = function EmailSection() {
|
|
|
8843
8844
|
md: 4,
|
|
8844
8845
|
sx: {
|
|
8845
8846
|
paddingTop: "0px !important",
|
|
8847
|
+
paddingLeft: "6px !important",
|
|
8846
8848
|
marginTop: {
|
|
8847
|
-
xs:
|
|
8849
|
+
xs: "6px",
|
|
8848
8850
|
md: "0px"
|
|
8849
8851
|
}
|
|
8850
8852
|
},
|
|
@@ -8882,8 +8884,9 @@ var EmailSection = function EmailSection() {
|
|
|
8882
8884
|
md: 4,
|
|
8883
8885
|
sx: {
|
|
8884
8886
|
paddingTop: "0px !important",
|
|
8887
|
+
paddingLeft: "6px !important",
|
|
8885
8888
|
marginTop: {
|
|
8886
|
-
xs:
|
|
8889
|
+
xs: "6px",
|
|
8887
8890
|
md: "0px"
|
|
8888
8891
|
}
|
|
8889
8892
|
},
|
|
@@ -8894,8 +8897,9 @@ var EmailSection = function EmailSection() {
|
|
|
8894
8897
|
md: 4,
|
|
8895
8898
|
sx: {
|
|
8896
8899
|
paddingTop: "0px !important",
|
|
8900
|
+
paddingLeft: "6px !important",
|
|
8897
8901
|
marginTop: {
|
|
8898
|
-
xs:
|
|
8902
|
+
xs: "6px",
|
|
8899
8903
|
md: "0px"
|
|
8900
8904
|
}
|
|
8901
8905
|
},
|