{"version":3,"file":"renderer.cjs","sources":["../../src/consts/renderer.ts"],"sourcesContent":["/**\n * HTML attribute name applied to elements that are currently being rendered\n * (e.g. Drawio, Mermaid diagrams). Set to \"true\" while rendering is in progress,\n * toggled to \"false\" once rendering is complete.\n * Used by the auto-scroll system to detect in-progress renders before re-scrolling.\n */\nexport const GROWI_IS_CONTENT_RENDERING_ATTR =\n  'data-growi-is-content-rendering' as const;\n\n/**\n * CSS selector matching elements currently rendering (value=\"true\" only).\n * Does not match completed elements (value=\"false\").\n */\nexport const GROWI_IS_CONTENT_RENDERING_SELECTOR =\n  `[${GROWI_IS_CONTENT_RENDERING_ATTR}=\"true\"]` as const;\n"],"names":["GROWI_IS_CONTENT_RENDERING_ATTR","GROWI_IS_CONTENT_RENDERING_SELECTOR"],"mappings":"gFAMO,MAAMA,EACX,kCAMWC,EACX,IAAID,CAA+B"}