@ticketboothapp/booking 1.2.43 → 1.2.44
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
|
@@ -35,4 +35,6 @@ export const PARTNER_EMBEDDED_BOOKING_FLOW_UI_BASE: BookingFlowUiOptions = {
|
|
|
35
35
|
showTourDescription: false,
|
|
36
36
|
autoSelectFirstAvailableDate: true,
|
|
37
37
|
autoSelectFirstHighlightedPickup: true,
|
|
38
|
+
// TicketBooth dashboard has sticky header/tabs; keep sticky itinerary visibly below.
|
|
39
|
+
itineraryStickyTopOffsetPx: 88,
|
|
38
40
|
};
|