impaktapps-ui-builder 0.0.306 → 0.0.307

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.
@@ -6087,7 +6087,7 @@ const ComponentSchema = {
6087
6087
  },
6088
6088
  label: { type: "string" }
6089
6089
  },
6090
- required: ["type", "name"]
6090
+ required: ["name"]
6091
6091
  };
6092
6092
  const componentBasicUiSchema = {
6093
6093
  type: "HorizontalLayout",