impaktapps-ui-builder 0.0.412-mtreemap.38 → 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 +2 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- 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/event/uiSchema.ts +1 -1
|
@@ -6398,7 +6398,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6398
6398
|
heading: " "
|
|
6399
6399
|
},
|
|
6400
6400
|
style: {
|
|
6401
|
-
marginLeft: theme.
|
|
6401
|
+
marginLeft: theme.spacing(2),
|
|
6402
6402
|
width: "auto",
|
|
6403
6403
|
fontSize: "12px",
|
|
6404
6404
|
color: "gray"
|
|
@@ -8270,7 +8270,7 @@ const EventUiSchema = (theme) => {
|
|
|
8270
8270
|
heading: " "
|
|
8271
8271
|
},
|
|
8272
8272
|
style: {
|
|
8273
|
-
marginLeft: theme.
|
|
8273
|
+
marginLeft: theme.spacing(2),
|
|
8274
8274
|
width: "auto",
|
|
8275
8275
|
fontSize: "12px",
|
|
8276
8276
|
color: "gray"
|