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