Merge remote-tracking branch 'origin' into feature/tracking

This commit is contained in:
Linus Flood
2024-12-13 09:02:37 +01:00
329 changed files with 4494 additions and 1910 deletions

View File

@@ -17,12 +17,10 @@
@media screen and (min-width: 1367px) {
.container {
width: var(--max-width-page);
grid-template-columns: 1fr 340px;
grid-template-rows: auto 1fr;
width: var(--max-width-page);
margin: var(--Spacing-x5) auto 0;
/* simulates padding on viewport smaller than --max-width-navigation */
}
.content {

View File

@@ -35,12 +35,11 @@ import EnterDetailsTracking from "./enterDetailsTracking"
import styles from "./page.module.css"
import { ChildBedMapEnum } from "@/types/components/bookingWidget/enums"
import { SelectRateSearchParams } from "@/types/components/hotelReservation/selectRate/selectRate"
import {
import type { SelectRateSearchParams } from "@/types/components/hotelReservation/selectRate/selectRate"
import type {
TrackingChannelEnum,
TrackingSDKHotelInfo,
TrackingSDKPageData,
} from "@/types/components/tracking"
TrackingSDKPageData} from "@/types/components/tracking";
import { StepEnum } from "@/types/enums/step"
import type { LangParams, PageArgs } from "@/types/params"