impaktapps-ui-builder 0.0.382-alpha.16 → 0.0.382-alpha.17
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 +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 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -6470,7 +6470,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6470
6470
|
config: {
|
|
6471
6471
|
layout: 9.7,
|
|
6472
6472
|
main: {
|
|
6473
|
-
heading: "
|
|
6473
|
+
heading: " "
|
|
6474
6474
|
},
|
|
6475
6475
|
style: {
|
|
6476
6476
|
color: theme.palette.text.disabled,
|
|
@@ -8070,7 +8070,7 @@ const EventUiSchema = (theme) => {
|
|
|
8070
8070
|
config: {
|
|
8071
8071
|
layout: 9.7,
|
|
8072
8072
|
main: {
|
|
8073
|
-
heading: "
|
|
8073
|
+
heading: " "
|
|
8074
8074
|
},
|
|
8075
8075
|
style: {
|
|
8076
8076
|
color: theme.palette.text.disabled,
|