impaktapps-ui-builder 1.0.63-alpha.3 → 1.0.63-alpha.5

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.
@@ -8334,7 +8334,7 @@ var buildConfig = (FormData) => {
8334
8334
  };
8335
8335
  const createLayoutFormat = (layout, type) => {
8336
8336
  if (_.isEmpty(layout)) {
8337
- const fullLayoutComponents = ["WrapperSection", "DataGrid", "LeaderBoard", "PopUp", "TextArea", "TreeMap", "Thought"];
8337
+ const fullLayoutComponents = ["WrapperSection", "DataGrid", "LeaderBoard", "PopUp", "TextArea", "TreeMap", "Thought", "HorizontalLayout"];
8338
8338
  if (fullLayoutComponents.includes(type)) {
8339
8339
  return { xs: 12, sm: 12, md: 12, lg: 12 };
8340
8340
  } else if (type === "Graph") {