{"version":3,"file":"static/chunks/2472.3ace0d13645a7e2e.js","mappings":"yMAEaA,G,UAAiCC,EAAAA,EAAAA,GAAO,IAAPA,CAAY,CACxDC,KAAM,oBACNC,MAAO,gCAEIC,GAA2BH,EAAAA,EAAAA,GAAO,MAAPA,CAAc,CACpDC,KAAM,cACNC,MAAO,yBAEIE,GAAyBJ,EAAAA,EAAAA,GAAO,KAAPA,CAAa,CACjDC,KAAM,YACNC,MAAO,sBAGTG,EAAQ,OCVR,IAAMC,EAAe,SAAC,GAAD,IACnBC,EADmB,EACnBA,MACAC,EAFmB,EAEnBA,QACAC,EAHmB,EAGnBA,IACAC,EAJmB,EAInBA,OAJmB,OAKf,gBAAC,EAAD,CAAqBC,KAAMF,EAAK,aAAYF,EAAOK,MAAOF,GACvDF,GAAW,gBAAC,EAAD,KACJ,gBAAC,IAAD,CAAOK,IAAKL,EAASM,IAAG,UAAKP,EAAL,UAAoB,uBAAeA,EAAf,UAA8BQ,YAAaC,EAAAA,GAAwBC,YAAY,OAAOC,OAAO,OAAOC,UAAU,OAAOC,QAAQ,UAEjL,gBAAC,EAAD,CAAaC,wBAAyB,CAC1CC,OAAQf,OASZD,EAAaiB,aAAe,CAC1BhB,MAAO,WACPC,QAAS,GACTC,IAAK,GACLC,OAAQ,IAEV,IC5BA,GD4Bec,EAAAA,EAAAA,MAAKlB,I","sources":["webpack://_N_E/./src/components/cards/BlogPostCard/BlogPostCard.styled.js","webpack://_N_E/./src/components/cards/BlogPostCard/BlogPostCard.js","webpack://_N_E/./src/components/cards/BlogPostCard/index.js"],"sourcesContent":["import { styled } from \"@linaria/react\";\nimport { breakpoints, sizes } from \"common/styles/config\";\nexport const PostLinkContainer = /*#__PURE__*/styled(\"a\")({\n name: \"PostLinkContainer\",\n class: \"PostLinkContainer_p1lgdxo2\"\n});\nexport const PostPreview = /*#__PURE__*/styled(\"div\")({\n name: \"PostPreview\",\n class: \"PostPreview_p1hjt8rc\"\n});\nexport const PostTitle = /*#__PURE__*/styled(\"h3\")({\n name: \"PostTitle\",\n class: \"PostTitle_pa30iso\"\n});\n\nrequire(\"./BlogPostCard.styled.linaria.module.css!=!../../../../node_modules/@linaria/webpack5-loader/lib/outputCssLoader.js!./BlogPostCard.styled.js\");","import React, { memo } from \"react\";\nimport PropTypes from \"prop-types\";\nimport Image from \"next/image\";\nimport { IMAGE_BLUR_PLACEHOLDER } from \"common/utils\";\nimport * as S from \"./BlogPostCard.styled\";\nconst BlogPostCard = ({\n title,\n imgPath,\n url,\n styles\n}) => <S.PostLinkContainer href={url} aria-label={title} style={styles}>\n {imgPath && <S.PostPreview>\n <Image src={imgPath} alt={`${title} image`} aria-label={`${title} image`} blurDataURL={IMAGE_BLUR_PLACEHOLDER} placeholder=\"blur\" layout=\"fill\" objectFit=\"fill\" loading=\"lazy\" />\n </S.PostPreview>}\n <S.PostTitle dangerouslySetInnerHTML={{\n __html: title\n }} />\n </S.PostLinkContainer>;\nBlogPostCard.propTypes = {\n title: PropTypes.string,\n imgPath: PropTypes.string,\n url: PropTypes.string,\n styles: PropTypes.object\n};\nBlogPostCard.defaultProps = {\n title: \"No title\",\n imgPath: \"\",\n url: \"\",\n styles: {}\n};\nexport default memo(BlogPostCard);","import BlogPostCard from \"./BlogPostCard\";\n\nexport default BlogPostCard;\n"],"names":["PostLinkContainer","styled","name","class","PostPreview","PostTitle","require","BlogPostCard","title","imgPath","url","styles","href","style","src","alt","blurDataURL","IMAGE_BLUR_PLACEHOLDER","placeholder","layout","objectFit","loading","dangerouslySetInnerHTML","__html","defaultProps","memo"],"sourceRoot":""}