feat(SW-1712): Added a FilterIcon component where the identifier is matched to a specific icon
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
export const CardGalleryFilterEnum = {
|
||||
offers: "offers",
|
||||
popular_destinations: "popular_destinations",
|
||||
popular_hotels: "popular_hotels",
|
||||
popular_cities: "popular_cities",
|
||||
spa_wellness: "spa_wellness",
|
||||
} as const
|
||||
|
||||
export type CardGalleryFilter =
|
||||
(typeof CardGalleryFilterEnum)[keyof typeof CardGalleryFilterEnum]
|
||||
@@ -1,10 +0,0 @@
|
||||
export const CarouselCardFilterEnum = {
|
||||
offers: "offers",
|
||||
popular_destinations: "popular_destinations",
|
||||
popular_hotels: "popular_hotels",
|
||||
popular_cities: "popular_cities",
|
||||
spa_wellness: "spa_wellness",
|
||||
} as const
|
||||
|
||||
export type CarouselCardFilter =
|
||||
(typeof CarouselCardFilterEnum)[keyof typeof CarouselCardFilterEnum]
|
||||
Reference in New Issue
Block a user