{"version":3,"file":"alternativeProductPod.ad659378ce2dd0a61b47.js","sources":["webpack:///./Source/FECOM.Web.UI/Scripts/apps/product/components/PriceBreaks.tsx","webpack:///./Source/FECOM.Web.UI/Scripts/components/AlternativeProductPod.tsx"],"sourcesContent":["import { ReactElement } from 'react';\r\nimport {\r\n PriceBreak,\r\n TransactionalCurrency,\r\n Website\r\n} from '../../../types/generated';\r\nimport formatCurrency from '../../../utilities/formatCurrency';\r\n\r\ninterface PriceBreaksProps {\r\n priceBreaks: PriceBreak[] | null;\r\n transactionalCurrency: TransactionalCurrency;\r\n website: Website;\r\n showSecondaryPrice: boolean;\r\n updateQuantity: (value: number) => void;\r\n}\r\n\r\nexport default function PriceBreaks({\r\n priceBreaks,\r\n transactionalCurrency,\r\n showSecondaryPrice,\r\n updateQuantity\r\n}: PriceBreaksProps): ReactElement {\r\n function formatPriceBreakPrices(priceBreak: PriceBreak) {\r\n return (\r\n <>\r\n