@copilotkit/a2ui-renderer
Version:
A2UI Renderer for CopilotKit - render A2UI surfaces in React applications
1 lines • 938 B
Source Map (JSON)
{"version":3,"file":"index.cjs","names":["Catalog","basicComponents","BASIC_FUNCTIONS"],"sources":["../../../../src/web-components/catalog/basic/index.ts"],"sourcesContent":["import { Catalog } from \"@a2ui/web_core/v0_9\";\nimport { BASIC_FUNCTIONS } from \"@a2ui/web_core/v0_9/basic_catalog\";\nimport type { LitComponentImplementation } from \"../../types\";\nimport { basicComponents } from \"./components\";\n\nexport * from \"./components\";\nexport {\n getBaseContainerStyle,\n getBaseLeafStyle,\n LEAF_MARGIN,\n mapAlign,\n mapJustify,\n STANDARD_BORDER,\n STANDARD_RADIUS,\n} from \"./utils\";\n\nexport const basicCatalog = new Catalog<LitComponentImplementation>(\n \"https://a2ui.org/specification/v0_9/basic_catalog.json\",\n basicComponents,\n BASIC_FUNCTIONS,\n);\n\nexport const fullCatalog = basicCatalog;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,MAAa,eAAe,IAAIA,4BAC9B,0DACAC,oCACAC,kDACD;AAED,MAAa,cAAc"}