codexly-ui 0.10.72 → 0.10.74
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.
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -14704,9 +14704,9 @@ class ClxWishlistComponent {
|
|
|
14704
14704
|
_contentClass = 'relative flex flex-col gap-2 flex-1 p-3 min-w-0';
|
|
14705
14705
|
_actionsClass = 'mt-auto pt-2 flex flex-col gap-2';
|
|
14706
14706
|
_overlayClass = 'absolute inset-0 bg-white/50 rounded-t-2xl sm:rounded-t-none sm:rounded-l-2xl';
|
|
14707
|
-
_titleClass = 'font-semibold truncate text-
|
|
14707
|
+
_titleClass = 'font-semibold truncate text-sm text-clx-text-label pr-6';
|
|
14708
14708
|
_descClass = 'text-sm line-clamp-2 text-clx-text-muted mt-0.5';
|
|
14709
|
-
_priceClass = 'text-
|
|
14709
|
+
_priceClass = 'text-sm font-bold text-clx-text-label';
|
|
14710
14710
|
_filtered = computed(() => {
|
|
14711
14711
|
const q = this.searchValue().toLowerCase().trim();
|
|
14712
14712
|
const s = this.sortValue();
|
|
@@ -15271,7 +15271,7 @@ class ClxCartComponent {
|
|
|
15271
15271
|
<article class="bg-clx-surface rounded-2xl shadow-sm flex gap-0 overflow-hidden group transition-[box-shadow,transform] duration-200 hover:shadow-md hover:-translate-y-0.5">
|
|
15272
15272
|
|
|
15273
15273
|
<!-- Image — fixed square -->
|
|
15274
|
-
<div class="relative shrink-0 w-28 h-28 p-2.5 lg:w-36 lg:h-36 overflow-hidden
|
|
15274
|
+
<div class="relative shrink-0 w-28 h-28 p-2.5 lg:w-36 lg:h-36 overflow-hidden">
|
|
15275
15275
|
@if (item.main_image) {
|
|
15276
15276
|
<img [src]="item.main_image" [alt]="item.name"
|
|
15277
15277
|
class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" />
|
|
@@ -15552,7 +15552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
15552
15552
|
<article class="bg-clx-surface rounded-2xl shadow-sm flex gap-0 overflow-hidden group transition-[box-shadow,transform] duration-200 hover:shadow-md hover:-translate-y-0.5">
|
|
15553
15553
|
|
|
15554
15554
|
<!-- Image — fixed square -->
|
|
15555
|
-
<div class="relative shrink-0 w-28 h-28 p-2.5 lg:w-36 lg:h-36 overflow-hidden
|
|
15555
|
+
<div class="relative shrink-0 w-28 h-28 p-2.5 lg:w-36 lg:h-36 overflow-hidden">
|
|
15556
15556
|
@if (item.main_image) {
|
|
15557
15557
|
<img [src]="item.main_image" [alt]="item.name"
|
|
15558
15558
|
class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" />
|