UNPKG

@copilotkit/a2ui-renderer

Version:

A2UI Renderer for CopilotKit - render A2UI surfaces in React applications

1 lines 746 B
{"version":3,"file":"constants.cjs","names":[],"sources":["../../src/web-components/constants.ts"],"sourcesContent":["/**\n * Runtime constants for the Lit renderer.\n *\n * `web-components` is built as its own unbundled entry into `dist/web-components`,\n * so it cannot reach back into `../a2ui-types.ts` without emitting outside that\n * output directory. The values here therefore mirror their React-side twins —\n * the same reason `surface.ts` keeps its own `DEFAULT_SURFACE_ID`.\n */\n\n/**\n * The component id this renderer starts from when it walks a surface.\n * Mirrors `ROOT_COMPONENT_ID` in `../a2ui-types.ts`; keep the two in step.\n */\nexport const ROOT_COMPONENT_ID = \"root\";\n"],"mappings":";;;;;;;;;;;;;;AAaA,MAAa,oBAAoB"}