impaktapps-ui-builder 1.0.90 → 1.0.91

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.90",
3
+ "version": "1.0.91",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -554,10 +554,7 @@ export const buildPropertiesSection = function (type: String) {
554
554
  break;
555
555
  case "FileInput":
556
556
  uiSchema.elements = [
557
- getRadioInputField("variant", "Variant", ["Outlined", "Standard"]),
558
- getRadioInputField("hideUpload", "Hide Upload", ["YES", "NO"]),
559
- getRadioInputField("hideDelete", "Hide Delete", ["YES", "NO"]),
560
- getRadioInputField("hideDownload", "Hide Download", ["YES", "NO"])
557
+ getRadioInputField("variant", "Variant", ["Outlined", "Standard"])
561
558
  ]
562
559
  break;
563
560
  }