@parhelia/core 0.1.12936 → 0.1.12937

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (506) hide show
  1. package/dist/agents-view/AgentCard.d.ts +1 -1
  2. package/dist/agents-view/AgentGalleryCard.d.ts +2 -1
  3. package/dist/agents-view/AgentGalleryView.d.ts +2 -1
  4. package/dist/agents-view/AgentProfileIcon.d.ts +2 -1
  5. package/dist/agents-view/AgentsSidebar.d.ts +2 -1
  6. package/dist/agents-view/AgentsTitlebar.d.ts +2 -1
  7. package/dist/agents-view/AgentsView.d.ts +1 -1
  8. package/dist/agents-view/AgentsWorkspaceView.d.ts +2 -1
  9. package/dist/agents-view/CreateAgentView.d.ts +2 -1
  10. package/dist/agents-view/DateAgentsGroup.d.ts +1 -1
  11. package/dist/agents-view/ProfileAgentsGroup.d.ts +1 -1
  12. package/dist/agents-view/RenameAgentDialog.d.ts +2 -1
  13. package/dist/components/MarkdownDisplay.d.ts +2 -2
  14. package/dist/components/MarkdownViewerPopover.d.ts +1 -1
  15. package/dist/components/PageHeader.d.ts +1 -1
  16. package/dist/components/SearchInput.d.ts +1 -1
  17. package/dist/components/WorkspaceHomeView.d.ts +1 -1
  18. package/dist/components/ui/CardConnector.d.ts +1 -1
  19. package/dist/components/ui/LanguageSelectionGrid.d.ts +1 -1
  20. package/dist/components/ui/LanguageSelector.d.ts +2 -1
  21. package/dist/components/ui/UserPicker.d.ts +1 -1
  22. package/dist/components/ui/accordion.d.ts +1 -1
  23. package/dist/components/ui/alert-dialog.d.ts +11 -11
  24. package/dist/components/ui/avatar.d.ts +2 -1
  25. package/dist/components/ui/badge.d.ts +2 -2
  26. package/dist/components/ui/breadcrumb.d.ts +8 -8
  27. package/dist/components/ui/button.d.ts +2 -2
  28. package/dist/components/ui/calendar.d.ts +1 -1
  29. package/dist/components/ui/card.d.ts +1 -1
  30. package/dist/components/ui/checkbox.d.ts +1 -1
  31. package/dist/components/ui/close-icon.d.ts +1 -1
  32. package/dist/components/ui/command.d.ts +9 -9
  33. package/dist/components/ui/context-menu.d.ts +13 -13
  34. package/dist/components/ui/copy-button.d.ts +1 -1
  35. package/dist/components/ui/delete-icon.d.ts +1 -1
  36. package/dist/components/ui/dialog.d.ts +10 -10
  37. package/dist/components/ui/dropdown-menu.d.ts +15 -15
  38. package/dist/components/ui/multi-switch-button.d.ts +1 -1
  39. package/dist/components/ui/paste-button.d.ts +1 -1
  40. package/dist/components/ui/popover.d.ts +1 -1
  41. package/dist/components/ui/select.d.ts +1 -1
  42. package/dist/components/ui/sonner.d.ts +1 -1
  43. package/dist/components/ui/styled-dialog-title.d.ts +1 -1
  44. package/dist/components/ui/switch.d.ts +1 -1
  45. package/dist/components/ui/tabs.d.ts +1 -1
  46. package/dist/components/ui/tooltip.d.ts +4 -4
  47. package/dist/components/ui/upload-button.d.ts +1 -1
  48. package/dist/editor/AdminRequiredView.d.ts +2 -1
  49. package/dist/editor/AspectRatioSelector.d.ts +2 -1
  50. package/dist/editor/ConcurrentUserLimitDialog.d.ts +2 -1
  51. package/dist/editor/ContentTree.d.ts +1 -1
  52. package/dist/editor/DeleteItemsWarning.d.ts +1 -1
  53. package/dist/editor/Editor.d.ts +1 -1
  54. package/dist/editor/EditorLoadingOverlay.d.ts +1 -1
  55. package/dist/editor/EditorWarning.d.ts +1 -1
  56. package/dist/editor/EditorWarnings.d.ts +2 -1
  57. package/dist/editor/FieldHistory.d.ts +1 -1
  58. package/dist/editor/FieldList.d.ts +1 -1
  59. package/dist/editor/FieldListField.d.ts +2 -2
  60. package/dist/editor/FieldListFieldWithFallbacks.d.ts +1 -1
  61. package/dist/editor/GlobalMenuBar.d.ts +2 -1
  62. package/dist/editor/ImageEditButton.d.ts +1 -1
  63. package/dist/editor/ImageEditor.d.ts +1 -1
  64. package/dist/editor/ItemInfo.d.ts +1 -1
  65. package/dist/editor/MainLayout.d.ts +2 -2
  66. package/dist/editor/MigrationsView.d.ts +1 -1
  67. package/dist/editor/MobileLayout.d.ts +1 -1
  68. package/dist/editor/PerfProfiler.d.ts +1 -1
  69. package/dist/editor/PictureCropper.d.ts +1 -1
  70. package/dist/editor/PictureEditor.d.ts +1 -1
  71. package/dist/editor/QuickItemSwitcher.d.ts +2 -1
  72. package/dist/editor/ScrollingContentTree.d.ts +1 -1
  73. package/dist/editor/SetupWizard.d.ts +2 -1
  74. package/dist/editor/Titlebar.d.ts +1 -1
  75. package/dist/editor/UsedBy.d.ts +1 -1
  76. package/dist/editor/WorkspaceTitleSwitcher.d.ts +2 -1
  77. package/dist/editor/ai/AgentInlineDialogContent.d.ts +1 -1
  78. package/dist/editor/ai/AgentPanesGrid.d.ts +1 -1
  79. package/dist/editor/ai/AgentSharingSection.d.ts +1 -1
  80. package/dist/editor/ai/AgentStatusBadge.d.ts +2 -1
  81. package/dist/editor/ai/AgentTerminal.d.ts +1 -1
  82. package/dist/editor/ai/ContentInspectorPopover.d.ts +1 -1
  83. package/dist/editor/ai/GuidanceOverlay.d.ts +2 -1
  84. package/dist/editor/ai/HeartbeatDiagnosticsPanel.d.ts +2 -1
  85. package/dist/editor/ai/InlineAiDialog.d.ts +2 -1
  86. package/dist/editor/ai/InlineAiTextEditTooltip.d.ts +1 -1
  87. package/dist/editor/ai/InlineAiTrigger.d.ts +2 -1
  88. package/dist/editor/ai/ManualPanel.d.ts +2 -1
  89. package/dist/editor/ai/MediaImage.d.ts +1 -1
  90. package/dist/editor/ai/dialogs/ComponentTypeSelectorInline.d.ts +2 -1
  91. package/dist/editor/ai/dialogs/QuestionnaireInline.d.ts +1 -1
  92. package/dist/editor/ai/terminal/components/ActivitySummaryCell.d.ts +1 -1
  93. package/dist/editor/ai/terminal/components/AgentActivityOverviewPanel.d.ts +1 -1
  94. package/dist/editor/ai/terminal/components/AgentBanners.d.ts +4 -3
  95. package/dist/editor/ai/terminal/components/AgentContextItemPicker.d.ts +1 -1
  96. package/dist/editor/ai/terminal/components/AgentCostDisplay.d.ts +1 -1
  97. package/dist/editor/ai/terminal/components/AgentEditHistoryButton.d.ts +1 -1
  98. package/dist/editor/ai/terminal/components/AgentFullPromptControls.d.ts +1 -1
  99. package/dist/editor/ai/terminal/components/AgentGreeting.d.ts +2 -1
  100. package/dist/editor/ai/terminal/components/AgentLoadingContent.d.ts +1 -1
  101. package/dist/editor/ai/terminal/components/AgentMemoryPanel.d.ts +2 -1
  102. package/dist/editor/ai/terminal/components/AgentMobileStatusPopover.d.ts +1 -1
  103. package/dist/editor/ai/terminal/components/AgentModeSelector.d.ts +1 -1
  104. package/dist/editor/ai/terminal/components/AgentParentLink.d.ts +1 -1
  105. package/dist/editor/ai/terminal/components/AgentPredefinedPromptsButton.d.ts +1 -1
  106. package/dist/editor/ai/terminal/components/AgentProfileModelSettingsSection.d.ts +1 -1
  107. package/dist/editor/ai/terminal/components/AgentProjectProgress.d.ts +1 -1
  108. package/dist/editor/ai/terminal/components/AgentPromptActionButtons.d.ts +1 -1
  109. package/dist/editor/ai/terminal/components/AgentPromptComposer.d.ts +1 -1
  110. package/dist/editor/ai/terminal/components/AgentPromptInputArea.d.ts +1 -1
  111. package/dist/editor/ai/terminal/components/AgentPromptTrayPopovers.d.ts +1 -1
  112. package/dist/editor/ai/terminal/components/AgentReadOnlyNotice.d.ts +1 -1
  113. package/dist/editor/ai/terminal/components/AgentRunStatusBanners.d.ts +1 -1
  114. package/dist/editor/ai/terminal/components/AgentSettingsContent.d.ts +1 -1
  115. package/dist/editor/ai/terminal/components/AgentSettingsPopover.d.ts +1 -1
  116. package/dist/editor/ai/terminal/components/AgentSettingsSections.d.ts +3 -3
  117. package/dist/editor/ai/terminal/components/AgentSkillSettingsSection.d.ts +1 -1
  118. package/dist/editor/ai/terminal/components/AgentSuggestionBanner.d.ts +1 -1
  119. package/dist/editor/ai/terminal/components/AgentSummaryAssistantResponse.d.ts +1 -1
  120. package/dist/editor/ai/terminal/components/AgentSummaryErrorNotice.d.ts +1 -1
  121. package/dist/editor/ai/terminal/components/AgentSummaryPlaceholder.d.ts +1 -1
  122. package/dist/editor/ai/terminal/components/AgentSummaryPromptActions.d.ts +1 -1
  123. package/dist/editor/ai/terminal/components/AgentTerminalContextChrome.d.ts +2 -2
  124. package/dist/editor/ai/terminal/components/AgentTerminalContextPanels.d.ts +1 -1
  125. package/dist/editor/ai/terminal/components/AgentTerminalDialogHost.d.ts +1 -1
  126. package/dist/editor/ai/terminal/components/AgentTerminalFullLayout.d.ts +1 -1
  127. package/dist/editor/ai/terminal/components/AgentTerminalFullPromptControls.d.ts +1 -1
  128. package/dist/editor/ai/terminal/components/AgentTerminalFullUpperContent.d.ts +1 -1
  129. package/dist/editor/ai/terminal/components/AgentTerminalMessageGroups.d.ts +1 -1
  130. package/dist/editor/ai/terminal/components/AgentTerminalStatusBar.d.ts +1 -1
  131. package/dist/editor/ai/terminal/components/AgentTerminalSummaryLayout.d.ts +1 -1
  132. package/dist/editor/ai/terminal/components/AgentTerminalView.d.ts +1 -1
  133. package/dist/editor/ai/terminal/components/AgentThinkingDots.d.ts +1 -1
  134. package/dist/editor/ai/terminal/components/AiResponseMessage.d.ts +1 -1
  135. package/dist/editor/ai/terminal/components/ContextInfoBar.d.ts +1 -1
  136. package/dist/editor/ai/terminal/components/EditOperationsPanel.d.ts +2 -1
  137. package/dist/editor/ai/terminal/components/HeartbeatMessage.d.ts +2 -1
  138. package/dist/editor/ai/terminal/components/InitialThinkingSplash.d.ts +2 -1
  139. package/dist/editor/ai/terminal/components/QueuedPromptsPanel.d.ts +1 -1
  140. package/dist/editor/ai/terminal/components/SpawnedAgentsPanel.d.ts +2 -1
  141. package/dist/editor/ai/terminal/components/TodoListPanel.d.ts +2 -1
  142. package/dist/editor/ai/terminal/components/ToolCallDisplay.d.ts +2 -2
  143. package/dist/editor/ai/terminal/components/UserMessage.d.ts +2 -1
  144. package/dist/editor/ai/terminal/useAgentRuntimeStatus.d.ts +1 -1
  145. package/dist/editor/ai/terminal/useAgentStatusBarContent.d.ts +2 -1
  146. package/dist/editor/ai/terminal/useAgentTerminalChrome.d.ts +3 -3
  147. package/dist/editor/ai/terminal/useAgentTerminalControls.d.ts +3 -3
  148. package/dist/editor/ai/terminal/useAgentTerminalNotices.d.ts +2 -2
  149. package/dist/editor/ai-image-editor/AiImageResultOverlay.d.ts +2 -1
  150. package/dist/editor/bridge/protocol.d.ts +7 -0
  151. package/dist/editor/bridge/protocol.js.map +1 -1
  152. package/dist/editor/client/EditorShell.d.ts +1 -1
  153. package/dist/editor/client/EditorShell.js +1 -0
  154. package/dist/editor/client/EditorShell.js.map +1 -1
  155. package/dist/editor/client/OperationDialogContent.d.ts +4 -3
  156. package/dist/editor/client/SessionExpiredOverlay.d.ts +1 -1
  157. package/dist/editor/client/hooks/useSocketMessageHandler.d.ts +8 -0
  158. package/dist/editor/client/hooks/useSocketMessageHandler.js +17 -3
  159. package/dist/editor/client/hooks/useSocketMessageHandler.js.map +1 -1
  160. package/dist/editor/client/navigation.d.ts +1 -1
  161. package/dist/editor/client/pageModelBuilder.d.ts +1 -1
  162. package/dist/editor/client/pageModelBuilder.js +60 -4
  163. package/dist/editor/client/pageModelBuilder.js.map +1 -1
  164. package/dist/editor/client/ui/DevModeIndicator.d.ts +2 -1
  165. package/dist/editor/client/ui/EditorChrome.d.ts +1 -1
  166. package/dist/editor/client/ui/FullscreenControls.d.ts +1 -1
  167. package/dist/editor/commands/componentCommands.js +1 -1
  168. package/dist/editor/commands/componentCommands.js.map +1 -1
  169. package/dist/editor/content-tree/IndicatorSettings.d.ts +1 -1
  170. package/dist/editor/content-tree/TreeOptions.d.ts +1 -1
  171. package/dist/editor/content-tree/TreeSettingsMenu.d.ts +1 -1
  172. package/dist/editor/context-menu/InsertMenu.d.ts +1 -1
  173. package/dist/editor/editor-warnings/FinalWorkflowStateReadOnly.d.ts +1 -1
  174. package/dist/editor/editor-warnings/ItemLocked.d.ts +1 -1
  175. package/dist/editor/editor-warnings/NoLanguageWriteAccess.d.ts +1 -1
  176. package/dist/editor/editor-warnings/NoWorkflowWriteAccess.d.ts +1 -1
  177. package/dist/editor/editor-warnings/NoWriteAccess.d.ts +1 -1
  178. package/dist/editor/editor-warnings/ValidationErrors.d.ts +1 -1
  179. package/dist/editor/field-types/AttachmentEditor.d.ts +1 -1
  180. package/dist/editor/field-types/CheckboxEditor.d.ts +1 -1
  181. package/dist/editor/field-types/DateFieldEditor.d.ts +2 -1
  182. package/dist/editor/field-types/DateTimeFieldEditor.d.ts +2 -1
  183. package/dist/editor/field-types/DropLinkEditor.d.ts +1 -1
  184. package/dist/editor/field-types/DropListEditor.d.ts +1 -1
  185. package/dist/editor/field-types/ImageFieldEditor.d.ts +1 -1
  186. package/dist/editor/field-types/InternalLinkFieldEditor.d.ts +1 -1
  187. package/dist/editor/field-types/LinkFieldEditor.d.ts +1 -1
  188. package/dist/editor/field-types/MultiLineText.d.ts +1 -1
  189. package/dist/editor/field-types/NameValueListEditor.d.ts +2 -1
  190. package/dist/editor/field-types/PictureFieldEditor.d.ts +1 -1
  191. package/dist/editor/field-types/RawEditor.d.ts +1 -1
  192. package/dist/editor/field-types/RichTextEditor.d.ts +1 -1
  193. package/dist/editor/field-types/RichTextEditorComponent.d.ts +1 -1
  194. package/dist/editor/field-types/SingleLineText.d.ts +1 -1
  195. package/dist/editor/field-types/TreeListEditor.d.ts +1 -1
  196. package/dist/editor/field-types/richtext/components/EditorDropdown.d.ts +1 -1
  197. package/dist/editor/field-types/richtext/richTextToolbarIcons.d.ts +6 -6
  198. package/dist/editor/media-selector/AiImageSearchPrompt.d.ts +1 -1
  199. package/dist/editor/media-selector/MediaFolderBrowser.d.ts +1 -1
  200. package/dist/editor/media-selector/MediaSelector.d.ts +1 -1
  201. package/dist/editor/media-selector/Preview.d.ts +1 -1
  202. package/dist/editor/media-selector/Thumbnails.d.ts +1 -1
  203. package/dist/editor/media-selector/TreeSelector.d.ts +1 -1
  204. package/dist/editor/media-selector/UploadZone.d.ts +1 -1
  205. package/dist/editor/menubar/ActiveUsers.d.ts +1 -1
  206. package/dist/editor/menubar/FavoritesControls.d.ts +1 -1
  207. package/dist/editor/menubar/GenericToolbar.d.ts +1 -1
  208. package/dist/editor/menubar/ItemActionsMenu.d.ts +1 -1
  209. package/dist/editor/menubar/ItemLanguageVersion.d.ts +1 -1
  210. package/dist/editor/menubar/OpenInNewTabButton.d.ts +1 -1
  211. package/dist/editor/menubar/OperationsIndicator.d.ts +1 -1
  212. package/dist/editor/menubar/PageSelector.d.ts +1 -1
  213. package/dist/editor/menubar/PreviewDatePicker.d.ts +2 -1
  214. package/dist/editor/menubar/Separator.d.ts +1 -1
  215. package/dist/editor/menubar/ToolbarFactory.d.ts +1 -1
  216. package/dist/editor/menubar/User.d.ts +1 -1
  217. package/dist/editor/menubar/VersionPreviewCard.d.ts +1 -1
  218. package/dist/editor/menubar/VersionSelector.d.ts +2 -1
  219. package/dist/editor/menubar/WorkflowButton.d.ts +1 -1
  220. package/dist/editor/menubar/toolbar-sections/CompareControls.d.ts +1 -1
  221. package/dist/editor/menubar/toolbar-sections/ContentTreeToggle.d.ts +1 -1
  222. package/dist/editor/menubar/toolbar-sections/CustomCommandsToolbar.d.ts +1 -1
  223. package/dist/editor/menubar/toolbar-sections/DeviceSwitchToolbar.d.ts +1 -1
  224. package/dist/editor/menubar/toolbar-sections/EditControls.d.ts +2 -2
  225. package/dist/editor/menubar/toolbar-sections/FullscreenControl.d.ts +1 -1
  226. package/dist/editor/menubar/toolbar-sections/HelpButton.d.ts +2 -1
  227. package/dist/editor/menubar/toolbar-sections/InsertControls.d.ts +1 -1
  228. package/dist/editor/menubar/toolbar-sections/LayoutModeControls.d.ts +1 -1
  229. package/dist/editor/menubar/toolbar-sections/ManualBrowser.d.ts +2 -1
  230. package/dist/editor/menubar/toolbar-sections/ReviewCommands.d.ts +1 -1
  231. package/dist/editor/menubar/toolbar-sections/UndoRedoControls.d.ts +1 -1
  232. package/dist/editor/menubar/toolbar-sections/UtilityControls.d.ts +1 -1
  233. package/dist/editor/menubar/toolbar-sections/ViewportControls.d.ts +2 -2
  234. package/dist/editor/notifications/NotificationCenter.d.ts +1 -1
  235. package/dist/editor/notifications/NotificationItem.d.ts +1 -1
  236. package/dist/editor/notifications/WatchButton.d.ts +2 -2
  237. package/dist/editor/page-editor-chrome/CommentHighlightings.d.ts +1 -1
  238. package/dist/editor/page-editor-chrome/ComponentOperationBubble.d.ts +1 -1
  239. package/dist/editor/page-editor-chrome/DragInsertionOverlay.d.ts +1 -1
  240. package/dist/editor/page-editor-chrome/EmptyImageFieldIndicators.d.ts +1 -1
  241. package/dist/editor/page-editor-chrome/FeedbackHighlightBadge.d.ts +1 -1
  242. package/dist/editor/page-editor-chrome/FieldActionIndicator.d.ts +1 -1
  243. package/dist/editor/page-editor-chrome/FieldActionIndicators.d.ts +1 -1
  244. package/dist/editor/page-editor-chrome/FieldEditedIndicator.d.ts +1 -1
  245. package/dist/editor/page-editor-chrome/FieldEditedIndicators.d.ts +1 -1
  246. package/dist/editor/page-editor-chrome/FrameMenu.d.ts +1 -1
  247. package/dist/editor/page-editor-chrome/FrameMenus.d.ts +1 -1
  248. package/dist/editor/page-editor-chrome/InsertComponentMenu.d.ts +1 -1
  249. package/dist/editor/page-editor-chrome/LockedFieldIndicator.d.ts +1 -1
  250. package/dist/editor/page-editor-chrome/NoLayout.d.ts +1 -1
  251. package/dist/editor/page-editor-chrome/PageEditorChrome.d.ts +1 -1
  252. package/dist/editor/page-editor-chrome/PictureEditorOverlay.d.ts +1 -1
  253. package/dist/editor/page-editor-chrome/PlaceholderDropZone.d.ts +1 -1
  254. package/dist/editor/page-editor-chrome/PlaceholderDropZones.d.ts +1 -1
  255. package/dist/editor/page-editor-chrome/SuggestionHighlightings.d.ts +1 -1
  256. package/dist/editor/page-editor-chrome/VersionDiffHighlightings.d.ts +1 -1
  257. package/dist/editor/page-editor-chrome/overlay/IframeOverlayProvider.d.ts +1 -1
  258. package/dist/editor/page-editor-chrome/overlay/InsertionLine.d.ts +1 -1
  259. package/dist/editor/page-editor-chrome/overlay/geometry.d.ts +7 -1
  260. package/dist/editor/page-editor-chrome/overlay/geometry.js +12 -2
  261. package/dist/editor/page-editor-chrome/overlay/geometry.js.map +1 -1
  262. package/dist/editor/page-editor-chrome/overlay/placeholderZones.js +14 -7
  263. package/dist/editor/page-editor-chrome/overlay/placeholderZones.js.map +1 -1
  264. package/dist/editor/page-editor-chrome/useDragInsertionGesture.js +9 -4
  265. package/dist/editor/page-editor-chrome/useDragInsertionGesture.js.map +1 -1
  266. package/dist/editor/page-viewer/DeviceToolbar.d.ts +1 -1
  267. package/dist/editor/page-viewer/EditorForm.d.ts +1 -1
  268. package/dist/editor/page-viewer/EditorFormHintPopover.d.ts +1 -1
  269. package/dist/editor/page-viewer/MiniMap.d.ts +1 -1
  270. package/dist/editor/page-viewer/MiniMap.js +11 -10
  271. package/dist/editor/page-viewer/MiniMap.js.map +1 -1
  272. package/dist/editor/page-viewer/MinimapDropTargets.d.ts +1 -1
  273. package/dist/editor/page-viewer/PageViewer.d.ts +1 -1
  274. package/dist/editor/page-viewer/PageViewerFrame.d.ts +1 -1
  275. package/dist/editor/page-viewer/PageViewerFrame.js +2 -1
  276. package/dist/editor/page-viewer/PageViewerFrame.js.map +1 -1
  277. package/dist/editor/page-viewer/RenderingParametersSection.d.ts +1 -1
  278. package/dist/editor/page-viewer/pageViewContext.d.ts +1 -1
  279. package/dist/editor/page-viewer/pageViewContext.js.map +1 -1
  280. package/dist/editor/personalization/ActionList.d.ts +1 -1
  281. package/dist/editor/personalization/ConditionTreeEditor.d.ts +1 -1
  282. package/dist/editor/personalization/PersonalizationPanel.d.ts +1 -1
  283. package/dist/editor/personalization/RuleElementPicker.d.ts +1 -1
  284. package/dist/editor/personalization/RuleList.d.ts +1 -1
  285. package/dist/editor/personalization/RuleParameterInput.d.ts +1 -1
  286. package/dist/editor/personalization/TreeItemPicker.d.ts +1 -1
  287. package/dist/editor/reviews/Comment.d.ts +1 -1
  288. package/dist/editor/reviews/CommentDisplayPopover.d.ts +1 -1
  289. package/dist/editor/reviews/CommentEditor.d.ts +1 -1
  290. package/dist/editor/reviews/CommentPopover.d.ts +1 -1
  291. package/dist/editor/reviews/CommentView.d.ts +2 -1
  292. package/dist/editor/reviews/Comments.d.ts +1 -1
  293. package/dist/editor/reviews/CreateReviewConfirmStep.d.ts +1 -1
  294. package/dist/editor/reviews/CreateReviewDialog.d.ts +1 -1
  295. package/dist/editor/reviews/CreateReviewItemsStep.d.ts +1 -1
  296. package/dist/editor/reviews/CreateReviewLanguagesStep.d.ts +1 -1
  297. package/dist/editor/reviews/CreateReviewReviewersStep.d.ts +1 -1
  298. package/dist/editor/reviews/CreateReviewSettingsStep.d.ts +1 -1
  299. package/dist/editor/reviews/CreateReviewSuccessStep.d.ts +1 -1
  300. package/dist/editor/reviews/DecisionsMatrix.d.ts +1 -1
  301. package/dist/editor/reviews/EditReviewSettingsDialog.d.ts +1 -1
  302. package/dist/editor/reviews/FeedbackCard.d.ts +2 -2
  303. package/dist/editor/reviews/FeedbackModeIntro.d.ts +1 -1
  304. package/dist/editor/reviews/ItemTreeSelector.d.ts +1 -1
  305. package/dist/editor/reviews/LatestFeedback.d.ts +1 -1
  306. package/dist/editor/reviews/MentionText.d.ts +2 -1
  307. package/dist/editor/reviews/MultiReviewManager.d.ts +1 -1
  308. package/dist/editor/reviews/PreconfiguredReviewerSelector.d.ts +1 -1
  309. package/dist/editor/reviews/ReviewCard.d.ts +1 -1
  310. package/dist/editor/reviews/ReviewDetail.d.ts +1 -1
  311. package/dist/editor/reviews/ReviewersPanel.d.ts +1 -1
  312. package/dist/editor/reviews/Reviews.d.ts +1 -1
  313. package/dist/editor/reviews/ReviewsList.d.ts +1 -1
  314. package/dist/editor/reviews/SuggestedEdit.d.ts +1 -1
  315. package/dist/editor/reviews/SuggestionCommentThread.d.ts +2 -1
  316. package/dist/editor/reviews/SuggestionDisplayPopover.d.ts +1 -1
  317. package/dist/editor/services/contentService.js +23 -3
  318. package/dist/editor/services/contentService.js.map +1 -1
  319. package/dist/editor/settings/About.d.ts +2 -1
  320. package/dist/editor/settings/IndexOverview.d.ts +1 -1
  321. package/dist/editor/settings/QuotaInfo.d.ts +2 -1
  322. package/dist/editor/settings/QuotaUserPicker.d.ts +1 -1
  323. package/dist/editor/settings/SettingsBreadcrumb.d.ts +1 -1
  324. package/dist/editor/settings/SettingsCard.d.ts +1 -1
  325. package/dist/editor/settings/SettingsPanelLayout.d.ts +1 -1
  326. package/dist/editor/settings/SettingsTitlebar.d.ts +1 -1
  327. package/dist/editor/settings/SettingsView.d.ts +1 -1
  328. package/dist/editor/settings/StatusSummary.d.ts +1 -1
  329. package/dist/editor/settings/index/AdvancedSettings.d.ts +1 -1
  330. package/dist/editor/settings/index/CollectionWarningsDisplay.d.ts +1 -1
  331. package/dist/editor/settings/index/EmbeddingProviderInfo.d.ts +1 -1
  332. package/dist/editor/settings/index/IndexStatusCards.d.ts +1 -1
  333. package/dist/editor/settings/index/LatestEmbeddingsList.d.ts +1 -1
  334. package/dist/editor/settings/index/QueueErrorsDisplay.d.ts +1 -1
  335. package/dist/editor/settings/index/RebuildIndexSection.d.ts +1 -1
  336. package/dist/editor/settings/index/RecentBatchesList.d.ts +1 -1
  337. package/dist/editor/settings/panels/AgentProfileConfigPanel.d.ts +1 -1
  338. package/dist/editor/settings/panels/AgentProfileEditorPanel.d.ts +1 -1
  339. package/dist/editor/settings/panels/AgentToolsPanel.d.ts +1 -1
  340. package/dist/editor/settings/panels/AgentsPanel.d.ts +2 -1
  341. package/dist/editor/settings/panels/ClusterInstancesPanel.d.ts +2 -1
  342. package/dist/editor/settings/panels/CreateAgentProfileDialog.d.ts +2 -1
  343. package/dist/editor/settings/panels/CreateJavaScriptToolDialog.d.ts +2 -1
  344. package/dist/editor/settings/panels/CreateMcpServerDialog.d.ts +2 -1
  345. package/dist/editor/settings/panels/FieldTypeSerializersPanel.d.ts +1 -1
  346. package/dist/editor/settings/panels/GroupedFieldConfigPanel.d.ts +1 -1
  347. package/dist/editor/settings/panels/ItemConfigPanel.d.ts +1 -1
  348. package/dist/editor/settings/panels/JavaScriptToolAgentPanel.d.ts +1 -1
  349. package/dist/editor/settings/panels/JavaScriptToolConfigPanel.d.ts +1 -1
  350. package/dist/editor/settings/panels/JavaScriptToolsPanel.d.ts +2 -1
  351. package/dist/editor/settings/panels/McpToolsPanel.d.ts +1 -1
  352. package/dist/editor/settings/panels/ModelConfigPanel.d.ts +1 -1
  353. package/dist/editor/settings/panels/ModelsPanel.d.ts +2 -1
  354. package/dist/editor/settings/panels/NotificationSubscriptionsPanel.d.ts +1 -1
  355. package/dist/editor/settings/panels/PersistentLogsPanel.d.ts +1 -1
  356. package/dist/editor/settings/panels/ProjectTemplateAgentPanel.d.ts +1 -1
  357. package/dist/editor/settings/panels/ProjectTemplateSelector.d.ts +1 -1
  358. package/dist/editor/settings/panels/ProjectTemplateSelectorList.d.ts +1 -1
  359. package/dist/editor/settings/panels/ProjectTemplatesPanel.d.ts +2 -1
  360. package/dist/editor/settings/panels/ProviderConfigPanel.d.ts +1 -1
  361. package/dist/editor/settings/panels/ProviderIcon.d.ts +1 -1
  362. package/dist/editor/settings/panels/ProvidersPanel.d.ts +1 -1
  363. package/dist/editor/settings/panels/SearchConfigPanel.d.ts +1 -1
  364. package/dist/editor/settings/panels/SettingsPanel.d.ts +2 -1
  365. package/dist/editor/settings/panels/StatusPanel.d.ts +2 -1
  366. package/dist/editor/settings/panels/SystemSettingsPanel.d.ts +1 -1
  367. package/dist/editor/settings/panels/UserPreferencesPanel.d.ts +1 -1
  368. package/dist/editor/setup-wizard/SetupStepError.d.ts +1 -1
  369. package/dist/editor/setup-wizard/SetupStepHeader.d.ts +1 -1
  370. package/dist/editor/setup-wizard/SetupStepLayout.d.ts +3 -3
  371. package/dist/editor/setup-wizard/steps/CompleteStep.d.ts +2 -1
  372. package/dist/editor/setup-wizard/steps/CreateSettingsStep.d.ts +2 -1
  373. package/dist/editor/setup-wizard/steps/LicenseActivationStep.d.ts +2 -1
  374. package/dist/editor/setup-wizard/steps/LicenseEmailStep.d.ts +2 -1
  375. package/dist/editor/setup-wizard/steps/ModelSelectionStep.d.ts +2 -1
  376. package/dist/editor/setup-wizard/steps/ProviderStep.d.ts +2 -1
  377. package/dist/editor/setup-wizard/steps/WelcomeStep.d.ts +2 -1
  378. package/dist/editor/sidebar/Completions.d.ts +1 -1
  379. package/dist/editor/sidebar/ComponentPalette.d.ts +1 -1
  380. package/dist/editor/sidebar/ComponentTree.d.ts +1 -1
  381. package/dist/editor/sidebar/DictionaryEditor.d.ts +1 -1
  382. package/dist/editor/sidebar/EditHistory.d.ts +1 -1
  383. package/dist/editor/sidebar/Favorites.d.ts +1 -1
  384. package/dist/editor/sidebar/Insert.d.ts +1 -1
  385. package/dist/editor/sidebar/MainContentTree.d.ts +1 -1
  386. package/dist/editor/sidebar/MorePanelsButton.d.ts +1 -1
  387. package/dist/editor/sidebar/NavigationPanelItem.d.ts +1 -1
  388. package/dist/editor/sidebar/NavigationPanelMenuItem.d.ts +1 -1
  389. package/dist/editor/sidebar/OperationItem.d.ts +1 -1
  390. package/dist/editor/sidebar/Sessions.d.ts +1 -1
  391. package/dist/editor/sidebar/SidebarPanel.d.ts +1 -1
  392. package/dist/editor/sidebar/SidebarStack.d.ts +1 -1
  393. package/dist/editor/sidebar/TimelineView.d.ts +1 -1
  394. package/dist/editor/sidebar/Validation.d.ts +1 -1
  395. package/dist/editor/sidebar/Validation.js +21 -6
  396. package/dist/editor/sidebar/Validation.js.map +1 -1
  397. package/dist/editor/sidebar/Workbox.d.ts +1 -1
  398. package/dist/editor/sidebar/WorkspaceButton.d.ts +1 -1
  399. package/dist/editor/sidebar/WorkspaceRail.d.ts +1 -1
  400. package/dist/editor/sidebar/WorkspaceRailMobile.d.ts +2 -1
  401. package/dist/editor/template-wizard/TemplateBuilderDialog.d.ts +1 -1
  402. package/dist/editor/template-wizard/TemplateStructureInlineEditor.d.ts +2 -1
  403. package/dist/editor/tree-indicators/GutterColumns.d.ts +2 -1
  404. package/dist/editor/tree-indicators/GutterContext.d.ts +2 -2
  405. package/dist/editor/ui/CenteredMessage.d.ts +1 -1
  406. package/dist/editor/ui/ComponentThumbnailDialog.d.ts +1 -1
  407. package/dist/editor/ui/CopyMoveTargetSelectorDialog.d.ts +1 -1
  408. package/dist/editor/ui/DialogButtons.d.ts +1 -1
  409. package/dist/editor/ui/DragPreview.d.ts +1 -1
  410. package/dist/editor/ui/ExportItemsDialog.d.ts +1 -1
  411. package/dist/editor/ui/HomeButton.d.ts +1 -1
  412. package/dist/editor/ui/HomeListRow.d.ts +2 -2
  413. package/dist/editor/ui/IconSelectorDialog.d.ts +1 -1
  414. package/dist/editor/ui/Icons.d.ts +31 -31
  415. package/dist/editor/ui/ImportItemsDialog.d.ts +1 -1
  416. package/dist/editor/ui/InternalLink.d.ts +1 -1
  417. package/dist/editor/ui/ItemCollectionEditor.d.ts +1 -1
  418. package/dist/editor/ui/ItemNameDialogNew.d.ts +1 -1
  419. package/dist/editor/ui/LoadingState.d.ts +1 -1
  420. package/dist/editor/ui/ParheliaIcon.d.ts +1 -1
  421. package/dist/editor/ui/ParheliaIconWhite.d.ts +1 -1
  422. package/dist/editor/ui/PerfectTree.d.ts +1 -1
  423. package/dist/editor/ui/PublishDialog.d.ts +1 -1
  424. package/dist/editor/ui/PublishItemDialog.d.ts +1 -1
  425. package/dist/editor/ui/PublishRestrictionsDialog.d.ts +2 -1
  426. package/dist/editor/ui/RemoveComponentsConfirmMessage.d.ts +1 -1
  427. package/dist/editor/ui/Section.d.ts +1 -1
  428. package/dist/editor/ui/SharedFolderSelectorDialog.d.ts +1 -1
  429. package/dist/editor/ui/SimpleIconButton.d.ts +1 -1
  430. package/dist/editor/ui/SimpleMenu.d.ts +1 -1
  431. package/dist/editor/ui/SimpleTable.d.ts +1 -1
  432. package/dist/editor/ui/SimpleTabs.d.ts +1 -1
  433. package/dist/editor/ui/SimpleToolbar.d.ts +1 -1
  434. package/dist/editor/ui/Spinner.d.ts +1 -1
  435. package/dist/editor/ui/TemplateSelectorDialog.d.ts +1 -1
  436. package/dist/editor/ui/TreeListSelector.d.ts +1 -1
  437. package/dist/editor/ui/WorkboxItemsTable.d.ts +1 -1
  438. package/dist/editor/views/CompareView.d.ts +1 -1
  439. package/dist/editor/views/EditView.d.ts +1 -1
  440. package/dist/editor/views/EditorSlot.d.ts +1 -1
  441. package/dist/editor/views/ItemEditor.d.ts +1 -1
  442. package/dist/editor/views/ItemEditorPane.d.ts +1 -1
  443. package/dist/editor/views/MediaFolderEditView.d.ts +1 -1
  444. package/dist/editor/views/SingleEditView.d.ts +1 -1
  445. package/dist/lib/safelist.d.ts +1 -1
  446. package/dist/licensing/EmailEntry.d.ts +2 -1
  447. package/dist/licensing/FeatureGate.d.ts +4 -4
  448. package/dist/licensing/LicenseActivationForm.d.ts +2 -1
  449. package/dist/licensing/LicenseCodeEntry.d.ts +2 -1
  450. package/dist/licensing/LicenseContext.d.ts +2 -2
  451. package/dist/licensing/LicenseOverlay.d.ts +2 -1
  452. package/dist/revision.d.ts +2 -2
  453. package/dist/revision.js +2 -2
  454. package/dist/setup/wizard/steps/AddModelDialog.d.ts +2 -1
  455. package/dist/setup/wizard/steps/ImportModelDialog.d.ts +2 -1
  456. package/dist/splash-screen/DialogWrappers.d.ts +3 -2
  457. package/dist/splash-screen/ModernSplashScreen.d.ts +3 -2
  458. package/dist/splash-screen/NewPage.d.ts +1 -1
  459. package/dist/splash-screen/OpenPage.d.ts +1 -1
  460. package/dist/splash-screen/RecentPages.d.ts +1 -1
  461. package/dist/splash-screen/SplashScreenAgentContext.d.ts +1 -1
  462. package/dist/task-board/TaskBoardWorkspace.d.ts +1 -1
  463. package/dist/task-board/components/AddDependencyDialog.d.ts +1 -1
  464. package/dist/task-board/components/CommentsList.d.ts +1 -1
  465. package/dist/task-board/components/CreateProjectDialog.d.ts +1 -1
  466. package/dist/task-board/components/CreateTaskDialog.d.ts +1 -1
  467. package/dist/task-board/components/FinishedProjectCard.d.ts +1 -1
  468. package/dist/task-board/components/GoalDialog.d.ts +1 -1
  469. package/dist/task-board/components/ItemCollectionEditorDialog.d.ts +1 -1
  470. package/dist/task-board/components/ItemCollectionPicker.d.ts +1 -1
  471. package/dist/task-board/components/ProjectBudgetBanner.d.ts +1 -1
  472. package/dist/task-board/components/ProjectDashboard.d.ts +4 -4
  473. package/dist/task-board/components/ProjectExecutionUserPicker.d.ts +1 -1
  474. package/dist/task-board/components/ProjectGoalsPanel.d.ts +1 -1
  475. package/dist/task-board/components/ProjectListContent.d.ts +1 -1
  476. package/dist/task-board/components/ProjectOverviewContent.d.ts +1 -1
  477. package/dist/task-board/components/ProjectPropertiesPanel.d.ts +1 -1
  478. package/dist/task-board/components/ProjectSettingsDialog.d.ts +2 -2
  479. package/dist/task-board/components/TaskAgentPanel.d.ts +1 -1
  480. package/dist/task-board/components/TaskAssigneeBadge.d.ts +2 -2
  481. package/dist/task-board/components/TaskAssigneePicker.d.ts +1 -1
  482. package/dist/task-board/components/TaskAttachmentDropZone.d.ts +1 -1
  483. package/dist/task-board/components/TaskAttachmentsSection.d.ts +1 -1
  484. package/dist/task-board/components/TaskBoardBreadcrumb.d.ts +1 -1
  485. package/dist/task-board/components/TaskBoardFilterBox.d.ts +1 -1
  486. package/dist/task-board/components/TaskBoardHomeView.d.ts +1 -1
  487. package/dist/task-board/components/TaskBoardMyTasksSidebar.d.ts +1 -1
  488. package/dist/task-board/components/TaskBoardProjectListSidebar.d.ts +1 -1
  489. package/dist/task-board/components/TaskBoardProjectSelector.d.ts +1 -1
  490. package/dist/task-board/components/TaskBoardTitlebar.d.ts +1 -1
  491. package/dist/task-board/components/TaskCard.d.ts +1 -1
  492. package/dist/task-board/components/TaskDetailPanel.d.ts +1 -1
  493. package/dist/task-board/components/TaskReviewActions.d.ts +1 -1
  494. package/dist/task-board/components/TaskRow.d.ts +1 -1
  495. package/dist/task-board/components/TaskboardPersistentLogPanel.d.ts +1 -1
  496. package/dist/task-board/components/WizardAgentTerminalPanel.d.ts +1 -1
  497. package/dist/task-board/components/WizardCommunicationCards.d.ts +3 -3
  498. package/dist/task-board/components/WizardCommunicationCenter.d.ts +1 -1
  499. package/dist/task-board/components/WizardCommunicationShared.d.ts +1 -1
  500. package/dist/task-board/components/WizardTask.d.ts +1 -1
  501. package/dist/task-board/components/WizardTaskDetailsPanel.d.ts +1 -1
  502. package/dist/task-board/views/DependencyGraphView.d.ts +1 -1
  503. package/dist/task-board/views/KanbanView.d.ts +1 -1
  504. package/dist/task-board/views/ListView.d.ts +1 -1
  505. package/dist/task-board/views/WizardView.d.ts +1 -1
  506. package/package.json +6 -5
@@ -7,5 +7,5 @@ type ModelConfigPanelProps = {
7
7
  refreshToken?: number;
8
8
  onModelRenamed?: () => void | Promise<void>;
9
9
  };
10
- export declare function ModelConfigPanel({ itemId, title, onClose, actions, refreshToken, onModelRenamed, }: ModelConfigPanelProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function ModelConfigPanel({ itemId, title, onClose, actions, refreshToken, onModelRenamed, }: ModelConfigPanelProps): React.JSX.Element;
11
11
  export default ModelConfigPanel;
@@ -1,6 +1,7 @@
1
+ import React from "react";
1
2
  /**
2
3
  * Settings panel for AI Models configuration.
3
4
  * Install and configure AI models for chat and other tasks.
4
5
  */
5
- export declare function ModelsPanel(): import("react/jsx-runtime").JSX.Element;
6
+ export declare function ModelsPanel(): React.JSX.Element;
6
7
  export default ModelsPanel;
@@ -1,2 +1,2 @@
1
- export declare function NotificationSubscriptionsPanel(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function NotificationSubscriptionsPanel(): import("react").JSX.Element;
2
2
  export default NotificationSubscriptionsPanel;
@@ -1,2 +1,2 @@
1
- export declare function PersistentLogsPanel(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function PersistentLogsPanel(): import("react").JSX.Element;
2
2
  export default PersistentLogsPanel;
@@ -17,5 +17,5 @@ type ProjectTemplateAgentPanelProps = {
17
17
  /** Prepended to the header row (e.g. mobile back control). */
18
18
  headerStart?: ReactNode;
19
19
  };
20
- export declare function ProjectTemplateAgentPanel({ templateName, agentId, loading, resetting, error, initialMetadata, fullHeightBounds, onStartOver, onClose, headerStart, }: ProjectTemplateAgentPanelProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function ProjectTemplateAgentPanel({ templateName, agentId, loading, resetting, error, initialMetadata, fullHeightBounds, onStartOver, onClose, headerStart, }: ProjectTemplateAgentPanelProps): import("react").JSX.Element;
21
21
  export default ProjectTemplateAgentPanel;
@@ -9,5 +9,5 @@ interface ProjectTemplateSelectorProps {
9
9
  onSelectTemplate: (template: ProjectTemplate) => Promise<boolean>;
10
10
  onDeleteTemplate: (template: ProjectTemplate) => void;
11
11
  }
12
- export declare function ProjectTemplateSelector({ templates, selectedTemplate, selectedTemplateId, error, deleting, loading, onSelectTemplate, onDeleteTemplate, }: ProjectTemplateSelectorProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function ProjectTemplateSelector({ templates, selectedTemplate, selectedTemplateId, error, deleting, loading, onSelectTemplate, onDeleteTemplate, }: ProjectTemplateSelectorProps): import("react").JSX.Element;
13
13
  export {};
@@ -10,4 +10,4 @@ export type ProjectTemplateSelectorListProps = {
10
10
  onTemplateSelected?: () => void;
11
11
  rootTestId?: string;
12
12
  };
13
- export declare function ProjectTemplateSelectorList({ templates, selectedTemplateId, error, deleting, loading, onSelectTemplate, onDeleteTemplate, onTemplateSelected, rootTestId, }: ProjectTemplateSelectorListProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function ProjectTemplateSelectorList({ templates, selectedTemplateId, error, deleting, loading, onSelectTemplate, onDeleteTemplate, onTemplateSelected, rootTestId, }: ProjectTemplateSelectorListProps): import("react").JSX.Element;
@@ -1,2 +1,3 @@
1
- export declare function ProjectTemplatesPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ export declare function ProjectTemplatesPanel(): React.JSX.Element;
2
3
  export default ProjectTemplatesPanel;
@@ -6,5 +6,5 @@ type ProviderConfigPanelProps = {
6
6
  actions?: React.ReactNode;
7
7
  refreshToken?: number;
8
8
  };
9
- export declare function ProviderConfigPanel({ itemId, title, onClose, actions, refreshToken, }: ProviderConfigPanelProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ProviderConfigPanel({ itemId, title, onClose, actions, refreshToken, }: ProviderConfigPanelProps): React.JSX.Element;
10
10
  export default ProviderConfigPanel;
@@ -13,5 +13,5 @@ interface ProviderIconProps {
13
13
  className?: string;
14
14
  }
15
15
  export declare function resolveBrand(providerId?: string, displayName?: string, providerName?: string): BrandStyle | undefined;
16
- export declare function ProviderIcon({ providerId, displayName, providerName, size, className, }: ProviderIconProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare function ProviderIcon({ providerId, displayName, providerName, size, className, }: ProviderIconProps): import("react").JSX.Element;
17
17
  export {};
@@ -2,5 +2,5 @@
2
2
  * Settings panel for AI Providers configuration.
3
3
  * Configure AI providers (Anthropic, OpenAI, OpenRouter, Google Vertex AI).
4
4
  */
5
- export declare function ProvidersPanel(): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ProvidersPanel(): import("react").JSX.Element;
6
6
  export default ProvidersPanel;
@@ -2,5 +2,5 @@
2
2
  * Settings panel for Search configuration.
3
3
  * Configure search index and embeddings models.
4
4
  */
5
- export declare function SearchConfigPanel(): import("react/jsx-runtime").JSX.Element;
5
+ export declare function SearchConfigPanel(): import("react").JSX.Element;
6
6
  export default SearchConfigPanel;
@@ -1,6 +1,7 @@
1
+ import React from "react";
1
2
  /**
2
3
  * Settings panel for Parhelia System Settings.
3
4
  * Provides a link to open the settings item in the content editor.
4
5
  */
5
- export declare function SettingsPanel(): import("react/jsx-runtime").JSX.Element;
6
+ export declare function SettingsPanel(): React.JSX.Element;
6
7
  export default SettingsPanel;
@@ -1,6 +1,7 @@
1
+ import React from "react";
1
2
  /**
2
3
  * Settings panel that displays system status and configuration issues.
3
4
  * Runs all registered status checks and displays actionable items.
4
5
  */
5
- export declare function StatusPanel(): import("react/jsx-runtime").JSX.Element;
6
+ export declare function StatusPanel(): React.JSX.Element;
6
7
  export default StatusPanel;
@@ -1,2 +1,2 @@
1
- export declare function SystemSettingsPanel(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function SystemSettingsPanel(): import("react").JSX.Element;
2
2
  export default SystemSettingsPanel;
@@ -1,2 +1,2 @@
1
- export declare function UserPreferencesPanel(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function UserPreferencesPanel(): import("react").JSX.Element;
2
2
  export default UserPreferencesPanel;
@@ -4,5 +4,5 @@ interface SetupStepErrorProps {
4
4
  helper?: React.ReactNode;
5
5
  className?: string;
6
6
  }
7
- export declare function SetupStepError({ children, helper, className, }: SetupStepErrorProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function SetupStepError({ children, helper, className, }: SetupStepErrorProps): React.JSX.Element;
8
8
  export {};
@@ -11,5 +11,5 @@ interface SetupStepHeaderProps {
11
11
  titleClassName?: string;
12
12
  descriptionClassName?: string;
13
13
  }
14
- export declare function SetupStepHeader({ icon: Icon, title, description, titleAs: Title, className, iconTileClassName, iconClassName, titleClassName, descriptionClassName, }: SetupStepHeaderProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function SetupStepHeader({ icon: Icon, title, description, titleAs: Title, className, iconTileClassName, iconClassName, titleClassName, descriptionClassName, }: SetupStepHeaderProps): React.JSX.Element;
15
15
  export {};
@@ -18,16 +18,16 @@ interface SetupStepLayoutProps {
18
18
  titleClassName?: string;
19
19
  descriptionClassName?: string;
20
20
  }
21
- export declare function SetupStepLayout({ icon, title, description, titleAs, header, children, contentFooter, footer, className, contentClassName, bodyClassName, headerClassName, iconTileClassName, iconClassName, titleClassName, descriptionClassName, }: SetupStepLayoutProps): import("react/jsx-runtime").JSX.Element;
21
+ export declare function SetupStepLayout({ icon, title, description, titleAs, header, children, contentFooter, footer, className, contentClassName, bodyClassName, headerClassName, iconTileClassName, iconClassName, titleClassName, descriptionClassName, }: SetupStepLayoutProps): React.JSX.Element;
22
22
  interface SetupStepFooterProps {
23
23
  children: React.ReactNode;
24
24
  className?: string;
25
25
  }
26
- export declare function SetupStepFooter({ children, className }: SetupStepFooterProps): import("react/jsx-runtime").JSX.Element;
26
+ export declare function SetupStepFooter({ children, className }: SetupStepFooterProps): React.JSX.Element;
27
27
  interface SetupStepBackButtonProps {
28
28
  onClick: () => void;
29
29
  disabled?: boolean;
30
30
  label?: string;
31
31
  }
32
- export declare function SetupStepBackButton({ onClick, disabled, label, }: SetupStepBackButtonProps): import("react/jsx-runtime").JSX.Element;
32
+ export declare function SetupStepBackButton({ onClick, disabled, label, }: SetupStepBackButtonProps): React.JSX.Element;
33
33
  export {};
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface CompleteStepProps {
2
3
  licenseConfigured: boolean;
3
4
  chatModelId?: string;
@@ -6,5 +7,5 @@ interface CompleteStepProps {
6
7
  onFinish: () => void;
7
8
  onBack: () => void;
8
9
  }
9
- export declare function CompleteStep({ licenseConfigured, chatModelId, imageModelId, embeddingsModelId, onFinish, onBack, }: CompleteStepProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function CompleteStep({ licenseConfigured, chatModelId, imageModelId, embeddingsModelId, onFinish, onBack, }: CompleteStepProps): React.JSX.Element;
10
11
  export {};
@@ -1,6 +1,7 @@
1
+ import React from "react";
1
2
  interface CreateSettingsStepProps {
2
3
  onNext: () => void;
3
4
  onBack: () => void;
4
5
  }
5
- export declare function CreateSettingsStep({ onNext, onBack, }: CreateSettingsStepProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function CreateSettingsStep({ onNext, onBack, }: CreateSettingsStepProps): React.JSX.Element;
6
7
  export {};
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { LicenseActivationMode } from "./LicenseEmailStep";
2
3
  interface LicenseActivationStepProps {
3
4
  email: string;
@@ -7,5 +8,5 @@ interface LicenseActivationStepProps {
7
8
  onSkip?: () => void;
8
9
  skipLabel?: string;
9
10
  }
10
- export declare function LicenseActivationStep({ email, mode, onBack, onActivated, onSkip, skipLabel, }: LicenseActivationStepProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function LicenseActivationStep({ email, mode, onBack, onActivated, onSkip, skipLabel, }: LicenseActivationStepProps): React.JSX.Element;
11
12
  export {};
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  export type LicenseActivationMode = "trial_form" | "code_entry";
2
3
  interface LicenseEmailStepProps {
3
4
  onNext: (payload: {
@@ -8,5 +9,5 @@ interface LicenseEmailStepProps {
8
9
  onSkip: () => void;
9
10
  skipLabel?: string;
10
11
  }
11
- export declare function LicenseEmailStep({ onNext, onBack, onSkip, skipLabel, }: LicenseEmailStepProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function LicenseEmailStep({ onNext, onBack, onSkip, skipLabel, }: LicenseEmailStepProps): React.JSX.Element;
12
13
  export {};
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  export type ModelCategory = "chat" | "image" | "embeddings";
2
3
  interface ModelSelectionStepProps {
3
4
  category: ModelCategory;
@@ -6,5 +7,5 @@ interface ModelSelectionStepProps {
6
7
  onSkip: () => void;
7
8
  onBack: () => void;
8
9
  }
9
- export declare function ModelSelectionStep({ category, onNext, onSkip, onBack, }: ModelSelectionStepProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function ModelSelectionStep({ category, onNext, onSkip, onBack, }: ModelSelectionStepProps): React.JSX.Element;
10
11
  export {};
@@ -1,7 +1,8 @@
1
+ import React from "react";
1
2
  interface ProviderStepProps {
2
3
  onNext: (providerId: string) => void;
3
4
  onSkip: () => void;
4
5
  onBack: () => void;
5
6
  }
6
- export declare function ProviderStep({ onNext, onSkip, onBack }: ProviderStepProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function ProviderStep({ onNext, onSkip, onBack }: ProviderStepProps): React.JSX.Element;
7
8
  export {};
@@ -1,5 +1,6 @@
1
+ import React from "react";
1
2
  interface WelcomeStepProps {
2
3
  onNext: () => void;
3
4
  }
4
- export declare function WelcomeStep({ onNext }: WelcomeStepProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function WelcomeStep({ onNext }: WelcomeStepProps): React.JSX.Element;
5
6
  export {};
@@ -1 +1 @@
1
- export declare function Completions(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Completions(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function ComponentPalette(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function ComponentPalette(): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export declare function ComponentTree({ pageViewContext, itemDescriptor, item, i
5
5
  itemDescriptor?: ItemDescriptor;
6
6
  item?: FullItem;
7
7
  isLoading?: boolean;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function DictionaryEditor({}: {}): import("react/jsx-runtime").JSX.Element;
1
+ export declare function DictionaryEditor({}: {}): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function EditHistory(): import("react/jsx-runtime").JSX.Element | undefined;
1
+ export declare function EditHistory(): import("react").JSX.Element | undefined;
@@ -1,5 +1,5 @@
1
1
  interface FavoritesProps {
2
2
  variant?: "sidebar" | "home";
3
3
  }
4
- export declare function Favorites({ variant }?: FavoritesProps): import("react/jsx-runtime").JSX.Element | null;
4
+ export declare function Favorites({ variant }?: FavoritesProps): import("react").JSX.Element | null;
5
5
  export {};
@@ -1 +1 @@
1
- export declare function Insert(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Insert(): import("react").JSX.Element;
@@ -2,4 +2,4 @@ export declare function MainContentTree({ mode, rootItemId, hideRootNodes, }: {
2
2
  mode: "insert-component" | "normal" | "select-page";
3
3
  rootItemId?: string;
4
4
  hideRootNodes?: boolean;
5
- }): import("react/jsx-runtime").JSX.Element | null;
5
+ }): import("react").JSX.Element | null;
@@ -6,5 +6,5 @@ interface MorePanelsButtonProps {
6
6
  handlers: NavigationPanelLogicHandlers;
7
7
  side?: "bottom" | "right";
8
8
  }
9
- export declare function MorePanelsButton({ panels, contextValues, handlers, side, }: MorePanelsButtonProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function MorePanelsButton({ panels, contextValues, handlers, side, }: MorePanelsButtonProps): import("react").JSX.Element;
10
10
  export {};
@@ -12,4 +12,4 @@ export interface NavigationPanelItemProps {
12
12
  isMobile?: boolean;
13
13
  dragOverId?: string | null;
14
14
  }
15
- export declare const NavigationPanelItem: ({ sidebar, contextValues, handlers, isMobile, dragOverId, }: NavigationPanelItemProps) => import("react/jsx-runtime").JSX.Element;
15
+ export declare const NavigationPanelItem: ({ sidebar, contextValues, handlers, isMobile, dragOverId, }: NavigationPanelItemProps) => React.JSX.Element;
@@ -13,4 +13,4 @@ export interface NavigationPanelMenuItemProps {
13
13
  /**
14
14
  * Shared component for sidebar items in a list/menu format (e.g. in popovers)
15
15
  */
16
- export declare const NavigationPanelMenuItem: ({ sidebar, contextValues, handlers, onClick, }: NavigationPanelMenuItemProps) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const NavigationPanelMenuItem: ({ sidebar, contextValues, handlers, onClick, }: NavigationPanelMenuItemProps) => React.JSX.Element;
@@ -10,5 +10,5 @@ interface OperationItemProps {
10
10
  hidePath?: boolean;
11
11
  showLanguage?: boolean;
12
12
  }
13
- export declare function OperationItem({ operation: o, index: i, showUserName, showDescription, selected, onSelect, showCheckbox, hidePath, showLanguage, }: OperationItemProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function OperationItem({ operation: o, index: i, showUserName, showDescription, selected, onSelect, showCheckbox, hidePath, showLanguage, }: OperationItemProps): import("react").JSX.Element;
14
14
  export {};
@@ -1 +1 @@
1
- export declare function Sessions(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function Sessions(): import("react").JSX.Element | null;
@@ -18,4 +18,4 @@ export declare function SidebarPanel({ sidebar, editContext, active, onClose, de
18
18
  isStackLocked?: boolean;
19
19
  /** Hide top/bottom stack drop targets while a column-level drop target is active */
20
20
  suppressStackDropZones?: boolean;
21
- }): import("react/jsx-runtime").JSX.Element;
21
+ }): React.JSX.Element;
@@ -6,4 +6,4 @@ export declare function SidebarStack({ sidebarIds, editContext, onDragOver, onDr
6
6
  onDragOver?: (e: React.DragEvent) => void;
7
7
  onDrop?: (e: React.DragEvent, targetSidebarId: string) => void;
8
8
  suppressStackDropZones?: boolean;
9
- }): import("react/jsx-runtime").JSX.Element | null;
9
+ }): React.JSX.Element | null;
@@ -7,5 +7,5 @@ interface TimelineViewProps {
7
7
  selectedIds?: Set<string>;
8
8
  onSelect?: (id: string, selected: boolean) => void;
9
9
  }
10
- export declare function TimelineView({ operations, showUserName, showDescription, showCheckbox, selectedIds, onSelect, }: TimelineViewProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function TimelineView({ operations, showUserName, showDescription, showCheckbox, selectedIds, onSelect, }: TimelineViewProps): import("react").JSX.Element;
11
11
  export {};
@@ -1 +1 @@
1
- export declare function Validation(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function Validation(): import("react").JSX.Element | null;
@@ -1,35 +1,47 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useEffect, useMemo, useState } from "react";
2
+ import { useEffect, useMemo, useRef, useState } from "react";
3
3
  import { Loader2, Check } from "lucide-react";
4
4
  import { Tooltip, TooltipContent, TooltipTrigger, } from "../../components/ui/tooltip";
5
5
  import { useEditContext, useFieldsEditContext } from "../client/editContext";
6
6
  import { SimpleTable } from "../ui/SimpleTable";
7
7
  import { getAbsoluteIconUrl, stripGuid } from "../utils";
8
+ // Key parts must normalize the same way for descriptors coming from
9
+ // validation results (no database, possibly braced ids) and stubs coming from
10
+ // the items repository (database always set, e.g. "master"). Asymmetric keys
11
+ // make a fetched stub "miss" its requested slot, which re-triggers the fetch
12
+ // effect indefinitely.
8
13
  function getValidationItemKey(item) {
9
14
  return [
10
- item.id?.toLowerCase(),
15
+ stripGuid(item.id ?? ""),
11
16
  item.language?.toLowerCase(),
12
17
  item.version ?? 0,
13
- item.database?.toLowerCase() ?? "",
18
+ item.database?.toLowerCase() || "master",
14
19
  ].join("|");
15
20
  }
16
21
  function getValidationItemIdentityKey(item) {
17
22
  return [
18
- item.id?.toLowerCase(),
23
+ stripGuid(item.id ?? ""),
19
24
  item.language?.toLowerCase(),
20
- item.database?.toLowerCase() ?? "",
25
+ item.database?.toLowerCase() || "master",
21
26
  ].join("|");
22
27
  }
23
28
  export function Validation() {
24
29
  const editContext = useEditContext();
25
30
  const fieldsContext = useFieldsEditContext();
26
31
  const [stubByItemKey, setStubByItemKey] = useState({});
32
+ // Fetch each result's stub at most once per results set. A response that
33
+ // cannot satisfy the requested key (deleted item, language fallback, no
34
+ // access) must not re-trigger the effect chain, or it fetches forever.
35
+ const requestedStubKeysRef = useRef(new Set());
27
36
  const validationResults = useMemo(() => editContext?.validationResult?.flatMap((x) => x.results.map((y) => ({
28
37
  ...y,
29
38
  item: { ...x.item, id: y.itemId },
30
39
  language: x.item.language,
31
40
  version: x.item.version,
32
41
  }))), [editContext?.validationResult]);
42
+ useEffect(() => {
43
+ requestedStubKeysRef.current = new Set();
44
+ }, [validationResults]);
33
45
  useEffect(() => {
34
46
  if (!editContext?.itemsRepository ||
35
47
  !validationResults ||
@@ -38,13 +50,16 @@ export function Validation() {
38
50
  const descriptorsByKey = new Map();
39
51
  validationResults.forEach((result) => {
40
52
  const key = getValidationItemKey(result.item);
41
- if (!stubByItemKey[key]) {
53
+ if (!stubByItemKey[key] && !requestedStubKeysRef.current.has(key)) {
42
54
  descriptorsByKey.set(key, result.item);
43
55
  }
44
56
  });
45
57
  const descriptorsMissingStubs = Array.from(descriptorsByKey.values());
46
58
  if (descriptorsMissingStubs.length === 0)
47
59
  return;
60
+ descriptorsByKey.forEach((_, key) => {
61
+ requestedStubKeysRef.current.add(key);
62
+ });
48
63
  let cancelled = false;
49
64
  const descriptorKeysByIdentity = new Map();
50
65
  descriptorsMissingStubs.forEach((descriptor) => {
@@ -1 +1 @@
1
- {"version":3,"file":"Validation.js","sourceRoot":"","sources":["../../../src/editor/sidebar/Validation.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Validation.js","sourceRoot":"","sources":["../../../src/editor/sidebar/Validation.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- export declare function Workbox(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function Workbox(): import("react").JSX.Element | null;
@@ -9,4 +9,4 @@ export declare const WorkspaceButton: ({ active, onClick, workspace, numberKey,
9
9
  };
10
10
  numberKey?: string;
11
11
  showSidebarLabels?: boolean;
12
- }) => import("react/jsx-runtime").JSX.Element;
12
+ }) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export type WorkspaceRailProps = {
2
2
  showSidebarIcons?: boolean;
3
3
  };
4
- export declare function WorkspaceRail({ showSidebarIcons }: WorkspaceRailProps): import("react/jsx-runtime").JSX.Element | null;
4
+ export declare function WorkspaceRail({ showSidebarIcons }: WorkspaceRailProps): import("react").JSX.Element | null;
@@ -1 +1,2 @@
1
- export declare function WorkspaceRailMobile(): import("react/jsx-runtime").JSX.Element | null;
1
+ import React from "react";
2
+ export declare function WorkspaceRailMobile(): React.JSX.Element | null;
@@ -7,5 +7,5 @@ type TemplateBuilderDialogProps = {
7
7
  initialName?: string;
8
8
  initialBaseTemplates?: BaseTemplateRef[];
9
9
  } & Partial<DialogProps<ItemDescriptor>>;
10
- export declare function TemplateBuilderDialog({ item, parentItem, initialName, initialBaseTemplates, onClose, }: TemplateBuilderDialogProps): import("react/jsx-runtime").JSX.Element | null;
10
+ export declare function TemplateBuilderDialog({ item, parentItem, initialName, initialBaseTemplates, onClose, }: TemplateBuilderDialogProps): import("react").JSX.Element | null;
11
11
  export {};
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { FullItem, ItemDescriptor } from "../pageModel";
2
3
  export type BaseTemplateRef = {
3
4
  id: string;
@@ -13,4 +14,4 @@ export declare function TemplateStructureInlineEditor({ item, parentItem, initia
13
14
  initialBaseTemplates?: BaseTemplateRef[];
14
15
  onCreated?: (createdItem: ItemDescriptor) => void;
15
16
  onClose?: () => void;
16
- }): import("react/jsx-runtime").JSX.Element;
17
+ }): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface GutterColumnsProps {
2
3
  /** The item ID to display indicators for */
3
4
  itemId: string;
@@ -12,5 +13,5 @@ interface GutterColumnsProps {
12
13
  * Renders the gutter column area for a single node.
13
14
  * Uses absolute positioning to keep gutters in a fixed column on the left.
14
15
  */
15
- export declare function GutterColumns({ itemId, itemLanguage, depth, className, }: GutterColumnsProps): import("react/jsx-runtime").JSX.Element | null;
16
+ export declare function GutterColumns({ itemId, itemLanguage, depth, className, }: GutterColumnsProps): React.JSX.Element | null;
16
17
  export default GutterColumns;
@@ -1,4 +1,4 @@
1
- import { type ReactNode } from "react";
1
+ import React, { type ReactNode } from "react";
2
2
  import type { IndicatorProviderInfo, IndicatorData, IndicatorMap } from "./types";
3
3
  export interface GutterContextValue {
4
4
  /** Array of provider IDs currently visible */
@@ -45,7 +45,7 @@ export interface GutterProviderProps {
45
45
  /** Version number (actual resolved version, not 0) */
46
46
  version?: number;
47
47
  }
48
- export declare function GutterProvider({ children, initialNodeIds, defaultVisibleGutters, language, version, }: GutterProviderProps): import("react/jsx-runtime").JSX.Element;
48
+ export declare function GutterProvider({ children, initialNodeIds, defaultVisibleGutters, language, version, }: GutterProviderProps): React.JSX.Element;
49
49
  export declare function useGutterContext(): GutterContextValue;
50
50
  /**
51
51
  * Safe version that returns null if not in a provider.
@@ -1,3 +1,3 @@
1
1
  export declare function CenteredMessage({ children }: {
2
2
  children: React.ReactNode;
3
- }): import("react/jsx-runtime").JSX.Element;
3
+ }): import("react").JSX.Element;
@@ -11,4 +11,4 @@ export type ComponentThumbnailDialogProps = {
11
11
  imageWidth?: number;
12
12
  imageHeight?: number;
13
13
  };
14
- export declare function ComponentThumbnailDialog(props: ComponentThumbnailDialogProps & DialogProps<ComponentThumbnailDialogCaptureResult | null>): import("react/jsx-runtime").JSX.Element;
14
+ export declare function ComponentThumbnailDialog(props: ComponentThumbnailDialogProps & DialogProps<ComponentThumbnailDialogCaptureResult | null>): import("react").JSX.Element;
@@ -7,4 +7,4 @@ export type CopyMoveTargetSelectorDialogProps = {
7
7
  label: string;
8
8
  header: string;
9
9
  };
10
- export declare function CopyMoveTargetSelectorDialog(props: CopyMoveTargetSelectorDialogProps & DialogProps<ItemDescriptor>): import("react/jsx-runtime").JSX.Element | null;
10
+ export declare function CopyMoveTargetSelectorDialog(props: CopyMoveTargetSelectorDialogProps & DialogProps<ItemDescriptor>): import("react").JSX.Element | null;
@@ -4,4 +4,4 @@ export default function DialogButtons({ children, className, hideBorder, buttonS
4
4
  className?: string;
5
5
  hideBorder?: boolean;
6
6
  buttonSize?: ButtonSize;
7
- }): import("react/jsx-runtime").JSX.Element;
7
+ }): import("react").JSX.Element;
@@ -6,7 +6,7 @@ import React from "react";
6
6
  export declare function DragMultiSelectPreview({ count, noun, }: {
7
7
  count: number;
8
8
  noun?: string;
9
- }): import("react/jsx-runtime").JSX.Element;
9
+ }): React.JSX.Element;
10
10
  /**
11
11
  * Imperative helper to attach a consistent multi-select drag image.
12
12
  * Returns a cleanup function that removes the temporary element.
@@ -7,4 +7,4 @@ export type ExportItemsDialogResult = {
7
7
  export type ExportItemsDialogProps = {
8
8
  items: FullItem[];
9
9
  };
10
- export declare function ExportItemsDialog({ items, onClose, }: ExportItemsDialogProps & DialogProps<ExportItemsDialogResult | null>): import("react/jsx-runtime").JSX.Element;
10
+ export declare function ExportItemsDialog({ items, onClose, }: ExportItemsDialogProps & DialogProps<ExportItemsDialogResult | null>): import("react").JSX.Element;
@@ -2,4 +2,4 @@ export type HomeButtonProps = {
2
2
  size?: number;
3
3
  className?: string;
4
4
  };
5
- export declare function HomeButton({ size, className }: HomeButtonProps): import("react/jsx-runtime").JSX.Element | null;
5
+ export declare function HomeButton({ size, className }: HomeButtonProps): import("react").JSX.Element | null;
@@ -4,8 +4,8 @@ export declare const homeListRowClass = "group relative flex w-full cursor-point
4
4
  export declare function HomeListIcon({ children, className, ...props }: {
5
5
  children: ReactNode;
6
6
  className?: string;
7
- } & HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
7
+ } & HTMLAttributes<HTMLSpanElement>): import("react").JSX.Element;
8
8
  export declare function HomeListBadge({ children, className, }: {
9
9
  children: ReactNode;
10
10
  className?: string;
11
- }): import("react/jsx-runtime").JSX.Element;
11
+ }): import("react").JSX.Element;
@@ -2,4 +2,4 @@ import { DialogProps } from "../client/editContext";
2
2
  export type IconSelectorDialogProps = {
3
3
  currentIconPath?: string;
4
4
  };
5
- export declare function IconSelectorDialog(props: IconSelectorDialogProps & DialogProps<string>): import("react/jsx-runtime").JSX.Element;
5
+ export declare function IconSelectorDialog(props: IconSelectorDialogProps & DialogProps<string>): import("react").JSX.Element;