@planetaexo/design-system 0.59.1 → 0.59.2
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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5305,6 +5305,7 @@ function BookingPaymentConfirmationEmail({
|
|
|
5305
5305
|
notIncluded: adventure.notIncluded,
|
|
5306
5306
|
lineItems: lineItemsToPass,
|
|
5307
5307
|
subtotal: adventure.subtotal,
|
|
5308
|
+
rooms: adventure.rooms,
|
|
5308
5309
|
labels: {
|
|
5309
5310
|
travellersHeading: l.travellersLabel,
|
|
5310
5311
|
detailsHeading: l.itineraryLabel,
|