impaktapps-ui-builder 1.0.89 → 1.0.90

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