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