impaktapps-ui-builder 1.0.57-alpha.4 → 1.0.57-alpha.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.
@@ -6304,6 +6304,13 @@ const ComponentSchema = {
6304
6304
  { title: "Amount Column", const: "amount" }
6305
6305
  ]
6306
6306
  },
6307
+ variant: {
6308
+ oneOf: [
6309
+ { title: "Outlined", const: "outlined" },
6310
+ { title: "Filled", const: "filled" },
6311
+ { title: "Standard", const: "standard" }
6312
+ ]
6313
+ },
6307
6314
  orientation: {
6308
6315
  oneOf: [
6309
6316
  { title: "Horizontal", const: "horizontal" },