{
  "version": 3,
  "sources": ["../javascripts/styled-components/components/ActionList/index.tsx"],
  "sourcesContent": ["import styled from 'styled-components';\n\nimport { size } from '../../layout/helpers';\n\nexport const ActionList = styled.ul.withConfig({ componentId: 'sc-1ymvxjr-0' })`\n    --_padding: ${size(1.5)};\n\n    list-style: none;\n    padding: 0;\n    margin: calc(var(--_padding) * -1) 0;\n`;\n\nexport const ActionListItem = styled.li.withConfig({ componentId: 'sc-1ymvxjr-1' })`\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: var(--_padding);\n    padding: var(--_padding) 0;\n\n    & + & {\n        border-top: 1px solid var(--c-border-main);\n    }\n`;\n"],
  "mappings": "sDAIO,IAAMA,EAAaC,EAAO,GAAG,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA,kBAC5DC,EAAK,GAAG,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,EAOdC,EAAiBF,EAAO,GAAG,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;",
  "names": ["ActionList", "dt", "size", "ActionListItem"]
}