feat(SW-340): Added HotelCardDialog component
This commit is contained in:
@@ -5,11 +5,11 @@ import styles from "./hotelCard.module.css"
|
||||
export const hotelCardVariants = cva(styles.card, {
|
||||
variants: {
|
||||
type: {
|
||||
listing: styles.listing,
|
||||
map: styles.map,
|
||||
pageListing: styles.pageListing,
|
||||
mapListing: styles.mapListing,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
type: "listing",
|
||||
type: "pageListing",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user