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