Fix/BOOK-323 enter details scroll error
* fix(BOOK-323): scroll to invalid element on submit on enter details
* fix(BOOK-323): update error message design
* fix(BOOK-323): clean up
* fix(BOOK-323): scroll to fields in room in right order
* fix(BOOK-323): add id to translations
* fix(BOOK-323): remove undefined
* fix(BOOK-323): fix submitting state
* fix(BOOK-323): use ref in multiroom for scrolling to right element, add membershipNo
* fix(BOOK-323): fix invalid border country
* fix(BOOK-323): use error message component
* fix(BOOK-323): fix invalid focused styling on mobile
* fix(BOOK-323): remove redundant dependency in callback
Approved-by: Erik Tiekstra
feat(SW-3514): Add variant of join friends card with membership id input
* Move membershipId input in enter details to join card
Add booking flow feature flag to move membershipId into join card and hide login button.
Currently only applies to first room.
* Add sas join card to multiroom
Approved-by: Hrishikesh Vaipurkar
feat(SW-3526): Show EB points rate and label in booking flow
* feat(SW-3526): Show EB points rate and label in booking flow
* feat(SW-3526) Optimized points currency code
* feat(SW-3526) Removed extra multiplication for token expiry after rebase
* feat(SW-3526): Updated to exhaustive check and thow if type error
Approved-by: Anton Gunnarsson
fix(BOOK-377): clear date and guest data after confirmed booking
* fix(BOOK-377): clear date and guest data after confirmed booking
Approved-by: Erik Tiekstra
* feat(SW-3516): Include partnerLoyaltyNumber on bookings
- Added user context to BookingFlowProviders for user state management.
- Updated booking input and output schemas to accommodate new user data.
- Refactored booking mutation logic to include user-related information.
- Improved type definitions for better TypeScript support across booking components.
Approved-by: Anton Gunnarsson
feat(BOOK-131): add no availability tracking
* feat(BOOK-131): add no availability tracking
* feat(BOOK-131): add no availability tracking
* feat(BOOK-131): extract noAvailability function
* feat(BOOK-131): fix every render problem
* feat(BOOK-131): noavailability handle return in function
Approved-by: Erik Tiekstra
Approved-by: Joakim Jäderberg
feat(BOOK-377): keep dates and rooms & guest in session storage
* feat(BOOK-377): keep dates and rooms & guest in session storage
* feat(BOOK-377): extract to hook and reuse
Approved-by: Erik Tiekstra
fix(BOOK-130): update booking code filtering on map view and filter and sort modal
* fix(BOOK-130): update booking code filtering on map view and filter and sort modal
* fix(BOOK-130): change name of filteredIds
* fix(BOOK-130): add initial value reduce
Approved-by: Joakim Jäderberg
Approved-by: Anton Gunnarsson
fix: (SW-3495): Update booking-flow links in partner-sas
* Update links to scandic web in booking-flow
* Fix routeToScandicWeb util function
Approved-by: Hrishikesh Vaipurkar
fix(BOOK-121): clear join only if membership number is valid and calculate correct member price
* fix(BOOK-121): clear join only if membership number is valid and calculate correct member price
Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
fix(SW-3484): remove breakfast message in the booking code chip for campaign
* fix(SW-3484): remove breakfast message in the booking code chip for campaign
Approved-by: Matilda Landström
fix(SW-3481): highlight pin and min width to 900 to avoid duplicate hotelcards
* fix(SW-3481): highlight pin and min width to 900 to avoid duplicate hotelcards
Approved-by: Matilda Landström
SW-3467 Copy static files via build scripts
* add file copy script and add all fonts to design-system
* add file copy script and add all fonts to design-system
* add file copy script and add all fonts to design-system
* remove fonts that will be copied via build scripts
* wip
* update paths to shared files
* update material-symbol script
* merge
* fix missing shared segment for path in fonts.css
Approved-by: Linus Flood