impaktapps-ui-builder 1.0.71-alpha.4 → 1.0.72

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.71-alpha.4",
3
+ "version": "1.0.72",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -543,6 +543,7 @@ export const buildPropertiesSection = function (type: String) {
543
543
  uiSchema.elements = [
544
544
  getInputField("imageUrl", "Image URL"),
545
545
  getInputField("height", "Image Height"),
546
+ emptyBox("imageEmpty", { xs: 0, sm: 0, md: 4, lg: 6 }),
546
547
  ]
547
548
  break;
548
549
  }