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
package/package.json
CHANGED
|
@@ -415,7 +415,7 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
415
415
|
padding: "0px 20px",
|
|
416
416
|
textAlign: "center",
|
|
417
417
|
lineHeight: "1",
|
|
418
|
-
marginBottom: theme.
|
|
418
|
+
marginBottom: theme.spacing(5)
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
421
|
},
|
|
@@ -539,7 +539,7 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
539
539
|
padding: "0px 20px",
|
|
540
540
|
textAlign: "center",
|
|
541
541
|
lineHeight: "1",
|
|
542
|
-
marginBottom: theme.
|
|
542
|
+
marginBottom: theme.spacing(5)
|
|
543
543
|
}
|
|
544
544
|
}
|
|
545
545
|
},
|
|
@@ -577,7 +577,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
577
577
|
padding: "0px 20px",
|
|
578
578
|
textAlign: "center",
|
|
579
579
|
lineHeight: "1",
|
|
580
|
-
marginBottom: theme.
|
|
580
|
+
marginBottom: theme.spacing(5)
|
|
581
581
|
}
|
|
582
582
|
}
|
|
583
583
|
},
|
|
@@ -701,7 +701,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
701
701
|
padding: "0px 20px",
|
|
702
702
|
textAlign: "center",
|
|
703
703
|
lineHeight: "1",
|
|
704
|
-
marginBottom: theme.
|
|
704
|
+
marginBottom: theme.spacing(5)
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
},
|