impaktapps-ui-builder 0.0.279 → 0.0.280

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.
@@ -7111,10 +7111,10 @@ const ValidationSection = {
7111
7111
  main: {
7112
7112
  label: "Validation Type",
7113
7113
  options: [
7114
- { title: "required", const: "Required" },
7115
- { title: "minLength", const: "Minimum Length" },
7116
- { title: "maxLength", const: "Maximum Length" },
7117
- { title: "pattern", const: "Pattern" }
7114
+ { const: "required", title: "Required" },
7115
+ { const: "minLength", title: "Minimum Length" },
7116
+ { const: "maxLength", title: "Maximum Length" },
7117
+ { const: "pattern", title: "Pattern" }
7118
7118
  ]
7119
7119
  }
7120
7120
  }