{"version":3,"file":"static/chunks/8605.ddb31ae409cfcca5.js","mappings":"iKAoBAA,CAAAA,EAAA,QAX8B,IAC5B,IAAMC,EAAYC,CAAAA,EAAAA,EAAAA,UAAAA,EAAWC,EAAAA,CAAgBA,EAO7C,MAFAC,CAAAA,EAAAA,EAAAA,EAAAA,EAAUC,GAEH,GAAAC,EAAAC,GAAA,EAACC,EAAAA,CAAuBA,CAAAA,CAAE,GAAGH,CAAK,CAAEI,mCALA,IACzCR,EAAUQ,kCAAkC,CAACC,EAC/C,GAIF","sources":["webpack://_N_E/./src/components/RelatedContentGallery/RelatedContentGallery.tsx"],"sourcesContent":["import RelatedContentGalleryUI, {\n Props as UIProps,\n} from '@interflora/ui-components/build/components/RelatedContentGallery/RelatedContentGallery'\nimport React, { useContext } from 'react'\nimport AnalyticsContext from 'context/AnalyticsContext'\nimport { useLoaded } from '@interflora/ui-components'\n\ntype Props = UIProps\n\nconst RelatedContentGallery = (props: Props) => {\n const analytics = useContext(AnalyticsContext)\n\n const sendRelatedContentGalleryAnalytics = (linkText: string) => {\n analytics.sendRelatedContentGalleryAnalytics(linkText)\n }\n useLoaded(props)\n\n return \n}\n\nexport default RelatedContentGallery\n"],"names":["__webpack_exports__","analytics","useContext","AnalyticsContext","useLoaded","props","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsx","RelatedContentGalleryUI","sendRelatedContentGalleryAnalytics","linkText"],"sourceRoot":""}