codexly-ui 0.10.73 → 0.10.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.
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -14699,14 +14699,14 @@ class ClxWishlistComponent {
|
|
|
14699
14699
|
onBrowseCatalog = output();
|
|
14700
14700
|
_skeletonItems = Array.from({ length: 6 });
|
|
14701
14701
|
_cardClass = 'bg-clx-surface rounded-2xl shadow-sm transition-[box-shadow,transform] duration-200 overflow-hidden group hover:shadow-md hover:-translate-y-0.5 flex flex-col sm:flex-row';
|
|
14702
|
-
_imageContainerClass = 'relative shrink-0 w-full aspect-square sm:aspect-auto sm:w-40 overflow-hidden rounded-t-2xl sm:rounded-t-none sm:rounded-l-2xl';
|
|
14702
|
+
_imageContainerClass = 'relative shrink-0 w-full p-2.5 aspect-square sm:aspect-auto sm:w-40 overflow-hidden rounded-t-2xl sm:rounded-t-none sm:rounded-l-2xl';
|
|
14703
14703
|
_imageClass = 'w-full h-full object-cover transition-transform duration-500 group-hover:scale-105';
|
|
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();
|