Fix/SW-1145 occupancy room api change
* fix(SW-1145): change occupancy to min and max
* fix(SW-1145): small edit
* fix(SW-1145): refactor to transform total room occupancy
* fix(SW-1145): remove space
* fix(SW-1145): small fix
* fix(SW-1145): change to max for readability
Approved-by: Erik Tiekstra
Approved-by: Linus Flood
Feat/SW-1169 map bedtype icons
* feat(SW-1169): Added bed icons
* fix(SW-1169): update fill rule property
* fix(SW-1169): update clip rule prop
* feat(SW-1169): Added way of rendering bed type icons with extra beds
* feat(SW-1169): update room schema to map mainBed to enum
* feat(SW-1169): update bedtype icon color
* feat(SW-1169): transform unknown bed types to BedTypeEnum.Other
* test: update mock data with new schema
Approved-by: Christel Westerberg
Feat/SW-822 handle breakfast included
* feat(SW-822): Added flag for breakfast included and hide breakfast step if included
* fix: check if window is defined to avoid error during SSR
* fix: remove return if rate definition is not found because its expected if input is undefined
Approved-by: Christel Westerberg
Approved-by: Arvid Norlin
Feat/SW-619 signup non happy
* feat(SW-619): Added tests for Date input
* feat(SW-619): Updated date input to not allow date below 18 years old, also added form validation and tests to cover this change
* fix
* feat(SW-619): add info banner if membership verification fails
* fix(SW-619): update test description
Approved-by: Christel Westerberg
Approved-by: Arvid Norlin
fix(SW-1330): add space and fix touchable tooltip for ipad
* fix(SW-1330): add space and fix touchable tooltip for ipad
Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin
fix(SW-1329)(SW-1122): remove min-height and set default height of price card to minimum of price cards
* fix(SW-1329)(SW-1122): remove min-height and set default height of price card to minimum of price cards
Approved-by: Niclas Edenvin
Feat/SW-1023 bed type information
* feat(SW-1023): add bed type info
* fix: formatting of bed type string
* fix(SW-1023): refactored bed type info and added default value to children beds
* fix(SW-1023): fixes from PR
Approved-by: Christel Westerberg
Approved-by: Simon.Emanuelsson
fix(SW-1122): fix equal breakfast text height for non availability cards
* fix(SW-1122): fix equal breakfast text height for non availability cards
Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin
fix(SW-1119): remove approx currency if same and synchronize price option height
* fix(SW-1119): remove approx currency if same and synchronize price option height
* fix(SW-1119): use debounce and observer for performance
* fix(SW-1119): export selector variable to utils
Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin