impaktapps-ui-builder 0.0.971 → 0.0.973

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.
@@ -443,7 +443,7 @@ const PageMasterUiSchema = (theme) => {
443
443
  color: "#535557",
444
444
  marginLeft: "-30px",
445
445
  fontSize: "12px",
446
- marginTop: "5px"
446
+ marginTop: "4px"
447
447
  }
448
448
  }
449
449
  },
@@ -6762,7 +6762,7 @@ const componentBasicUiSchema = (theme) => {
6762
6762
  color: "#535557",
6763
6763
  marginLeft: "-10px",
6764
6764
  fontSize: "12px",
6765
- marginTop: "5px"
6765
+ marginTop: "4px"
6766
6766
  }
6767
6767
  }
6768
6768
  },
@@ -8502,8 +8502,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8502
8502
  },
8503
8503
  ElementPathSetter: function(uiSchema, copiedFormData) {
8504
8504
  const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
8505
- const elementHeading = formData.name ? `Copied Path: ${formData.pageName}` : `Copied Path: ${formData.pageName}`;
8506
- uiSchema.elements[2].elements[1].config.main.heading = elementHeading;
8505
+ uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
8507
8506
  }
8508
8507
  };
8509
8508
  };
@@ -8944,7 +8943,7 @@ const EventUiSchema = (theme) => {
8944
8943
  color: "#535557",
8945
8944
  marginLeft: "-10px",
8946
8945
  fontSize: "12px",
8947
- marginTop: "5px"
8946
+ marginTop: "4px"
8948
8947
  }
8949
8948
  }
8950
8949
  },