@go-go-golems/rag-evaluation-site 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/README.md +80 -0
  2. package/app/App.d.ts +8 -0
  3. package/app/index.d.ts +2 -0
  4. package/app/index.js +149 -0
  5. package/components/atoms/AnnotationBadge/AnnotationBadge.d.ts +9 -0
  6. package/components/atoms/AnnotationBadge/index.d.ts +2 -0
  7. package/components/atoms/Button/Button.d.ts +11 -0
  8. package/components/atoms/Button/index.d.ts +2 -0
  9. package/components/atoms/CheckboxRow/CheckboxRow.d.ts +8 -0
  10. package/components/atoms/CheckboxRow/index.d.ts +2 -0
  11. package/components/atoms/ContextKindSwatch/ContextKindSwatch.d.ts +11 -0
  12. package/components/atoms/ContextKindSwatch/index.d.ts +2 -0
  13. package/components/atoms/ContextStudioNavIcon/ContextStudioNavIcon.d.ts +8 -0
  14. package/components/atoms/ContextStudioNavIcon/index.d.ts +2 -0
  15. package/components/atoms/ErrorCallout/ErrorCallout.d.ts +6 -0
  16. package/components/atoms/ErrorCallout/index.d.ts +2 -0
  17. package/components/atoms/IconButton/IconButton.d.ts +9 -0
  18. package/components/atoms/IconButton/index.d.ts +2 -0
  19. package/components/atoms/SelectInput/SelectInput.d.ts +5 -0
  20. package/components/atoms/SelectInput/index.d.ts +2 -0
  21. package/components/atoms/TextInput/TextInput.d.ts +5 -0
  22. package/components/atoms/TextInput/index.d.ts +2 -0
  23. package/components/atoms/TranscriptRoleBadge/TranscriptRoleBadge.d.ts +8 -0
  24. package/components/atoms/TranscriptRoleBadge/index.d.ts +2 -0
  25. package/components/atoms/UploadGlyph/UploadGlyph.d.ts +6 -0
  26. package/components/atoms/UploadGlyph/index.d.ts +2 -0
  27. package/components/atoms/index.d.ts +12 -0
  28. package/components/foundation/Caption/Caption.d.ts +11 -0
  29. package/components/foundation/Caption/index.d.ts +2 -0
  30. package/components/foundation/CodeText/CodeText.d.ts +10 -0
  31. package/components/foundation/CodeText/index.d.ts +2 -0
  32. package/components/foundation/Divider/Divider.d.ts +6 -0
  33. package/components/foundation/Divider/index.d.ts +2 -0
  34. package/components/foundation/StatusText/StatusText.d.ts +9 -0
  35. package/components/foundation/StatusText/index.d.ts +2 -0
  36. package/components/foundation/Text/Text.d.ts +297 -0
  37. package/components/foundation/Text/index.d.ts +2 -0
  38. package/components/foundation/VisuallyHidden/VisuallyHidden.d.ts +6 -0
  39. package/components/foundation/VisuallyHidden/index.d.ts +2 -0
  40. package/components/foundation/index.d.ts +7 -0
  41. package/components/index.d.ts +6 -0
  42. package/components/layout/AppShell/AppShell.d.ts +8 -0
  43. package/components/layout/AppShell/index.d.ts +2 -0
  44. package/components/layout/DashboardGrid/DashboardGrid.d.ts +8 -0
  45. package/components/layout/DashboardGrid/index.d.ts +2 -0
  46. package/components/layout/FormRow/FormRow.d.ts +8 -0
  47. package/components/layout/FormRow/index.d.ts +2 -0
  48. package/components/layout/Inline/Inline.d.ts +11 -0
  49. package/components/layout/Inline/index.d.ts +2 -0
  50. package/components/layout/Panel/Panel.d.ts +10 -0
  51. package/components/layout/Panel/index.d.ts +2 -0
  52. package/components/layout/ScrollRegion/ScrollRegion.d.ts +7 -0
  53. package/components/layout/ScrollRegion/index.d.ts +2 -0
  54. package/components/layout/SectionBlock/SectionBlock.d.ts +11 -0
  55. package/components/layout/SectionBlock/index.d.ts +2 -0
  56. package/components/layout/SidebarShell/SidebarShell.d.ts +11 -0
  57. package/components/layout/SidebarShell/index.d.ts +2 -0
  58. package/components/layout/SlideShell/SlideShell.d.ts +16 -0
  59. package/components/layout/SlideShell/index.d.ts +2 -0
  60. package/components/layout/SplitPane/SplitPane.d.ts +10 -0
  61. package/components/layout/SplitPane/index.d.ts +2 -0
  62. package/components/layout/Stack/Stack.d.ts +10 -0
  63. package/components/layout/Stack/index.d.ts +2 -0
  64. package/components/layout/TabList/TabList.d.ts +13 -0
  65. package/components/layout/TabList/index.d.ts +2 -0
  66. package/components/layout/index.d.ts +13 -0
  67. package/components/molecules/AnchoredCommentCard/AnchoredCommentCard.d.ts +11 -0
  68. package/components/molecules/AnchoredCommentCard/index.d.ts +2 -0
  69. package/components/molecules/AnnotationNoteCard/AnnotationNoteCard.d.ts +9 -0
  70. package/components/molecules/AnnotationNoteCard/index.d.ts +2 -0
  71. package/components/molecules/AppNav/AppNav.d.ts +13 -0
  72. package/components/molecules/AppNav/index.d.ts +2 -0
  73. package/components/molecules/CheckList/CheckList.d.ts +11 -0
  74. package/components/molecules/CheckList/index.d.ts +2 -0
  75. package/components/molecules/ContextBudgetBar/ContextBudgetBar.d.ts +10 -0
  76. package/components/molecules/ContextBudgetBar/index.d.ts +2 -0
  77. package/components/molecules/ContextLegend/ContextLegend.d.ts +10 -0
  78. package/components/molecules/ContextLegend/index.d.ts +2 -0
  79. package/components/molecules/ContextStackDiagram/ContextStackDiagram.d.ts +8 -0
  80. package/components/molecules/ContextStackDiagram/index.d.ts +2 -0
  81. package/components/molecules/ContextStripDiagram/ContextStripDiagram.d.ts +10 -0
  82. package/components/molecules/ContextStripDiagram/index.d.ts +2 -0
  83. package/components/molecules/ContextTreemap/ContextTreemap.d.ts +8 -0
  84. package/components/molecules/ContextTreemap/index.d.ts +2 -0
  85. package/components/molecules/CourseStepNav/CourseStepNav.d.ts +9 -0
  86. package/components/molecules/CourseStepNav/index.d.ts +2 -0
  87. package/components/molecules/DataTable/DataTable.d.ts +19 -0
  88. package/components/molecules/DataTable/index.d.ts +2 -0
  89. package/components/molecules/DocumentListPanel/DocumentListPanel.d.ts +23 -0
  90. package/components/molecules/DocumentListPanel/index.d.ts +2 -0
  91. package/components/molecules/DocumentPreviewToolbar/DocumentPreviewToolbar.d.ts +11 -0
  92. package/components/molecules/DocumentPreviewToolbar/index.d.ts +2 -0
  93. package/components/molecules/FigureBlock/FigureBlock.d.ts +10 -0
  94. package/components/molecules/FigureBlock/index.d.ts +2 -0
  95. package/components/molecules/FileDropZone/FileDropZone.d.ts +14 -0
  96. package/components/molecules/FileDropZone/index.d.ts +2 -0
  97. package/components/molecules/KeyPointList/KeyPointList.d.ts +14 -0
  98. package/components/molecules/KeyPointList/index.d.ts +2 -0
  99. package/components/molecules/KeyValueStrip/KeyValueStrip.d.ts +10 -0
  100. package/components/molecules/KeyValueStrip/index.d.ts +2 -0
  101. package/components/molecules/MarkdownArticle/MarkdownArticle.d.ts +6 -0
  102. package/components/molecules/MarkdownArticle/index.d.ts +2 -0
  103. package/components/molecules/MetadataGrid/MetadataGrid.d.ts +14 -0
  104. package/components/molecules/MetadataGrid/index.d.ts +2 -0
  105. package/components/molecules/PersonSummary/PersonSummary.d.ts +9 -0
  106. package/components/molecules/PersonSummary/index.d.ts +2 -0
  107. package/components/molecules/SidebarNav/SidebarNav.d.ts +21 -0
  108. package/components/molecules/SidebarNav/index.d.ts +2 -0
  109. package/components/molecules/StepList/StepList.d.ts +15 -0
  110. package/components/molecules/StepList/index.d.ts +2 -0
  111. package/components/molecules/TranscriptMessageCard/TranscriptMessageCard.d.ts +11 -0
  112. package/components/molecules/TranscriptMessageCard/index.d.ts +2 -0
  113. package/components/molecules/TranscriptSessionHeader/TranscriptSessionHeader.d.ts +11 -0
  114. package/components/molecules/TranscriptSessionHeader/index.d.ts +2 -0
  115. package/components/molecules/index.d.ts +25 -0
  116. package/components/organisms/AnchoredCommentRail/AnchoredCommentRail.d.ts +10 -0
  117. package/components/organisms/AnchoredCommentRail/index.d.ts +2 -0
  118. package/components/organisms/AnnotationRailPanel/AnnotationRailPanel.d.ts +11 -0
  119. package/components/organisms/AnnotationRailPanel/index.d.ts +2 -0
  120. package/components/organisms/ContextDiagramPanel/ContextDiagramPanel.d.ts +9 -0
  121. package/components/organisms/ContextDiagramPanel/index.d.ts +2 -0
  122. package/components/organisms/ContextUploadDropArea/ContextUploadDropArea.d.ts +11 -0
  123. package/components/organisms/ContextUploadDropArea/index.d.ts +2 -0
  124. package/components/organisms/CourseLessonPanel/CourseLessonPanel.d.ts +9 -0
  125. package/components/organisms/CourseLessonPanel/index.d.ts +2 -0
  126. package/components/organisms/CourseSlidePanel/CourseSlidePanel.d.ts +13 -0
  127. package/components/organisms/CourseSlidePanel/index.d.ts +2 -0
  128. package/components/organisms/CourseStudioShell/CourseStudioShell.d.ts +13 -0
  129. package/components/organisms/CourseStudioShell/courseStudioNav.d.ts +3 -0
  130. package/components/organisms/CourseStudioShell/index.d.ts +3 -0
  131. package/components/organisms/HandoutDocumentShell/HandoutDocumentShell.d.ts +14 -0
  132. package/components/organisms/HandoutDocumentShell/index.d.ts +2 -0
  133. package/components/organisms/TranscriptReaderPanel/TranscriptReaderPanel.d.ts +13 -0
  134. package/components/organisms/TranscriptReaderPanel/index.d.ts +2 -0
  135. package/components/organisms/TranscriptWorkspacePanel/TranscriptWorkspacePanel.d.ts +13 -0
  136. package/components/organisms/TranscriptWorkspacePanel/index.d.ts +2 -0
  137. package/components/organisms/index.d.ts +11 -0
  138. package/context/fixtures.d.ts +13 -0
  139. package/context/index.d.ts +4 -0
  140. package/context/kinds.d.ts +22 -0
  141. package/context/types.d.ts +124 -0
  142. package/hooks/useWidgetPage.d.ts +19 -0
  143. package/index.d.ts +6 -0
  144. package/index.js +375 -0
  145. package/ir.js +32 -0
  146. package/package.json +58 -0
  147. package/styles.css +2 -0
  148. package/theme.css +53 -0
  149. package/useWidgetPage-B8iwybER.js +4419 -0
  150. package/widgets/WidgetRenderer.d.ts +8 -0
  151. package/widgets/actions.d.ts +19 -0
  152. package/widgets/cellRenderers.d.ts +11 -0
  153. package/widgets/index.d.ts +5 -0
  154. package/widgets/ir.d.ts +507 -0
@@ -0,0 +1,2 @@
1
+ export * from './ContextBudgetBar';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import { type ContextDiagramStyle, type ContextPartKind } from '../../../context';
3
+ export interface ContextLegendProps extends HTMLAttributes<HTMLDivElement> {
4
+ kinds?: ContextPartKind[];
5
+ mode?: ContextDiagramStyle;
6
+ compact?: boolean;
7
+ selectedKind?: ContextPartKind;
8
+ }
9
+ export declare function ContextLegend({ kinds, mode, compact, selectedKind, className, ...rest }: ContextLegendProps): import("react").JSX.Element;
10
+ //# sourceMappingURL=ContextLegend.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './ContextLegend';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,8 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import { type ContextWindowSnapshot } from '../../../context';
3
+ export interface ContextStackDiagramProps extends HTMLAttributes<HTMLDivElement> {
4
+ snapshot: ContextWindowSnapshot;
5
+ selectedPartId?: string;
6
+ }
7
+ export declare function ContextStackDiagram({ snapshot, selectedPartId, className, ...rest }: ContextStackDiagramProps): import("react").JSX.Element;
8
+ //# sourceMappingURL=ContextStackDiagram.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './ContextStackDiagram';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import { type ContextDiagramStyle, type ContextWindowSnapshot } from '../../../context';
3
+ export interface ContextStripDiagramProps extends HTMLAttributes<HTMLDivElement> {
4
+ snapshot: ContextWindowSnapshot;
5
+ mode?: ContextDiagramStyle;
6
+ selectedPartId?: string;
7
+ showLabels?: boolean;
8
+ }
9
+ export declare function ContextStripDiagram({ snapshot, mode, selectedPartId, showLabels, className, ...rest }: ContextStripDiagramProps): import("react").JSX.Element;
10
+ //# sourceMappingURL=ContextStripDiagram.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './ContextStripDiagram';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,8 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import { type ContextWindowSnapshot } from '../../../context';
3
+ export interface ContextTreemapProps extends HTMLAttributes<HTMLDivElement> {
4
+ snapshot: ContextWindowSnapshot;
5
+ selectedPartId?: string;
6
+ }
7
+ export declare function ContextTreemap({ snapshot, selectedPartId, className, ...rest }: ContextTreemapProps): import("react").JSX.Element;
8
+ //# sourceMappingURL=ContextTreemap.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './ContextTreemap';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { ContextCourseAgendaItem } from '../../../context';
3
+ export interface CourseStepNavProps extends HTMLAttributes<HTMLOListElement> {
4
+ items: ContextCourseAgendaItem[];
5
+ activeItemId?: string;
6
+ onItemSelect?: (itemId: string) => void;
7
+ }
8
+ export declare function CourseStepNav({ items, activeItemId, onItemSelect, className, ...rest }: CourseStepNavProps): import("react").JSX.Element;
9
+ //# sourceMappingURL=CourseStepNav.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './CourseStepNav';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,19 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface DataTableColumn<T> {
3
+ id: string;
4
+ header: ReactNode;
5
+ cell: (row: T) => ReactNode;
6
+ align?: 'start' | 'end' | 'center';
7
+ maxWidth?: number | string;
8
+ }
9
+ export interface DataTableProps<T> {
10
+ columns: DataTableColumn<T>[];
11
+ rows: T[];
12
+ getRowKey: (row: T) => string;
13
+ selectedKey?: string | null;
14
+ onRowSelect?: (row: T) => void;
15
+ emptyMessage?: ReactNode;
16
+ className?: string;
17
+ }
18
+ export declare function DataTable<T>({ columns, rows, getRowKey, selectedKey, onRowSelect, emptyMessage, className }: DataTableProps<T>): import("react").JSX.Element;
19
+ //# sourceMappingURL=DataTable.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './DataTable';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,23 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface DocumentListItem {
3
+ id: string;
4
+ title: ReactNode;
5
+ format?: ReactNode;
6
+ size?: ReactNode;
7
+ description?: ReactNode;
8
+ icon?: ReactNode;
9
+ disabled?: boolean;
10
+ }
11
+ export interface DocumentListPanelProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onSelect' | 'title'> {
12
+ title: ReactNode;
13
+ description?: ReactNode;
14
+ items: DocumentListItem[];
15
+ selectedItemId?: string;
16
+ onItemSelect?: (itemId: string) => void;
17
+ onDownloadAll?: () => void;
18
+ downloadAllLabel?: ReactNode;
19
+ emptyMessage?: ReactNode;
20
+ showItemDescriptions?: boolean;
21
+ }
22
+ export declare function DocumentListPanel({ title, description, items, selectedItemId, onItemSelect, onDownloadAll, downloadAllLabel, emptyMessage, showItemDescriptions, className, ...rest }: DocumentListPanelProps): import("react").JSX.Element;
23
+ //# sourceMappingURL=DocumentListPanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './DocumentListPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface DocumentPreviewToolbarProps extends HTMLAttributes<HTMLDivElement> {
3
+ file: ReactNode;
4
+ format?: ReactNode;
5
+ size?: ReactNode;
6
+ onDownload?: () => void;
7
+ downloadLabel?: ReactNode;
8
+ rightSlot?: ReactNode;
9
+ }
10
+ export declare function DocumentPreviewToolbar({ file, format, size, onDownload, downloadLabel, rightSlot, className, ...rest }: DocumentPreviewToolbarProps): import("react").JSX.Element;
11
+ //# sourceMappingURL=DocumentPreviewToolbar.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './DocumentPreviewToolbar';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface FigureBlockProps extends HTMLAttributes<HTMLElement> {
3
+ as?: 'figure' | 'div';
4
+ children: ReactNode;
5
+ caption?: ReactNode;
6
+ legend?: ReactNode;
7
+ frame?: 'none' | 'bordered' | 'inset';
8
+ }
9
+ export declare function FigureBlock({ as: Element, children, caption, legend, frame, className, ...rest }: FigureBlockProps): import("react").JSX.Element;
10
+ //# sourceMappingURL=FigureBlock.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './FigureBlock';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ import { type HTMLAttributes, type ReactNode } from 'react';
2
+ export interface FileDropZoneProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title' | 'onDrop'> {
3
+ title?: ReactNode;
4
+ description?: ReactNode;
5
+ icon?: ReactNode;
6
+ accept?: string;
7
+ multiple?: boolean;
8
+ disabled?: boolean;
9
+ active?: boolean;
10
+ inputAriaLabel?: string;
11
+ onFilesSelected?: (files: File[]) => void;
12
+ }
13
+ export declare function FileDropZone({ title, description, icon, accept, multiple, disabled, active, inputAriaLabel, onFilesSelected, className, onDragEnter, onDragOver, onDragLeave, onKeyDown, ...rest }: FileDropZoneProps): import("react").JSX.Element;
14
+ //# sourceMappingURL=FileDropZone.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './FileDropZone';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface KeyPointListItem {
3
+ id?: string;
4
+ index?: ReactNode;
5
+ title?: ReactNode;
6
+ text: ReactNode;
7
+ meta?: ReactNode;
8
+ }
9
+ export interface KeyPointListProps extends HTMLAttributes<HTMLOListElement> {
10
+ items: Array<KeyPointListItem | ReactNode>;
11
+ markerTone?: 'accent' | 'muted';
12
+ }
13
+ export declare function KeyPointList({ items, markerTone, className, ...rest }: KeyPointListProps): import("react").JSX.Element;
14
+ //# sourceMappingURL=KeyPointList.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './KeyPointList';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface KeyValueStripItem {
3
+ key: ReactNode;
4
+ value: ReactNode;
5
+ }
6
+ export interface KeyValueStripProps extends HTMLAttributes<HTMLDListElement> {
7
+ items: KeyValueStripItem[];
8
+ }
9
+ export declare function KeyValueStrip({ items, className, ...rest }: KeyValueStripProps): import("react").JSX.Element;
10
+ //# sourceMappingURL=KeyValueStrip.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './KeyValueStrip';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,6 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export interface MarkdownArticleProps extends HTMLAttributes<HTMLElement> {
3
+ source: string;
4
+ }
5
+ export declare function MarkdownArticle({ source, className, ...rest }: MarkdownArticleProps): import("react").JSX.Element;
6
+ //# sourceMappingURL=MarkdownArticle.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './MarkdownArticle';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface MetadataGridItem {
3
+ key: ReactNode;
4
+ value: ReactNode;
5
+ copyValue?: string;
6
+ }
7
+ export interface MetadataGridProps {
8
+ items: MetadataGridItem[];
9
+ density?: 'normal' | 'compact';
10
+ className?: string;
11
+ onCopy?: (value: string) => void;
12
+ }
13
+ export declare function MetadataGrid({ items, density, className, onCopy }: MetadataGridProps): import("react").JSX.Element;
14
+ //# sourceMappingURL=MetadataGrid.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './MetadataGrid';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface PersonSummaryProps extends HTMLAttributes<HTMLDivElement> {
3
+ name: ReactNode;
4
+ subtitle?: ReactNode;
5
+ bio?: ReactNode;
6
+ avatar?: ReactNode;
7
+ }
8
+ export declare function PersonSummary({ name, subtitle, bio, avatar, className, ...rest }: PersonSummaryProps): import("react").JSX.Element;
9
+ //# sourceMappingURL=PersonSummary.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './PersonSummary';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,21 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface SidebarNavItem {
3
+ id: string;
4
+ label: ReactNode;
5
+ icon?: ReactNode;
6
+ badge?: ReactNode;
7
+ disabled?: boolean;
8
+ }
9
+ export interface SidebarNavSection {
10
+ id: string;
11
+ label: ReactNode;
12
+ items: SidebarNavItem[];
13
+ }
14
+ export interface SidebarNavProps extends Omit<HTMLAttributes<HTMLElement>, 'onSelect'> {
15
+ sections: SidebarNavSection[];
16
+ activeItemId?: string;
17
+ onItemSelect?: (itemId: string) => void;
18
+ ariaLabel?: string;
19
+ }
20
+ export declare function SidebarNav({ sections, activeItemId, onItemSelect, ariaLabel, className, ...rest }: SidebarNavProps): import("react").JSX.Element;
21
+ //# sourceMappingURL=SidebarNav.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './SidebarNav';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,15 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface StepListItem {
3
+ id: string;
4
+ index: ReactNode;
5
+ title: ReactNode;
6
+ description?: ReactNode;
7
+ meta?: ReactNode;
8
+ }
9
+ export interface StepListProps extends HTMLAttributes<HTMLOListElement> {
10
+ items: StepListItem[];
11
+ activeItemId?: string;
12
+ onItemSelect?: (id: string) => void;
13
+ }
14
+ export declare function StepList({ items, activeItemId, onItemSelect, className, ...rest }: StepListProps): import("react").JSX.Element;
15
+ //# sourceMappingURL=StepList.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './StepList';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { TranscriptAnnotation, TranscriptMessage } from '../../../context';
3
+ export interface TranscriptMessageCardProps extends HTMLAttributes<HTMLElement> {
4
+ message: TranscriptMessage;
5
+ annotations?: TranscriptAnnotation[];
6
+ selectedAnnotationId?: string;
7
+ onAnnotationSelect?: (annotationId: string) => void;
8
+ showAnnotationChips?: boolean;
9
+ }
10
+ export declare function TranscriptMessageCard({ message, annotations, selectedAnnotationId, onAnnotationSelect, showAnnotationChips, className, ...rest }: TranscriptMessageCardProps): import("react").JSX.Element;
11
+ //# sourceMappingURL=TranscriptMessageCard.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './TranscriptMessageCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface TranscriptSessionHeaderProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
3
+ title: ReactNode;
4
+ subtitle?: ReactNode;
5
+ messageCount?: number;
6
+ annotationCount?: number;
7
+ tokenTotal?: number;
8
+ rightSlot?: ReactNode;
9
+ }
10
+ export declare function TranscriptSessionHeader({ title, subtitle, messageCount, annotationCount, tokenTotal, rightSlot, className, ...rest }: TranscriptSessionHeaderProps): import("react").JSX.Element;
11
+ //# sourceMappingURL=TranscriptSessionHeader.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './TranscriptSessionHeader';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,25 @@
1
+ export * from './MetadataGrid';
2
+ export * from './DataTable';
3
+ export * from './AppNav';
4
+ export * from './ContextLegend';
5
+ export * from './ContextBudgetBar';
6
+ export * from './ContextStripDiagram';
7
+ export * from './ContextStackDiagram';
8
+ export * from './ContextTreemap';
9
+ export * from './TranscriptMessageCard';
10
+ export * from './TranscriptSessionHeader';
11
+ export * from './AnnotationNoteCard';
12
+ export * from './AnchoredCommentCard';
13
+ export * from './CourseStepNav';
14
+ export * from './KeyValueStrip';
15
+ export * from './CheckList';
16
+ export * from './StepList';
17
+ export * from './PersonSummary';
18
+ export * from './FigureBlock';
19
+ export * from './KeyPointList';
20
+ export * from './SidebarNav';
21
+ export * from './MarkdownArticle';
22
+ export * from './DocumentListPanel';
23
+ export * from './DocumentPreviewToolbar';
24
+ export * from './FileDropZone';
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { AnchoredComment } from '../../../context';
3
+ export interface AnchoredCommentRailProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
4
+ title?: string;
5
+ comments: AnchoredComment[];
6
+ selectedCommentId?: string;
7
+ onCommentSelect?: (commentId: string) => void;
8
+ }
9
+ export declare function AnchoredCommentRail({ title, comments, selectedCommentId, onCommentSelect, ...rest }: AnchoredCommentRailProps): import("react").JSX.Element;
10
+ //# sourceMappingURL=AnchoredCommentRail.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './AnchoredCommentRail';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { TranscriptAnnotation } from '../../../context';
3
+ export interface AnnotationRailPanelProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
4
+ title?: string;
5
+ description?: string;
6
+ annotations: TranscriptAnnotation[];
7
+ selectedAnnotationId?: string;
8
+ onAnnotationSelect?: (annotationId: string) => void;
9
+ }
10
+ export declare function AnnotationRailPanel({ title, description, annotations, selectedAnnotationId, onAnnotationSelect, className, ...rest }: AnnotationRailPanelProps): import("react").JSX.Element;
11
+ //# sourceMappingURL=AnnotationRailPanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './AnnotationRailPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { ContextDiagramView, ContextWindowSnapshot } from '../../../context';
3
+ export interface ContextDiagramPanelProps extends HTMLAttributes<HTMLDivElement> {
4
+ snapshot: ContextWindowSnapshot;
5
+ initialView?: ContextDiagramView;
6
+ selectedPartId?: string;
7
+ }
8
+ export declare function ContextDiagramPanel({ snapshot, initialView, selectedPartId, className, ...rest }: ContextDiagramPanelProps): import("react").JSX.Element;
9
+ //# sourceMappingURL=ContextDiagramPanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './ContextDiagramPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export interface ContextUploadDropAreaProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title' | 'onDrop'> {
3
+ title?: ReactNode;
4
+ description?: ReactNode;
5
+ accept?: string;
6
+ disabled?: boolean;
7
+ active?: boolean;
8
+ onFilesSelected?: (files: File[]) => void;
9
+ }
10
+ export declare function ContextUploadDropArea({ title, description, accept, disabled, active, onFilesSelected, ...rest }: ContextUploadDropAreaProps): import("react").JSX.Element;
11
+ //# sourceMappingURL=ContextUploadDropArea.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './ContextUploadDropArea';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { ContextCourse } from '../../../context';
3
+ export interface CourseLessonPanelProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
4
+ course: ContextCourse;
5
+ activeAgendaItemId?: string;
6
+ onAgendaItemSelect?: (itemId: string) => void;
7
+ }
8
+ export declare function CourseLessonPanel({ course, activeAgendaItemId, onAgendaItemSelect, className, ...rest }: CourseLessonPanelProps): import("react").JSX.Element;
9
+ //# sourceMappingURL=CourseLessonPanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './CourseLessonPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { ContextSlide, ContextWindowSnapshot } from '../../../context';
3
+ export interface CourseSlidePanelProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
4
+ slide: ContextSlide;
5
+ snapshot: ContextWindowSnapshot;
6
+ index?: number;
7
+ total?: number;
8
+ visualSide?: 'left' | 'right';
9
+ onPrevious?: () => void;
10
+ onNext?: () => void;
11
+ }
12
+ export declare function CourseSlidePanel({ slide, snapshot, index, total, visualSide, onPrevious, onNext, className, ...rest }: CourseSlidePanelProps): import("react").JSX.Element;
13
+ //# sourceMappingURL=CourseSlidePanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './CourseSlidePanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ import { type SidebarNavSection } from '../../molecules';
3
+ export interface CourseStudioShellProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
4
+ sections: SidebarNavSection[];
5
+ activeItemId?: string;
6
+ onNavigate?: (itemId: string) => void;
7
+ title?: ReactNode;
8
+ subtitle?: ReactNode;
9
+ sidebarFooter?: ReactNode;
10
+ children?: ReactNode;
11
+ }
12
+ export declare function CourseStudioShell({ sections, activeItemId, onNavigate, title, subtitle, sidebarFooter, className, children, ...rest }: CourseStudioShellProps): import("react").JSX.Element;
13
+ //# sourceMappingURL=CourseStudioShell.d.ts.map
@@ -0,0 +1,3 @@
1
+ import type { SidebarNavSection } from '../../molecules';
2
+ export declare const courseStudioNavSections: SidebarNavSection[];
3
+ //# sourceMappingURL=courseStudioNav.d.ts.map
@@ -0,0 +1,3 @@
1
+ export * from './CourseStudioShell';
2
+ export * from './courseStudioNav';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ import type { ContextHandoutDocument } from '../../../context';
3
+ export interface HandoutDocumentShellProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onSelect' | 'title'> {
4
+ intro: ReactNode;
5
+ documents: ContextHandoutDocument[];
6
+ selectedDocumentId?: string;
7
+ onDocumentSelect?: (documentId: string) => void;
8
+ onDownload?: (documentId: string) => void;
9
+ onDownloadAll?: () => void;
10
+ title?: ReactNode;
11
+ emptyMessage?: ReactNode;
12
+ }
13
+ export declare function HandoutDocumentShell({ intro, documents, selectedDocumentId, onDocumentSelect, onDownload, onDownloadAll, title, emptyMessage, className, ...rest }: HandoutDocumentShellProps): import("react").JSX.Element;
14
+ //# sourceMappingURL=HandoutDocumentShell.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './HandoutDocumentShell';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { TranscriptAnnotation, TranscriptMessage } from '../../../context';
3
+ export interface TranscriptReaderPanelProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
4
+ title?: string;
5
+ subtitle?: string;
6
+ messages: TranscriptMessage[];
7
+ annotations?: TranscriptAnnotation[];
8
+ selectedAnnotationId?: string;
9
+ onAnnotationSelect?: (annotationId: string) => void;
10
+ showAnnotationChips?: boolean;
11
+ }
12
+ export declare function TranscriptReaderPanel({ title, subtitle, messages, annotations, selectedAnnotationId, onAnnotationSelect, showAnnotationChips, className, ...rest }: TranscriptReaderPanelProps): import("react").JSX.Element;
13
+ //# sourceMappingURL=TranscriptReaderPanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './TranscriptReaderPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { TranscriptAnnotation, TranscriptMessage } from '../../../context';
3
+ export interface TranscriptWorkspacePanelProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
4
+ title?: string;
5
+ subtitle?: string;
6
+ messages: TranscriptMessage[];
7
+ annotations?: TranscriptAnnotation[];
8
+ selectedAnnotationId?: string;
9
+ onAnnotationSelect?: (annotationId: string) => void;
10
+ showNotes?: boolean;
11
+ }
12
+ export declare function TranscriptWorkspacePanel({ title, subtitle, messages, annotations, selectedAnnotationId, onAnnotationSelect, showNotes, className, ...rest }: TranscriptWorkspacePanelProps): import("react").JSX.Element;
13
+ //# sourceMappingURL=TranscriptWorkspacePanel.d.ts.map
@@ -0,0 +1,2 @@
1
+ export * from './TranscriptWorkspacePanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,11 @@
1
+ export * from './ContextDiagramPanel';
2
+ export * from './TranscriptReaderPanel';
3
+ export * from './TranscriptWorkspacePanel';
4
+ export * from './AnnotationRailPanel';
5
+ export * from './AnchoredCommentRail';
6
+ export * from './CourseLessonPanel';
7
+ export * from './CourseSlidePanel';
8
+ export * from './CourseStudioShell';
9
+ export * from './HandoutDocumentShell';
10
+ export * from './ContextUploadDropArea';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import type { ContextCourse, AnchoredComment, ContextHandoutBundle, ContextSlide, ContextWindowSnapshot, TranscriptFixture } from './types';
2
+ export declare const CONTEXT_WINDOW_LIMIT = 200000;
3
+ export declare const contextWindowSnapshots: ContextWindowSnapshot[];
4
+ export declare const transcriptFixture: TranscriptFixture;
5
+ export declare const contextCourseFixture: ContextCourse;
6
+ export declare const contextSlides: ContextSlide[];
7
+ export declare const anchoredCommentFixtures: AnchoredComment[];
8
+ export declare const contextHandoutFixture: ContextHandoutBundle;
9
+ export declare function contextWindowTokenTotal(snapshot: ContextWindowSnapshot, options?: {
10
+ includeEmpty?: boolean;
11
+ }): number;
12
+ export declare function contextWindowFillRatio(snapshot: ContextWindowSnapshot): number;
13
+ //# sourceMappingURL=fixtures.d.ts.map
@@ -0,0 +1,4 @@
1
+ export * from './types';
2
+ export * from './kinds';
3
+ export * from './fixtures';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,22 @@
1
+ import type { ContextDiagramStyle, ContextPartKind } from './types';
2
+ export declare const CONTEXT_INK = "#000000";
3
+ export declare const CONTEXT_ACCENT = "#0000CC";
4
+ export declare const CONTEXT_RED = "#CC0000";
5
+ export interface ContextKindVisualSpec {
6
+ fill: string;
7
+ stroke: string;
8
+ label: string;
9
+ name: string;
10
+ dashed?: boolean;
11
+ dotted?: boolean;
12
+ inner?: boolean;
13
+ narrow?: boolean;
14
+ thin?: boolean;
15
+ strokeWidth?: number;
16
+ pattern?: 'checker' | 'diagonal' | 'diagonalDense' | 'stipple' | 'cross' | 'overflow';
17
+ }
18
+ export declare const contextKindOrder: ContextPartKind[];
19
+ export declare function getContextKindSpec(kind: ContextPartKind | string, mode?: ContextDiagramStyle): ContextKindVisualSpec;
20
+ export declare function getContextKindLabel(kind: ContextPartKind | string): string;
21
+ export declare function isContextPartKind(kind: string): kind is ContextPartKind;
22
+ //# sourceMappingURL=kinds.d.ts.map