impaktapps-ui-builder 0.0.412-mtreemap.12 → 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
  };
@@ -9703,7 +9703,6 @@ const buildTabSection = (config, componentScope) => {
9703
9703
  var WrapperSection = {
9704
9704
  type: "WrapperLayout",
9705
9705
  config: {
9706
- layout: 12,
9707
9706
  main: {
9708
9707
  rowSpacing: 3,
9709
9708
  divider: true,