impaktapps-ui-builder 0.0.412-mtreemap.40 → 0.0.412-mtreemap.41

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.412-mtreemap.40",
3
+ "version": "0.0.412-mtreemap.41",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -10,6 +10,7 @@ export const PageMasterUiSchema: any = (theme) => {
10
10
  main: {
11
11
  },
12
12
  wrapperStyle: {
13
+ marginLeft: theme.spacing(3),
13
14
  backgroundColor: theme.palette.background.default
14
15
  },
15
16
  },
@@ -31,9 +32,6 @@ export const PageMasterUiSchema: any = (theme) => {
31
32
  helperText: 'Name should be start with "page_"',
32
33
  required: true,
33
34
  },
34
- style: {
35
- marginLeft: theme.spacing(3)
36
- }
37
35
  },
38
36
  },
39
37
  {