feat(SW-391): Added sidepeek functionality to teasercard

This commit is contained in:
Erik Tiekstra
2024-10-10 08:13:50 +02:00
committed by Pontus Dreij
parent 194ca601b5
commit 9ba5795718
21 changed files with 311 additions and 69 deletions

View File

@@ -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:

View File

@@ -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"