impaktapps-ui-builder 0.0.412-mtreemap.37 → 0.0.412-mtreemap.39
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 +3 -4
- 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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +0 -116
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -55,8 +55,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
55
55
|
main: {},
|
|
56
56
|
wrapperStyle: {
|
|
57
57
|
backgroundColor: theme.palette.background.default
|
|
58
|
-
}
|
|
59
|
-
defaultStyle: true
|
|
58
|
+
}
|
|
60
59
|
},
|
|
61
60
|
elements: [
|
|
62
61
|
{
|
|
@@ -6399,7 +6398,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6399
6398
|
heading: " "
|
|
6400
6399
|
},
|
|
6401
6400
|
style: {
|
|
6402
|
-
marginLeft: theme.
|
|
6401
|
+
marginLeft: theme.spacing(2),
|
|
6403
6402
|
width: "auto",
|
|
6404
6403
|
fontSize: "12px",
|
|
6405
6404
|
color: "gray"
|
|
@@ -8271,7 +8270,7 @@ const EventUiSchema = (theme) => {
|
|
|
8271
8270
|
heading: " "
|
|
8272
8271
|
},
|
|
8273
8272
|
style: {
|
|
8274
|
-
marginLeft: theme.
|
|
8273
|
+
marginLeft: theme.spacing(2),
|
|
8275
8274
|
width: "auto",
|
|
8276
8275
|
fontSize: "12px",
|
|
8277
8276
|
color: "gray"
|