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.
- package/dist/impaktapps-ui-builder.es.js +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
|
@@ -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;
|