impaktapps-ui-builder 1.0.81-fileInput.2 → 1.0.81-fileInput.5

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.81-fileInput.2",
3
+ "version": "1.0.81-fileInput.5",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -555,7 +555,7 @@ export const buildPropertiesSection = function (type: String) {
555
555
  case "FileInput":
556
556
  uiSchema.elements = [
557
557
  // getRadioInputField("variant", "Variant", ["input", "button"]),
558
- getSelectField("variant", "Variant", [
558
+ getSelectField("variantType", "Variant", [
559
559
  { label: "Input", value: "input" },
560
560
  { label: "Button", value: "button" }
561
561
  ]),