codexly-ui 0.10.7 → 0.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2863,7 +2863,7 @@ declare class ClxProductComponent {
2863
2863
  protected readonly _skeletonH: _angular_core.Signal<"160px" | "200px">;
2864
2864
  protected readonly _cardClass: _angular_core.Signal<string>;
2865
2865
  protected readonly _imageContainerClass: _angular_core.Signal<string>;
2866
- protected readonly _imageClass: _angular_core.Signal<"w-full h-full object-contain p-6 transition-transform duration-500 group-hover:scale-105" | "w-full h-full object-cover transition-transform duration-500 group-hover:scale-105">;
2866
+ protected readonly _imageClass: _angular_core.Signal<string>;
2867
2867
  protected readonly _contentClass: _angular_core.Signal<string>;
2868
2868
  protected readonly _actionsClass: _angular_core.Signal<"flex flex-col sm:flex-row items-stretch sm:items-center gap-2 mt-3" | "flex items-center gap-2 mt-3">;
2869
2869
  protected readonly _overlayClass: _angular_core.Signal<string>;