Merged in feat/sw-587-sidepeek-for-room (pull request #767)
Create the sidepeek for a specific roomtype. This also changes the lightbox to use react-aria instead of radix-ui, so we use the same for the lightbox and the sidepeek. Works better together! Approved-by: Bianca Widstam
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export { default as AcIcon } from "./Ac"
|
||||
export { default as AccesoriesIcon } from "./Accesories"
|
||||
export { default as AccessibilityIcon } from "./Accessibility"
|
||||
export { default as AccountCircleIcon } from "./AccountCircle"
|
||||
@@ -5,18 +6,22 @@ export { default as AirIcon } from "./Air"
|
||||
export { default as AirplaneIcon } from "./Airplane"
|
||||
export { default as ArrowRightIcon } from "./ArrowRight"
|
||||
export { default as BarIcon } from "./Bar"
|
||||
export { default as BathtubIcon } from "./Bathtub"
|
||||
export { default as BedDoubleIcon } from "./BedDouble"
|
||||
export { default as BikingIcon } from "./Biking"
|
||||
export { default as BreakfastIcon } from "./Breakfast"
|
||||
export { default as BusinessIcon } from "./Business"
|
||||
export { default as CalendarIcon } from "./Calendar"
|
||||
export { default as CameraIcon } from "./Camera"
|
||||
export { default as CellphoneIcon } from "./Cellphone"
|
||||
export { default as ChairIcon } from "./Chair"
|
||||
export { default as CheckIcon } from "./Check"
|
||||
export { default as CheckCircleIcon } from "./CheckCircle"
|
||||
export { default as ChevronDownIcon } from "./ChevronDown"
|
||||
export { default as ChevronLeftIcon } from "./ChevronLeft"
|
||||
export { default as ChevronRightIcon } from "./ChevronRight"
|
||||
export { default as ChevronRightSmallIcon } from "./ChevronRightSmall"
|
||||
export { default as CityIcon } from "./City"
|
||||
export { default as CloseIcon } from "./Close"
|
||||
export { default as CloseLargeIcon } from "./CloseLarge"
|
||||
export { default as CoffeeAltIcon } from "./CoffeeAlt"
|
||||
@@ -27,6 +32,7 @@ export { default as CreditCard } from "./CreditCard"
|
||||
export { default as CrossCircle } from "./CrossCircle"
|
||||
export { default as CulturalIcon } from "./Cultural"
|
||||
export { default as DeleteIcon } from "./Delete"
|
||||
export { default as DeskIcon } from "./Desk"
|
||||
export { default as DoorOpenIcon } from "./DoorOpen"
|
||||
export { default as DownloadIcon } from "./Download"
|
||||
export { default as DresserIcon } from "./Dresser"
|
||||
@@ -46,6 +52,8 @@ export { default as GiftIcon } from "./Gift"
|
||||
export { default as GlobeIcon } from "./Globe"
|
||||
export { default as GolfIcon } from "./Golf"
|
||||
export { default as GroceriesIcon } from "./Groceries"
|
||||
export { default as HairdryerIcon } from "./Hairdryer"
|
||||
export { default as HandSoapIcon } from "./HandSoap"
|
||||
export { default as HangerIcon } from "./Hanger"
|
||||
export { default as HangerAltIcon } from "./HangerAlt"
|
||||
export { default as HeartIcon } from "./Heart"
|
||||
@@ -53,6 +61,8 @@ export { default as HeatIcon } from "./Heat"
|
||||
export { default as HouseIcon } from "./House"
|
||||
export { default as ImageIcon } from "./Image"
|
||||
export { default as InfoCircleIcon } from "./InfoCircle"
|
||||
export { default as InstagramIcon } from "./Instagram"
|
||||
export { default as IronIcon } from "./Iron"
|
||||
export { default as KayakingIcon } from "./Kayaking"
|
||||
export { default as KettleIcon } from "./Kettle"
|
||||
export { default as KingBedIcon } from "./KingBed"
|
||||
@@ -63,6 +73,7 @@ export { default as LocationIcon } from "./Location"
|
||||
export { default as LockIcon } from "./Lock"
|
||||
export { default as MapIcon } from "./Map"
|
||||
export { default as MinusIcon } from "./Minus"
|
||||
export { default as MirrorIcon } from "./Mirror"
|
||||
export { default as MuseumIcon } from "./Museum"
|
||||
export { default as NatureIcon } from "./Nature"
|
||||
export { default as NightlifeIcon } from "./Nightlife"
|
||||
@@ -80,11 +91,13 @@ export { default as PriceTagIcon } from "./PriceTag"
|
||||
export { default as PrinterIcon } from "./Printer"
|
||||
export { default as RestaurantIcon } from "./Restaurant"
|
||||
export { default as RoomServiceIcon } from "./RoomService"
|
||||
export { default as SafetyBoxIcon } from "./SafetyBox"
|
||||
export { default as SaunaIcon } from "./Sauna"
|
||||
export { default as ScandicLogoIcon } from "./ScandicLogo"
|
||||
export { default as SearchIcon } from "./Search"
|
||||
export { default as ServiceIcon } from "./Service"
|
||||
export { default as ShoppingIcon } from "./Shopping"
|
||||
export { default as ShowerIcon } from "./Shower"
|
||||
export { default as SkateboardingIcon } from "./Skateboarding"
|
||||
export { default as SmokingIcon } from "./Smoking"
|
||||
export { default as SnowflakeIcon } from "./Snowflake"
|
||||
@@ -99,3 +112,8 @@ export { default as TshirtWashIcon } from "./TshirtWash"
|
||||
export { default as TvCastingIcon } from "./TvCasting"
|
||||
export { default as WarningTriangle } from "./WarningTriangle"
|
||||
export { default as WifiIcon } from "./Wifi"
|
||||
export { default as WindowCurtainsAltIcon } from "./WindowCurtainsAlt"
|
||||
export { default as WindowNotAvailableIcon } from "./WindowNotAvailable"
|
||||
export { default as WineBarIcon } from "./WineBar"
|
||||
export { default as WoodFloorIcon } from "./WoodFloor"
|
||||
export { default as YardIcon } from "./Yard"
|
||||
|
||||
Reference in New Issue
Block a user