impaktapps-ui-builder 0.0.412-mtreemap.36 → 0.0.412-mtreemap.38
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 -8
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- 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 -2
- 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 -2
|
@@ -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,11 +6398,10 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6399
6398
|
heading: " "
|
|
6400
6399
|
},
|
|
6401
6400
|
style: {
|
|
6402
|
-
|
|
6401
|
+
marginLeft: theme.Spacing(2),
|
|
6403
6402
|
width: "auto",
|
|
6404
6403
|
fontSize: "12px",
|
|
6405
|
-
color: "gray"
|
|
6406
|
-
paddingTop: "10px"
|
|
6404
|
+
color: "gray"
|
|
6407
6405
|
}
|
|
6408
6406
|
}
|
|
6409
6407
|
},
|
|
@@ -8272,11 +8270,10 @@ const EventUiSchema = (theme) => {
|
|
|
8272
8270
|
heading: " "
|
|
8273
8271
|
},
|
|
8274
8272
|
style: {
|
|
8275
|
-
|
|
8273
|
+
marginLeft: theme.Spacing(2),
|
|
8276
8274
|
width: "auto",
|
|
8277
8275
|
fontSize: "12px",
|
|
8278
|
-
color: "gray"
|
|
8279
|
-
paddingTop: "10px"
|
|
8276
|
+
color: "gray"
|
|
8280
8277
|
}
|
|
8281
8278
|
}
|
|
8282
8279
|
},
|