codexly-ui 0.4.7 → 0.4.8

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.
@@ -5291,10 +5291,10 @@ class ClxUploadComponent {
5291
5291
  variant="solid"
5292
5292
  color="red"
5293
5293
  shape="circle"
5294
- size="xs"
5294
+ size="xxs"
5295
5295
  icon="close"
5296
5296
  [iconOnly]="true"
5297
- class="absolute top-1 right-1 shadow-md"
5297
+ class="absolute top-0.5 right-0.5 shadow-md"
5298
5298
  [disabled]="_disabled()"
5299
5299
  (click)="_removeItem(item); $event.stopPropagation()">
5300
5300
  </button>
@@ -5400,10 +5400,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
5400
5400
  variant="solid"
5401
5401
  color="red"
5402
5402
  shape="circle"
5403
- size="xs"
5403
+ size="xxs"
5404
5404
  icon="close"
5405
5405
  [iconOnly]="true"
5406
- class="absolute top-1 right-1 shadow-md"
5406
+ class="absolute top-0.5 right-0.5 shadow-md"
5407
5407
  [disabled]="_disabled()"
5408
5408
  (click)="_removeItem(item); $event.stopPropagation()">
5409
5409
  </button>