impaktapps-ui-builder 0.0.970-test.4 → 0.0.971
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 -3
- 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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -443,7 +443,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
443
443
|
color: "#535557",
|
|
444
444
|
marginLeft: "-30px",
|
|
445
445
|
fontSize: "12px",
|
|
446
|
-
marginTop: "
|
|
446
|
+
marginTop: "5px"
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
},
|
|
@@ -6762,7 +6762,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6762
6762
|
color: "#535557",
|
|
6763
6763
|
marginLeft: "-10px",
|
|
6764
6764
|
fontSize: "12px",
|
|
6765
|
-
marginTop: "
|
|
6765
|
+
marginTop: "5px"
|
|
6766
6766
|
}
|
|
6767
6767
|
}
|
|
6768
6768
|
},
|
|
@@ -8944,7 +8944,7 @@ const EventUiSchema = (theme) => {
|
|
|
8944
8944
|
color: "#535557",
|
|
8945
8945
|
marginLeft: "-10px",
|
|
8946
8946
|
fontSize: "12px",
|
|
8947
|
-
marginTop: "
|
|
8947
|
+
marginTop: "5px"
|
|
8948
8948
|
}
|
|
8949
8949
|
}
|
|
8950
8950
|
},
|