impaktapps-ui-builder 0.0.412-mtreemap.11 → 0.0.412-mtreemap.12

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.
@@ -9703,6 +9703,7 @@ const buildTabSection = (config, componentScope) => {
9703
9703
  var WrapperSection = {
9704
9704
  type: "WrapperLayout",
9705
9705
  config: {
9706
+ layout: 12,
9706
9707
  main: {
9707
9708
  rowSpacing: 3,
9708
9709
  divider: true,
@@ -10355,7 +10356,7 @@ const buildBasicUiSchema = (config) => {
10355
10356
  pageName: config.name,
10356
10357
  name: config.name,
10357
10358
  accessorKey: config.name,
10358
- headeing: config.label || config.name,
10359
+ heading: config.label || config.name,
10359
10360
  "elements": []
10360
10361
  };
10361
10362
  };