fix(SW-1260): allow unrecognized hotel facilities
* fix(SW-1260): allow unrecognized hotel facilities
Before this we only allowed hotel facilities that we know about (ID:s in
an enum). Now we instead allow everything, but filter away the ones we
don't know about.
Approved-by: Christel Westerberg
Feat/SW-1007 saved payment cards now shown based on supported cards by hotel
* fix(SW-1007): refactored savedCards to only show supported payment cards
* fix(SW-1007): show error message even if metadata is null
* fix: merge changes that were missed
* fix: remove use server
Approved-by: Christel Westerberg
Feat/SW-755 price change non happy
* fix(SW-755): dont show field error if checkbox has no children
* feat(SW-755): Price change route + dialog WIP
* fix(SW-755): minor refactoring
* fix(SW-755): added logging to price change route
* fix(SW-755): remove redundant search param logic
* fix(SW-755): moved enum cast to zod instead
* fix(SW-755): move prop type to types folder
* fix(SW-755): Added suspense to Payment and refactored payment options hook
* fix(SW-755): seperated terms and conditions copy from the checkbox label
* fix(SW-755): add currency format and fixed wrong translation
* fix(SW-755): change from undefined to null
* fix(SW-755): added extra type safety to payment options
Approved-by: Christian Andolf
Approved-by: Simon.Emanuelsson
Fix/remove filter to show all hotels
* fix: remove filter to show all hotels on select-hotel-page
* fix: add missing translations
Approved-by: Pontus Dreij
feat(SW-763): update to smallerImages for select-hotel/rate page and slice size depending on signature
* feat(SW-763): update to smallerImages for select- hotel/rate page and slice size depending on signature
* fix(SW-763): add hotelType enum
* feat(SW-763): move hotel type check to the route for the hotelData
* fix(SW-763): remove unused import
* fix(SW-763): fix comment
* fix(SW-763): add optional galleryImages check
Approved-by: Christian Andolf
Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin
Feat/SW-673 galleryicon hotel lightbox
* feat(SW-673): add galleryChip to trigger lightbox
* feat(SW-673): add updated design galleryIcon
* feat(SW-673): add first image from hotelContent and heroImages
* feat(SW-673): fix import type
* feat(SW-673): fix css variables
* feat(SW-673): change component to include image that trigger lightbox
* feat(SW-673): refactor name to imageGallery
Approved-by: Niclas Edenvin