{ "version": 3, "sources": ["../javascripts/styled-components/components/Image/index.tsx"], "sourcesContent": ["import styled, { css } from 'styled-components';\n\ninterface ImageProps {\n $fullWidth?: boolean;\n}\n\nexport const Image = styled.img.withConfig({ componentId: 'sc-13p0maa-0' })`\n display: block;\n max-width: 100%;\n\n ${({ $fullWidth }) =>\n $fullWidth &&\n css`\n width: 100%;\n `}\n`;\n"], "mappings": "sDAMO,IAAMA,EAAQC,EAAO,IAAI,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA;AAAA;AAAA,MAIpE,CAAC,CAAE,WAAAC,CAAW,IACdA,GACAC;AAAA;AAAA,SAEG;", "names": ["Image", "dt", "$fullWidth", "lt"] }