Merged in feat/SW-1169-map-bedtype-icons (pull request #1113)

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
This commit is contained in:
Tobias Johansson
2025-01-08 13:26:56 +00:00
parent 6fabfe2367
commit 1018b3ebcd
22 changed files with 454 additions and 50 deletions

View File

@@ -10,11 +10,20 @@ export { default as ArrowUpIcon } from "./ArrowUp"
export { default as BalconyIcon } from "./Balcony"
export { default as BarIcon } from "./Bar"
export { default as BathtubIcon } from "./Bathtub"
export { default as BedIcon } from "./Bed"
export { default as BedDoubleIcon } from "./BedDouble"
export { default as BedHotelIcon } from "./BedHotel"
export { default as BedroomParentIcon } from "./BedroomParent"
export { default as BedSingleIcon } from "./BedSingle"
export { default as BedIcon } from "./Beds/Bed"
export { default as BedDoubleIcon } from "./Beds/BedDouble"
export { default as BedSingleIcon } from "./Beds/BedSingle"
export { default as ExtraBunkBedIcon } from "./Beds/ExtraBunkBed"
export { default as ExtraPullOutBedIcon } from "./Beds/ExtraPullOutBed"
export { default as ExtraSofaBedIcon } from "./Beds/ExtraSofaBed"
export { default as ExtraWallBedIcon } from "./Beds/ExtraWallBed"
export { default as KingBedIcon } from "./Beds/KingBed"
export { default as KingBedSmallIcon } from "./Beds/KingBedSmall"
export { default as QueenBedIcon } from "./Beds/QueenBed"
export { default as SingleBedIcon } from "./Beds/SingleBed"
export { default as TwinBedsIcon } from "./Beds/TwinBeds"
export { default as BikeIcon } from "./Bike"
export { default as BikingIcon } from "./Biking"
export { default as BreakfastIcon } from "./Breakfast"
@@ -99,8 +108,6 @@ export { default as KayakingIcon } from "./Kayaking"
export { default as KettleIcon } from "./Kettle"
export { default as KidsIcon } from "./Kids"
export { default as KidsMocktailIcon } from "./KidsMocktail"
export { default as KingBedIcon } from "./KingBed"
export { default as KingBedSmallIcon } from "./KingBedSmall"
export { default as LampIcon } from "./Lamp"
export { default as LaptopIcon } from "./Laptop"
export { default as LaundryMachineIcon } from "./LaundryMachine"