feat(SW-391): Added sidepeek functionality to teasercard
This commit is contained in:
committed by
Pontus Dreij
parent
194ca601b5
commit
9ba5795718
@@ -21,7 +21,7 @@ import {
|
||||
ChevronRightIcon,
|
||||
ChevronRightSmallIcon,
|
||||
CloseIcon,
|
||||
CloseLarge,
|
||||
CloseLargeIcon,
|
||||
CoffeeIcon,
|
||||
ConciergeIcon,
|
||||
CrossCircle,
|
||||
@@ -104,7 +104,7 @@ export function getIconByIconName(icon?: IconName): FC<IconProps> | null {
|
||||
case IconName.Close:
|
||||
return CloseIcon
|
||||
case IconName.CloseLarge:
|
||||
return CloseLarge
|
||||
return CloseLargeIcon
|
||||
case IconName.Coffee:
|
||||
return CoffeeIcon
|
||||
case IconName.Concierge:
|
||||
|
||||
@@ -16,7 +16,7 @@ export { default as ChevronLeftIcon } from "./ChevronLeft"
|
||||
export { default as ChevronRightIcon } from "./ChevronRight"
|
||||
export { default as ChevronRightSmallIcon } from "./ChevronRightSmall"
|
||||
export { default as CloseIcon } from "./Close"
|
||||
export { default as CloseLarge } from "./CloseLarge"
|
||||
export { default as CloseLargeIcon } from "./CloseLarge"
|
||||
export { default as CoffeeIcon } from "./Coffee"
|
||||
export { default as ConciergeIcon } from "./Concierge"
|
||||
export { default as CreditCard } from "./CreditCard"
|
||||
|
||||
Reference in New Issue
Block a user