impaktapps-ui-builder 0.0.970-test.2 → 0.0.970-test.4

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