Fix/bw fixes
* fix(bookingwidget): fixed some mobile issues with the booking widget
* fixed dual scroll and hidden button in mobile guests & rooms picker
* fixed button colors
* fixed mobile search button position
* Remove scroll lock
Fix/book 149 ui fixes
* fixed text-overflow issue in datepicker trigger
* fixed X missing in booking code text field
* fixed toDate not setting properly
* fixed spacing issues and placeholder text not fitting
* added error message to child age if none is added
* spacing fixes
* Revert "map link alignment fix"
This reverts commit d38cc5b007bc05a1d48ce6661b1052fe714961c3.
* fixed EB points padding issue on SAS tablet
* maxWidth on BookingCode/voucher
* spacing fixes
* fixed icons in error message
* spacing fixes
* scroll to child age picker updates
* feat(SW-3706): fix heatmap issue for langswitcher and booking widget
* fixed tablet lineup issue
Approved-by: Linus Flood
Fix/optimizations and cleanup of booking widget
* fix(BOOK-149):fixed issue with datepicker overflowing on months spanning more weeks
* fix(BOOK-149): added smooth scroll to age selector to avoid clipping the selector
* cleanup in trigger and css
* update to new Button componenet to fix missing focus indicator
* included color token in triggerbutton class instead
Approved-by: Bianca Widstam
Approved-by: Erik Tiekstra
Fix/book 149 incorrect onfocus behaviour booking widget
* fix(BOOK-149): fixed labels shifting
* fix(BOOK-149): reintroduced sticky position
* fix(BOOK-149): added missing border to "where" text field
* added overflow to datepicker
* comment fixes
* removed separate typography declaration
* changed to onPress
* fix(BOOK-149): moved components to separate files
* fix(BOOK-149): removed desktop & mobile specific css classes
* fix(BOOK-149): new implementation of date and room modals
* dependencies update
* fix(BOOK-149): fixed child age dropdown issue, related error message, and Rooms & Guests container height
* updated info button to new variant
* fix(BOOK-149): prevent scrolling of background when modals are open in Tablet mode
* fixed overlay issue and added focus indicator on mobile
* fixed missing space in css
* rebase and fixed icon buttons after update
* simplified to use explicit boolean
* PR comments fixes
* more PR comment fixes
* PR comment fixes
* fixed setIsOpen((prev) => !prev)
* fixed issues with room error not showing properly on mobile
* fixing pr comments
* fixed flickering on GuestRoomModal
Approved-by: Erik Tiekstra
* feat(BOOK-293): Adjusted padding of the buttons to match Figma design
* feat(BOOK-293): Updated variants for IconButton
* feat(BOOK-113): Updated focus indicators on buttons and added default focus ring color
* feat(BOOK-293): Replaced buttons inside booking widget
Approved-by: Christel Westerberg
feat(BOOK-522): align items in topmenu, header and booking widget
* feat(BOOK-522): align items in topmenu, header and booking widget
* Delete old css variable and use new
* Fixed underline on icons
Approved-by: Erik Tiekstra