FunctionCanvasArea({
currentScene,
currentSceneIndex,
scenesCount,
mode,
engineState,
isLiveSession,
whiteboardOpe
components/canvas/canvas-area.tsx:26
FunctionCanvasToolbar({
currentSceneIndex,
scenesCount,
engineState,
isLiveSession,
whiteboardOpen,
sidebarCollapsed,
components/canvas/canvas-toolbar.tsx:83
FunctionCarousel({
orientation = 'horizontal',
opts,
setApi,
plugins,
className,
children,
...props
}: React.Com
components/ui/carousel.tsx:43
FunctionChart({
width: _width,
height: _height,
type,
data,
themeColors: rawThemeColors,
textColor,
lineColor
packages/@openmaic/renderer/src/elements/chart/Chart.tsx:34
FunctionChart({
width: _width,
height: _height,
type,
data,
themeColors: rawThemeColors,
textColor,
lineColor
components/slide-renderer/components/element/ChartElement/Chart.tsx:34
FunctionChatPanel({
messages,
currentIssue,
userRole,
isLoading,
onSendMessage,
}: ChatPanelProps)
components/scene-renderers/pbl/chat-panel.tsx:19
FunctionChatSessionComponent({
session,
isActive,
isStreaming,
activeBubbleId,
onEndSession,
}: ChatSessionProps)
components/chat/chat-session.tsx:157
FunctionCodeBlock({
code,
language,
showLineNumbers = false,
className,
children,
...props
}: CodeBlockProps)
components/ai-elements/code-block.tsx:73
FunctionCodeBlockCopyButton({
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: CodeBlockCopyButtonProps)
components/ai-elements/code-block.tsx:134
FunctionCodeLineRow({
line,
lineNumber,
highlightedHtml,
showLineNumbers,
animState,
animate,
typingDelay,
}: {
l
packages/@openmaic/renderer/src/elements/code/BaseCodeElement.tsx:202
FunctionCodeLineRow({
line,
lineNumber,
highlightedHtml,
showLineNumbers,
animState,
animate,
typingDelay,
}: {
l
components/slide-renderer/components/element/CodeElement/BaseCodeElement.tsx:204
FunctionComboboxContent({
className,
side = 'bottom',
sideOffset = 6,
align = 'start',
alignOffset = 0,
anchor,
...prop
components/ui/combobox.tsx:82
FunctionComboboxInput({
className,
children,
disabled = false,
showTrigger = true,
showClear = false,
...props
}: Combo
components/ui/combobox.tsx:48