impaktapps-ui-builder 1.0.74 → 1.0.75

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.
@@ -6276,7 +6276,8 @@ const ComponentSchema = {
6276
6276
  oneOf: [
6277
6277
  { title: "Date Column", const: "date" },
6278
6278
  { title: "DateTime Column", const: "dateTime" },
6279
- { title: "Amount Column", const: "amount" }
6279
+ { title: "Amount Column", const: "amount" },
6280
+ { title: "Center Column", const: "action" }
6280
6281
  ]
6281
6282
  },
6282
6283
  variant: {
@@ -8388,7 +8389,7 @@ const sectionLabels = {
8388
8389
  HorizontalLayout: ["Core", "Components", "Properties", "Style", "Validation"],
8389
8390
  TabSection: ["Core", "Components", "Properties", "Style", "Validation"],
8390
8391
  SpeedoMeter: ["Core", "Properties", "Events", "Style", "Validation"],
8391
- card: ["Core", "Properties", "Events", "Validation"],
8392
+ card: ["Core", "Properties", "Events", "Style", "Validation"],
8392
8393
  UploadFile: ["Core", "Events", "Style", "Validation"],
8393
8394
  UploadFileIcon: ["Core", "Events", "Style"],
8394
8395
  DownloadFileIcon: ["Core", "Events", "Style"],