@club-employes/utopia 4.398.0 → 4.400.0

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.
@@ -53,6 +53,10 @@ export interface CartConfirmationProps {
53
53
  loading?: boolean;
54
54
  /** Section heading, e.g. "Récapitulatif de commande". */
55
55
  title?: string;
56
+ /** Label for the order number, ie: "Order n° 1234". */
57
+ orderNumber?: string;
58
+ /** Label for the order date, ie: "ordered on 22/02/1989". */
59
+ orderDate?: string;
56
60
  /** Product rows. Rendered read-only (no stepper, no delete) by CartConfirmation. */
57
61
  products?: ProductRecapProps[];
58
62
  /** Delivery & billing address block. */