codexly-ui 0.12.21 → 0.12.22

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.12.21",
3
+ "version": "0.12.22",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -3665,9 +3665,11 @@ declare class ClxWishlistComponent {
3665
3665
  * text illegible against a light-tinted background. Undefined leaves clx-button's own
3666
3666
  * automatic resolution untouched. */
3667
3667
  readonly checkoutAllTextColor: _angular_core.InputSignal<ClxColorInput | undefined>;
3668
- /** Text color for each item's own "Añadir al carrito" (variant="solid") — independent of
3669
- * `color`, same rationale as checkoutAllTextColor. */
3670
- readonly addToCartTextColor: _angular_core.InputSignal<ClxColorInput | undefined>;
3668
+ /** Override for each item's own "Añadir al carrito" button (variant="solid") — same naming as
3669
+ * clx-product-detail's actionColor/actionTextColor. Falls back to `color()` when unset. */
3670
+ readonly actionColor: _angular_core.InputSignal<ClxColorInput | undefined>;
3671
+ readonly actionTextColor: _angular_core.InputSignal<ClxColorInput | undefined>;
3672
+ protected readonly _actionColor: _angular_core.Signal<ClxColorInput>;
3671
3673
  /** Product card drop shadow — same ClxCardShadow scale as clx-card ('none' turns it off
3672
3674
  * entirely). Falls back to 'sm', the shadow these cards have always rendered with. */
3673
3675
  readonly shadow: _angular_core.InputSignal<ClxCardShadow | undefined>;
@@ -3717,7 +3719,7 @@ declare class ClxWishlistComponent {
3717
3719
  handleRemove(item: ClxWishlistItem): void;
3718
3720
  handleCheckoutAll(): void;
3719
3721
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxWishlistComponent, never>;
3720
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxWishlistComponent, "clx-wishlist", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "checkoutAllTextColor": { "alias": "checkoutAllTextColor"; "required": false; "isSignal": true; }; "addToCartTextColor": { "alias": "addToCartTextColor"; "required": false; "isSignal": true; }; "shadow": { "alias": "shadow"; "required": false; "isSignal": true; }; "sortOptions": { "alias": "sortOptions"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "sortValue": { "alias": "sortValue"; "required": false; "isSignal": true; }; "searchValue": { "alias": "searchValue"; "required": false; "isSignal": true; }; }, { "currentPage": "currentPageChange"; "pageSize": "pageSizeChange"; "sortValue": "sortValueChange"; "searchValue": "searchValueChange"; "onRemove": "onRemove"; "onAddToCart": "onAddToCart"; "onSearchChange": "onSearchChange"; "onSortChange": "onSortChange"; "onPageChange": "onPageChange"; "onCheckoutAll": "onCheckoutAll"; "onBrowseCatalog": "onBrowseCatalog"; }, never, never, true, never>;
3722
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxWishlistComponent, "clx-wishlist", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "checkoutAllTextColor": { "alias": "checkoutAllTextColor"; "required": false; "isSignal": true; }; "actionColor": { "alias": "actionColor"; "required": false; "isSignal": true; }; "actionTextColor": { "alias": "actionTextColor"; "required": false; "isSignal": true; }; "shadow": { "alias": "shadow"; "required": false; "isSignal": true; }; "sortOptions": { "alias": "sortOptions"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "sortValue": { "alias": "sortValue"; "required": false; "isSignal": true; }; "searchValue": { "alias": "searchValue"; "required": false; "isSignal": true; }; }, { "currentPage": "currentPageChange"; "pageSize": "pageSizeChange"; "sortValue": "sortValueChange"; "searchValue": "searchValueChange"; "onRemove": "onRemove"; "onAddToCart": "onAddToCart"; "onSearchChange": "onSearchChange"; "onSortChange": "onSortChange"; "onPageChange": "onPageChange"; "onCheckoutAll": "onCheckoutAll"; "onBrowseCatalog": "onBrowseCatalog"; }, never, never, true, never>;
3721
3723
  }
3722
3724
 
3723
3725
  /** Refleja sa_cart_items + ca_variants + ca_products */