{"version":3,"file":"static/chunks/5319.8bd38064cc21c1db.js","mappings":"uJAoBAA,CAAAA,EAAA,QAZkC,IAChC,GAAM,CAAEC,MAAAA,CAAK,CAAE,CAAGC,EAEZC,EAAYC,CAAAA,EAAAA,EAAAA,UAAAA,EAAWC,EAAAA,CAAgBA,EAM7C,MAAO,GAAAC,EAAAC,GAAA,EAACC,EAAAA,CAA2BA,CAAAA,CAACP,MAAOA,EAAOQ,+BAJX,IACrCN,EAAUO,2BAA2B,CAACC,EACxC,GAGF","sources":["webpack://_N_E/./src/components/BlogFeatureArticleGallery/BlogFeatureArticleGallery.tsx"],"sourcesContent":["import BlogFeatureArticleGalleryUI, {\n Props as UIProps,\n} from '@interflora/ui-components/build/components/BlogFeatureArticleGallery/BlogFeatureArticleGallery'\nimport React, { useContext } from 'react'\nimport AnalyticsContext from 'context/AnalyticsContext'\nimport { Nullable } from '@interflora/ui-components/build/common/props'\n\ntype Props = UIProps\nconst BlogFeatureArticleGallery = (props) => {\n const { items } = props as Nullable\n\n const analytics = useContext(AnalyticsContext)\n\n const blogArticleGalleryUrlAnalytics = (linkText: string) => {\n analytics.blogArticleGalleryAnalytics(linkText)\n }\n\n return \n}\n\nexport default BlogFeatureArticleGallery\n"],"names":["__webpack_exports__","items","props","analytics","useContext","AnalyticsContext","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsx","BlogFeatureArticleGalleryUI","blogArticleGalleryUrlAnalytics","blogArticleGalleryAnalytics","linkText"],"sourceRoot":""}