{"version":3,"file":"Details.mocks.jsx","sourceRoot":"","sources":["../../../src/work/CaseView/Details.mocks.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAEnF,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,EAAE;IAC1B,OAAO,CACL,CAAC,IAAI,CACH;MAAA,CAAC,UAAU,CACT;QAAA,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAClC;MAAA,EAAE,UAAU,CAEZ;;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,CAC/D;QAAA,CAAC,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAC5C;UAAA,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CACV;;;;UAGF,EAAE,IAAI,CACR;QAAA,EAAE,UAAU,CACZ;QAAA,CAAC,WAAW,CAAC,AAAD,EACd;MAAA,EAAE,IAAI,CACR;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { Card, FieldGroup, Text, Flex, CardHeader } from '@pega/cosmos-react-core';\n\nimport { DetailsDemo } from '../Details/Details.stories';\n\nexport const Details = () => {\n  return (\n    <Card>\n      <CardHeader>\n        <Text variant='h2'>Details</Text>\n      </CardHeader>\n\n      <Flex container={{ direction: 'column', pad: [1, 2, 2], gap: 2 }}>\n        <FieldGroup name='Description' headingTag='h3'>\n          <Text as='p'>\n            This case is presented as a demonstration of the feature set and capabilities of the\n            Constellation design system and the case management UX. All of the data within this demo\n            is mock data and it is not meant to represent any actual user data.\n          </Text>\n        </FieldGroup>\n        <DetailsDemo />\n      </Flex>\n    </Card>\n  );\n};\n"]}