{"version":3,"file":"LiveLog.stories.jsx","sourceRoot":"","sources":["../../../src/core/LiveLog/LiveLog.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAGlD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,eAAe;IACb,KAAK,EAAE,cAAc;IACrB,SAAS,EAAE,OAAO;IAClB,UAAU,EAAE;QACV,MAAM,EAAE,UAAU;KACnB;CACM,CAAC;AAEV,MAAM,CAAC,MAAM,WAAW,GAA0B,GAAG,EAAE;IACrD,OAAO,CAAC,YAAY,CAAC,AAAD,EAAG,CAAC;AAC1B,CAAC,CAAC","sourcesContent":["import type { Meta, StoryFn } from '@storybook/react';\n\nimport { LiveLog } from '@pega/cosmos-react-core';\nimport type { LiveLogProps } from '@pega/cosmos-react-core';\n\nimport { SubComponent } from './LiveLog.mocks';\n\nexport default {\n  title: 'Core/LiveLog',\n  component: LiveLog,\n  parameters: {\n    layout: 'centered'\n  }\n} as Meta;\n\nexport const LiveLogDemo: StoryFn<LiveLogProps> = () => {\n  return <SubComponent />;\n};\n"]}