@sd-angular/core 1.3.167 → 1.3.168

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.
@@ -2281,7 +2281,7 @@
2281
2281
  // Badge
2282
2282
  if ((column.type === 'string' || column.type === 'number' || column.type === 'values') && column.badge) {
2283
2283
  display.badge = {
2284
- type: !(column === null || column === void 0 ? void 0 : column.badgeType) ? 'round' : column.badgeType,
2284
+ type: !(column === null || column === void 0 ? void 0 : column.badgeType) ? 'icon' : column.badgeType,
2285
2285
  color: column.badge(value, rowData),
2286
2286
  icon: (_6 = column.badgeIcon) === null || _6 === void 0 ? void 0 : _6.call(column, value, rowData),
2287
2287
  };