impaktapps-ui-builder 0.0.412-mtreemap.37 → 0.0.412-mtreemap.39

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.
@@ -55,8 +55,7 @@ const PageMasterUiSchema = (theme) => {
55
55
  main: {},
56
56
  wrapperStyle: {
57
57
  backgroundColor: theme.palette.background.default
58
- },
59
- defaultStyle: true
58
+ }
60
59
  },
61
60
  elements: [
62
61
  {
@@ -6399,7 +6398,7 @@ const componentBasicUiSchema = (theme) => {
6399
6398
  heading: " "
6400
6399
  },
6401
6400
  style: {
6402
- marginLeft: theme.Spacing(2),
6401
+ marginLeft: theme.spacing(2),
6403
6402
  width: "auto",
6404
6403
  fontSize: "12px",
6405
6404
  color: "gray"
@@ -8271,7 +8270,7 @@ const EventUiSchema = (theme) => {
8271
8270
  heading: " "
8272
8271
  },
8273
8272
  style: {
8274
- marginLeft: theme.Spacing(2),
8273
+ marginLeft: theme.spacing(2),
8275
8274
  width: "auto",
8276
8275
  fontSize: "12px",
8277
8276
  color: "gray"