{"version":3,"sources":["webpack://gatsby-casper/./src/templates/features.tsx"],"names":["PostFull","NoImage","PostFullHeader","PostFullTitle","setLightness","colors","data","className","mode","id","css","SiteMain","outer","inner","to","style","backgroundColor","borderRadius","padding","margin","textAlign","width","height","display","alignItems","justifyContent","src","markdownRemark","frontmatter","image","publicURL","maxWidth","maxHeight","color","title","ast","htmlAst","href","docs"],"mappings":"+XAuDA,MAuEaA,EAAW,CAAH,sDAKRC,EAAU,CAAH,6HAWPC,GAAiB,iBAAH,oBAAG,CAAH,2SAqBdC,GAAgB,aAAH,oBAAG,CAAH,2BAEfC,QAAa,OAAQC,cAFN,kEAgE1B,UA5KwB,EAAGC,WAEvB,QAAC,IAAD,CAAaC,UAAU,kBACrB,QAAC,IAAD,MACE,QAAC,KAAD,CAAsBC,KAAK,YAC3B,gBAAMC,GAAG,YAAYF,UAAU,YAAYG,IAAG,CAAGC,KAAUC,KAAb,SAC5C,eAAKF,IAAKG,OACR,oBACE,QAAC,KAAD,CAAMC,GAAG,aAAT,uBAEF,eACEC,MAAO,CACLC,gBAAiB,OACjBC,aAAc,GACdC,QAAS,GACTC,OAAQ,OACRC,UAAW,SACXC,MAAO,IACPC,OAAQ,IACRC,QAAS,OACTC,WAAY,SACZC,eAAgB,YAGlB,eACEC,IAAKpB,EAAKqB,eAAeC,YAAYC,MAAMC,UAC3Cf,MAAO,CACLQ,QAAS,eACTQ,SAAU,IACVC,UAAW,SAIjB,cACEjB,MAAO,CACLkB,MAAO3B,EAAKqB,eAAeC,YAAYK,MACvCb,UAAW,WAGZd,EAAKqB,eAAeC,YAAYM,QAEnC,QAAC,KAAD,CAAK3B,UAAU,eAAe4B,IAAK7B,EAAKqB,eAAeS,WAEvD,yBACQ,KACN,aAAGC,KAAM/B,EAAKqB,eAAeC,YAAYU,MAAzC,qBACqBhC,EAAKqB,eAAeC,YAAYM,OAChD,IAJP,2BAQA,8CAC6B,KAC3B,aAAGG,KAAM/B,EAAKqB,eAAeC,YAAYU,MAAzC,mBAGF,4BACW,KACT,aAAGD,KAAK,qCAAR,uBACuB/B,EAAKqB,eAAeC,YAAYM,WAM7D,QAAC,IAAD","file":"component---src-templates-features-tsx-55a84e971d99addcd1f1.js","sourcesContent":["import { graphql, Link } from \"gatsby\";\nimport * as _ from \"lodash\";\nimport { setLightness } from \"polished\";\nimport React from \"react\";\n\nimport { css } from \"@emotion/react\";\nimport styled from \"@emotion/styled\";\n\nimport { Footer } from \"../components/Footer\";\nimport { Wrapper } from \"../components/Wrapper\";\nimport IndexLayout from \"../layouts\";\nimport { colors } from \"../styles/colors\";\nimport { SiteMain } from \"../styles/shared\";\nimport { Ast } from \"../components/PostContent\";\nimport {\n inner,\n outer,\n TransitionNavigation,\n} from \"../components/header/SiteNav\";\n\nexport interface Author {\n id: string;\n bio: string;\n avatar: {\n children: any[];\n };\n}\n\ninterface PageTemplateProps {\n data: any;\n pageContext: PageContext;\n location: Location;\n}\n\nexport interface PageContext {\n excerpt: string;\n timeToRead: number;\n fields: {\n slug: string;\n };\n frontmatter: {\n image: {\n childImageSharp: {\n fluid: any;\n };\n };\n excerpt: string;\n title: string;\n date: string;\n draft?: boolean;\n tags: string[];\n author: Author[];\n };\n}\n\nconst FeatureTemplate = ({ data }: PageTemplateProps) => {\n return (\n \n \n \n
\n
\n
\n View all Features\n
\n \n \n
\n \n {data.markdownRemark.frontmatter.title}\n \n \n\n

\n Learn{\" \"}\n \n How to connect to {data.markdownRemark.frontmatter.title}\n {\" \"}\n in just a few minutes.\n

\n\n

\n Looking for code examples?{\" \"}\n Read the docs\n

\n\n

\n Ready to{\" \"}\n \n start building with {data.markdownRemark.frontmatter.title}\n \n

\n \n
\n\n