codexly-ui 0.4.4 → 0.4.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.
@@ -5286,7 +5286,7 @@ class ClxUploadComponent {
5286
5286
  size="xs"
5287
5287
  icon="close"
5288
5288
  [iconOnly]="true"
5289
- class="absolute top-1 right-1 opacity-0 group-hover:opacity-100 focus-visible:opacity-100 transition-opacity shadow-md"
5289
+ class="absolute top-1 right-1 shadow-md"
5290
5290
  [disabled]="_disabled()"
5291
5291
  (click)="_removeItem(item); $event.stopPropagation()">
5292
5292
  </button>
@@ -5395,7 +5395,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
5395
5395
  size="xs"
5396
5396
  icon="close"
5397
5397
  [iconOnly]="true"
5398
- class="absolute top-1 right-1 opacity-0 group-hover:opacity-100 focus-visible:opacity-100 transition-opacity shadow-md"
5398
+ class="absolute top-1 right-1 shadow-md"
5399
5399
  [disabled]="_disabled()"
5400
5400
  (click)="_removeItem(item); $event.stopPropagation()">
5401
5401
  </button>