{"dist":{"shasum":"4900631fe81ec07bf6bf1d50ac1c467a72461468","tarball":"https://registry.npmjs.org/@govuk-react/layout/-/layout-0.6.0-alpha.4.tgz","fileCount":13,"integrity":"sha512-v2h7wpYzgwg5G6TKYiIs3JHgbljAxVGC2Nxivc5DmqCMa4ZSsKn6y3NDj60sc5XvahHw7dcc3K+UeaW1PWCcsQ==","signatures":[{"sig":"MEUCIHiMC12xkSTAuoJ78m59xA3lLgHk6BLvf3AMPj/KXSktAiEAiUH90NrKaqp/sZuv8N/Gffu0FJSEXyGeX8z5+Ymyg/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZqjKCRA9TVsSAnZWagAAR/EP/jeqlZgX8jyAdWf8kxXx\nEf6XqjoPK9W+OkEqyQqj+os2UgwogRGHhzrAT6GL29wrUJVdPAHahK+GLfMO\nVHt2f2ILf8b7qOVywn3e5UbwbtQZXXrk6wyW9K0MfSwXPDTBHlDq7zOTu5JB\nG1UtKwKVJUSmf8+HYhxoMlD16ooC6LnVA0fimsdxypvcadgKgvBoOOlwA/MV\nPUZdWa6TNR2pY/iJE+ogNh147Js2w8odnHV13gxeuBzKxvd+2H0OGs0vfCmg\nMU4tI54MseJgP3tkYJvE5qyu0VPX6XBZvpFNMXdSg/z+SD163Dyi3GkUpcvc\nf9P/JApkw0TeAU4b6TGOvSAtMo3NpLh9Q/eQyWs7cGtKayjcgTgio/nC1WY/\nl5ETDzBeNzqTZZLmdCyerxK8iWDwf+Nuts4CXw/bBXzvz6AY2n5lR6cJGaP9\nSNThyCo1McL8U6kIP/DmWpZEyI2xGTPwK4gTyZxNlO54mBV/tabDjDDsE6Ue\njvMCooHPyQdxCpeRzU1BHPAXhFCIFFm7P8DOboC41gss08PDU5V959WulBq/\nKT0NJTBP9Vtnmk65+qOBS8Q9EPDEU4c0yvc72xXsZIqwE1bgmlbzQ1W+Pg3B\n2CuGS1ZMaKMbDxLcHUhvYevfoqjI1Ifwpkgnz1mxncGlDqUylLjDnJPh/FF4\nNPGa\r\n=qoSA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","name":"@govuk-react/layout","author":{"name":"Alasdair McLeay"},"module":"es/index.js","readme":"Layout\n======\n\n### Import\n```js\n  import Layout from '@govuk-react/layout';\n```\n<!-- STORY -->\n\nTHIS COMPONENT IS NO LONGER REQUIRED TO ACHIEVE LAYOUT;\n1. `GridCol` contains the required gutters, we do not need to provide additional gutter\nto build an accurate grid layout.\n\n2. `GridRow` contains the required `display: flex;` and associated properties for `GridCol`.\n\n3. `Main` contains the required properties to center a container that matches up with `TopNav`\nand house the remaining body of content for the page.\n\nIf you feel you may still need a `Layout` component, please do raise a ticket on [Github](https://github.com/govuk-react/govuk-react/issues/177)\n\n### Usage\n\nThis component provides default padding.\nYou can use this component to wrap Grid components however it is not required.\n\nSimple usage\n```jsx\nimport GridRow from '@govuk-react/grid-row';\nimport GridCol from '@govuk-react/grid-col';\n\n<Layout>\n  <GridRow>\n    <GridCol>\n      ...\n    </GridCol>\n  </GridRow>\n</Layout>\n```\n\n### References:\n- https://github.com/alphagov/govuk_frontend_toolkit/blob/master/stylesheets/_grid_layout.scss\n- https://github.com/alphagov/govuk_elements/blob/master/assets/sass/elements/_layout.scss\n\n### Properties\nProp | Required | Default | Type | Description\n:--- | :------- | :------ | :--- | :----------\n `children` | true | `````` | node | GridRow and GridCol children nodes\n\n\n","license":"MIT","private":false,"scripts":{"docs":"doc-component ./lib/index.js ./README.md","build":"yarn build:lib && yarn build:es","build:es":"rimraf es && cross-env BABEL_ENV=es babel src -d es --source-maps --config-file ../../babel.config.js","build:lib":"rimraf lib && babel src -d lib --source-maps --config-file ../../babel.config.js"},"_npmUser":{"name":"penx","email":"alasdair.mcleay@me.com"},"homepage":"https://github.com/govuk-react/govuk-react/tree/master/components/layout","_npmVersion":"5.6.0","description":"Component intended to surround grid layouts but now no longer used/required.","directories":{},"maintainers":[{"name":"loque-","email":"email@tobybrancher.net"},{"name":"marksy","email":"me@marksy.com"},{"name":"penx","email":"alasdair.mcleay@me.com"},{"name":"petelockey","email":"lockeyp@uk.ibm.com"},{"name":"steve_sims","email":"steve_sims7@yahoo.co.uk"}],"_nodeVersion":"8.9.4","dependencies":{"govuk-colours":"^1.0.3","@govuk-react/constants":"^0.6.0-alpha.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"react":">=16.2.0","styled-components":">=4"},"_npmOperationalInternal":{"tmp":"tmp/layout_0.6.0-alpha.4_1550231753632_0.020998047848758583","host":"s3://npm-registry-packages"},"_id":"@govuk-react/layout@0.6.0-alpha.4","version":"0.6.0-alpha.4"}