eldav1d-marvel-ui
Version:
UI library for (and from) Playing with Marvel API
1 lines • 647 B
Source Map (JSON)
{"version":3,"file":"DialogOverlay.cjs","sources":["../../../../lib/atoms/DialogOverlay/DialogOverlay.tsx"],"sourcesContent":["export interface DialogOverlayProps {\n testId?: string;\n}\n\nconst DialogOverlay = ({ testId = 'dialog-overlay', ...props }: DialogOverlayProps) => {\n return (\n <div\n className='absolute top-0 left-0 h-screen w-full bg-black/50'\n data-testid={testId}\n {...props}\n />\n );\n};\n\nexport default DialogOverlay;\n"],"names":["DialogOverlay","testId","props","_jsx"],"mappings":"iJAIMA,EAAgB,CAAC,CAAE,OAAAC,EAAS,iBAAkB,GAAGC,KAEnDC,EAAA,IACE,MAAA,CAAA,UAAU,oDACG,cAAAF,EACT,GAAAC,CAAA,CACJ"}