{"version":3,"file":"component---themes-main-themes-blog-theme-src-templates-blog-grid-jsx-bc7d55a59f16c5cd017c.js","mappings":"kIAEMA,EAAQ,OAAH,UAAX,MAIA,O,mCCJMA,EAAQ,OAAH,UAAX,KAIA,O,yFCsEA,UApEyB,SAAC,GAAoC,QAAlCC,EAAkC,EAAlCA,YAAaC,EAAqB,EAArBA,SAAUC,EAAW,EAAXA,KACvCC,EAA+BH,EAA/BG,YAAaC,EAAkBJ,EAAlBI,cACfC,EAAWJ,MAAAA,GAAH,UAAGA,EAAUK,gBAAb,aAAG,EAAoBC,MAAM,KAAK,GAEhD,OACI,QAAC,KAAD,CAAQR,MAAOA,EAAAA,IACX,QAAC,IAAD,CAAKM,SAAS,OAAOG,YAAU,KAC/B,QAAC,KAAD,CACIC,WAAS,EACTP,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMQ,OAAWR,MAAAA,OAAxB,EAAwBA,EAAMS,eAEtC,QAAC,KAAD,CAAcT,KAAM,CAAEG,SAAAA,MACtB,QAAC,KAAD,CACIH,KAAM,CACFU,MAAOV,MAAAA,GAAF,UAAEA,EAAMW,kBAAR,aAAE,EAAkBC,MACzBC,WAAY,CACRC,SAAU,QACVb,YAAAA,EACAC,cAAAA,OAIZ,QAAC,KAAD,CAAUF,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMe,OAAWf,MAAAA,OAAxB,EAAwBA,EAAMgB","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-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 BlogGridTemplate = ({ pageContext, location, data }) => {\n const { currentPage, numberOfPages } = pageContext;\n const pageName = location?.pathname?.split(\"/\")[1];\n\n return (\n \n \n \n \n \n \n \n );\n};\n\nexport const query = graphql`\n query BlogGridTemplateQuery($skip: Int!, $limit: Int!) {\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(limit: $limit, skip: $skip) {\n nodes {\n ...Article02\n }\n }\n }\n`;\n\nBlogGridTemplate.propTypes = {\n pageContext: PropTypes.shape({\n currentPage: PropTypes.number,\n numberOfPages: PropTypes.number,\n }),\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 BlogGridTemplate;\n"],"names":["theme","pageContext","location","data","currentPage","numberOfPages","pageName","pathname","split","isBlogPost","hasBorder","header","navigation","items","allArticle","nodes","pagination","rootPage","footer","contact"],"sourceRoot":""}