{ "version": 3, "sources": ["../javascripts/styled-components/components/Stack/index.tsx"], "sourcesContent": ["import styled from 'styled-components';\n\nimport { size } from '../../layout/helpers';\n\nexport const StackTiny = styled.div.withConfig({ componentId: 'sc-1mb1kgs-0' })`\n & + & {\n margin-top: ${size(0.5)};\n }\n`;\n\nexport const StackSmall = styled.div.withConfig({ componentId: 'sc-1mb1kgs-1' })`\n & + & {\n margin-top: ${size(1)};\n }\n`;\n\nexport const Stack = styled.div.withConfig({ componentId: 'sc-1mb1kgs-2' })`\n & + & {\n margin-top: ${size(2)};\n }\n`;\n\nexport const StackMedium = styled.div.withConfig({ componentId: 'sc-1mb1kgs-3' })`\n & + & {\n margin-top: ${size(3)};\n }\n`;\n\nexport const StackLarge = styled.div.withConfig({ componentId: 'sc-1mb1kgs-4' })`\n & + & {\n margin-top: ${size(3)};\n\n ${(props) => props.theme.breakpoint.Md} {\n margin-top: ${size(4)};\n }\n }\n`;\n"], "mappings": "sDAIO,IAAMA,EAAYC,EAAO,IAAI,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA,sBAExDC,EAAK,EAAG,CAAC;AAAA;AAAA,EAIlBC,EAAaF,EAAO,IAAI,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA,sBAEzDC,EAAK,CAAC,CAAC;AAAA;AAAA,EAIhBE,EAAQH,EAAO,IAAI,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA,sBAEpDC,EAAK,CAAC,CAAC;AAAA;AAAA,EAIhBG,EAAcJ,EAAO,IAAI,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA,sBAE1DC,EAAK,CAAC,CAAC;AAAA;AAAA,EAIhBI,EAAaL,EAAO,IAAI,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA,sBAEzDC,EAAK,CAAC,CAAC;AAAA;AAAA,UAElBK,GAAUA,EAAM,MAAM,WAAW,EAAE;AAAA,0BACpBL,EAAK,CAAC,CAAC;AAAA;AAAA;", "names": ["StackTiny", "dt", "size", "StackSmall", "Stack", "StackMedium", "StackLarge", "props"] }