codexly-ui 0.10.16 → 0.10.17

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.17",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2940,6 +2940,9 @@ interface ClxReview {
2940
2940
  interface ClxProductDetailData {
2941
2941
  product_id: string;
2942
2942
  product_name: string;
2943
+ /** Short marketing blurb shown right under the title (e.g. "Free shipping on orders $35+…") —
2944
+ * distinct from the long "Descripción" tab body. */
2945
+ product_detail?: string;
2943
2946
  trademark: string;
2944
2947
  product_sale_price: number;
2945
2948
  discount_price?: number;