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

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.
@@ -7392,15 +7392,15 @@ var buildConfig = (FormData) => {
7392
7392
  const createLayoutFormat = (config) => {
7393
7393
  if (_.isEmpty(config)) {
7394
7394
  return {
7395
- xs: 11,
7396
- sm: 11,
7397
- md: 5.5,
7398
- lg: 5.5
7395
+ xs: 12,
7396
+ sm: 12,
7397
+ md: 12,
7398
+ lg: 12
7399
7399
  };
7400
7400
  }
7401
7401
  let data = {};
7402
7402
  config.map((e) => {
7403
- data[e.key || "xs"] = +e.value || 5.5;
7403
+ data[e.key || "xs"] = +e.value || 12;
7404
7404
  });
7405
7405
  return data;
7406
7406
  };
@@ -10355,7 +10355,7 @@ const buildBasicUiSchema = (config) => {
10355
10355
  pageName: config.name,
10356
10356
  name: config.name,
10357
10357
  accessorKey: config.name,
10358
- headeing: config.label || config.name,
10358
+ heading: config.label || config.name,
10359
10359
  "elements": []
10360
10360
  };
10361
10361
  };