impaktapps-ui-builder 0.0.101-alpha.77 → 0.0.101-alpha.78
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/impaktapps-ui-builder.es.js +5 -5
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +2 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +2 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -532,7 +532,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
532
532
|
padding: "0px 20px",
|
|
533
533
|
textAlign: "center",
|
|
534
534
|
lineHeight: "1",
|
|
535
|
-
marginBottom: theme.
|
|
535
|
+
marginBottom: theme.spacing(5)
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
}
|
|
@@ -653,7 +653,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
653
653
|
padding: "0px 20px",
|
|
654
654
|
textAlign: "center",
|
|
655
655
|
lineHeight: "1",
|
|
656
|
-
marginBottom: theme.
|
|
656
|
+
marginBottom: theme.spacing(5)
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
}
|
|
@@ -6832,7 +6832,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6832
6832
|
padding: "0px 20px",
|
|
6833
6833
|
textAlign: "center",
|
|
6834
6834
|
lineHeight: "1",
|
|
6835
|
-
marginBottom: theme.
|
|
6835
|
+
marginBottom: theme.spacing(5)
|
|
6836
6836
|
}
|
|
6837
6837
|
}
|
|
6838
6838
|
}
|
|
@@ -6953,7 +6953,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6953
6953
|
padding: "0px 20px",
|
|
6954
6954
|
textAlign: "center",
|
|
6955
6955
|
lineHeight: "1",
|
|
6956
|
-
marginBottom: theme.
|
|
6956
|
+
marginBottom: theme.spacing(5)
|
|
6957
6957
|
}
|
|
6958
6958
|
}
|
|
6959
6959
|
}
|
|
@@ -9247,7 +9247,7 @@ const EventUiSchema = (theme) => {
|
|
|
9247
9247
|
padding: "0px 20px",
|
|
9248
9248
|
textAlign: "center",
|
|
9249
9249
|
lineHeight: "1",
|
|
9250
|
-
marginBottom: theme.
|
|
9250
|
+
marginBottom: theme.spacing(5)
|
|
9251
9251
|
}
|
|
9252
9252
|
}
|
|
9253
9253
|
}
|