impaktapps-ui-builder 0.0.412-mtreemap.38 → 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.
@@ -6398,7 +6398,7 @@ const componentBasicUiSchema = (theme) => {
6398
6398
  heading: " "
6399
6399
  },
6400
6400
  style: {
6401
- marginLeft: theme.Spacing(2),
6401
+ marginLeft: theme.spacing(2),
6402
6402
  width: "auto",
6403
6403
  fontSize: "12px",
6404
6404
  color: "gray"
@@ -8270,7 +8270,7 @@ const EventUiSchema = (theme) => {
8270
8270
  heading: " "
8271
8271
  },
8272
8272
  style: {
8273
- marginLeft: theme.Spacing(2),
8273
+ marginLeft: theme.spacing(2),
8274
8274
  width: "auto",
8275
8275
  fontSize: "12px",
8276
8276
  color: "gray"