{"version":3,"file":"component---themes-main-themes-blog-theme-src-templates-blog-author-grid-jsx-63a162f2fb45fd7e69d5.js","mappings":"mIAEMA,EAAQ,OAAH,UAAX,MAIA,O,mCCJMA,EAAQ,OAAH,UAAX,KAIA,O,yFCqEA,UAnE+B,SAAC,GAAuB,QAArBC,EAAqB,EAArBA,SAAUC,EAAW,EAAXA,KAClCC,EAAQF,MAAAA,GAAH,UAAGA,EAAUG,gBAAb,aAAG,EAAoBC,MAAM,KAClCC,EAAWH,EAAMA,EAAMI,OAAS,GAAGF,MAAM,KAAKG,KAAK,KACzD,OACI,QAAC,KAAD,CAAQR,MAAOA,EAAAA,IACX,QAAC,IAAD,CAAKM,SAAS,OAAOG,YAAU,KAC/B,QAAC,KAAD,CACIC,WAAS,EACTR,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMS,OAAWT,MAAAA,OAAxB,EAAwBA,EAAMU,eAEtC,QAAC,KAAD,CACIV,KAAM,CACFI,SAAAA,EACAO,KAAM,SACNC,SAAU,CACN,CAAEC,MAAO,OAAQC,KAAM,KACvB,CAAED,MAAO,OAAQC,KAAM,cAInC,QAAC,KAAD,CACId,KAAM,CACFe,MAAOf,MAAAA,GAAF,UAAEA,EAAMgB,kBAAR,aAAE,EAAkBC,UAGjC,QAAC,KAAD,CAAUjB,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMkB,OAAWlB,MAAAA,OAAxB,EAAwBA,EAAMmB","sources":["webpack://local-demo/./src/gatsby-theme-boseo/themes/base-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/gatsby-theme-blog/themes/index.js","webpack://local-demo/../../themes/main-themes/blog-theme/src/templates/blog-author-grid.jsx"],"sourcesContent":["import { baseTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import baseTheme from \"../../themes/base-theme\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { graphql } from \"gatsby\";\nimport { SEO } from \"gatsby-theme-core\";\nimport { Layout, Header01, Footer01 } from \"gatsby-theme-layout\";\nimport { PageHeader04, Article05 } from \"gatsby-theme-container\";\nimport theme from \"../themes\";\n\nconst BlogAuthorGridTemplate = ({ location, data }) => {\n const paths = location?.pathname?.split(\"/\");\n const pageName = paths[paths.length - 1].split(\"-\").join(\" \");\n return (\n \n \n \n \n \n \n \n );\n};\n\nexport const query = graphql`\n query BlogAuthorGridTemplateQuery($slug: String!) {\n header: general(section: { eq: \"header-01\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-01\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact01\n }\n allArticle(filter: { author: { slug: { eq: $slug } } }) {\n nodes {\n ...Article02\n }\n }\n }\n`;\n\nBlogAuthorGridTemplate.propTypes = {\n location: PropTypes.shape({\n pathname: PropTypes.string,\n }),\n data: PropTypes.shape({\n header: PropTypes.shape({}),\n navigation: PropTypes.shape({}),\n footer: PropTypes.shape({}),\n contact: PropTypes.shape({}),\n allArticle: PropTypes.shape({\n nodes: PropTypes.arrayOf(PropTypes.shape({})),\n }),\n }),\n};\n\nexport default BlogAuthorGridTemplate;\n"],"names":["theme","location","data","paths","pathname","split","pageName","length","join","isBlogPost","hasBorder","header","navigation","type","prevList","title","path","items","allArticle","nodes","footer","contact"],"sourceRoot":""}