impaktapps-ui-builder 1.0.270 → 1.0.271

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.270",
3
+ "version": "1.0.271",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -590,7 +590,7 @@ export const buildPropertiesSection = function (type: String) {
590
590
  getInputField("rowSpacing", "Row Spacing"),
591
591
  getRadioInputField("defaultClosed", "Default Closed", ["YES", "No"]),
592
592
  getInputField("iconUrl", "Icon Url"),
593
- emptyBox("WrapperSectionEmpty2")
593
+ emptyBox("WrapperSectionEmpty1", { xs: 6, sm: 0, md: 4, lg: 4 }), emptyBox("WrapperSectionEmpty2")
594
594
  ]
595
595
  break;
596
596