codexly-ui 0.10.16 → 0.10.18

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.16",
3
+ "version": "0.10.18",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2907,6 +2907,7 @@ interface ClxVariation {
2907
2907
  sort_order: number;
2908
2908
  images: string[];
2909
2909
  in_stock: boolean;
2910
+ stock_quantity?: number;
2910
2911
  specs: Record<string, string>;
2911
2912
  }
2912
2913
  /** st_product_spec_types + st_product_spec_options — fila de ficha técnica */
@@ -2940,6 +2941,9 @@ interface ClxReview {
2940
2941
  interface ClxProductDetailData {
2941
2942
  product_id: string;
2942
2943
  product_name: string;
2944
+ /** Short marketing blurb shown right under the title (e.g. "Free shipping on orders $35+…") —
2945
+ * distinct from the long "Descripción" tab body. */
2946
+ product_detail?: string;
2943
2947
  trademark: string;
2944
2948
  product_sale_price: number;
2945
2949
  discount_price?: number;