impaktapps-ui-builder 1.0.270 → 1.0.272

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.
@@ -8196,6 +8196,7 @@ const buildPropertiesSection = function(type) {
8196
8196
  getInputField("rowSpacing", "Row Spacing"),
8197
8197
  getRadioInputField("defaultClosed", "Default Closed", ["YES", "No"]),
8198
8198
  getInputField("iconUrl", "Icon Url"),
8199
+ emptyBox$1("WrapperSectionEmpty1", { xs: 0, sm: 0, md: 4, lg: 6 }),
8199
8200
  emptyBox$1("WrapperSectionEmpty2")
8200
8201
  ];
8201
8202
  break;