feat(SW-2038): refactor and create wrapper for static map and button
* feat(SW-2038): refactor and create wrapper for static map and button
* feature: use button from design-system over creating a new one
* remove unused fragment
* fix(SW-2038): add removed css
* fix(SW-2038): update fake button component
* fix(SW-2038): move FakeButton to design system
Approved-by: Erik Tiekstra
Approved-by: Joakim Jäderberg
Feature/SW-3327 move hotel info card to design system
* wip
* wip
* wip
* wip moving hotelinfocard
* add controls for HotelInfoCard in storybook
* merge
Approved-by: Anton Gunnarsson
fix(SW-3325): show alert in hotel card mobile and left align text
* fix(SW-3325): show alert in hotel card mobile and left align text
Approved-by: Joakim Jäderberg
SW-3317 move toast to design system
* chore: Move toast to design-system and add interaction tests
* Move toast to design-system and add storybook tests
* Merge branch 'master' of bitbucket.org:scandic-swap/web into SW-3317-move-toast-to-design-system
* merge
* move sonner dependency to @scandic-hotels/design-system
Approved-by: Anton Gunnarsson
chore(SW-3298): Moved SidePeekSelfControlled to design system
* chore(SW-3298): Moved SidePeekSelfControlled to design system
Approved-by: Anton Gunnarsson
fix(SW-3283): add booking code when selecting rate and reset state when removing booking code
* fix(SW-3283): add booking code when selecting rate and reset state when removing booking code
* feat: add removeBookingCode action to SelectRateContext
* fix(SW-3283): add booking code when selecting rate and reset state when removing booking code
* fix(SW-3283): merge
Approved-by: Joakim Jäderberg
chore(SW-3246): Moved Alert component into design system
* chore(SW-3246): Moved Alert component into design system
* chore(SW-3246): Optimsed code and imports
* chore(SW-3246): Moved type AlertTypeEnum and other to common package
Approved-by: Anton Gunnarsson
fix(SW-3303): campaign rate should have ratedefinition title
* fix(SW-3303): campaign rate should have ratedefinition title
Approved-by: Matilda Landström
fix(SW-3289): add cta to sidepeek hotel
* fix(SW-3289): add cta to sidepeek hotel
* fix(SW-3289): add cta hotel card
Approved-by: Joakim Jäderberg
Approved-by: Matilda Landström
SW-3270 move interactive map to design system or booking flow
* wip
* wip
* merge
* wip
* add support for locales in design-system
* add story for HotelCard
* setup alias
* .
* remove tracking from design-system for hotelcard
* pass isUserLoggedIn
* export design-system-new-deprecated.css from design-system
* Add HotelMarkerByType to Storybook
* Add interactive map to Storybook
* fix reactintl in vitest
* rename env variables
* .
* fix background colors
* add storybook stories for <Link />
* merge
* fix tracking for when clicking 'See rooms' in InteractiveMap
* Merge branch 'master' of bitbucket.org:scandic-swap/web into SW-3270-move-interactive-map-to-design-system-or-booking-flow
* remove deprecated comment
Approved-by: Anton Gunnarsson
fix(SW-2786): Added sizes auto to load images of appropriate size instead of largest
* fix(SW-2786): Added sizes auto to load images of appropriate size instead of largest
* fix(SW-2786): Updated to specific size as auto value is not yet supported by major browsers
* fix(SW-2786): Updated to height as min-height doesn't work for child having 100% correctly
Approved-by: Bianca Widstam
fix(SW-3299): hotel alerts now visible if booking dates starts/ends before the alert period
* fix(SW-3299): hotel alerts now visible if booking dates starts/ends before the alert period
Approved-by: Bianca Widstam
Approved-by: Hrishikesh Vaipurkar
fix(SW-2846): Updated Bed Option to hide size when custom occupancy type
* fix(SW-2846): Updated Bed Option to hide size when custom occupancy type
Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
fix(SW-2366): Fixed hotel alerts in booking page as per design
* fix(SW-2366): Fixed hotel alerts in booking page as per design
* fix(SW-2366): Optimise code
Approved-by: Erik Tiekstra
feat(mystay):SW-2967 - allow access if booking.guest == logged in user
* feat(mystay):SW-2967 - allow access if booking.guest == logged in user
* Fixed failing tests
Approved-by: Hrishikesh Vaipurkar
fix(SW-2485): add name and address to hotel directions
* fix(SW-2485): add name and address to hotel directions
* fix(SW-2485): use name and address instead of coordinates
Approved-by: Matilda Landström
Feature/select rate vertical data flow
* add fix from SW-2666
* use translations for room packages
* move types to it's own file
* Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/select-rate-vertical-data-flow
* merge
* feature/select-rate: double rate for campaing rates
* revert NODE_ENV check in Cookiebot script
* revert testing values
* fix(SW-3171): fix all filter selected in price details
* fix(SW-3166): multiroom anchoring when changing filter
* fix(SW-3172): check hotelType, show correct breakfast message
* Merge branch 'feature/select-rate-vertical-data-flow' of bitbucket.org:scandic-swap/web into feature/select-rate-vertical-data-flow
* fix: show special needs icons for subsequent roomTypes SW-3167
* fix: Display strike through text when logged in SW-3168
* fix: Reinstate the scrollToView behaviour when selecting a rate SW-3169
* merge
* .
* PR fixes
* fix: don't return notFound()
* .
* always include defaults for room packages
* merge
* merge
* merge
* Remove floating h1 for new select-rate
Approved-by: Anton Gunnarsson
fix(SW-3146): reset expanded state on hotel change
* fix(SW-3146): reset expanded state on hotel change
Approved-by: Anton Gunnarsson
Approved-by: Matilda Landström
feat(SW-3225): Move ParkingInformation to design-system
* Inline ParkingInformation types to remove trpc dependency
* Move ParkingInformation to design-system
* Move numberFormatting to common package
* Add deps to external
* Fix imports and i18n script
* Add common as dependency
* Merge branch 'master' into feat/sw-3225-move-parking-information-to-booking-flow
Approved-by: Linus Flood
feat: SW-2643 Tracking added mobile and email hash in booking cofirmation
* feat: SW-2643 Tracking added mobile and email hash in booking cofirmation
Approved-by: Matilda Landström
fix(SW-3198): show strikethrough price only if price is higher than regular price
* fix(SW-3198): show strikethrough price only if price is higher than regular price
* fix(SW-3198): reverse logic
Approved-by: Hrishikesh Vaipurkar
feat(SW-3224): Move bookingcode filter to the booking-flow package
* feat(SW-3224): Moved bookingcode filter to the booking-flow package
Approved-by: Anton Gunnarsson
fix(SW-2368): change ui for modify button until chip component created
* fix(SW-2368): change ui for modify button until chip component created
Approved-by: Matilda Landström
fix(SW-3194): crossvalidation for multiroom enter details
* fix(SW-3194): crossvalidation for multiroom enter details
* fix(SW-3194): use getValues
Approved-by: Hrishikesh Vaipurkar
fix(SW-2523): filter scrollable for desktop with small height
* fix(SW-2523): filter scrollable for desktop with small height
Approved-by: Hrishikesh Vaipurkar
fix(SW-2425): filter description should be translated with lokalise
* fix(SW-2425): filter description should be translated with lokalise
Approved-by: Anton Gunnarsson