impaktapps-ui-builder 0.0.382-alpha.4 → 0.0.382-alpha.6

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.4",
3
+ "version": "0.0.382-alpha.6",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -141,11 +141,12 @@ export const componentBasicUiSchema: any = (theme) => {
141
141
  },
142
142
  },
143
143
  {
144
- type: "HorizontalLayout",
144
+ type: "Control",
145
145
  scope: "#/properties/layout",
146
146
  layout: 12,
147
147
  options: {
148
148
  detail: {
149
+ type: "HorizontalLayout",
149
150
  elements: [
150
151
  {
151
152
  type: "Control",