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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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<
|
|
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>;
|