@amsterdamdatalabs/enact-design-system 0.1.12 → 0.1.19
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.
- package/README.md +2 -2
- package/dist/components/ai/ActivityLog/ActivityLog.d.ts +28 -0
- package/dist/components/ai/ActivityLog/index.d.ts +1 -0
- package/dist/components/ai/ActivitySummary/ActivitySummary.d.ts +17 -0
- package/dist/components/ai/ActivitySummary/index.d.ts +1 -0
- package/dist/components/ai/ActivityTimeline/ActivityTimeline.d.ts +14 -0
- package/dist/components/ai/ActivityTimeline/index.d.ts +1 -0
- package/dist/components/ai/ActivityTimelineDisclosure/ActivityTimelineDisclosure.d.ts +43 -0
- package/dist/components/ai/ActivityTimelineDisclosure/index.d.ts +1 -0
- package/dist/components/ai/AgentControlsView/AgentControlsView.d.ts +133 -0
- package/dist/components/ai/AgentControlsView/agent-controls-events.d.ts +13 -0
- package/dist/components/ai/AgentControlsView/agent-controls-layout.d.ts +17 -0
- package/dist/components/ai/AgentControlsView/agent-controls-parts.d.ts +29 -0
- package/dist/components/ai/AgentControlsView/index.d.ts +1 -0
- package/dist/components/ai/AgentModePicker/AgentModePicker.d.ts +32 -0
- package/dist/components/ai/AgentModePicker/index.d.ts +1 -0
- package/dist/components/ai/AgentPanelStateView/AgentPanelStateView.d.ts +30 -0
- package/dist/components/ai/AgentPanelStateView/index.d.ts +1 -0
- package/dist/components/ai/AgentStreamViewport/AgentStreamViewport.d.ts +27 -0
- package/dist/components/ai/AgentStreamViewport/index.d.ts +1 -0
- package/dist/components/ai/ApprovalRequestCard/ApprovalRequestCard.d.ts +32 -0
- package/dist/components/ai/ApprovalRequestCard/index.d.ts +1 -0
- package/dist/components/ai/AssistantTranscriptMessageView/AssistantTranscriptMessageView.d.ts +17 -0
- package/dist/components/ai/AssistantTranscriptMessageView/index.d.ts +1 -0
- package/dist/components/ai/CitationDisclosure/CitationDisclosure.d.ts +25 -0
- package/dist/components/ai/CitationDisclosure/index.d.ts +1 -0
- package/dist/components/ai/ComposerInput/ComposerInput.d.ts +66 -0
- package/dist/components/ai/ComposerInput/index.d.ts +1 -0
- package/dist/components/ai/ConversationContextPanel/ConversationContextPanel.d.ts +51 -0
- package/dist/components/ai/ConversationContextPanel/index.d.ts +1 -0
- package/dist/components/ai/ConversationMessageView/ConversationMessageView.d.ts +38 -0
- package/dist/components/ai/ConversationMessageView/index.d.ts +1 -0
- package/dist/components/ai/DictationControls/DictationControls.d.ts +47 -0
- package/dist/components/ai/DictationControls/dictation-actions.d.ts +23 -0
- package/dist/components/ai/DictationControls/dictation-utils.d.ts +2 -0
- package/dist/components/ai/DictationControls/index.d.ts +1 -0
- package/dist/components/ai/EditedFilesSummary/EditedFilesSummary.d.ts +30 -0
- package/dist/components/ai/EditedFilesSummary/index.d.ts +1 -0
- package/dist/components/ai/FilterMenu/FilterMenu.d.ts +19 -0
- package/dist/components/ai/FilterMenu/index.d.ts +1 -0
- package/dist/components/ai/HookActivity/HookActivity.d.ts +12 -0
- package/dist/components/ai/HookActivity/index.d.ts +1 -0
- package/dist/components/ai/IntegrationMarketplace/IntegrationMarketplace.d.ts +30 -0
- package/dist/components/ai/IntegrationMarketplace/index.d.ts +1 -0
- package/dist/components/ai/MessageActions/MessageActions.d.ts +17 -0
- package/dist/components/ai/MessageActions/index.d.ts +1 -0
- package/dist/components/ai/Mic/Mic.d.ts +15 -0
- package/dist/components/ai/Mic/index.d.ts +1 -0
- package/dist/components/ai/ModelEffortSelector/ModelEffortSelector.d.ts +38 -0
- package/dist/components/ai/ModelEffortSelector/index.d.ts +1 -0
- package/dist/components/ai/PlanSteps/PlanSteps.d.ts +15 -0
- package/dist/components/ai/PlanSteps/index.d.ts +1 -0
- package/dist/components/ai/PromptInput/PromptInput.d.ts +41 -0
- package/dist/components/ai/PromptInput/index.d.ts +1 -0
- package/dist/components/ai/ProviderDiagnosticsSheet/ProviderDiagnosticsSheet.d.ts +102 -0
- package/dist/components/ai/ProviderDiagnosticsSheet/index.d.ts +1 -0
- package/dist/components/ai/ProviderModelSelectorView/ProviderModelSelectorView.d.ts +88 -0
- package/dist/components/ai/ProviderModelSelectorView/index.d.ts +1 -0
- package/dist/components/ai/ProviderModelSelectorView/provider-model-selector-events.d.ts +7 -0
- package/dist/components/ai/ProviderModelSelectorView/provider-model-selector-parts.d.ts +39 -0
- package/dist/components/ai/ProviderModelSelectorView/provider-model-selector-utils.d.ts +2 -0
- package/dist/components/ai/QueuedMessageList/QueuedMessageList.d.ts +33 -0
- package/dist/components/ai/QueuedMessageList/index.d.ts +1 -0
- package/dist/components/ai/ReasoningDisclosure/ReasoningDisclosure.d.ts +10 -0
- package/dist/components/ai/ReasoningDisclosure/index.d.ts +1 -0
- package/dist/components/ai/SessionImportSheet/SessionImportSheet.d.ts +76 -0
- package/dist/components/ai/SessionImportSheet/index.d.ts +1 -0
- package/dist/components/ai/SkillCall/SkillCall.d.ts +15 -0
- package/dist/components/ai/SkillCall/index.d.ts +1 -0
- package/dist/components/ai/SubagentTrack/SubagentTrack.d.ts +37 -0
- package/dist/components/ai/SubagentTrack/index.d.ts +1 -0
- package/dist/components/ai/TodoListDisclosure/TodoListDisclosure.d.ts +30 -0
- package/dist/components/ai/TodoListDisclosure/index.d.ts +1 -0
- package/dist/components/ai/ToolCall/ToolCall.d.ts +19 -0
- package/dist/components/ai/ToolCall/index.d.ts +1 -0
- package/dist/components/ai/ToolCallDetailView/ToolCallDetailView.d.ts +60 -0
- package/dist/components/ai/ToolCallDetailView/index.d.ts +1 -0
- package/dist/components/ai/ToolCallGroup/ToolCallGroup.d.ts +33 -0
- package/dist/components/ai/ToolCallGroup/index.d.ts +1 -0
- package/dist/components/ai/ToolOutputPanel/ToolOutputPanel.d.ts +26 -0
- package/dist/components/ai/ToolOutputPanel/index.d.ts +1 -0
- package/dist/components/ai/Transcript/Transcript.d.ts +104 -0
- package/dist/components/ai/Transcript/index.d.ts +1 -0
- package/dist/components/ai/TranscriptAttachmentCard/TranscriptAttachmentCard.d.ts +28 -0
- package/dist/components/ai/TranscriptAttachmentCard/index.d.ts +1 -0
- package/dist/components/ai/TranscriptMessageFooter/TranscriptMessageFooter.d.ts +31 -0
- package/dist/components/ai/TranscriptMessageFooter/index.d.ts +1 -0
- package/dist/components/ai/TranscriptPeek/TranscriptPeek.d.ts +23 -0
- package/dist/components/ai/TranscriptPeek/index.d.ts +1 -0
- package/dist/components/ai/VoiceControls/VoiceControls.d.ts +34 -0
- package/dist/components/ai/VoiceControls/index.d.ts +1 -0
- package/dist/components/ai/WorkspaceComposerView/WorkspaceComposerView.d.ts +37 -0
- package/dist/components/ai/WorkspaceComposerView/index.d.ts +1 -0
- package/dist/components/ai/WorkspaceDraftComposerView/WorkspaceDraftComposerView.d.ts +22 -0
- package/dist/components/ai/WorkspaceDraftComposerView/index.d.ts +1 -0
- package/dist/components/content/ArtifactCard/ArtifactCard.d.ts +11 -0
- package/dist/components/content/ArtifactCard/index.d.ts +1 -0
- package/dist/components/content/ArtifactPreviewFrame/ArtifactPreviewFrame.d.ts +25 -0
- package/dist/components/content/ArtifactPreviewFrame/index.d.ts +1 -0
- package/dist/components/content/CodeBlock/CodeBlock.d.ts +22 -0
- package/dist/components/content/CodeBlock/index.d.ts +2 -0
- package/dist/components/content/ComponentPreview/ComponentPreview.d.ts +13 -0
- package/dist/components/content/ComponentPreview/index.d.ts +2 -0
- package/dist/components/content/DiffStat/DiffStat.d.ts +9 -0
- package/dist/components/content/DiffStat/index.d.ts +1 -0
- package/dist/components/content/DiffView/DiffView.d.ts +16 -0
- package/dist/components/content/DiffView/diff.d.ts +20 -0
- package/dist/components/content/DiffView/index.d.ts +2 -0
- package/dist/components/content/DocumentPreviewFrame/DocumentPreviewFrame.d.ts +15 -0
- package/dist/components/content/DocumentPreviewFrame/index.d.ts +1 -0
- package/dist/components/content/DocumentViewer/DocumentViewer.d.ts +18 -0
- package/dist/components/content/DocumentViewer/index.d.ts +1 -0
- package/dist/components/content/FilePreviewSurface/FilePreviewSurface.d.ts +44 -0
- package/dist/components/content/FilePreviewSurface/index.d.ts +2 -0
- package/dist/components/content/HighlightedCodeBlock/HighlightedCodeBlock.d.ts +22 -0
- package/dist/components/content/HighlightedCodeBlock/index.d.ts +1 -0
- package/dist/components/content/MarkdownRendererView/MarkdownRendererView.d.ts +49 -0
- package/dist/components/content/MarkdownRendererView/index.d.ts +1 -0
- package/dist/components/content/MarkdownView/MarkdownView.d.ts +27 -0
- package/dist/components/content/MarkdownView/index.d.ts +2 -0
- package/dist/components/content/MarkdownView/markdown.d.ts +89 -0
- package/dist/components/content/MessageBubble/MessageBubble.d.ts +10 -0
- package/dist/components/content/MessageBubble/index.d.ts +1 -0
- package/dist/components/content/MetadataInspector/MetadataInspector.d.ts +30 -0
- package/dist/components/content/MetadataInspector/index.d.ts +1 -0
- package/dist/components/content/PlanCard/PlanCard.d.ts +15 -0
- package/dist/components/content/PlanCard/index.d.ts +1 -0
- package/dist/components/content/ReviewCommentCard/ReviewCommentCard.d.ts +26 -0
- package/dist/components/content/ReviewCommentCard/index.d.ts +1 -0
- package/dist/components/content/ScrollableCodeSurface/ScrollableCodeSurface.d.ts +51 -0
- package/dist/components/content/ScrollableCodeSurface/index.d.ts +2 -0
- package/dist/components/content/SourceCard/SourceCard.d.ts +14 -0
- package/dist/components/content/SourceCard/index.d.ts +1 -0
- package/dist/components/content/SyntaxCodeLines/SyntaxCodeLines.d.ts +27 -0
- package/dist/components/content/SyntaxCodeLines/index.d.ts +2 -0
- package/dist/components/content/TokenDiffView/TokenDiffView.d.ts +33 -0
- package/dist/components/content/TokenDiffView/index.d.ts +1 -0
- package/dist/components/content/ToolCallDetailsView/ToolCallDetailsView.d.ts +30 -0
- package/dist/components/content/ToolCallDetailsView/index.d.ts +1 -0
- package/dist/components/core/Avatar/Avatar.d.ts +8 -2
- package/dist/components/core/Avatar/index.d.ts +1 -1
- package/dist/components/core/Badge/Badge.d.ts +11 -2
- package/dist/components/core/Badge/index.d.ts +1 -1
- package/dist/components/core/Button/Button.d.ts +2 -2
- package/dist/components/core/Card/Card.d.ts +7 -2
- package/dist/components/core/Card/CardAction.d.ts +6 -0
- package/dist/components/core/Card/CardBody.d.ts +6 -0
- package/dist/components/core/Card/CardContent.d.ts +5 -0
- package/dist/components/core/Card/CardDescription.d.ts +5 -0
- package/dist/components/core/Card/CardFooter.d.ts +5 -0
- package/dist/components/core/Card/CardHeader.d.ts +7 -0
- package/dist/components/core/Card/CardLayoutContext.d.ts +7 -0
- package/dist/components/core/Card/CardTitle.d.ts +7 -0
- package/dist/components/core/Card/index.d.ts +8 -1
- package/dist/components/core/Kbd/Kbd.d.ts +7 -0
- package/dist/components/core/Kbd/index.d.ts +1 -0
- package/dist/components/core/Pill/Pill.d.ts +14 -0
- package/dist/components/core/Pill/index.d.ts +1 -0
- package/dist/components/core/Stat/Stat.d.ts +3 -1
- package/dist/components/data/BarChart/BarChart.d.ts +11 -0
- package/dist/components/data/BarChart/index.d.ts +1 -0
- package/dist/components/data/Calendar/Calendar.d.ts +25 -0
- package/dist/components/data/Calendar/index.d.ts +1 -0
- package/dist/components/data/CartesianLineChart/CartesianLineChart.d.ts +31 -0
- package/dist/components/data/CartesianLineChart/index.d.ts +1 -0
- package/dist/components/data/ChartCard/ChartCard.d.ts +12 -0
- package/dist/components/data/ChartCard/ChartCardTrendFooter.d.ts +5 -0
- package/dist/components/data/ChartCard/index.d.ts +2 -0
- package/dist/components/data/CollapsibleSection/CollapsibleSection.d.ts +15 -0
- package/dist/components/data/CollapsibleSection/index.d.ts +1 -0
- package/dist/components/data/ColorSwatch/ColorSwatch.d.ts +19 -0
- package/dist/components/data/ColorSwatch/index.d.ts +1 -0
- package/dist/components/data/ColumnChart/ColumnChart.d.ts +11 -0
- package/dist/components/data/ColumnChart/index.d.ts +1 -0
- package/dist/components/data/DonutChart/DonutChart.d.ts +15 -0
- package/dist/components/data/DonutChart/index.d.ts +1 -0
- package/dist/components/data/FunnelChart/FunnelChart.d.ts +10 -0
- package/dist/components/data/FunnelChart/index.d.ts +1 -0
- package/dist/components/data/Gauge/Gauge.d.ts +17 -0
- package/dist/components/data/Gauge/index.d.ts +1 -0
- package/dist/components/data/HorizontalBarChart/HorizontalBarChart.d.ts +11 -0
- package/dist/components/data/HorizontalBarChart/index.d.ts +1 -0
- package/dist/components/data/LineChart/LineChart.d.ts +32 -0
- package/dist/components/data/LineChart/MultiLineChart.d.ts +27 -0
- package/dist/components/data/LineChart/index.d.ts +2 -0
- package/dist/components/data/LineChart/line-chart-paths.d.ts +16 -0
- package/dist/components/data/List/List.d.ts +5 -1
- package/dist/components/data/MetricCard/MetricCard.d.ts +13 -6
- package/dist/components/data/ReorderableList/ReorderableList.d.ts +55 -0
- package/dist/components/data/ReorderableList/index.d.ts +1 -0
- package/dist/components/data/ReorderableList/reorder-drag-handlers.d.ts +28 -0
- package/dist/components/data/ReorderableList/reorder-items.d.ts +3 -0
- package/dist/components/data/ReorderableList/reorder-list-modifiers.d.ts +3 -0
- package/dist/components/data/ReorderableList/reorderable-item.d.ts +16 -0
- package/dist/components/data/ScatterPlot/ScatterPlot.d.ts +12 -0
- package/dist/components/data/ScatterPlot/index.d.ts +1 -0
- package/dist/components/data/ScheduleRow/ScheduleRow.d.ts +32 -0
- package/dist/components/data/ScheduleRow/index.d.ts +1 -0
- package/dist/components/data/SchedulesTable/SchedulesTable.d.ts +27 -0
- package/dist/components/data/SchedulesTable/index.d.ts +1 -0
- package/dist/components/data/Sparkline/Sparkline.d.ts +13 -0
- package/dist/components/data/Sparkline/index.d.ts +1 -0
- package/dist/components/data/SparklineAreaChart/SparklineAreaChart.d.ts +16 -0
- package/dist/components/data/SparklineAreaChart/index.d.ts +1 -0
- package/dist/components/data/SparklineLineChart/SparklineLineChart.d.ts +15 -0
- package/dist/components/data/SparklineLineChart/index.d.ts +1 -0
- package/dist/components/data/StackedAreaChart/StackedAreaChart.d.ts +24 -0
- package/dist/components/data/StackedAreaChart/index.d.ts +1 -0
- package/dist/components/data/Table/Table.d.ts +3 -1
- package/dist/components/data/UsageBar/UsageBar.d.ts +20 -0
- package/dist/components/data/UsageBar/index.d.ts +1 -0
- package/dist/components/data/UsageRing/UsageRing.d.ts +20 -0
- package/dist/components/data/UsageRing/index.d.ts +1 -0
- package/dist/components/data/UsageSummaryCard/UsageSummaryCard.d.ts +36 -0
- package/dist/components/data/UsageSummaryCard/index.d.ts +1 -0
- package/dist/components/data/UsageSummaryList/UsageSummaryList.d.ts +16 -0
- package/dist/components/data/UsageSummaryList/index.d.ts +1 -0
- package/dist/components/data/WaterfallChart/WaterfallChart.d.ts +12 -0
- package/dist/components/data/WaterfallChart/index.d.ts +1 -0
- package/dist/components/data/chartPlotMetrics.d.ts +3 -0
- package/dist/components/feedback/ActivitySkeleton/ActivitySkeleton.d.ts +22 -0
- package/dist/components/feedback/ActivitySkeleton/index.d.ts +1 -0
- package/dist/components/feedback/Alert/Alert.d.ts +26 -1
- package/dist/components/feedback/Alert/index.d.ts +1 -1
- package/dist/components/feedback/ArchivedAgentCallout/ArchivedAgentCallout.d.ts +18 -0
- package/dist/components/feedback/ArchivedAgentCallout/index.d.ts +1 -0
- package/dist/components/feedback/EmptyState/EmptyState.d.ts +18 -0
- package/dist/components/feedback/EmptyState/index.d.ts +1 -0
- package/dist/components/feedback/OperationProgressList/OperationProgressList.d.ts +28 -0
- package/dist/components/feedback/OperationProgressList/index.d.ts +1 -0
- package/dist/components/feedback/Progress/Progress.d.ts +3 -1
- package/dist/components/feedback/PullRequestSkeleton/PullRequestSkeleton.d.ts +39 -0
- package/dist/components/feedback/PullRequestSkeleton/index.d.ts +1 -0
- package/dist/components/feedback/ReplayStatusBanner/ReplayStatusBanner.d.ts +10 -0
- package/dist/components/feedback/ReplayStatusBanner/index.d.ts +1 -0
- package/dist/components/feedback/Spinner/Spinner.d.ts +6 -0
- package/dist/components/feedback/Spinner/index.d.ts +1 -0
- package/dist/components/feedback/StatusDot/StatusDot.d.ts +7 -0
- package/dist/components/feedback/StatusDot/index.d.ts +1 -0
- package/dist/components/feedback/Toast/Toast.d.ts +49 -0
- package/dist/components/feedback/Toast/ToastViewport.d.ts +37 -0
- package/dist/components/feedback/Toast/index.d.ts +2 -0
- package/dist/components/forms/CadenceEditor/CadenceEditor.d.ts +36 -0
- package/dist/components/forms/CadenceEditor/index.d.ts +1 -0
- package/dist/components/forms/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/forms/Combobox/Autocomplete.d.ts +28 -0
- package/dist/components/forms/Combobox/Combobox.d.ts +33 -0
- package/dist/components/forms/Combobox/ComboboxTrigger.d.ts +33 -0
- package/dist/components/forms/Combobox/autocomplete-utils.d.ts +7 -0
- package/dist/components/forms/Combobox/index.d.ts +6 -0
- package/dist/components/forms/Field/Field.d.ts +3 -1
- package/dist/components/forms/FileDropZone/FileDropZone.d.ts +23 -0
- package/dist/components/forms/FileDropZone/index.d.ts +1 -0
- package/dist/components/forms/HostConnectionForm/HostConnectionForm.d.ts +64 -0
- package/dist/components/forms/HostConnectionForm/index.d.ts +2 -0
- package/dist/components/forms/Input/Input.d.ts +4 -2
- package/dist/components/forms/QuestionnaireCard/QuestionnaireCard.d.ts +51 -0
- package/dist/components/forms/QuestionnaireCard/index.d.ts +1 -0
- package/dist/components/forms/QuestionnaireCard/questionnaire-card-parts.d.ts +38 -0
- package/dist/components/forms/QuestionnaireCard/questionnaire-handlers.d.ts +24 -0
- package/dist/components/forms/QuestionnaireCard/questionnaire-parts.d.ts +1 -0
- package/dist/components/forms/QuestionnaireCard/questionnaire-utils.d.ts +3 -0
- package/dist/components/forms/RadioCard/RadioCard.d.ts +8 -0
- package/dist/components/forms/RadioCard/index.d.ts +1 -0
- package/dist/components/forms/ResponsiveCombobox/ResponsiveCombobox.d.ts +73 -0
- package/dist/components/forms/ResponsiveCombobox/helpers.d.ts +25 -0
- package/dist/components/forms/ResponsiveCombobox/index.d.ts +2 -0
- package/dist/components/forms/ResponsiveCombobox/responsive-combobox-events.d.ts +15 -0
- package/dist/components/forms/ResponsiveCombobox/responsive-combobox-focus.d.ts +3 -0
- package/dist/components/forms/ResponsiveCombobox/responsive-combobox-navigation.d.ts +8 -0
- package/dist/components/forms/ResponsiveCombobox/responsive-combobox-options-list.d.ts +10 -0
- package/dist/components/forms/ResponsiveCombobox/responsive-combobox-primitives.d.ts +27 -0
- package/dist/components/forms/ResponsiveCombobox/responsive-combobox-structured-header.d.ts +6 -0
- package/dist/components/forms/ResponsiveCombobox/use-compact-breakpoint.d.ts +2 -0
- package/dist/components/forms/SearchInput/SearchInput.d.ts +13 -0
- package/dist/components/forms/SearchInput/index.d.ts +1 -0
- package/dist/components/forms/Select/Select.d.ts +13 -4
- package/dist/components/forms/SelectableOptionGrid/SelectableOptionGrid.d.ts +18 -0
- package/dist/components/forms/SelectableOptionGrid/index.d.ts +1 -0
- package/dist/components/forms/Slider/Slider.d.ts +13 -0
- package/dist/components/forms/Slider/index.d.ts +1 -0
- package/dist/components/layout/Box/Box.d.ts +1 -1
- package/dist/components/layout/Container/Container.d.ts +1 -1
- package/dist/components/layout/Grid/Grid.d.ts +4 -2
- package/dist/components/layout/Inline/Inline.d.ts +1 -1
- package/dist/components/layout/PanelDock/PanelDock.d.ts +18 -0
- package/dist/components/layout/PanelDock/index.d.ts +1 -0
- package/dist/components/layout/ScrollbarOverlay/ScrollbarOverlay.d.ts +26 -0
- package/dist/components/layout/ScrollbarOverlay/index.d.ts +1 -0
- package/dist/components/layout/ScrollbarOverlay/scrollbar-geometry.d.ts +23 -0
- package/dist/components/layout/ScrollbarOverlay/scrollbar-overlay-handlers.d.ts +5 -0
- package/dist/components/layout/SettingsSection/SettingsSection.d.ts +14 -0
- package/dist/components/layout/SettingsSection/index.d.ts +1 -0
- package/dist/components/layout/SettingsShellView/SettingsShellView.d.ts +33 -0
- package/dist/components/layout/SettingsShellView/index.d.ts +1 -0
- package/dist/components/layout/SplitDropPreview/SplitDropPreview.d.ts +16 -0
- package/dist/components/layout/SplitDropPreview/index.d.ts +1 -0
- package/dist/components/layout/Splitter/ResizeHandle.d.ts +20 -0
- package/dist/components/layout/Splitter/Splitter.d.ts +24 -0
- package/dist/components/layout/Splitter/index.d.ts +2 -0
- package/dist/components/layout/Stack/Stack.d.ts +1 -1
- package/dist/components/layout/WorkspaceSplitLayout/WorkspaceSplitLayout.d.ts +30 -0
- package/dist/components/layout/WorkspaceSplitLayout/index.d.ts +1 -0
- package/dist/components/media/AttachmentPill/AttachmentPill.d.ts +44 -0
- package/dist/components/media/AttachmentPill/index.d.ts +2 -0
- package/dist/components/media/GithubMark/GithubMark.d.ts +12 -0
- package/dist/components/media/GithubMark/index.d.ts +1 -0
- package/dist/components/media/GlyphMark/GlyphMark.d.ts +14 -0
- package/dist/components/media/GlyphMark/index.d.ts +1 -0
- package/dist/components/media/ImageMark/ImageMark.d.ts +18 -0
- package/dist/components/media/ImageMark/index.d.ts +1 -0
- package/dist/components/media/ProviderMark/ProviderMark.d.ts +21 -0
- package/dist/components/media/ProviderMark/index.d.ts +1 -0
- package/dist/components/media/Waveform/Waveform.d.ts +24 -0
- package/dist/components/media/Waveform/index.d.ts +1 -0
- package/dist/components/navigation/AccountMenu/AccountMenu.d.ts +46 -0
- package/dist/components/navigation/AccountMenu/index.d.ts +1 -0
- package/dist/components/navigation/ChapterMarkers/ChapterMarkers.d.ts +12 -0
- package/dist/components/navigation/ChapterMarkers/index.d.ts +1 -0
- package/dist/components/navigation/ComposerMenuTrigger/ComposerMenuTrigger.d.ts +14 -0
- package/dist/components/navigation/ComposerMenuTrigger/index.d.ts +1 -0
- package/dist/components/navigation/DirectorySearchPicker/DirectorySearchPicker.d.ts +53 -0
- package/dist/components/navigation/DirectorySearchPicker/index.d.ts +1 -0
- package/dist/components/navigation/FileTree/FileTree.d.ts +58 -0
- package/dist/components/navigation/FileTree/index.d.ts +1 -0
- package/dist/components/navigation/HeaderToggleButton/HeaderToggleButton.d.ts +19 -0
- package/dist/components/navigation/HeaderToggleButton/index.d.ts +2 -0
- package/dist/components/navigation/HostMethodChooser/HostMethodChooser.d.ts +16 -0
- package/dist/components/navigation/HostMethodChooser/index.d.ts +1 -0
- package/dist/components/navigation/NavList/NavList.d.ts +41 -0
- package/dist/components/navigation/NavList/index.d.ts +1 -0
- package/dist/components/navigation/ProjectLocationDialog/ProjectLocationDialog.d.ts +47 -0
- package/dist/components/navigation/ProjectLocationDialog/index.d.ts +1 -0
- package/dist/components/navigation/ScreenTitle/ScreenTitle.d.ts +15 -0
- package/dist/components/navigation/ScreenTitle/index.d.ts +1 -0
- package/dist/components/navigation/SegmentedControl/SegmentedControl.d.ts +21 -0
- package/dist/components/navigation/SegmentedControl/index.d.ts +1 -0
- package/dist/components/navigation/ShortcutReference/ShortcutReference.d.ts +31 -0
- package/dist/components/navigation/ShortcutReference/index.d.ts +1 -0
- package/dist/components/navigation/SidebarQuickNav/SidebarQuickNav.d.ts +19 -0
- package/dist/components/navigation/SidebarQuickNav/index.d.ts +1 -0
- package/dist/components/navigation/SidebarTree/SidebarTree.d.ts +46 -0
- package/dist/components/navigation/SidebarTree/index.d.ts +1 -0
- package/dist/components/navigation/SplitActionMenu/SplitActionMenu.d.ts +66 -0
- package/dist/components/navigation/SplitActionMenu/index.d.ts +1 -0
- package/dist/components/navigation/Tabs/Tabs.d.ts +11 -2
- package/dist/components/navigation/WorkspaceLauncher/WorkspaceLauncher.d.ts +28 -0
- package/dist/components/navigation/WorkspaceLauncher/index.d.ts +1 -0
- package/dist/components/navigation/WorkspaceScriptsTrigger/WorkspaceScriptsTrigger.d.ts +15 -0
- package/dist/components/navigation/WorkspaceScriptsTrigger/index.d.ts +1 -0
- package/dist/components/navigation/WorkspaceTabStrip/WorkspaceTabStrip.d.ts +140 -0
- package/dist/components/navigation/WorkspaceTabStrip/index.d.ts +1 -0
- package/dist/components/navigation/WorkspaceTabStrip/workspace-tab-strip-events.d.ts +7 -0
- package/dist/components/navigation/WorkspaceTabStrip/workspace-tab-strip-tab.d.ts +36 -0
- package/dist/components/navigation/WorkspaceTabSwitcherView/WorkspaceTabSwitcherView.d.ts +22 -0
- package/dist/components/navigation/WorkspaceTabSwitcherView/index.d.ts +1 -0
- package/dist/components/overlay/ActionChoicePopover/ActionChoicePopover.d.ts +40 -0
- package/dist/components/overlay/ActionChoicePopover/index.d.ts +1 -0
- package/dist/components/overlay/CommandPalette/CommandPalette.d.ts +52 -0
- package/dist/components/overlay/CommandPalette/fuzzy.d.ts +25 -0
- package/dist/components/overlay/CommandPalette/index.d.ts +1 -0
- package/dist/components/overlay/Drawer/Drawer.d.ts +19 -0
- package/dist/components/overlay/Drawer/index.d.ts +1 -0
- package/dist/components/overlay/MediaLightbox/MediaLightbox.d.ts +13 -0
- package/dist/components/overlay/MediaLightbox/index.d.ts +1 -0
- package/dist/components/overlay/Menu/ContextMenu.d.ts +98 -0
- package/dist/components/overlay/Menu/Menu.d.ts +89 -0
- package/dist/components/overlay/Menu/context-menu-utils.d.ts +7 -0
- package/dist/components/overlay/Menu/index.d.ts +4 -0
- package/dist/components/overlay/RenameDialog/RenameDialog.d.ts +31 -0
- package/dist/components/overlay/RenameDialog/index.d.ts +1 -0
- package/dist/components/overlay/ResponsiveSheet/ResponsiveSheet.d.ts +60 -0
- package/dist/components/overlay/ResponsiveSheet/index.d.ts +1 -0
- package/dist/components/overlay/ToolCallSheetView/ToolCallSheetView.d.ts +22 -0
- package/dist/components/overlay/ToolCallSheetView/index.d.ts +1 -0
- package/dist/components/shell/AgentSessionStarter/AgentSessionStarter.d.ts +9 -0
- package/dist/components/shell/AgentSessionStarter/index.d.ts +1 -0
- package/dist/components/shell/AppShell/AppShell.d.ts +60 -0
- package/dist/components/shell/AppShell/index.d.ts +1 -0
- package/dist/components/shell/ChatNavigationToolbar/ChatNavigationToolbar.d.ts +7 -0
- package/dist/components/shell/ChatNavigationToolbar/index.d.ts +1 -0
- package/dist/components/shell/ConnectionStateView/ConnectionStateView.d.ts +43 -0
- package/dist/components/shell/ConnectionStateView/index.d.ts +1 -0
- package/dist/components/shell/ConversationShell/ConversationShell.d.ts +11 -0
- package/dist/components/shell/ConversationShell/index.d.ts +1 -0
- package/dist/components/shell/ExplorerSidebarFrame/ExplorerSidebarFrame.d.ts +46 -0
- package/dist/components/shell/ExplorerSidebarFrame/index.d.ts +1 -0
- package/dist/components/shell/FileFrame/FileFrame.d.ts +23 -0
- package/dist/components/shell/FileFrame/index.d.ts +1 -0
- package/dist/components/shell/NewChatStarter/NewChatStarter.d.ts +20 -0
- package/dist/components/shell/NewChatStarter/index.d.ts +1 -0
- package/dist/components/shell/PanelPeek/PanelPeek.d.ts +11 -0
- package/dist/components/shell/PanelPeek/index.d.ts +1 -0
- package/dist/components/shell/PreviewChrome/PreviewChrome.d.ts +28 -0
- package/dist/components/shell/PreviewChrome/index.d.ts +1 -0
- package/dist/components/shell/PreviewInspector/PreviewInspectorOverlay.d.ts +5 -0
- package/dist/components/shell/PreviewInspector/PreviewInspectorToggle.d.ts +6 -0
- package/dist/components/shell/PreviewInspector/PreviewInspectorTokenItem.d.ts +5 -0
- package/dist/components/shell/PreviewInspector/class-finder.d.ts +14 -0
- package/dist/components/shell/PreviewInspector/index.d.ts +7 -0
- package/dist/components/shell/PreviewInspector/outline-ring.d.ts +7 -0
- package/dist/components/shell/PreviewInspector/preview-inspector-helpers.d.ts +52 -0
- package/dist/components/shell/PreviewInspector/token-finder.d.ts +11 -0
- package/dist/components/shell/PreviewInspector/token-to-role.d.ts +5 -0
- package/dist/components/shell/PreviewInspector/usePreviewInspector.d.ts +22 -0
- package/dist/components/shell/ScreenHeader/ScreenHeader.d.ts +37 -0
- package/dist/components/shell/ScreenHeader/index.d.ts +1 -0
- package/dist/components/shell/SharedWorkspace/SharedWorkspace.d.ts +39 -0
- package/dist/components/shell/SharedWorkspace/index.d.ts +1 -0
- package/dist/components/shell/SidebarToggle/SidebarToggle.d.ts +20 -0
- package/dist/components/shell/SidebarToggle/index.d.ts +1 -0
- package/dist/components/shell/StatusBar/StatusBar.d.ts +13 -0
- package/dist/components/shell/StatusBar/index.d.ts +1 -0
- package/dist/components/shell/TabbedColumnContentFrame/TabbedColumnContentFrame.d.ts +20 -0
- package/dist/components/shell/TabbedColumnContentFrame/index.d.ts +1 -0
- package/dist/components/shell/TerminalFrame/TerminalFrame.d.ts +25 -0
- package/dist/components/shell/TerminalFrame/index.d.ts +1 -0
- package/dist/components/shell/TerminalKeypad/TerminalKeypad.d.ts +28 -0
- package/dist/components/shell/TerminalKeypad/index.d.ts +1 -0
- package/dist/components/shell/ThreePaneWorkspace/ThreePaneWorkspace.d.ts +23 -0
- package/dist/components/shell/ThreePaneWorkspace/index.d.ts +1 -0
- package/dist/components/shell/TitlebarSpacer/TitlebarSpacer.d.ts +9 -0
- package/dist/components/shell/TitlebarSpacer/index.d.ts +1 -0
- package/dist/components/shell/WorkAreaLayout/WorkAreaLayout.d.ts +17 -0
- package/dist/components/shell/WorkAreaLayout/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceControls/WorkspaceControls.d.ts +12 -0
- package/dist/components/shell/WorkspaceControls/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceEnvironmentRail/WorkspaceEnvironmentRail.d.ts +21 -0
- package/dist/components/shell/WorkspaceEnvironmentRail/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceHeader/WorkspaceHeader.d.ts +20 -0
- package/dist/components/shell/WorkspaceHeader/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceNav/WorkspaceNav.d.ts +22 -0
- package/dist/components/shell/WorkspaceNav/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceScriptsMenu/WorkspaceScriptsMenu.d.ts +57 -0
- package/dist/components/shell/WorkspaceScriptsMenu/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceSetupPanel/WorkspaceSetupPanel.d.ts +54 -0
- package/dist/components/shell/WorkspaceSetupPanel/index.d.ts +1 -0
- package/dist/components/shell/WorkspaceSetupPanel/workspace-setup-parts.d.ts +16 -0
- package/dist/components/shell/WorkspaceSetupPanel/workspace-setup-utils.d.ts +3 -0
- package/dist/components/showcase/application/ApplicationShowcase.d.ts +2 -0
- package/dist/components/showcase/application/index.d.ts +1 -0
- package/dist/components/showcase/application/widgets/ActivityFeed.d.ts +1 -0
- package/dist/components/showcase/application/widgets/ApplicationIcons.d.ts +13 -0
- package/dist/components/showcase/application/widgets/FeaturedIcon.d.ts +2 -0
- package/dist/components/showcase/application/widgets/FormWidgets.d.ts +9 -0
- package/dist/components/showcase/application/widgets/Messaging.d.ts +1 -0
- package/dist/components/showcase/application/widgets/StockMarket.d.ts +1 -0
- package/dist/components/showcase/application/widgets/Ticker.d.ts +1 -0
- package/dist/components/showcase/application/widgets/Transactions.d.ts +1 -0
- package/dist/components/showcase/cards/CardsShowcase.d.ts +1 -0
- package/dist/components/showcase/cards/index.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/ActivityGoal.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/Calendar.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/Chat.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/CookieSettings.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/CreateAccount.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/DatePicker.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/ExerciseMinutes.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/Forms.d.ts +2 -0
- package/dist/components/showcase/cards/widgets/PaymentMethod.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/Payments.d.ts +7 -0
- package/dist/components/showcase/cards/widgets/ReportIssue.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/RoleMenu.d.ts +3 -0
- package/dist/components/showcase/cards/widgets/Share.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/Stats.d.ts +1 -0
- package/dist/components/showcase/cards/widgets/TeamMembers.d.ts +1 -0
- package/dist/components/showcase/charts/ChartsShowcase.d.ts +1 -0
- package/dist/components/showcase/charts/ColorSwatchGrid.d.ts +5 -0
- package/dist/components/showcase/charts/chartPreviewData.d.ts +134 -0
- package/dist/components/showcase/charts/index.d.ts +2 -0
- package/dist/components/showcase/components/ComponentsShowcase.d.ts +1 -0
- package/dist/components/showcase/components/catalog.d.ts +51 -0
- package/dist/components/showcase/components/demos/index.d.ts +3 -0
- package/dist/components/showcase/components/demos/interactive-demos.d.ts +7 -0
- package/dist/components/showcase/components/demos/promotion-demos.d.ts +4 -0
- package/dist/components/showcase/components/demos/static-demos.d.ts +5 -0
- package/dist/components/showcase/components/index.d.ts +1 -0
- package/dist/components/showcase/dashboard/DashboardNavUser.d.ts +6 -0
- package/dist/components/showcase/dashboard/DashboardShowcase.d.ts +1 -0
- package/dist/components/showcase/dashboard/DocumentsTable.d.ts +12 -0
- package/dist/components/showcase/dashboard/StatChartCard.d.ts +7 -0
- package/dist/components/showcase/dashboard/VisitorsAreaChartCard.d.ts +1 -0
- package/dist/components/showcase/dashboard/index.d.ts +3 -0
- package/dist/components/showcase/dashboard/visitorsChartData.d.ts +6 -0
- package/dist/components/showcase/layout-showcase/LayoutShowcase.d.ts +2 -0
- package/dist/components/showcase/layout-showcase/index.d.ts +1 -0
- package/dist/components/showcase/mail/AccountSwitcher.d.ts +5 -0
- package/dist/components/showcase/mail/MailAccountIcons.d.ts +8 -0
- package/dist/components/showcase/mail/MailDisplay.d.ts +6 -0
- package/dist/components/showcase/mail/MailIcons.d.ts +25 -0
- package/dist/components/showcase/mail/MailInbox.d.ts +9 -0
- package/dist/components/showcase/mail/MailList.d.ts +6 -0
- package/dist/components/showcase/mail/MailNav.d.ts +4 -0
- package/dist/components/showcase/mail/MailShowcase.d.ts +2 -0
- package/dist/components/showcase/mail/MailToolbarIcons.d.ts +13 -0
- package/dist/components/showcase/mail/index.d.ts +10 -0
- package/dist/components/showcase/mail/mailAccounts.d.ts +8 -0
- package/dist/components/showcase/mail/mailData.d.ts +32 -0
- package/dist/components/showcase/mail/mailTypes.d.ts +8 -0
- package/dist/components/showcase/mail/useMailState.d.ts +12 -0
- package/dist/components/showcase/marketing/Benefits.d.ts +1 -0
- package/dist/components/showcase/marketing/FAQ.d.ts +1 -0
- package/dist/components/showcase/marketing/Footer.d.ts +1 -0
- package/dist/components/showcase/marketing/Hero.d.ts +1 -0
- package/dist/components/showcase/marketing/Insights.d.ts +1 -0
- package/dist/components/showcase/marketing/LogoStrip.d.ts +1 -0
- package/dist/components/showcase/marketing/MarketingIcons.d.ts +15 -0
- package/dist/components/showcase/marketing/MarketingShowcase.d.ts +2 -0
- package/dist/components/showcase/marketing/Metrics.d.ts +1 -0
- package/dist/components/showcase/marketing/Nav.d.ts +1 -0
- package/dist/components/showcase/marketing/Newsletter.d.ts +1 -0
- package/dist/components/showcase/marketing/Pricing.d.ts +1 -0
- package/dist/components/showcase/marketing/SectionHeading.d.ts +8 -0
- package/dist/components/showcase/marketing/Testimonials.d.ts +1 -0
- package/dist/components/showcase/marketing/index.d.ts +13 -0
- package/dist/components/showcase/shared/format.d.ts +1 -0
- package/dist/components/showcase/typography/BlogPost.d.ts +1 -0
- package/dist/components/showcase/typography/FontShowcase.d.ts +1 -0
- package/dist/components/showcase/typography/TypographyShowcase.d.ts +2 -0
- package/dist/components/showcase/typography/index.d.ts +3 -0
- package/dist/components/system/AppearanceSwitch/AppearanceSwitch.d.ts +5 -0
- package/dist/components/system/AppearanceSwitch/AppearanceToggleButton.d.ts +5 -0
- package/dist/components/system/AppearanceSwitch/ToolbarIconButton.d.ts +6 -0
- package/dist/components/system/AppearanceSwitch/index.d.ts +3 -0
- package/dist/components/system/ContrastChecker/ContrastChecker.d.ts +5 -0
- package/dist/components/system/ContrastChecker/contrast-pairs.d.ts +11 -0
- package/dist/components/system/ContrastChecker/index.d.ts +2 -0
- package/dist/components/system/PairDeviceView/PairDeviceView.d.ts +66 -0
- package/dist/components/system/PairDeviceView/index.d.ts +1 -0
- package/dist/components/system/PermissionRequestView/PermissionRequestView.d.ts +22 -0
- package/dist/components/system/PermissionRequestView/index.d.ts +1 -0
- package/dist/components/system/PermissionRow/PermissionRow.d.ts +21 -0
- package/dist/components/system/PermissionRow/index.d.ts +1 -0
- package/dist/components/system/SystemStatusList/SystemStatusList.d.ts +41 -0
- package/dist/components/system/SystemStatusList/index.d.ts +1 -0
- package/dist/components/system/ThemeCustomizer/ColorSwatchField.d.ts +12 -0
- package/dist/components/system/ThemeCustomizer/GenerateIcons.d.ts +11 -0
- package/dist/components/system/ThemeCustomizer/HslAdjustmentControls.d.ts +1 -0
- package/dist/components/system/ThemeCustomizer/SliderWithInput.d.ts +12 -0
- package/dist/components/system/ThemeCustomizer/ThemeColorPreview.d.ts +2 -0
- package/dist/components/system/ThemeCustomizer/ThemeCustomizer.d.ts +9 -0
- package/dist/components/system/ThemeCustomizer/ThemeFontPicker.d.ts +20 -0
- package/dist/components/system/ThemeCustomizer/ThemeGeneratePanel.d.ts +4 -0
- package/dist/components/system/ThemeCustomizer/ThemeSlider.d.ts +3 -0
- package/dist/components/system/ThemeCustomizer/color-control-focus.d.ts +13 -0
- package/dist/components/system/ThemeCustomizer/extract-theme-from-image-file.d.ts +4 -0
- package/dist/components/system/ThemeCustomizer/image-theme-generation.d.ts +12 -0
- package/dist/components/system/ThemeCustomizer/index.d.ts +4 -0
- package/dist/components/system/ThemeCustomizer/load-image-from-file.d.ts +1 -0
- package/dist/components/system/ThemeCustomizer/theme-color-catalog.d.ts +31 -0
- package/dist/components/system/ThemeCustomizer/theme-customizer-utils.d.ts +28 -0
- package/dist/components/system/ThemeCustomizer/theme-generation.d.ts +19 -0
- package/dist/components/system/ThemePicker/ThemePicker.d.ts +11 -0
- package/dist/components/system/ThemePicker/index.d.ts +1 -0
- package/dist/components/system/ThemeProvider/ThemeFontLoader.d.ts +1 -0
- package/dist/components/system/ThemeProvider/ThemeProvider.d.ts +20 -1
- package/dist/components/system/ThemeProvider/index.d.ts +1 -0
- package/dist/components/system/ThemeProvider/theme-helpers.d.ts +11 -0
- package/dist/components/system/ThemeProvider/theme-history.d.ts +11 -0
- package/dist/components/system/ThemeProvider/themeInitScript.d.ts +3 -31
- package/dist/components/system/ThemeProvider/useThemeCssVars.d.ts +2 -0
- package/dist/components/typography/Heading/Heading.d.ts +3 -2
- package/dist/enact-design-system.css +1 -1
- package/dist/icons/actions.d.ts +3 -0
- package/dist/icons/activity-small.d.ts +3 -0
- package/dist/icons/activity.d.ts +3 -0
- package/dist/icons/add-lines.d.ts +3 -0
- package/dist/icons/alert-circle.d.ts +3 -0
- package/dist/icons/alert-triangle.d.ts +3 -0
- package/dist/icons/arrow-down-dot.d.ts +3 -0
- package/dist/icons/arrow-exchange.d.ts +3 -0
- package/dist/icons/arrow-left-dot.d.ts +3 -0
- package/dist/icons/arrow-left.d.ts +3 -0
- package/dist/icons/arrow-right-circle.d.ts +3 -0
- package/dist/icons/arrow-right-dot.d.ts +3 -0
- package/dist/icons/arrow-right.d.ts +3 -0
- package/dist/icons/arrow-up-circle.d.ts +3 -0
- package/dist/icons/arrow-up-dot.d.ts +3 -0
- package/dist/icons/arrow-up-down.d.ts +3 -0
- package/dist/icons/arrow-up-right.d.ts +3 -0
- package/dist/icons/arrow-up.d.ts +3 -0
- package/dist/icons/arrow-wall-right.d.ts +3 -0
- package/dist/icons/audio-eq-small.d.ts +3 -0
- package/dist/icons/audio-file.d.ts +3 -0
- package/dist/icons/audio.d.ts +3 -0
- package/dist/icons/bar-chart-small.d.ts +3 -0
- package/dist/icons/bar-chart.d.ts +3 -0
- package/dist/icons/bell.d.ts +3 -0
- package/dist/icons/blocks.d.ts +3 -0
- package/dist/icons/book-open.d.ts +3 -0
- package/dist/icons/book.d.ts +3 -0
- package/dist/icons/bookmark.d.ts +3 -0
- package/dist/icons/books-line-small.d.ts +3 -0
- package/dist/icons/books-stack-small.d.ts +3 -0
- package/dist/icons/bracket-curly.d.ts +3 -0
- package/dist/icons/branch.d.ts +3 -0
- package/dist/icons/bubble-text.d.ts +3 -0
- package/dist/icons/bullhorn.d.ts +3 -0
- package/dist/icons/calendar-days.d.ts +4 -0
- package/dist/icons/calendar.d.ts +3 -0
- package/dist/icons/check-all.d.ts +3 -0
- package/dist/icons/check-circle.d.ts +3 -0
- package/dist/icons/check-small.d.ts +3 -0
- package/dist/icons/check-square.d.ts +3 -0
- package/dist/icons/check.d.ts +3 -0
- package/dist/icons/chevron-down-small.d.ts +3 -0
- package/dist/icons/chevron-down.d.ts +3 -0
- package/dist/icons/chevron-left.d.ts +3 -0
- package/dist/icons/chevron-right.d.ts +3 -0
- package/dist/icons/chevron-up-small.d.ts +3 -0
- package/dist/icons/chevron-up.d.ts +3 -0
- package/dist/icons/circle-check.d.ts +4 -0
- package/dist/icons/circle-dollar-sign.d.ts +3 -0
- package/dist/icons/circle.d.ts +3 -0
- package/dist/icons/clipboard.d.ts +3 -0
- package/dist/icons/clock-hands-small.d.ts +3 -0
- package/dist/icons/clock.d.ts +3 -0
- package/dist/icons/cloud.d.ts +3 -0
- package/dist/icons/code.d.ts +3 -0
- package/dist/icons/column.d.ts +3 -0
- package/dist/icons/contrast.d.ts +3 -0
- package/dist/icons/copy.d.ts +3 -0
- package/dist/icons/corner-right-up-dot.d.ts +3 -0
- package/dist/icons/cpu.d.ts +3 -0
- package/dist/icons/credit-card.d.ts +3 -0
- package/dist/icons/curate.d.ts +3 -0
- package/dist/icons/dashboard.d.ts +3 -0
- package/dist/icons/dev-kit.d.ts +3 -0
- package/dist/icons/discord.d.ts +3 -0
- package/dist/icons/doc-file.d.ts +3 -0
- package/dist/icons/download-cloud.d.ts +3 -0
- package/dist/icons/download.d.ts +3 -0
- package/dist/icons/edit-big.d.ts +3 -0
- package/dist/icons/edit.d.ts +3 -0
- package/dist/icons/empty.d.ts +3 -0
- package/dist/icons/enact-logo.d.ts +3 -0
- package/dist/icons/enact-octagon.d.ts +3 -0
- package/dist/icons/expand.d.ts +3 -0
- package/dist/icons/external-link.d.ts +3 -0
- package/dist/icons/eye-closed.d.ts +3 -0
- package/dist/icons/eye-off.d.ts +3 -0
- package/dist/icons/eye.d.ts +3 -0
- package/dist/icons/file-braces.d.ts +3 -0
- package/dist/icons/file-broadcast.d.ts +3 -0
- package/dist/icons/file-chart-pie.d.ts +3 -0
- package/dist/icons/file-small.d.ts +3 -0
- package/dist/icons/file-text.d.ts +3 -0
- package/dist/icons/file.d.ts +3 -0
- package/dist/icons/files.d.ts +3 -0
- package/dist/icons/filter-plus.d.ts +3 -0
- package/dist/icons/filter.d.ts +3 -0
- package/dist/icons/fit-width.d.ts +3 -0
- package/dist/icons/fold.d.ts +3 -0
- package/dist/icons/folder-in.d.ts +3 -0
- package/dist/icons/folder-open.d.ts +4 -0
- package/dist/icons/folder-partial-open.d.ts +4 -0
- package/dist/icons/folder-plus.d.ts +3 -0
- package/dist/icons/folder.d.ts +3 -0
- package/dist/icons/full-width.d.ts +3 -0
- package/dist/icons/globe.d.ts +3 -0
- package/dist/icons/grip-vertical.d.ts +4 -0
- package/dist/icons/handle.d.ts +3 -0
- package/dist/icons/hard-drive.d.ts +3 -0
- package/dist/icons/hash-small.d.ts +3 -0
- package/dist/icons/hash.d.ts +3 -0
- package/dist/icons/headset-mic.d.ts +3 -0
- package/dist/icons/heart.d.ts +3 -0
- package/dist/icons/help-circle.d.ts +3 -0
- package/dist/icons/history.d.ts +3 -0
- package/dist/icons/hourglass.d.ts +3 -0
- package/dist/icons/image-small.d.ts +3 -0
- package/dist/icons/image.d.ts +3 -0
- package/dist/icons/import-icon.d.ts +3 -0
- package/dist/icons/index.d.ts +231 -0
- package/dist/icons/info-small.d.ts +3 -0
- package/dist/icons/info.d.ts +3 -0
- package/dist/icons/inspect.d.ts +4 -0
- package/dist/icons/key.d.ts +3 -0
- package/dist/icons/keystroke.d.ts +3 -0
- package/dist/icons/lightbulb-simple.d.ts +3 -0
- package/dist/icons/line-chart-up.d.ts +3 -0
- package/dist/icons/link.d.ts +3 -0
- package/dist/icons/linked-dots.d.ts +3 -0
- package/dist/icons/loader.d.ts +3 -0
- package/dist/icons/lock.d.ts +3 -0
- package/dist/icons/log-out.d.ts +3 -0
- package/dist/icons/mail.d.ts +3 -0
- package/dist/icons/maximize-2.d.ts +3 -0
- package/dist/icons/mcp.d.ts +3 -0
- package/dist/icons/menu.d.ts +3 -0
- package/dist/icons/microphone-off.d.ts +3 -0
- package/dist/icons/microphone.d.ts +3 -0
- package/dist/icons/minus-circle.d.ts +3 -0
- package/dist/icons/minus.d.ts +3 -0
- package/dist/icons/moon.d.ts +3 -0
- package/dist/icons/more-horizontal.d.ts +3 -0
- package/dist/icons/more-vertical.d.ts +3 -0
- package/dist/icons/music-file.d.ts +3 -0
- package/dist/icons/music-small.d.ts +3 -0
- package/dist/icons/network-graph.d.ts +3 -0
- package/dist/icons/no-image.d.ts +3 -0
- package/dist/icons/notification-bubble.d.ts +7 -0
- package/dist/icons/organization.d.ts +3 -0
- package/dist/icons/paint-brush.d.ts +3 -0
- package/dist/icons/paperclip.d.ts +3 -0
- package/dist/icons/pause-circle.d.ts +3 -0
- package/dist/icons/pen-small.d.ts +3 -0
- package/dist/icons/pencil-ruler.d.ts +3 -0
- package/dist/icons/phone.d.ts +4 -0
- package/dist/icons/pie-chart.d.ts +3 -0
- package/dist/icons/pin.d.ts +3 -0
- package/dist/icons/pinned.d.ts +3 -0
- package/dist/icons/play-circle.d.ts +3 -0
- package/dist/icons/plug.d.ts +3 -0
- package/dist/icons/plus-circle.d.ts +3 -0
- package/dist/icons/plus.d.ts +3 -0
- package/dist/icons/progress-bars.d.ts +3 -0
- package/dist/icons/progress-circle.d.ts +6 -0
- package/dist/icons/question-mark-small.d.ts +3 -0
- package/dist/icons/quote-end.d.ts +3 -0
- package/dist/icons/quote-start.d.ts +3 -0
- package/dist/icons/redo.d.ts +3 -0
- package/dist/icons/refresh-cw.d.ts +3 -0
- package/dist/icons/revert.d.ts +3 -0
- package/dist/icons/search-menu.d.ts +3 -0
- package/dist/icons/search-small.d.ts +3 -0
- package/dist/icons/search.d.ts +3 -0
- package/dist/icons/server.d.ts +3 -0
- package/dist/icons/settings.d.ts +3 -0
- package/dist/icons/share-webhook.d.ts +3 -0
- package/dist/icons/share.d.ts +3 -0
- package/dist/icons/shield.d.ts +3 -0
- package/dist/icons/shuffle.d.ts +3 -0
- package/dist/icons/sidebar.d.ts +3 -0
- package/dist/icons/simple-loader.d.ts +3 -0
- package/dist/icons/slack.d.ts +3 -0
- package/dist/icons/slash.d.ts +3 -0
- package/dist/icons/sliders-small.d.ts +3 -0
- package/dist/icons/sliders.d.ts +3 -0
- package/dist/icons/slides-file.d.ts +3 -0
- package/dist/icons/slow-time.d.ts +3 -0
- package/dist/icons/sort-order.d.ts +3 -0
- package/dist/icons/sort.d.ts +3 -0
- package/dist/icons/sparkle.d.ts +3 -0
- package/dist/icons/sparkles.d.ts +4 -0
- package/dist/icons/spreadsheet-file.d.ts +3 -0
- package/dist/icons/square.d.ts +3 -0
- package/dist/icons/star-off.d.ts +3 -0
- package/dist/icons/star.d.ts +3 -0
- package/dist/icons/step1.d.ts +3 -0
- package/dist/icons/step2.d.ts +3 -0
- package/dist/icons/step3-end.d.ts +3 -0
- package/dist/icons/step3.d.ts +3 -0
- package/dist/icons/stop-circle.d.ts +3 -0
- package/dist/icons/stop.d.ts +3 -0
- package/dist/icons/sun.d.ts +3 -0
- package/dist/icons/tag.d.ts +3 -0
- package/dist/icons/terminal-small.d.ts +3 -0
- package/dist/icons/terminal.d.ts +3 -0
- package/dist/icons/text-lines-small.d.ts +3 -0
- package/dist/icons/text-lines.d.ts +3 -0
- package/dist/icons/thumbs-down.d.ts +3 -0
- package/dist/icons/thumbs-up.d.ts +3 -0
- package/dist/icons/trash.d.ts +3 -0
- package/dist/icons/trending-down.d.ts +4 -0
- package/dist/icons/trending-up.d.ts +4 -0
- package/dist/icons/two-line-small.d.ts +3 -0
- package/dist/icons/undo.d.ts +3 -0
- package/dist/icons/unplug.d.ts +3 -0
- package/dist/icons/upload-cloud.d.ts +3 -0
- package/dist/icons/upload-square.d.ts +3 -0
- package/dist/icons/user-check.d.ts +3 -0
- package/dist/icons/user-edit.d.ts +3 -0
- package/dist/icons/user-key.d.ts +3 -0
- package/dist/icons/user-manage.d.ts +3 -0
- package/dist/icons/user-minus.d.ts +3 -0
- package/dist/icons/user-plus.d.ts +3 -0
- package/dist/icons/user-shield.d.ts +3 -0
- package/dist/icons/user-speaker.d.ts +3 -0
- package/dist/icons/user-sync.d.ts +3 -0
- package/dist/icons/user-x.d.ts +3 -0
- package/dist/icons/user.d.ts +3 -0
- package/dist/icons/users.d.ts +3 -0
- package/dist/icons/vector.d.ts +3 -0
- package/dist/icons/video-file.d.ts +3 -0
- package/dist/icons/video.d.ts +4 -0
- package/dist/icons/volume-off.d.ts +3 -0
- package/dist/icons/volume.d.ts +3 -0
- package/dist/icons/wallet.d.ts +3 -0
- package/dist/icons/workflow.d.ts +3 -0
- package/dist/icons/x-circle.d.ts +3 -0
- package/dist/icons/x-octagon.d.ts +3 -0
- package/dist/icons/x.d.ts +3 -0
- package/dist/icons/zoom-in.d.ts +3 -0
- package/dist/icons/zoom-out.d.ts +3 -0
- package/dist/illustrations/broken-key.d.ts +3 -0
- package/dist/illustrations/connect.d.ts +3 -0
- package/dist/illustrations/connected.d.ts +3 -0
- package/dist/illustrations/disconnected.d.ts +3 -0
- package/dist/illustrations/empty.d.ts +3 -0
- package/dist/illustrations/end-of-line.d.ts +3 -0
- package/dist/illustrations/index.d.ts +16 -0
- package/dist/illustrations/limit-alert.d.ts +3 -0
- package/dist/illustrations/long-wait.d.ts +3 -0
- package/dist/illustrations/no-access.d.ts +3 -0
- package/dist/illustrations/no-result.d.ts +3 -0
- package/dist/illustrations/not-found.d.ts +3 -0
- package/dist/illustrations/overflow.d.ts +3 -0
- package/dist/illustrations/plug-broken.d.ts +3 -0
- package/dist/illustrations/timeout.d.ts +3 -0
- package/dist/illustrations/un-plugged.d.ts +3 -0
- package/dist/illustrations/usage-alert.d.ts +3 -0
- package/dist/index.d.ts +233 -5
- package/dist/index.js +68167 -2242
- package/dist/logos/airtable.d.ts +3 -0
- package/dist/logos/anthropic.d.ts +3 -0
- package/dist/logos/asana.d.ts +3 -0
- package/dist/logos/aws.d.ts +3 -0
- package/dist/logos/axero.d.ts +3 -0
- package/dist/logos/azure.d.ts +3 -0
- package/dist/logos/bifrost.d.ts +3 -0
- package/dist/logos/bitbucket.d.ts +3 -0
- package/dist/logos/bookstack.d.ts +3 -0
- package/dist/logos/brave.d.ts +3 -0
- package/dist/logos/claude.d.ts +4 -0
- package/dist/logos/clickup.d.ts +3 -0
- package/dist/logos/cloudflare.d.ts +3 -0
- package/dist/logos/coda.d.ts +3 -0
- package/dist/logos/cohere.d.ts +3 -0
- package/dist/logos/confluence.d.ts +3 -0
- package/dist/logos/databricks.d.ts +3 -0
- package/dist/logos/deepseek.d.ts +3 -0
- package/dist/logos/discord.d.ts +3 -0
- package/dist/logos/discourse.d.ts +3 -0
- package/dist/logos/document-360.d.ts +3 -0
- package/dist/logos/dropbox.d.ts +3 -0
- package/dist/logos/drupal.d.ts +3 -0
- package/dist/logos/egnyte.d.ts +3 -0
- package/dist/logos/eleven-labs.d.ts +3 -0
- package/dist/logos/enact-logo-slim.d.ts +13 -0
- package/dist/logos/enact-logo-typed.d.ts +6 -0
- package/dist/logos/enact-logo.d.ts +3 -0
- package/dist/logos/enact-typed.d.ts +3 -0
- package/dist/logos/exa.d.ts +3 -0
- package/dist/logos/figma.d.ts +3 -0
- package/dist/logos/firecrawl.d.ts +3 -0
- package/dist/logos/fireflies.d.ts +3 -0
- package/dist/logos/freshdesk.d.ts +3 -0
- package/dist/logos/gemini.d.ts +3 -0
- package/dist/logos/gitbook.d.ts +3 -0
- package/dist/logos/github.d.ts +3 -0
- package/dist/logos/gitlab.d.ts +3 -0
- package/dist/logos/gmail.d.ts +3 -0
- package/dist/logos/gong.d.ts +3 -0
- package/dist/logos/google-calendar.d.ts +3 -0
- package/dist/logos/google-cloud.d.ts +3 -0
- package/dist/logos/google-drive.d.ts +3 -0
- package/dist/logos/google-sites.d.ts +3 -0
- package/dist/logos/google.d.ts +3 -0
- package/dist/logos/grok.d.ts +3 -0
- package/dist/logos/guru.d.ts +3 -0
- package/dist/logos/highspot.d.ts +3 -0
- package/dist/logos/hubspot.d.ts +3 -0
- package/dist/logos/ibm.d.ts +3 -0
- package/dist/logos/index.d.ts +90 -0
- package/dist/logos/jira.d.ts +3 -0
- package/dist/logos/linear.d.ts +3 -0
- package/dist/logos/litellm.d.ts +3 -0
- package/dist/logos/lm-studio.d.ts +4 -0
- package/dist/logos/loopio.d.ts +3 -0
- package/dist/logos/mediawiki.d.ts +3 -0
- package/dist/logos/microsoft.d.ts +3 -0
- package/dist/logos/mistral.d.ts +3 -0
- package/dist/logos/mixedbread.d.ts +3 -0
- package/dist/logos/nebius.d.ts +3 -0
- package/dist/logos/netflix.d.ts +3 -0
- package/dist/logos/nomic.d.ts +3 -0
- package/dist/logos/notion.d.ts +3 -0
- package/dist/logos/nvidia.d.ts +3 -0
- package/dist/logos/ollama.d.ts +3 -0
- package/dist/logos/onedrive.d.ts +3 -0
- package/dist/logos/openai.d.ts +4 -0
- package/dist/logos/openrouter.d.ts +3 -0
- package/dist/logos/oracle.d.ts +3 -0
- package/dist/logos/outline.d.ts +3 -0
- package/dist/logos/outlook.d.ts +3 -0
- package/dist/logos/perplexity.d.ts +3 -0
- package/dist/logos/productboard.d.ts +3 -0
- package/dist/logos/qwen.d.ts +3 -0
- package/dist/logos/salesforce.d.ts +3 -0
- package/dist/logos/searxng.d.ts +3 -0
- package/dist/logos/serper.d.ts +3 -0
- package/dist/logos/sharepoint.d.ts +3 -0
- package/dist/logos/slab.d.ts +3 -0
- package/dist/logos/slack.d.ts +3 -0
- package/dist/logos/snowflake.d.ts +3 -0
- package/dist/logos/tavily.d.ts +3 -0
- package/dist/logos/teams.d.ts +3 -0
- package/dist/logos/testrail.d.ts +3 -0
- package/dist/logos/voyage.d.ts +3 -0
- package/dist/logos/wikipedia.d.ts +3 -0
- package/dist/logos/xai.d.ts +3 -0
- package/dist/logos/xenforo.d.ts +3 -0
- package/dist/logos/zendesk.d.ts +3 -0
- package/dist/logos/zulip.d.ts +3 -0
- package/dist/shared/contracts/index.d.ts +2 -0
- package/dist/shared/contracts/interactive.d.ts +29 -0
- package/dist/shared/contracts/typography.d.ts +13 -0
- package/dist/shared/index.d.ts +9 -0
- package/dist/shared/types/dto.d.ts +17 -0
- package/dist/shared/types/enums.d.ts +7 -0
- package/dist/shared/types/index.d.ts +2 -0
- package/dist/shared/utils/color.d.ts +5 -0
- package/dist/shared/utils/contrast-checker.d.ts +3 -0
- package/dist/shared/utils/debounce.d.ts +6 -0
- package/dist/shared/utils/fonts/catalog.d.ts +5 -0
- package/dist/shared/utils/fonts/google-fonts.d.ts +2 -0
- package/dist/shared/utils/fonts/index.d.ts +10 -0
- package/dist/shared/utils/fonts/types.d.ts +8 -0
- package/dist/shared/utils/format.d.ts +10 -0
- package/dist/shared/utils/hsl-color.d.ts +2 -0
- package/dist/shared/utils/index.d.ts +5 -0
- package/dist/shared/utils/numbers.d.ts +8 -0
- package/dist/shared/utils/shadows.d.ts +12 -0
- package/dist/time.d.ts +95 -0
- package/dist/tokens/theme-catalog.d.ts +8 -0
- package/dist/tokens/theme-css-io.d.ts +22 -0
- package/dist/tokens/theme-families.generated.d.ts +11041 -0
- package/dist/tokens/theme-preset-types.d.ts +132 -0
- package/dist/tokens/themes.d.ts +11066 -0
- package/dist/tokens.css +9930 -154
- package/dist/types.d.ts +178 -0
- package/dist/utils.d.ts +12 -0
- package/package.json +51 -9
- package/dist/lib/cx.d.ts +0 -2
- /package/dist/components/layout/{scale.d.ts → shared/scale.d.ts} +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export interface ReviewCommentCardProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
3
|
+
/** Display-ready comment copy. */
|
|
4
|
+
body: ReactNode;
|
|
5
|
+
/** Localized accessible label for the delete intent. */
|
|
6
|
+
deleteLabel?: string;
|
|
7
|
+
/** Optional stable test id for the delete action. */
|
|
8
|
+
deleteTestId?: string;
|
|
9
|
+
/** Disables optional comment intents while the app is busy. */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/** Localized accessible label for the edit intent. */
|
|
12
|
+
editLabel?: string;
|
|
13
|
+
/** Optional stable test id for the edit action. */
|
|
14
|
+
editTestId?: string;
|
|
15
|
+
/** Reports an app-owned delete intent. */
|
|
16
|
+
onDelete?: () => void;
|
|
17
|
+
/** Reports an app-owned edit intent. */
|
|
18
|
+
onEdit?: () => void;
|
|
19
|
+
ref?: Ref<HTMLDivElement>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Controlled review-comment card. Consumers retain comment models, draft
|
|
23
|
+
* stores, permissions, and mutation effects while this component owns the
|
|
24
|
+
* reusable body/action visual surface.
|
|
25
|
+
*/
|
|
26
|
+
export declare function ReviewCommentCard({ body, className, deleteLabel, deleteTestId, disabled, editLabel, editTestId, onDelete, onEdit, ref, ...rest }: ReviewCommentCardProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ReviewCommentCard, type ReviewCommentCardProps, } from "./ReviewCommentCard";
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { CSSProperties, HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export type CodeSurfaceTone = "background" | "surfaceDefault" | "surfaceRaised";
|
|
3
|
+
export interface SurfaceCardProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
4
|
+
accessibilityLabel?: string;
|
|
5
|
+
bordered?: boolean;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
/**
|
|
8
|
+
* Retained for compatibility with the former app composition. It has never
|
|
9
|
+
* changed the card presentation.
|
|
10
|
+
*/
|
|
11
|
+
codeSurface?: boolean;
|
|
12
|
+
ref?: Ref<HTMLDivElement>;
|
|
13
|
+
testID?: string;
|
|
14
|
+
tone?: CodeSurfaceTone;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A token-backed framed surface for code or diagnostic content. The caller
|
|
18
|
+
* supplies all content; this component has no diagnostic/runtime authority.
|
|
19
|
+
*/
|
|
20
|
+
export declare function SurfaceCard({ accessibilityLabel, bordered, children, className, codeSurface: _codeSurface, ref, testID, tone, ...rest }: SurfaceCardProps): import("react").JSX.Element;
|
|
21
|
+
export interface ScrollableCodeSurfaceProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
22
|
+
accessibilityLabel?: string;
|
|
23
|
+
bordered?: boolean;
|
|
24
|
+
children: ReactNode;
|
|
25
|
+
contentContainerStyle?: CSSProperties;
|
|
26
|
+
/** Enables the CodeBlock copy control. Defaults to the existing false. */
|
|
27
|
+
copyable?: boolean;
|
|
28
|
+
/** Display-ready file name for the CodeBlock header. */
|
|
29
|
+
fileName?: string;
|
|
30
|
+
horizontal?: boolean;
|
|
31
|
+
/** Display-ready syntax language label. */
|
|
32
|
+
language?: string;
|
|
33
|
+
maxHeight?: number;
|
|
34
|
+
ref?: Ref<HTMLDivElement>;
|
|
35
|
+
scrollStyle?: CSSProperties;
|
|
36
|
+
/** Retained for compatibility; selectable code is the existing web default. */
|
|
37
|
+
selectable?: boolean;
|
|
38
|
+
/** Displays the CodeBlock line-number gutter. */
|
|
39
|
+
showLineNumbers?: boolean;
|
|
40
|
+
testID?: string;
|
|
41
|
+
textStyle?: CSSProperties;
|
|
42
|
+
tone?: CodeSurfaceTone;
|
|
43
|
+
/** Overrides horizontal-derived wrapping when explicitly supplied. */
|
|
44
|
+
wrap?: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A scroll-framed, non-copyable CodeBlock. Content arrives already normalized;
|
|
48
|
+
* parsing, redaction, clipboard actions, and diagnostic collection stay with
|
|
49
|
+
* the consuming application.
|
|
50
|
+
*/
|
|
51
|
+
export declare function ScrollableCodeSurface({ accessibilityLabel, bordered, children, className, copyable, contentContainerStyle, fileName, horizontal, language, maxHeight, ref, scrollStyle, selectable: _selectable, showLineNumbers, testID, textStyle, tone, wrap, ...rest }: ScrollableCodeSurfaceProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AnchorHTMLAttributes, OlHTMLAttributes, Ref } from "react";
|
|
2
|
+
export interface SourceCardProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
3
|
+
favicon?: string;
|
|
4
|
+
index?: number;
|
|
5
|
+
ref?: Ref<HTMLAnchorElement>;
|
|
6
|
+
snippet?: string;
|
|
7
|
+
title: string;
|
|
8
|
+
url: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function SourceCard({ title, url, snippet, favicon, index, className, ref, ...rest }: SourceCardProps): import("react").JSX.Element;
|
|
11
|
+
export interface SourceListProps extends OlHTMLAttributes<HTMLOListElement> {
|
|
12
|
+
ref?: Ref<HTMLOListElement>;
|
|
13
|
+
}
|
|
14
|
+
export declare function SourceList({ className, children, ref, ...rest }: SourceListProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SourceCard, type SourceCardProps, SourceList, type SourceListProps, } from "./SourceCard";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "react";
|
|
2
|
+
export type SyntaxCodeTokenStyle = "attribute" | "class" | "comment" | "definition" | "escape" | "function" | "heading" | "link" | "literal" | "meta" | "number" | "operator" | "property" | "punctuation" | "regexp" | "string" | "tag" | "type" | "variable" | "keyword";
|
|
3
|
+
/** A display-ready syntax token. Tokenization remains the consumer's concern. */
|
|
4
|
+
export interface SyntaxCodeToken {
|
|
5
|
+
id?: string;
|
|
6
|
+
style?: SyntaxCodeTokenStyle | null;
|
|
7
|
+
text: string;
|
|
8
|
+
}
|
|
9
|
+
/** A display-ready line. `id` is optional because array order is line identity. */
|
|
10
|
+
export interface SyntaxCodeLine {
|
|
11
|
+
id?: string;
|
|
12
|
+
tokens: readonly SyntaxCodeToken[];
|
|
13
|
+
}
|
|
14
|
+
export interface SyntaxCodeLinesProps extends Omit<HTMLAttributes<HTMLElement>, "children"> {
|
|
15
|
+
/** Pre-tokenized source lines. The design system does not parse source code. */
|
|
16
|
+
lines: readonly SyntaxCodeLine[];
|
|
17
|
+
/** First visible one-based line number. Omit to hide the gutter. */
|
|
18
|
+
startLine?: number;
|
|
19
|
+
}
|
|
20
|
+
/** CSS module class for a pre-tokenized syntax span style key. */
|
|
21
|
+
export declare function syntaxTokenClassFor(style: SyntaxCodeTokenStyle | string | null | undefined): string;
|
|
22
|
+
/**
|
|
23
|
+
* Renders neutral, pre-tokenized source lines inside an existing `<code>`
|
|
24
|
+
* element. It intentionally owns only presentation; callers own parsing,
|
|
25
|
+
* caching, language aliases, and source selection.
|
|
26
|
+
*/
|
|
27
|
+
export declare function SyntaxCodeLines({ className, lines, startLine, ...rest }: SyntaxCodeLinesProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
+
export type TokenDiffLineKind = "add" | "remove" | "context" | "header";
|
|
3
|
+
type SyntaxCodeTokenStyle = "attribute" | "class" | "comment" | "definition" | "escape" | "function" | "heading" | "link" | "literal" | "meta" | "number" | "operator" | "property" | "punctuation" | "regexp" | "string" | "tag" | "type" | "variable" | "keyword";
|
|
4
|
+
interface SyntaxCodeToken {
|
|
5
|
+
id?: string;
|
|
6
|
+
style?: SyntaxCodeTokenStyle | null;
|
|
7
|
+
text: string;
|
|
8
|
+
}
|
|
9
|
+
export interface TokenDiffSegment {
|
|
10
|
+
changed: boolean;
|
|
11
|
+
id?: string;
|
|
12
|
+
text: string;
|
|
13
|
+
}
|
|
14
|
+
export interface TokenDiffLine {
|
|
15
|
+
id?: string;
|
|
16
|
+
kind: TokenDiffLineKind;
|
|
17
|
+
prefix: string;
|
|
18
|
+
segments?: readonly TokenDiffSegment[];
|
|
19
|
+
tokens: readonly SyntaxCodeToken[];
|
|
20
|
+
}
|
|
21
|
+
export interface TokenDiffViewProps extends HTMLAttributes<HTMLDivElement> {
|
|
22
|
+
/** Empty-state text supplied by the application in the active locale. */
|
|
23
|
+
emptyLabel: string;
|
|
24
|
+
/** When true, the view participates in a flex column's available height. */
|
|
25
|
+
fillAvailableHeight?: boolean;
|
|
26
|
+
/** Pre-normalized diff lines. Parsing and tokenization remain external. */
|
|
27
|
+
lines: readonly TokenDiffLine[];
|
|
28
|
+
/** Maximum height for the vertically scrollable viewport. */
|
|
29
|
+
maxHeight?: number;
|
|
30
|
+
ref?: Ref<HTMLDivElement>;
|
|
31
|
+
}
|
|
32
|
+
export declare function TokenDiffView({ className, emptyLabel, fillAvailableHeight, lines, maxHeight, ref, style, ...rest }: TokenDiffViewProps): import("react").JSX.Element;
|
|
33
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type TokenDiffLine, type TokenDiffLineKind, type TokenDiffSegment, TokenDiffView, type TokenDiffViewProps, } from "./TokenDiffView";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
import type { ToolCallDetailSection } from "../../ai/ToolCallDetailView/ToolCallDetailView";
|
|
3
|
+
export type ToolCallDetailsState = "empty" | "loading" | "ready";
|
|
4
|
+
export type ToolCallDetailsSection = ToolCallDetailSection;
|
|
5
|
+
export interface ToolCallDetailsViewProps extends Omit<HTMLAttributes<HTMLElement>, "children" | "title"> {
|
|
6
|
+
/** Localized label for the empty detail state. */
|
|
7
|
+
emptyLabel: ReactNode;
|
|
8
|
+
/** Optional localized label displayed above a normalized error. */
|
|
9
|
+
errorLabel?: ReactNode;
|
|
10
|
+
/** Display-ready failure text; runtime error handling remains in the app. */
|
|
11
|
+
errorText?: ReactNode;
|
|
12
|
+
/** Whether the detail view should fill its controlled parent height. */
|
|
13
|
+
fillAvailableHeight?: boolean;
|
|
14
|
+
/** Localized text announced while the detail payload is loading. */
|
|
15
|
+
loadingLabel?: string;
|
|
16
|
+
/** Constrains the scrollable presentation height in CSS pixels. */
|
|
17
|
+
maxHeight?: number;
|
|
18
|
+
ref?: Ref<HTMLElement>;
|
|
19
|
+
/** Display-ready sections; protocol parsing and actions remain in the app. */
|
|
20
|
+
sections: readonly ToolCallDetailsSection[];
|
|
21
|
+
/** Controlled visual state. Defaults to ready. */
|
|
22
|
+
state?: ToolCallDetailsState;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Controlled web presentation for normalized tool-call details.
|
|
26
|
+
*
|
|
27
|
+
* Applications own protocol decoding, localization, actions, and native
|
|
28
|
+
* rendering. This view owns the web detail-state markup and visual semantics.
|
|
29
|
+
*/
|
|
30
|
+
export declare function ToolCallDetailsView({ className, emptyLabel, errorLabel, errorText, fillAvailableHeight, loadingLabel, maxHeight, ref, sections, state, style, ...rest }: ToolCallDetailsViewProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ToolCallDetailsSection, type ToolCallDetailsState, ToolCallDetailsView, type ToolCallDetailsViewProps, } from "./ToolCallDetailsView";
|
|
@@ -2,7 +2,13 @@ import type { HTMLAttributes, Ref } from "react";
|
|
|
2
2
|
export interface AvatarProps extends HTMLAttributes<HTMLSpanElement> {
|
|
3
3
|
name?: string;
|
|
4
4
|
ref?: Ref<HTMLSpanElement>;
|
|
5
|
-
size?: "sm" | "md" | "lg" | "xl";
|
|
5
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
6
6
|
src?: string;
|
|
7
|
+
/** `muted` matches shadcn AvatarFallback (bg-muted, muted-foreground). */
|
|
8
|
+
tone?: "brand" | "muted";
|
|
7
9
|
}
|
|
8
|
-
export
|
|
10
|
+
export interface AvatarGroupProps extends HTMLAttributes<HTMLDivElement> {
|
|
11
|
+
ref?: Ref<HTMLDivElement>;
|
|
12
|
+
}
|
|
13
|
+
export declare function Avatar({ name, src, size, tone, className, children, ref, ...rest }: AvatarProps): import("react").JSX.Element;
|
|
14
|
+
export declare function AvatarGroup({ className, children, ref, ...rest }: AvatarGroupProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Avatar, type AvatarProps } from "./Avatar";
|
|
1
|
+
export { Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, } from "./Avatar";
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export type DataQuality = "real" | "derived" | "seed" | "synthesized";
|
|
2
3
|
export interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
|
|
3
4
|
children?: ReactNode;
|
|
4
5
|
dot?: boolean;
|
|
6
|
+
/** Optional leading visual. */
|
|
7
|
+
icon?: ReactNode;
|
|
8
|
+
/** Enables pointer affordance when the badge reports an interaction. */
|
|
9
|
+
interactive?: boolean;
|
|
10
|
+
/** Client data-quality semantics — maps to feedback tones automatically. */
|
|
11
|
+
quality?: DataQuality;
|
|
5
12
|
ref?: Ref<HTMLSpanElement>;
|
|
6
|
-
tone?: "neutral" | "brand" | "info" | "success" | "warning" | "danger";
|
|
13
|
+
tone?: "neutral" | "primary" | "secondary" | "brand" | "info" | "success" | "warning" | "danger" | "chart2";
|
|
14
|
+
/** `outline` matches shadcn/tweakcn bordered badges. */
|
|
15
|
+
variant?: "solid" | "outline";
|
|
7
16
|
}
|
|
8
|
-
export declare function Badge({ tone, dot, className, children, ref, ...rest }: BadgeProps): import("react").JSX.Element;
|
|
17
|
+
export declare function Badge({ tone, quality, variant, dot, icon, interactive, className, children, ref, ...rest }: BadgeProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Badge, type BadgeProps } from "./Badge";
|
|
1
|
+
export { Badge, type BadgeProps, type DataQuality } from "./Badge";
|
|
@@ -5,7 +5,7 @@ export interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement
|
|
|
5
5
|
iconLeft?: ReactNode;
|
|
6
6
|
iconRight?: ReactNode;
|
|
7
7
|
ref?: Ref<HTMLButtonElement>;
|
|
8
|
-
size?: "sm" | "md" | "lg";
|
|
9
|
-
variant?: "primary" | "secondary" | "ghost" | "danger";
|
|
8
|
+
size?: "sm" | "md" | "lg" | "icon";
|
|
9
|
+
variant?: "primary" | "secondary" | "ghost" | "danger" | "outline" | "link";
|
|
10
10
|
}
|
|
11
11
|
export declare function Button({ variant, size, iconLeft, iconRight, fullWidth, disabled, className, children, ref, ...rest }: ButtonProps): import("react").JSX.Element;
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
import { type CardLayout } from "./CardLayoutContext";
|
|
2
3
|
export interface CardProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
4
|
children?: ReactNode;
|
|
4
5
|
/** Adds hover elevation + pointer affordance for clickable cards. */
|
|
5
6
|
interactive?: boolean;
|
|
7
|
+
/** Compound = shadcn slot layout (header/content/footer with inline padding). */
|
|
8
|
+
layout?: CardLayout;
|
|
6
9
|
padding?: "none" | "sm" | "md" | "lg";
|
|
7
10
|
ref?: Ref<HTMLDivElement>;
|
|
8
|
-
variant?: "default" | "raised" | "sunken" | "inverse";
|
|
11
|
+
variant?: "default" | "raised" | "sunken" | "inverse" | "flat";
|
|
9
12
|
}
|
|
10
|
-
export declare function Card({ variant, padding, interactive, className, children, ref, ...rest }: CardProps): import("react").JSX.Element;
|
|
13
|
+
export declare function Card({ variant, layout, padding, interactive, className, children, ref, ...rest }: CardProps): import("react").JSX.Element;
|
|
14
|
+
/** Shadcn/tweakcn slot layout for dashboard showcase widgets. */
|
|
15
|
+
export declare function CompoundCard({ variant, ...props }: Omit<CardProps, "layout" | "padding">): import("react").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardActionProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
/** shadcn/tweakcn card header action slot — aligns trailing controls on row 1. */
|
|
6
|
+
export declare function CardAction({ className, children, ...rest }: CardActionProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardBodyProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
padding?: "none" | "sm" | "md" | "lg";
|
|
5
|
+
}
|
|
6
|
+
export declare function CardBody({ children, padding, className, ...rest }: CardBodyProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare function CardContent({ className, children, ...rest }: CardContentProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare function CardDescription({ className, children, ...rest }: CardDescriptionProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardFooterProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare function CardFooter({ className, children, ...rest }: CardFooterProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardHeaderProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
/** Trailing element (actions, badge, etc.) placed at the far end. */
|
|
5
|
+
trailing?: ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export declare function CardHeader({ children, trailing, className, ...rest }: CardHeaderProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
export type CardLayout = "default" | "compound";
|
|
3
|
+
export declare function CardLayoutProvider({ layout, children, }: {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
layout: CardLayout;
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
|
+
export declare function useCardLayout(): CardLayout;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CardTitleProps extends HTMLAttributes<HTMLHeadingElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
/** tweakcn text-lg / text-xl / text-2xl / text-3xl card title scales */
|
|
5
|
+
size?: "md" | "lg" | "xl" | "2xl" | "3xl";
|
|
6
|
+
}
|
|
7
|
+
export declare function CardTitle({ className, children, size, ...rest }: CardTitleProps): import("react").JSX.Element;
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
export { Card, type CardProps } from "./Card";
|
|
1
|
+
export { Card, type CardProps, CompoundCard } from "./Card";
|
|
2
|
+
export { CardAction, type CardActionProps } from "./CardAction";
|
|
3
|
+
export { CardBody, type CardBodyProps } from "./CardBody";
|
|
4
|
+
export { CardContent, type CardContentProps } from "./CardContent";
|
|
5
|
+
export { CardDescription, type CardDescriptionProps } from "./CardDescription";
|
|
6
|
+
export { CardFooter, type CardFooterProps } from "./CardFooter";
|
|
7
|
+
export { CardHeader, type CardHeaderProps } from "./CardHeader";
|
|
8
|
+
export { CardTitle, type CardTitleProps } from "./CardTitle";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export interface KbdProps extends HTMLAttributes<HTMLElement> {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
ref?: Ref<HTMLElement>;
|
|
5
|
+
size?: "sm" | "md";
|
|
6
|
+
}
|
|
7
|
+
export declare function Kbd({ children, size, className, ref, ...rest }: KbdProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Kbd, type KbdProps } from "./Kbd";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export interface PillProps extends HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
/** Leading element placed before the label (icon, avatar, etc.). */
|
|
5
|
+
leading?: ReactNode;
|
|
6
|
+
/** Callback to render a close/remove button in the trailing slot. */
|
|
7
|
+
onRemove?: () => void;
|
|
8
|
+
ref?: Ref<HTMLSpanElement>;
|
|
9
|
+
size?: "sm" | "md";
|
|
10
|
+
tone?: "neutral" | "brand" | "info" | "success" | "warning" | "danger";
|
|
11
|
+
/** Trailing element placed after the label (icon, close button, etc.). */
|
|
12
|
+
trailing?: ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export declare function Pill({ tone, size, className, children, leading, trailing, onRemove, ref, ...rest }: PillProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Pill, type PillProps } from "./Pill";
|
|
@@ -5,6 +5,8 @@ export interface StatProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
5
5
|
deltaDirection?: "up" | "down" | "flat";
|
|
6
6
|
label: string;
|
|
7
7
|
ref?: Ref<HTMLDivElement>;
|
|
8
|
+
/** `default` — 30px (--text-3xl); `compact` — 20px (--text-xl) for dense dashboards */
|
|
9
|
+
size?: "default" | "compact";
|
|
8
10
|
value: ReactNode;
|
|
9
11
|
}
|
|
10
|
-
export declare function Stat({ label, value, delta, deltaDirection, caption, className, ref, ...rest }: StatProps): import("react").JSX.Element;
|
|
12
|
+
export declare function Stat({ label, value, delta, deltaDirection, caption, size, className, ref, ...rest }: StatProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
+
export interface BarChartProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/** Numeric series — bar heights are normalised to the max value. */
|
|
4
|
+
data: number[];
|
|
5
|
+
/** Container height in px. Default: 120. */
|
|
6
|
+
height?: number;
|
|
7
|
+
/** Emphasize the last bar with the brand accent. Default: true. */
|
|
8
|
+
highlightLast?: boolean;
|
|
9
|
+
ref?: Ref<HTMLDivElement>;
|
|
10
|
+
}
|
|
11
|
+
export declare function BarChart({ data, height, highlightLast, className, ref, ...rest }: BarChartProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BarChart, type BarChartProps } from "./BarChart";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface CalendarProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
/** Days within the active month to mark as highlighted. */
|
|
4
|
+
highlighted?: Date[];
|
|
5
|
+
/** Visual treatment for highlighted days. Default: subtle. */
|
|
6
|
+
highlightVariant?: "primary" | "subtle";
|
|
7
|
+
/** Active month — defaults to the current month. Day is ignored. */
|
|
8
|
+
month?: Date;
|
|
9
|
+
/** Called when the user picks a different month. */
|
|
10
|
+
onMonthChange?: (date: Date) => void;
|
|
11
|
+
/** Called when the user clicks a day cell. */
|
|
12
|
+
onSelect?: (date: Date) => void;
|
|
13
|
+
/** Inclusive date range to render as a connected selection band. */
|
|
14
|
+
range?: {
|
|
15
|
+
from: Date;
|
|
16
|
+
to: Date;
|
|
17
|
+
};
|
|
18
|
+
/** Day within the active month to mark as selected. */
|
|
19
|
+
selected?: Date;
|
|
20
|
+
/** Render leading/trailing days from adjacent months. Default: false. */
|
|
21
|
+
showOutsideDays?: boolean;
|
|
22
|
+
/** Override the rendered weekday labels (Su–Mo–Tu…). */
|
|
23
|
+
weekdayLabels?: readonly string[];
|
|
24
|
+
}
|
|
25
|
+
export declare function Calendar({ month, selected, highlighted, highlightVariant, onMonthChange, onSelect, range, weekdayLabels, className, showOutsideDays, }: CalendarProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Calendar, type CalendarProps } from "./Calendar";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { type HTMLAttributes } from "react";
|
|
2
|
+
export interface CartesianLineChartSeries {
|
|
3
|
+
color?: string;
|
|
4
|
+
dataKey: string;
|
|
5
|
+
dotOpacity?: number;
|
|
6
|
+
label: string;
|
|
7
|
+
strokeOpacity?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface CartesianLineChartProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
10
|
+
data: readonly Record<string, string | number>[];
|
|
11
|
+
formatTooltipLabel?: (value: string) => string;
|
|
12
|
+
formatXTick?: (value: string) => string;
|
|
13
|
+
height?: number;
|
|
14
|
+
margin?: {
|
|
15
|
+
bottom?: number;
|
|
16
|
+
left?: number;
|
|
17
|
+
right?: number;
|
|
18
|
+
top?: number;
|
|
19
|
+
};
|
|
20
|
+
series: readonly CartesianLineChartSeries[];
|
|
21
|
+
width?: number;
|
|
22
|
+
xAxisKey: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function ChartTooltip(props: {
|
|
25
|
+
active?: boolean;
|
|
26
|
+
formatTooltipLabel?: (value: string) => string;
|
|
27
|
+
label?: string | number;
|
|
28
|
+
payload?: readonly Record<string, unknown>[];
|
|
29
|
+
series: readonly CartesianLineChartSeries[];
|
|
30
|
+
}): import("react").JSX.Element | null;
|
|
31
|
+
export declare function CartesianLineChart({ className, data, formatTooltipLabel, formatXTick, height, margin, series, style, width, xAxisKey, ...rest }: CartesianLineChartProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CartesianLineChart, type CartesianLineChartProps, type CartesianLineChartSeries, } from "./CartesianLineChart";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export interface ChartCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
bodyClassName?: string;
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
description?: string;
|
|
6
|
+
footer?: ReactNode;
|
|
7
|
+
footerAlign?: "center" | "start";
|
|
8
|
+
headerAlign?: "center" | "start";
|
|
9
|
+
ref?: Ref<HTMLDivElement>;
|
|
10
|
+
title: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function ChartCard({ bodyClassName, children, className, description, footer, footerAlign, headerAlign, ref, title, ...rest }: ChartCardProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
export interface CollapsibleSectionProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
/** Open on first render (uncontrolled). */
|
|
5
|
+
defaultOpen?: boolean;
|
|
6
|
+
/** Called when the open state changes. */
|
|
7
|
+
onOpenChange?: (open: boolean) => void;
|
|
8
|
+
/** Controlled open state. */
|
|
9
|
+
open?: boolean;
|
|
10
|
+
/** Section heading text. */
|
|
11
|
+
title: ReactNode;
|
|
12
|
+
/** Trailing element (badge, action, etc.) placed at the far end of the header. */
|
|
13
|
+
trailing?: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare function CollapsibleSection({ children, className, defaultOpen, open, onOpenChange, title, trailing, ...rest }: CollapsibleSectionProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CollapsibleSection, type CollapsibleSectionProps, } from "./CollapsibleSection";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
+
export interface ColorSwatchProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/** Human-readable name (e.g. "Background", "chart-1"). */
|
|
4
|
+
label: string;
|
|
5
|
+
/**
|
|
6
|
+
* `row` = chip beside label/value (compact lists, e.g. theme token catalogs).
|
|
7
|
+
* `stack` = chip above label/value (grid cards, e.g. chart palettes).
|
|
8
|
+
*/
|
|
9
|
+
layout?: "row" | "stack";
|
|
10
|
+
ref?: Ref<HTMLDivElement>;
|
|
11
|
+
/** Resolved color value (hex/oklch/css color string). */
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Single source of truth for "swatch chip + label + value" — every token/color
|
|
16
|
+
* preview surface (Colors tab, Charts tab, etc.) renders through this so the
|
|
17
|
+
* chip shape/border treatment can't drift between call sites again.
|
|
18
|
+
*/
|
|
19
|
+
export declare function ColorSwatch({ className, label, layout, ref, value, ...rest }: ColorSwatchProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ColorSwatch, type ColorSwatchProps } from "./ColorSwatch";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
+
export interface ColumnChartItem {
|
|
3
|
+
fill?: string;
|
|
4
|
+
label: string;
|
|
5
|
+
value: number;
|
|
6
|
+
}
|
|
7
|
+
export interface ColumnChartProps extends HTMLAttributes<HTMLDivElement> {
|
|
8
|
+
data: ColumnChartItem[];
|
|
9
|
+
ref?: Ref<HTMLDivElement>;
|
|
10
|
+
}
|
|
11
|
+
export declare function ColumnChart({ data, className, ref, style, ...rest }: ColumnChartProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ColumnChart, type ColumnChartItem, type ColumnChartProps, } from "./ColumnChart";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactNode, Ref, SVGProps } from "react";
|
|
2
|
+
export interface DonutChartSegment {
|
|
3
|
+
fill?: string;
|
|
4
|
+
value: number;
|
|
5
|
+
}
|
|
6
|
+
export interface DonutChartProps extends Omit<SVGProps<SVGSVGElement>, "ref"> {
|
|
7
|
+
centerPrimary?: ReactNode;
|
|
8
|
+
centerSecondary?: ReactNode;
|
|
9
|
+
data: DonutChartSegment[];
|
|
10
|
+
height?: number;
|
|
11
|
+
innerRadius?: number;
|
|
12
|
+
outerRadius?: number;
|
|
13
|
+
ref?: Ref<SVGSVGElement>;
|
|
14
|
+
}
|
|
15
|
+
export declare function DonutChart({ centerPrimary, centerSecondary, data, height, innerRadius, outerRadius, className, ref, ...rest }: DonutChartProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DonutChart, type DonutChartProps, type DonutChartSegment, } from "./DonutChart";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
+
export interface FunnelChartStage {
|
|
3
|
+
label: string;
|
|
4
|
+
value: number;
|
|
5
|
+
}
|
|
6
|
+
export interface FunnelChartProps extends HTMLAttributes<HTMLDivElement> {
|
|
7
|
+
data: FunnelChartStage[];
|
|
8
|
+
ref?: Ref<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
export declare function FunnelChart({ data, className, ref, ...rest }: FunnelChartProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FunnelChart, type FunnelChartProps, type FunnelChartStage, } from "./FunnelChart";
|