@amsterdamdatalabs/enact-design-system 0.1.12 → 0.1.24
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/ContextSourceList/ContextSourceList.d.ts +21 -0
- package/dist/components/ai/ContextSourceList/index.d.ts +1 -0
- package/dist/components/ai/ConversationContextPanel/ConversationContextPanel.d.ts +84 -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 +7 -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 +9 -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 +15 -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 +21 -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 +37 -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 +19 -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 +61 -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 +48 -0
- package/dist/components/navigation/SidebarTree/index.d.ts +1 -0
- package/dist/components/navigation/SplitActionMenu/SplitActionMenu.d.ts +68 -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 +30 -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 +91 -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 +11 -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 +16 -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 +23 -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 +24 -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 +54 -0
- package/dist/components/showcase/components/demos/index.d.ts +3 -0
- package/dist/components/showcase/components/demos/interactive-demos.d.ts +8 -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/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 +13 -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 +22 -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 +235 -5
- package/dist/index.js +68396 -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-css-io.d.ts +22 -0
- package/dist/tokens/theme-families.generated.d.ts +10561 -0
- package/dist/tokens/theme-preset-types.d.ts +133 -0
- package/dist/tokens/themes.d.ts +10586 -0
- package/dist/tokens.css +10212 -174
- package/dist/types.d.ts +178 -0
- package/dist/utils.d.ts +12 -0
- package/package.json +60 -9
- package/dist/lib/cx.d.ts +0 -2
- /package/dist/components/layout/{scale.d.ts → shared/scale.d.ts} +0 -0
|
@@ -6,7 +6,9 @@ export interface FieldProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
6
6
|
/** Forwarded to the label's `for` attribute. */
|
|
7
7
|
htmlFor?: string;
|
|
8
8
|
label?: string;
|
|
9
|
+
/** Extra class applied to the label element (merged after the base label style). */
|
|
10
|
+
labelClassName?: string;
|
|
9
11
|
ref?: Ref<HTMLDivElement>;
|
|
10
12
|
required?: boolean;
|
|
11
13
|
}
|
|
12
|
-
export declare function Field({ label, hint, error, required, htmlFor, className, children, ref, ...rest }: FieldProps): import("react").JSX.Element;
|
|
14
|
+
export declare function Field({ label, labelClassName, hint, error, required, htmlFor, className, children, ref, ...rest }: FieldProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export interface FileDropZoneProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
3
|
+
/** The file types accepted by the application-owned drop handler. */
|
|
4
|
+
accept?: string;
|
|
5
|
+
/** Shows the controlled drag-active presentation. */
|
|
6
|
+
active?: boolean;
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
/** Hides the active presentation when the application cannot accept a drop. */
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
/** Optional supporting text beneath the drop label. */
|
|
11
|
+
hint?: ReactNode;
|
|
12
|
+
/** Text presented in the drag-active overlay. */
|
|
13
|
+
label?: ReactNode;
|
|
14
|
+
/** Replaces the default upload icon and text in the active overlay. */
|
|
15
|
+
overlay?: ReactNode;
|
|
16
|
+
ref?: Ref<HTMLDivElement>;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Controlled drag-and-drop presentation shell. Applications retain event
|
|
20
|
+
* listeners, file routing, persistence, and any runtime-specific acceptance
|
|
21
|
+
* logic; this component owns only the visual active and disabled states.
|
|
22
|
+
*/
|
|
23
|
+
export declare function FileDropZone({ accept, active, children, className, disabled, hint, label, overlay, ref, ...rest }: FileDropZoneProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FileDropZone, type FileDropZoneProps } from "./FileDropZone";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { type FormHTMLAttributes, type ReactNode, type Ref } from "react";
|
|
2
|
+
export interface HostConnectionFormLabels {
|
|
3
|
+
advanced: string;
|
|
4
|
+
cancel: string;
|
|
5
|
+
connect: string;
|
|
6
|
+
connecting: string;
|
|
7
|
+
connectionUri: string;
|
|
8
|
+
hidePassword: string;
|
|
9
|
+
host: string;
|
|
10
|
+
hostPlaceholder?: string;
|
|
11
|
+
password: string;
|
|
12
|
+
passwordPlaceholder?: string;
|
|
13
|
+
port: string;
|
|
14
|
+
portPlaceholder?: string;
|
|
15
|
+
showPassword: string;
|
|
16
|
+
uriPlaceholder?: string;
|
|
17
|
+
useTls: string;
|
|
18
|
+
}
|
|
19
|
+
export interface HostConnectionFormIcons {
|
|
20
|
+
advancedClosed?: ReactNode;
|
|
21
|
+
advancedOpen?: ReactNode;
|
|
22
|
+
connect?: ReactNode;
|
|
23
|
+
passwordHidden?: ReactNode;
|
|
24
|
+
passwordVisible?: ReactNode;
|
|
25
|
+
}
|
|
26
|
+
export interface HostConnectionFormTestIds {
|
|
27
|
+
advancedToggle?: string;
|
|
28
|
+
hostInput?: string;
|
|
29
|
+
passwordInput?: string;
|
|
30
|
+
passwordVisibilityToggle?: string;
|
|
31
|
+
portInput?: string;
|
|
32
|
+
submit?: string;
|
|
33
|
+
uriInput?: string;
|
|
34
|
+
useTlsToggle?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface HostConnectionFormProps extends Omit<FormHTMLAttributes<HTMLFormElement>, "onSubmit"> {
|
|
37
|
+
advancedOpen: boolean;
|
|
38
|
+
advancedUri: string;
|
|
39
|
+
error?: ReactNode;
|
|
40
|
+
host: string;
|
|
41
|
+
icons?: HostConnectionFormIcons;
|
|
42
|
+
labels: HostConnectionFormLabels;
|
|
43
|
+
onAdvancedToggle(): void;
|
|
44
|
+
onAdvancedUriChange(value: string): void;
|
|
45
|
+
onCancel(): void;
|
|
46
|
+
onHostChange(value: string): void;
|
|
47
|
+
onPasswordChange(value: string): void;
|
|
48
|
+
onPasswordVisibilityToggle(): void;
|
|
49
|
+
onPortChange(value: string): void;
|
|
50
|
+
onSubmit(): void;
|
|
51
|
+
onUseTlsChange(checked: boolean): void;
|
|
52
|
+
password: string;
|
|
53
|
+
passwordVisible: boolean;
|
|
54
|
+
pending?: boolean;
|
|
55
|
+
port: string;
|
|
56
|
+
ref?: Ref<HTMLFormElement>;
|
|
57
|
+
testIds?: HostConnectionFormTestIds;
|
|
58
|
+
useTls: boolean;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Controlled direct-host connection form. URI parsing, connection tests,
|
|
62
|
+
* persistence, secret handling, and sheet lifecycle remain with the caller.
|
|
63
|
+
*/
|
|
64
|
+
export declare function HostConnectionForm({ advancedOpen, advancedUri, className, error, host, icons, labels, onAdvancedToggle, onAdvancedUriChange, onCancel, onHostChange, onPasswordChange, onPasswordVisibilityToggle, onPortChange, onSubmit, onUseTlsChange, password, passwordVisible, pending, port, ref, testIds, useTls, ...rest }: HostConnectionFormProps): import("react").JSX.Element;
|
|
@@ -2,6 +2,8 @@ import type { InputHTMLAttributes, Ref } from "react";
|
|
|
2
2
|
export interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "size"> {
|
|
3
3
|
invalid?: boolean;
|
|
4
4
|
ref?: Ref<HTMLInputElement>;
|
|
5
|
-
size?: "sm" | "md" | "lg";
|
|
5
|
+
size?: "sm" | "md" | "lg" | "tableCell";
|
|
6
|
+
/** Borderless table/cell editing surface — matches the reference dashboard metric inputs. */
|
|
7
|
+
variant?: "default" | "ghost";
|
|
6
8
|
}
|
|
7
|
-
export declare function Input({ size, invalid, disabled, className, ref, ...rest }: InputProps): import("react").JSX.Element;
|
|
9
|
+
export declare function Input({ size, variant, invalid, disabled, className, ref, ...rest }: InputProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "react";
|
|
2
|
+
export interface QuestionnaireOption {
|
|
3
|
+
description?: string;
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
}
|
|
7
|
+
export interface QuestionnaireQuestion {
|
|
8
|
+
/** Applies to questions that render a free-form answer. */
|
|
9
|
+
allowEmpty?: boolean;
|
|
10
|
+
/** When true, the question renders a free-form answer in addition to options. */
|
|
11
|
+
allowOther?: boolean;
|
|
12
|
+
header: string;
|
|
13
|
+
/** An application-owned stable key used for controlled answers and navigation. */
|
|
14
|
+
id: string;
|
|
15
|
+
multiSelect?: boolean;
|
|
16
|
+
options: readonly QuestionnaireOption[];
|
|
17
|
+
placeholder?: string;
|
|
18
|
+
question: string;
|
|
19
|
+
}
|
|
20
|
+
export interface QuestionnaireAnswer {
|
|
21
|
+
selectedOptionIds?: readonly string[];
|
|
22
|
+
text?: string;
|
|
23
|
+
}
|
|
24
|
+
export type QuestionnaireAnswers = Readonly<Record<string, QuestionnaireAnswer | undefined>>;
|
|
25
|
+
export interface QuestionnaireLabels {
|
|
26
|
+
answerPlaceholder: string;
|
|
27
|
+
dismiss: string;
|
|
28
|
+
next: string;
|
|
29
|
+
otherPlaceholder: string;
|
|
30
|
+
submit: string;
|
|
31
|
+
}
|
|
32
|
+
export interface QuestionnaireCardProps extends Omit<HTMLAttributes<HTMLDivElement>, "onChange" | "onSubmit"> {
|
|
33
|
+
activeQuestionId: string;
|
|
34
|
+
answers: QuestionnaireAnswers;
|
|
35
|
+
labels?: Partial<QuestionnaireLabels>;
|
|
36
|
+
onActiveQuestionIdChange: (questionId: string) => void;
|
|
37
|
+
onChange: (questionId: string, answer: QuestionnaireAnswer) => void;
|
|
38
|
+
onDismiss: () => void;
|
|
39
|
+
onSubmit: () => void;
|
|
40
|
+
questions: readonly QuestionnaireQuestion[];
|
|
41
|
+
/** Disables all input and communicates the pending action to assistive tech. */
|
|
42
|
+
submitting?: boolean;
|
|
43
|
+
/** Identifies the action currently pending so only that action shows progress. */
|
|
44
|
+
submittingAction?: "dismiss" | "submit" | null;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Controlled, accessible questionnaire presentation. Applications own data
|
|
48
|
+
* parsing, persistence, and submission effects; this component owns visual
|
|
49
|
+
* state, answer-selection intent, and keyboard-native form controls.
|
|
50
|
+
*/
|
|
51
|
+
export declare function QuestionnaireCard({ activeQuestionId, answers, className, labels: labelsInput, onActiveQuestionIdChange, onChange, onDismiss, onSubmit, questions, submitting, submittingAction, ...rest }: QuestionnaireCardProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type QuestionnaireAnswer, type QuestionnaireAnswers, QuestionnaireCard, type QuestionnaireCardProps, type QuestionnaireLabels, type QuestionnaireOption, type QuestionnaireQuestion, } from "./QuestionnaireCard";
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { KeyboardEvent } from "react";
|
|
2
|
+
import type { QuestionnaireAnswer, QuestionnaireAnswers, QuestionnaireLabels, QuestionnaireQuestion } from "./QuestionnaireCard";
|
|
3
|
+
export interface QuestionnaireCardBodyProps {
|
|
4
|
+
activeAnswer: QuestionnaireAnswer | undefined;
|
|
5
|
+
activeIndex: number;
|
|
6
|
+
activeQuestion: QuestionnaireQuestion;
|
|
7
|
+
activeQuestionId: string;
|
|
8
|
+
allAnswered: boolean;
|
|
9
|
+
answers: QuestionnaireAnswers;
|
|
10
|
+
className?: string;
|
|
11
|
+
isLastQuestion: boolean;
|
|
12
|
+
labels: QuestionnaireLabels;
|
|
13
|
+
onActiveQuestionIdChange: (questionId: string) => void;
|
|
14
|
+
onChange: (questionId: string, answer: QuestionnaireAnswer) => void;
|
|
15
|
+
onDismiss: () => void;
|
|
16
|
+
onSubmit: () => void;
|
|
17
|
+
primaryDisabled: boolean;
|
|
18
|
+
questions: readonly QuestionnaireQuestion[];
|
|
19
|
+
submitting: boolean;
|
|
20
|
+
submittingAction?: "dismiss" | "submit" | null;
|
|
21
|
+
}
|
|
22
|
+
export declare function QuestionnaireCardBody({ activeAnswer, activeIndex, activeQuestion, activeQuestionId, answers, className, isLastQuestion, labels, onActiveQuestionIdChange, onChange, onDismiss, onSubmit, primaryDisabled, questions, submitting, submittingAction, }: QuestionnaireCardBodyProps): import("react").JSX.Element;
|
|
23
|
+
export declare function handleQuestionnaireTextChange(context: {
|
|
24
|
+
activeQuestionId: string;
|
|
25
|
+
onChange: (questionId: string, answer: QuestionnaireAnswer) => void;
|
|
26
|
+
selectedOptionIds: readonly string[];
|
|
27
|
+
}, event: {
|
|
28
|
+
target: {
|
|
29
|
+
value: string;
|
|
30
|
+
};
|
|
31
|
+
}): void;
|
|
32
|
+
export declare function handleQuestionnaireTextKeyDown(context: {
|
|
33
|
+
isLastQuestion: boolean;
|
|
34
|
+
nextQuestionId?: string;
|
|
35
|
+
onActiveQuestionIdChange: (questionId: string) => void;
|
|
36
|
+
onSubmit: () => void;
|
|
37
|
+
primaryDisabled: boolean;
|
|
38
|
+
}, event: KeyboardEvent<HTMLInputElement>): void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { QuestionnaireAnswer, QuestionnaireQuestion } from "./QuestionnaireCard";
|
|
2
|
+
export declare function toggleQuestionnaireOption({ activeQuestion, activeQuestionId, isLastQuestion, nextQuestionId, onActiveQuestionIdChange, onChange, optionId, selectedOptionIds, }: {
|
|
3
|
+
activeQuestion: QuestionnaireQuestion;
|
|
4
|
+
activeQuestionId: string;
|
|
5
|
+
isLastQuestion: boolean;
|
|
6
|
+
nextQuestionId?: string;
|
|
7
|
+
onActiveQuestionIdChange: (questionId: string) => void;
|
|
8
|
+
onChange: (questionId: string, answer: QuestionnaireAnswer) => void;
|
|
9
|
+
optionId: string;
|
|
10
|
+
selectedOptionIds: readonly string[];
|
|
11
|
+
}): void;
|
|
12
|
+
export declare function updateQuestionnaireText({ activeQuestionId, onChange, selectedOptionIds, text, }: {
|
|
13
|
+
activeQuestionId: string;
|
|
14
|
+
onChange: (questionId: string, answer: QuestionnaireAnswer) => void;
|
|
15
|
+
selectedOptionIds: readonly string[];
|
|
16
|
+
text: string;
|
|
17
|
+
}): void;
|
|
18
|
+
export declare function runQuestionnairePrimaryAction({ isLastQuestion, nextQuestionId, onActiveQuestionIdChange, onSubmit, primaryDisabled, }: {
|
|
19
|
+
isLastQuestion: boolean;
|
|
20
|
+
nextQuestionId?: string;
|
|
21
|
+
onActiveQuestionIdChange: (questionId: string) => void;
|
|
22
|
+
onSubmit: () => void;
|
|
23
|
+
primaryDisabled: boolean;
|
|
24
|
+
}): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function QuestionnaireSpinner(): import("react").JSX.Element;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { QuestionnaireAnswer, QuestionnaireQuestion } from "./QuestionnaireCard";
|
|
2
|
+
export declare function showsTextInput(question: QuestionnaireQuestion): boolean;
|
|
3
|
+
export declare function isAnswered(question: QuestionnaireQuestion, answer?: QuestionnaireAnswer): boolean;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
export interface RadioCardProps {
|
|
3
|
+
description?: string;
|
|
4
|
+
meta?: ReactNode;
|
|
5
|
+
title: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function RadioCard({ description, meta, title, value }: RadioCardProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RadioCard, type RadioCardProps } from "./RadioCard";
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { type ReactElement, type ReactNode, type RefObject } from "react";
|
|
2
|
+
import { type ResponsiveComboboxOptionKind } from "./responsive-combobox-primitives";
|
|
3
|
+
export interface ResponsiveComboboxOption {
|
|
4
|
+
description?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
id: string;
|
|
7
|
+
kind?: ResponsiveComboboxOptionKind;
|
|
8
|
+
label: string;
|
|
9
|
+
}
|
|
10
|
+
export interface ResponsiveComboboxStructuredHeader {
|
|
11
|
+
actions?: ReactNode;
|
|
12
|
+
back?: {
|
|
13
|
+
accessibilityLabel: string;
|
|
14
|
+
onPress: () => void;
|
|
15
|
+
};
|
|
16
|
+
leading?: ReactNode;
|
|
17
|
+
search?: {
|
|
18
|
+
autoFocus?: boolean;
|
|
19
|
+
onChange: (value: string) => void;
|
|
20
|
+
placeholder?: string;
|
|
21
|
+
resetKey?: string | number;
|
|
22
|
+
testId?: string;
|
|
23
|
+
};
|
|
24
|
+
subtitle?: ReactNode;
|
|
25
|
+
title: ReactNode;
|
|
26
|
+
}
|
|
27
|
+
export { ResponsiveComboboxEmpty, ResponsiveComboboxItem, type ResponsiveComboboxItemProps, type ResponsiveComboboxOptionKind, ResponsiveComboboxSearchInput, type ResponsiveComboboxSearchInputProps, } from "./responsive-combobox-primitives";
|
|
28
|
+
type OptionsPosition = "above-search" | "below-search";
|
|
29
|
+
export interface ResponsiveComboboxProps {
|
|
30
|
+
allowCustomValue?: boolean;
|
|
31
|
+
anchorRef: RefObject<HTMLElement | null>;
|
|
32
|
+
children?: ReactNode;
|
|
33
|
+
customValueDescription?: string;
|
|
34
|
+
customValueKind?: ResponsiveComboboxOptionKind;
|
|
35
|
+
customValuePrefix?: string;
|
|
36
|
+
desktopFixedHeight?: number;
|
|
37
|
+
desktopMinWidth?: number;
|
|
38
|
+
desktopPlacement?: "bottom-start" | "top-start";
|
|
39
|
+
desktopPreventInitialFlash?: boolean;
|
|
40
|
+
emptyText?: string;
|
|
41
|
+
header?: ReactNode;
|
|
42
|
+
isCompact?: boolean;
|
|
43
|
+
keepOpenOnSelect?: boolean;
|
|
44
|
+
mobileChildrenScrollEnabled?: boolean;
|
|
45
|
+
mobileHeader?: (input: {
|
|
46
|
+
onClose: () => void;
|
|
47
|
+
}) => ReactNode;
|
|
48
|
+
onOpenChange?: (open: boolean) => void;
|
|
49
|
+
onSearchQueryChange?: (query: string) => void;
|
|
50
|
+
onSelect: (id: string) => void;
|
|
51
|
+
open?: boolean;
|
|
52
|
+
options: readonly ResponsiveComboboxOption[];
|
|
53
|
+
optionsPosition?: OptionsPosition;
|
|
54
|
+
placeholder?: string;
|
|
55
|
+
renderOption?: (input: {
|
|
56
|
+
active: boolean;
|
|
57
|
+
onPress: () => void;
|
|
58
|
+
option: ResponsiveComboboxOption;
|
|
59
|
+
selected: boolean;
|
|
60
|
+
}) => ReactElement;
|
|
61
|
+
searchable?: boolean;
|
|
62
|
+
searchPlaceholder?: string;
|
|
63
|
+
stickyHeader?: ReactNode;
|
|
64
|
+
/** Structured, DS-rendered header that avoids app-local presentation. */
|
|
65
|
+
structuredHeader?: ResponsiveComboboxStructuredHeader;
|
|
66
|
+
title?: string;
|
|
67
|
+
value: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Controlled responsive option picker. The app owns option discovery, intent
|
|
71
|
+
* handling, translations, and compact-breakpoint policy; DS owns the view.
|
|
72
|
+
*/
|
|
73
|
+
export declare function ResponsiveCombobox({ allowCustomValue, anchorRef, children, customValueDescription, customValueKind, customValuePrefix, desktopFixedHeight, desktopMinWidth, desktopPlacement, desktopPreventInitialFlash, emptyText, header, structuredHeader, isCompact: controlledCompact, keepOpenOnSelect, mobileChildrenScrollEnabled, mobileHeader, onOpenChange, onSearchQueryChange, onSelect, open, options, optionsPosition, placeholder, renderOption, searchPlaceholder, searchable, stickyHeader, title, value, }: ResponsiveComboboxProps): ReactElement | null;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ResponsiveComboboxOption, ResponsiveComboboxOptionKind } from "./ResponsiveCombobox";
|
|
2
|
+
export interface ResponsiveComboboxMatchScore {
|
|
3
|
+
offset: number;
|
|
4
|
+
spread?: number;
|
|
5
|
+
tier: number;
|
|
6
|
+
}
|
|
7
|
+
export interface BuildResponsiveComboboxOptionsInput {
|
|
8
|
+
allowCustomValue: boolean;
|
|
9
|
+
customValueDescription?: string;
|
|
10
|
+
customValueKind?: ResponsiveComboboxOptionKind;
|
|
11
|
+
customValuePrefix: string;
|
|
12
|
+
options: readonly ResponsiveComboboxOption[];
|
|
13
|
+
searchable: boolean;
|
|
14
|
+
searchQuery: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function shouldShowCustomResponsiveComboboxOption({ allowCustomValue, options, searchable, searchQuery, }: Pick<BuildResponsiveComboboxOptionsInput, "allowCustomValue" | "options" | "searchable" | "searchQuery">): boolean;
|
|
17
|
+
export declare function filterAndRankResponsiveComboboxOptions(options: readonly ResponsiveComboboxOption[], searchQuery: string): ResponsiveComboboxOption[];
|
|
18
|
+
export declare function buildResponsiveComboboxOptions({ allowCustomValue, customValueDescription, customValueKind, customValuePrefix, options, searchable, searchQuery, }: BuildResponsiveComboboxOptionsInput): ResponsiveComboboxOption[];
|
|
19
|
+
export declare function orderResponsiveComboboxOptions(options: readonly ResponsiveComboboxOption[], position: "above-search" | "below-search"): ResponsiveComboboxOption[];
|
|
20
|
+
export declare function getResponsiveComboboxFallbackIndex(itemCount: number, position: "above-search" | "below-search"): number;
|
|
21
|
+
export declare function getNextResponsiveComboboxIndex({ currentIndex, itemCount, key, }: {
|
|
22
|
+
currentIndex: number;
|
|
23
|
+
itemCount: number;
|
|
24
|
+
key: "ArrowDown" | "ArrowUp";
|
|
25
|
+
}): number;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { type BuildResponsiveComboboxOptionsInput, buildResponsiveComboboxOptions, filterAndRankResponsiveComboboxOptions, getNextResponsiveComboboxIndex, getResponsiveComboboxFallbackIndex, orderResponsiveComboboxOptions, shouldShowCustomResponsiveComboboxOption, } from "./helpers";
|
|
2
|
+
export { ResponsiveCombobox, ResponsiveComboboxEmpty, ResponsiveComboboxItem, type ResponsiveComboboxItemProps, type ResponsiveComboboxOption, type ResponsiveComboboxOptionKind, type ResponsiveComboboxProps, ResponsiveComboboxSearchInput, type ResponsiveComboboxSearchInputProps, type ResponsiveComboboxStructuredHeader, } from "./ResponsiveCombobox";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare function handleResponsiveComboboxOptionPress(onSelect: (id: string) => void, optionId: string): void;
|
|
2
|
+
export declare function handleResponsiveComboboxSearchChange(setSearchQuery: (query: string) => void, onSearchQueryChange: ((query: string) => void) | undefined, nextQuery: string): void;
|
|
3
|
+
export declare function applyResponsiveComboboxOpenChange(isControlled: boolean, setInternalOpen: (open: boolean) => void, onOpenChange: ((open: boolean) => void) | undefined, nextOpen: boolean): void;
|
|
4
|
+
export declare function shouldIgnoreResponsiveComboboxSelection(options: readonly {
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
id: string;
|
|
7
|
+
}[], id: string): boolean;
|
|
8
|
+
export declare function runResponsiveComboboxSelection(options: readonly {
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
id: string;
|
|
11
|
+
}[], id: string, onSelect: (id: string) => void, keepOpenOnSelect: boolean, onClose: () => void): void;
|
|
12
|
+
export declare function submitResponsiveComboboxSearch(orderedOptions: readonly {
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
id: string;
|
|
15
|
+
}[], activeIndex: number, handleSelect: (id: string) => void): void;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { RefObject } from "react";
|
|
2
|
+
export declare function scheduleResponsiveComboboxSearchFocus(inputRef: RefObject<HTMLInputElement | null>, delayMs?: number): ReturnType<typeof setTimeout>;
|
|
3
|
+
export declare function cancelResponsiveComboboxSearchFocus(timer: ReturnType<typeof setTimeout>): void;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ResponsiveComboboxOption } from "./ResponsiveCombobox";
|
|
2
|
+
export declare function measureResponsiveComboboxAnchor(anchor: HTMLElement): DOMRect;
|
|
3
|
+
export declare function nextResponsiveComboboxEnabledIndex({ currentIndex, itemCount, key, options, }: {
|
|
4
|
+
currentIndex: number;
|
|
5
|
+
itemCount: number;
|
|
6
|
+
key: "ArrowDown" | "ArrowUp";
|
|
7
|
+
options: readonly ResponsiveComboboxOption[];
|
|
8
|
+
}): number;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type ResponsiveComboboxOption, type ResponsiveComboboxProps } from "./ResponsiveCombobox";
|
|
3
|
+
export declare function ResponsiveComboboxOptionsList({ activeIndex, emptyText, onSelect, options, renderOption, value, }: {
|
|
4
|
+
activeIndex: number;
|
|
5
|
+
emptyText: string;
|
|
6
|
+
onSelect: (id: string) => void;
|
|
7
|
+
options: readonly ResponsiveComboboxOption[];
|
|
8
|
+
renderOption: ResponsiveComboboxProps["renderOption"];
|
|
9
|
+
value: string;
|
|
10
|
+
}): ReactElement;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type ReactElement, type ReactNode } from "react";
|
|
2
|
+
export type ResponsiveComboboxOptionKind = "directory" | "file";
|
|
3
|
+
export interface ResponsiveComboboxSearchInputProps {
|
|
4
|
+
autoFocus?: boolean;
|
|
5
|
+
onChangeText: (text: string) => void;
|
|
6
|
+
onSubmitEditing?: () => void;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
resetKey?: number | string;
|
|
9
|
+
value?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function ResponsiveComboboxSearchInput({ autoFocus, onChangeText, onSubmitEditing, placeholder, resetKey: _resetKey, value, }: ResponsiveComboboxSearchInputProps): ReactElement;
|
|
12
|
+
export interface ResponsiveComboboxItemProps {
|
|
13
|
+
active?: boolean;
|
|
14
|
+
description?: string;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
kind?: ResponsiveComboboxOptionKind;
|
|
17
|
+
label: string;
|
|
18
|
+
leadingSlot?: ReactNode;
|
|
19
|
+
onPress: () => void;
|
|
20
|
+
selected?: boolean;
|
|
21
|
+
testID?: string;
|
|
22
|
+
trailingSlot?: ReactNode;
|
|
23
|
+
}
|
|
24
|
+
export declare function ResponsiveComboboxItem({ active, description, disabled, kind, label, leadingSlot, onPress, selected, testID, trailingSlot, }: ResponsiveComboboxItemProps): ReactElement;
|
|
25
|
+
export declare function ResponsiveComboboxEmpty({ children, }: {
|
|
26
|
+
children: ReactNode;
|
|
27
|
+
}): ReactElement;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import type { ResponsiveComboboxStructuredHeader } from "./ResponsiveCombobox";
|
|
3
|
+
export declare function ResponsiveComboboxStructuredHeaderView({ header, onClose, }: {
|
|
4
|
+
header: ResponsiveComboboxStructuredHeader;
|
|
5
|
+
onClose?: () => void;
|
|
6
|
+
}): ReactElement;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { InputHTMLAttributes, Ref } from "react";
|
|
2
|
+
import { type InputProps } from "../Input/Input";
|
|
3
|
+
export interface SearchInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "type"> {
|
|
4
|
+
/** Show a clear button when the field has a value. */
|
|
5
|
+
clearable?: boolean;
|
|
6
|
+
/** Called when the clear button is pressed. */
|
|
7
|
+
onClear?: () => void;
|
|
8
|
+
ref?: Ref<HTMLInputElement>;
|
|
9
|
+
size?: InputProps["size"];
|
|
10
|
+
/** `filled` = muted bordered bar; `plain` = icon + borderless input. */
|
|
11
|
+
variant?: "filled" | "plain";
|
|
12
|
+
}
|
|
13
|
+
export declare function SearchInput({ className, clearable, onClear, ref, size, value, variant, ...rest }: SearchInputProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SearchInput, type SearchInputProps } from "./SearchInput";
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
-
import type
|
|
2
|
-
export interface SelectProps extends Omit<SelectHTMLAttributes<HTMLSelectElement>, "size"> {
|
|
1
|
+
import { type ReactNode, type Ref, type SelectHTMLAttributes } from "react";
|
|
2
|
+
export interface SelectProps extends Omit<SelectHTMLAttributes<HTMLSelectElement>, "size" | "onChange"> {
|
|
3
3
|
children?: ReactNode;
|
|
4
|
+
/** When false, trigger sizes to content (inline toolbars / share rows). Default true. */
|
|
5
|
+
fullWidth?: boolean;
|
|
4
6
|
invalid?: boolean;
|
|
5
|
-
|
|
7
|
+
onChange?: (event: {
|
|
8
|
+
target: {
|
|
9
|
+
value: string;
|
|
10
|
+
};
|
|
11
|
+
}) => void;
|
|
12
|
+
ref?: Ref<HTMLButtonElement>;
|
|
6
13
|
size?: "sm" | "md" | "lg";
|
|
14
|
+
/** `ghost` matches the reference borderless table metric inputs and inline selects. */
|
|
15
|
+
variant?: "default" | "ghost";
|
|
7
16
|
}
|
|
8
|
-
export declare function Select({ size, invalid, disabled, className, children, ref, ...rest }: SelectProps): import("react").JSX.Element;
|
|
17
|
+
export declare function Select({ size, variant, fullWidth, invalid, disabled, className, children, value: controlledValue, defaultValue, onChange, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, ref, ...rest }: SelectProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "react";
|
|
2
|
+
export interface SelectableOption {
|
|
3
|
+
description: string;
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
}
|
|
7
|
+
export interface SelectableOptionGridProps extends Omit<HTMLAttributes<HTMLDivElement>, "onChange"> {
|
|
8
|
+
activeId?: string | null;
|
|
9
|
+
onChange?: (id: string) => void;
|
|
10
|
+
options: readonly SelectableOption[];
|
|
11
|
+
testIdPrefix?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Controlled segmented option picker with the selected option's supporting
|
|
15
|
+
* description. Application code owns persistence and state; this component
|
|
16
|
+
* owns the presentation and selection intent.
|
|
17
|
+
*/
|
|
18
|
+
export declare function SelectableOptionGrid({ activeId, "aria-label": ariaLabel, className, onChange, options, testIdPrefix, ...rest }: SelectableOptionGridProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type SelectableOption, SelectableOptionGrid, type SelectableOptionGridProps, } from "./SelectableOptionGrid";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ChangeEvent } from "react";
|
|
2
|
+
export interface SliderProps {
|
|
3
|
+
"aria-label": string;
|
|
4
|
+
className?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
id?: string;
|
|
7
|
+
max: number;
|
|
8
|
+
min: number;
|
|
9
|
+
onChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
+
step?: number;
|
|
11
|
+
/** Prefix for data-testid on root, track, and range (default: slider). */
|
|
12
|
+
testIdPrefix?: string;
|
|
13
|
+
value: number;
|
|
14
|
+
}
|
|
15
|
+
export declare function Slider({ "aria-label": ariaLabel, className, disabled, id, max, min, onChange, step, testIdPrefix, value, }: SliderProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Slider, type SliderProps } from "./Slider";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
-
import type { Space } from "../scale";
|
|
2
|
+
import type { Space } from "../shared/scale";
|
|
3
3
|
export interface ContainerProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
4
|
/** Horizontal padding (padding-inline). */
|
|
5
5
|
gutter?: Space;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
-
import { type Space } from "../scale";
|
|
2
|
+
import { type Space } from "../shared/scale";
|
|
3
3
|
export interface GridProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
4
|
columns?: 1 | 2 | 3 | 4 | 6 | 12;
|
|
5
5
|
gap?: Space;
|
|
6
|
+
/** When set, columns auto-wrap using minmax(auto-fit) instead of a fixed count. */
|
|
7
|
+
minItemWidth?: string | number;
|
|
6
8
|
ref?: Ref<HTMLDivElement>;
|
|
7
9
|
}
|
|
8
|
-
export declare function Grid({ columns, gap, className, children, ref, ...rest }: GridProps): import("react").JSX.Element;
|
|
10
|
+
export declare function Grid({ columns, gap, className, children, minItemWidth, ref, style, ...rest }: GridProps): import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes, Ref } from "react";
|
|
2
|
-
import { type Align, type Justify, type Space } from "../scale";
|
|
2
|
+
import { type Align, type Justify, type Space } from "../shared/scale";
|
|
3
3
|
export interface InlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
4
|
align?: Align;
|
|
5
5
|
gap?: Space;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from "react";
|
|
2
|
+
export interface PanelDockProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
3
|
+
/** At compact container widths, keep either the primary panel or dock and
|
|
4
|
+
* temporarily hide the other. Omit to preserve the side-by-side layout. */
|
|
5
|
+
compactMode?: "main" | "dock";
|
|
6
|
+
/** Optional fixed-width supplementary panel. */
|
|
7
|
+
dock?: ReactNode;
|
|
8
|
+
/** Places the dock at the start or end of the main panel. Default: "end". */
|
|
9
|
+
dockPosition?: "start" | "end";
|
|
10
|
+
/** Fixed dock width in pixels. Default: 280. */
|
|
11
|
+
dockWidth?: number;
|
|
12
|
+
/** Primary panel content. */
|
|
13
|
+
main: ReactNode;
|
|
14
|
+
ref?: Ref<HTMLDivElement>;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A non-resizable main panel with an optional fixed-width dock. Consumers own
|
|
18
|
+
* the panel contents and any persisted layout state; the DS owns the shared
|
|
19
|
+
* canvas, clipping, and dock divider treatment.
|
|
20
|
+
*/
|
|
21
|
+
export declare function PanelDock({ className, compactMode, dock, dockPosition, dockWidth, main, ref, ...rest }: PanelDockProps): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PanelDock, type PanelDockProps } from "./PanelDock";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "react";
|
|
2
|
+
export interface ScrollbarMetrics {
|
|
3
|
+
contentSize: number;
|
|
4
|
+
offset: number;
|
|
5
|
+
viewportSize: number;
|
|
6
|
+
}
|
|
7
|
+
export interface ScrollbarOverlayProps extends Omit<HTMLAttributes<HTMLDivElement>, "onScroll"> {
|
|
8
|
+
/** Whether the overlay may render. Default: true. */
|
|
9
|
+
enabled?: boolean;
|
|
10
|
+
/** Reverses the controlled offset for inverted scroll containers. */
|
|
11
|
+
inverted?: boolean;
|
|
12
|
+
/** Current app-owned scroll measurements. */
|
|
13
|
+
metrics: ScrollbarMetrics;
|
|
14
|
+
/** Minimum visible thumb height in pixels. Default: 36. */
|
|
15
|
+
minHandleSize?: number;
|
|
16
|
+
/** Receives an app-owned target scroll offset while the thumb is dragged. */
|
|
17
|
+
onScrollToOffset: (offset: number) => void;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A controlled vertical scrollbar visual for web layouts.
|
|
21
|
+
*
|
|
22
|
+
* Consumers retain DOM or React Native measurement, native-scrollbar hiding,
|
|
23
|
+
* and scroll-event wiring. This component owns only the visual thumb and emits
|
|
24
|
+
* normalized target offsets while that thumb is dragged.
|
|
25
|
+
*/
|
|
26
|
+
export declare function ScrollbarOverlay({ className, enabled, inverted, metrics, minHandleSize, onScrollToOffset, ...rest }: ScrollbarOverlayProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ScrollbarMetrics, ScrollbarOverlay, type ScrollbarOverlayProps, } from "./ScrollbarOverlay";
|