-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponent---src-pages-versions-js-9f769b44c67483e000fc.js.map
1 lines (1 loc) · 4.38 KB
/
component---src-pages-versions-js-9f769b44c67483e000fc.js.map
1
{"version":3,"sources":["webpack:///./src/pages/versions.js","webpack:///./src/components/Header/index.js","webpack:///./src/components/Header/Header.js","webpack:///./content/versions.yml"],"names":["__webpack_require__","r","__webpack_exports__","Glamor","components_Layout__WEBPACK_IMPORTED_MODULE_0__","components_Container__WEBPACK_IMPORTED_MODULE_1__","components_Header__WEBPACK_IMPORTED_MODULE_2__","components_TitleAndMetaTags__WEBPACK_IMPORTED_MODULE_3__","theme__WEBPACK_IMPORTED_MODULE_5__","_content_versions_yml__WEBPACK_IMPORTED_MODULE_6__","_content_versions_yml__WEBPACK_IMPORTED_MODULE_6___default","n","Versions","_ref","location","createElement","css","sharedStyles","articleLayout","container","content","title","markdown","versions","map","version","key","href","changelog","target","rel","path","_Header__WEBPACK_IMPORTED_MODULE_0__","Header","children","Object","assign","color","colors","dark","marginRight","fonts","header","module","exports"],"mappings":"0FAAAA,EAAAC,EAAAC,GAAA,SAAAC,GAAA,IAAAC,EAAAJ,EAAA,KAAAK,EAAAL,EAAA,KAAAM,EAAAN,EAAA,KAAAO,EAAAP,EAAA,KAAAQ,GAAAR,EAAA,GAAAA,EAAA,KAAAS,EAAAT,EAAA,KAAAU,EAAAV,EAAAW,EAAAF,GA0DeG,UArCE,SAAAC,GAAA,IAAEC,EAAFD,EAAEC,SAAF,OACfX,EAAAY,cAACX,EAAA,EAAD,CAAQU,SAAUA,GAChBX,EAAAY,cAACV,EAAA,EAAD,KACEF,EAAAY,cAAA,OAAKC,IAAKC,IAAaC,cAAcC,WACnChB,EAAAY,cAAA,OAAKC,IAAKC,IAAaC,cAAcE,SACnCjB,EAAAY,cAACT,EAAA,EAAD,kCACAH,EAAAY,cAACR,EAAA,EAAD,CAAkBc,MAAM,sBACxBlB,EAAAY,cAAA,OAAKC,IAAKC,IAAaK,UACrBnB,EAAAY,cAAA,+EAGCQ,IAASC,IAAI,SAAAC,GAAO,OACnBtB,EAAAY,cAAA,OAAKW,IAAKD,EAAQJ,OAChBlB,EAAAY,cAAA,UAAKU,EAAQJ,OACblB,EAAAY,cAAA,UACEZ,EAAAY,cAAA,UACEZ,EAAAY,cAAA,KAAGY,KAAMF,EAAQG,UAAWC,OAAO,SAASC,IAAI,YAAhD,cAIDL,EAAQM,MACP5B,EAAAY,cAAA,UACEZ,EAAAY,cAAA,KAAGY,KAAMF,EAAQM,KAAMD,IAAI,YAA3B,gFC3CtB,IAAAE,EAAAhC,EAAA,KAQeiC,MAAf,wECeeA,IAXA,SAAApB,GAAA,IAAEqB,EAAFrB,EAAEqB,SAAF,OACb/B,EAAAY,cAAA,MACEC,IAAGmB,OAAAC,OAAA,CACDC,MAAOC,IAAOC,KACdC,YAAa,MACVC,IAAMC,SAEVR,0CCnBLS,EAAAC,QAAA,EAAmBvB,MAAA,QAAAO,UAAA","file":"component---src-pages-versions-js-9f769b44c67483e000fc.js","sourcesContent":["/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * @emails react-core\n * @flow\n */\n\nimport Layout from 'components/Layout';\nimport Container from 'components/Container';\nimport Header from 'components/Header';\nimport TitleAndMetaTags from 'components/TitleAndMetaTags';\nimport React from 'react';\nimport {sharedStyles} from 'theme';\n\n// $FlowFixMe This is a valid path\nimport versions from '../../content/versions.yml';\n\ntype Props = {\n location: Location,\n};\n\nconst Versions = ({location}: Props) => (\n <Layout location={location}>\n <Container>\n <div css={sharedStyles.articleLayout.container}>\n <div css={sharedStyles.articleLayout.content}>\n <Header>Packem Versions Changelog</Header>\n <TitleAndMetaTags title=\"Packem - Versions\" />\n <div css={sharedStyles.markdown}>\n <p>\n Documentation for recent releases can be found in the links below.\n </p>\n {versions.map(version => (\n <div key={version.title}>\n <h3>{version.title}</h3>\n <ul>\n <li>\n <a href={version.changelog} target=\"_blank\" rel=\"noopener\">\n Changelog\n </a>\n </li>\n {version.path && (\n <li>\n <a href={version.path} rel=\"nofollow\">\n Documentation\n </a>\n </li>\n )}\n </ul>\n </div>\n ))}\n </div>\n </div>\n </div>\n </Container>\n </Layout>\n);\n\nexport default Versions;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * @emails react-core\n */\n\nimport Header from './Header';\n\nexport default Header;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * @emails react-core\n * @flow\n */\n\nimport React from 'react';\nimport {colors, fonts} from 'theme';\n\nimport type {Node} from 'react';\n\nconst Header = ({children}: {children: Node}) => (\n <h1\n css={{\n color: colors.dark,\n marginRight: '5%',\n ...fonts.header,\n }}>\n {children}\n </h1>\n);\n\nexport default Header;\n","module.exports = [{\"title\":\"0.1.3\",\"changelog\":\"https://github.com/packem/packem/blob/master/CHANGELOG.md\"}]"],"sourceRoot":""}