impaktapps-ui-builder 0.0.382-alpha.29 → 0.0.382-alpha.30

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": "0.0.382-alpha.29",
3
+ "version": "0.0.382-alpha.30",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -337,7 +337,7 @@ export const buildPropertiesSection = function (type: String) {
337
337
  ];
338
338
  break;
339
339
  case "WrapperSection":
340
- uiSchema.elements = [getRadioInputField("divider", "Divider", ["YES", "No"]), EmptyBox, EmptyBox]
340
+ uiSchema.elements = [getRadioInputField("divider", "Divider", ["YES", "No"]), getRadioInputField("isAccordion", "Accordion", ["YES", "No"]), EmptyBox]
341
341
  break;
342
342
 
343
343
  case "TabSection":