impaktapps-ui-builder 1.0.302 → 1.0.303

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.
@@ -8304,9 +8304,9 @@ const buildPropertiesSection = function(type) {
8304
8304
  getInputField("title", "title"),
8305
8305
  getRadioInputField("fullScreen", "FullScreen", ["YES", "NO"]),
8306
8306
  getRadioInputField("fullWidth", "FullWidth", ["YES", "NO"]),
8307
- getInputField("maxWidth", "Max. Width"),
8308
8307
  getSelectField("maxWidth", "Max Width"),
8309
- getInputField("scale", "Zoom Factor")
8308
+ getInputField("scale", "Zoom"),
8309
+ emptyBox$1("PdfViewer", { xs: 6, sm: 6, md: 8, lg: 9 })
8310
8310
  ];
8311
8311
  break;
8312
8312
  case "Date":