Merged in feat/SW-2398-ui-update-for-booking-codes (pull request #1862)
feat: SW-2398 UI updates booking codes * feat: SW-2398 UI updates booking codes * feat: SW-2398 Rate cards UI changes * feat: SW-2398 Optimized css with vars and chip code * feat: SW-2398 Optimized code as review comments * feat: SW-2398 Optimized code * feat: SW-2398 Optimized code and mobile UX * feat: SW-2398 Optimized code * feat: SW-2398 Fixed UI * feat: SW-2398 Updated animation Approved-by: Erik Tiekstra
This commit is contained in:
@@ -29,6 +29,7 @@ type ImageSizes = z.infer<typeof imageSchema>["imageSizes"]
|
||||
type ImageMetaData = z.infer<typeof imageSchema>["metaData"]
|
||||
|
||||
export type HotelPin = {
|
||||
bookingCode?: string | null
|
||||
name: string
|
||||
coordinates: Coordinates
|
||||
publicPrice: number | null
|
||||
|
||||
@@ -2,7 +2,9 @@ import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type NoAvailabilityAlertProp = {
|
||||
hotelsLength: number
|
||||
bookingCode?: string
|
||||
isAllUnavailable: boolean
|
||||
isAlternative?: boolean
|
||||
isBookingCodeRateNotAvailable?: boolean
|
||||
operaId: Hotel["operaId"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
export enum BookingCodeFilterEnum {
|
||||
Discounted = "Discounted",
|
||||
Regular = "Regular",
|
||||
All = "All",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user