impaktapps-ui-builder 0.0.412-mtreemap.11 → 0.0.412-mtreemap.12

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.
@@ -3,6 +3,6 @@ export declare const buildBasicUiSchema: (config: any) => {
3
3
  pageName: any;
4
4
  name: any;
5
5
  accessorKey: any;
6
- headeing: any;
6
+ heading: any;
7
7
  elements: any[];
8
8
  };
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  type: string;
3
3
  config: {
4
+ layout: number;
4
5
  main: {
5
6
  rowSpacing: number;
6
7
  divider: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.412-mtreemap.11",
3
+ "version": "0.0.412-mtreemap.12",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -4,7 +4,7 @@ export const buildBasicUiSchema = (config) => {
4
4
  pageName: config.name,
5
5
  name: config.name,
6
6
  accessorKey: config.name,
7
- headeing: config.label || config.name,
7
+ heading: config.label || config.name,
8
8
  "elements": []
9
9
  }
10
10
  }
@@ -1,6 +1,7 @@
1
1
  export default {
2
2
  type: "WrapperLayout",
3
3
  config: {
4
+ layout: 12,
4
5
  main: {
5
6
  rowSpacing: 3,
6
7
  divider: true,