impaktapps-ui-builder 0.0.382-alpha.25 → 0.0.382-alpha.27

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.
@@ -46,7 +46,7 @@ const PageMasterUiSchema = (theme) => {
46
46
  type: "WrapperLayout",
47
47
  config: {
48
48
  main: {},
49
- componentsBoxStyle: {
49
+ wrapperStyle: {
50
50
  backgroundColor: theme.palette.background.default
51
51
  },
52
52
  defaultStyle: true
@@ -10213,6 +10213,7 @@ const buildBasicUiSchema = (config) => {
10213
10213
  return {
10214
10214
  "type": "HorizontalLayout",
10215
10215
  pageName: `${config.name}`,
10216
+ heading: `${config.label}`,
10216
10217
  "elements": []
10217
10218
  };
10218
10219
  };