Merged in feat/sw-3241-move-readme-to-booking-flow (pull request #2660)

feat(SW-3241): Move ReadMe to booking-flow and rename to OpenSidePeekButton

* Move ReadMe to booking-flow

* Rename ReadMore to OpenSidePeekButton

* Fix self-referencing import


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-08-19 07:20:44 +00:00
committed by Joakim Jäderberg
parent 67a7a0d571
commit deaba8b5c4
10 changed files with 38 additions and 21 deletions

View File

@@ -8,6 +8,12 @@ export type TrackingFunctions = {
searchType: "hotel" | "destination"
) => void
trackAccordionItemOpen: (option: string) => void
trackOpenSidePeek: (input: {
name: string | null
hotelId: string
includePathname?: boolean
roomTypeCode?: string | null
}) => void
}
export const TrackingContext = createContext<TrackingFunctions | undefined>(