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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.10.72",
3
+ "version": "0.10.74",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -3131,9 +3131,9 @@ declare class ClxWishlistComponent {
3131
3131
  protected readonly _contentClass = "relative flex flex-col gap-2 flex-1 p-3 min-w-0";
3132
3132
  protected readonly _actionsClass = "mt-auto pt-2 flex flex-col gap-2";
3133
3133
  protected readonly _overlayClass = "absolute inset-0 bg-white/50 rounded-t-2xl sm:rounded-t-none sm:rounded-l-2xl";
3134
- protected readonly _titleClass = "font-semibold truncate text-base text-clx-text-label pr-6";
3134
+ protected readonly _titleClass = "font-semibold truncate text-sm text-clx-text-label pr-6";
3135
3135
  protected readonly _descClass = "text-sm line-clamp-2 text-clx-text-muted mt-0.5";
3136
- protected readonly _priceClass = "text-lg font-bold text-clx-text-label";
3136
+ protected readonly _priceClass = "text-sm font-bold text-clx-text-label";
3137
3137
  protected readonly _filtered: _angular_core.Signal<ClxWishlistItem[]>;
3138
3138
  protected readonly _totalItems: _angular_core.Signal<number>;
3139
3139
  protected readonly _pagedItems: _angular_core.Signal<ClxWishlistItem[]>;