@semiont/react-ui 0.5.4 → 0.5.6

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 (410) hide show
  1. package/README.md +59 -55
  2. package/dist/{PdfAnnotationCanvas.client-CN3C3S55.js → PdfAnnotationCanvas.client-NIMALXNZ.js} +7 -27
  3. package/dist/PdfAnnotationCanvas.client-NIMALXNZ.js.map +1 -0
  4. package/dist/index.css +6 -0
  5. package/dist/index.css.map +1 -1
  6. package/dist/index.d.ts +3704 -149
  7. package/dist/index.js +539 -405
  8. package/dist/index.js.map +1 -1
  9. package/dist/test-utils.d.ts +34 -16
  10. package/package.json +19 -13
  11. package/src/components/Button/__tests__/Button.test.tsx +0 -2
  12. package/src/components/CodeMirrorRenderer.tsx +2 -0
  13. package/src/components/ErrorBoundary.tsx +0 -9
  14. package/src/components/ProtectedErrorBoundary.tsx +6 -2
  15. package/src/components/__tests__/AnnotateReferencesProgressWidget.test.tsx +0 -1
  16. package/src/components/__tests__/ErrorBoundary.test.tsx +20 -13
  17. package/src/components/__tests__/LiveRegion.hooks.test.tsx +1 -1
  18. package/src/components/__tests__/ProtectedErrorBoundary.test.tsx +2 -1
  19. package/src/components/__tests__/ResizeHandle.test.tsx +0 -1
  20. package/src/components/__tests__/SessionExpiryBanner.test.tsx +0 -1
  21. package/src/components/__tests__/StatusDisplay.test.tsx +0 -1
  22. package/src/components/__tests__/Toast.test.tsx +2 -3
  23. package/src/components/__tests__/Toolbar.test.tsx +0 -1
  24. package/src/components/annotation/annotations.css +14 -0
  25. package/src/components/annotation-popups/__tests__/JsonLdView.test.tsx +3 -5
  26. package/src/components/annotation-popups/__tests__/SharedPopupElements.test.tsx +0 -1
  27. package/src/components/branding/__tests__/SemiontBranding.test.tsx +1 -2
  28. package/src/components/layout/__tests__/LeftSidebar.test.tsx +5 -6
  29. package/src/components/layout/__tests__/PageLayout.test.tsx +1 -3
  30. package/src/components/layout/__tests__/SkipLinks.a11y.test.tsx +8 -8
  31. package/src/components/layout/__tests__/UnifiedHeader.test.tsx +12 -1
  32. package/src/components/modals/__tests__/KeyboardShortcutsHelpModal.test.tsx +0 -1
  33. package/src/components/modals/__tests__/PermissionDeniedModal.test.tsx +3 -4
  34. package/src/components/modals/__tests__/ResourceSearchModal.test.tsx +0 -1
  35. package/src/components/modals/__tests__/SearchModal.basic.test.tsx +1 -1
  36. package/src/components/modals/__tests__/SearchModal.keyboard.test.tsx +0 -5
  37. package/src/components/modals/__tests__/SearchModal.search-wiring.test.tsx +0 -1
  38. package/src/components/modals/__tests__/SearchModal.visual.test.tsx +2 -2
  39. package/src/components/modals/__tests__/SessionExpiredModal.test.tsx +0 -1
  40. package/src/components/navigation/NavigationMenu.tsx +1 -1
  41. package/src/components/navigation/__tests__/Footer.a11y.test.tsx +4 -0
  42. package/src/components/navigation/__tests__/Footer.test.tsx +3 -6
  43. package/src/components/navigation/__tests__/NavigationMenu.a11y.test.tsx +1 -1
  44. package/src/components/navigation/__tests__/NavigationMenu.test.tsx +7 -9
  45. package/src/components/navigation/__tests__/ObservableLink.test.tsx +0 -1
  46. package/src/components/navigation/__tests__/SimpleNavigation.test.tsx +1 -2
  47. package/src/components/navigation/__tests__/SortableResourceTab.test.tsx +0 -1
  48. package/src/components/pdf-annotation/PdfAnnotationCanvas.tsx +6 -4
  49. package/src/components/pdf-annotation/__tests__/PdfAnnotationCanvas.test.tsx +10 -19
  50. package/src/components/resource/__tests__/BrowseView.test.tsx +8 -6
  51. package/src/components/resource/__tests__/HistoryEvent.test.tsx +0 -4
  52. package/src/components/resource/__tests__/ResourceViewer.mode-switch.test.tsx +4 -6
  53. package/src/components/resource/panels/ReferencesPanel.tsx +1 -1
  54. package/src/components/resource/panels/__tests__/AssessmentEntry.test.tsx +3 -4
  55. package/src/components/resource/panels/__tests__/AssessmentPanel.test.tsx +7 -6
  56. package/src/components/resource/panels/__tests__/AssistSection.test.tsx +14 -10
  57. package/src/components/resource/panels/__tests__/CollaborationPanel.test.tsx +0 -1
  58. package/src/components/resource/panels/__tests__/CommentEntry.test.tsx +30 -17
  59. package/src/components/resource/panels/__tests__/CommentsPanel.test.tsx +6 -5
  60. package/src/components/resource/panels/__tests__/HighlightEntry.test.tsx +4 -5
  61. package/src/components/resource/panels/__tests__/HighlightPanel.annotationProgress.test.tsx +19 -13
  62. package/src/components/resource/panels/__tests__/JsonLdPanel.test.tsx +1 -3
  63. package/src/components/resource/panels/__tests__/PanelHeader.test.tsx +0 -1
  64. package/src/components/resource/panels/__tests__/ReferenceEntry.test.tsx +5 -5
  65. package/src/components/resource/panels/__tests__/ReferencesPanel.test.tsx +40 -7
  66. package/src/components/resource/panels/__tests__/ResourceInfoPanel.test.tsx +3 -3
  67. package/src/components/resource/panels/__tests__/StatisticsPanel.test.tsx +30 -32
  68. package/src/components/resource/panels/__tests__/TagEntry.test.tsx +5 -5
  69. package/src/components/resource/panels/__tests__/TaggingPanel.test.tsx +6 -5
  70. package/src/components/settings/__tests__/SettingsPanel.test.tsx +0 -1
  71. package/src/components/viewers/__tests__/ImageViewer.test.tsx +0 -1
  72. package/src/features/auth/__tests__/SignInForm.a11y.test.tsx +2 -0
  73. package/src/features/auth/__tests__/SignUpForm.a11y.test.tsx +11 -12
  74. package/src/features/auth/__tests__/SignUpForm.test.tsx +3 -3
  75. package/src/features/moderate-tag-schemas/components/TagSchemasPage.tsx +1 -0
  76. package/src/features/resource-compose/__tests__/ResourceComposePage.test.tsx +2 -1
  77. package/src/features/resource-discovery/__tests__/ResourceCard.test.tsx +0 -1
  78. package/src/features/resource-discovery/__tests__/ResourceDiscoveryPage.test.tsx +33 -35
  79. package/src/features/resource-discovery/components/ResourceDiscoveryPage.tsx +12 -11
  80. package/src/features/resource-discovery/state/__tests__/discover-state-unit.test.ts +204 -11
  81. package/src/features/resource-discovery/state/discover-state-unit.ts +70 -11
  82. package/src/features/resource-viewer/__tests__/ResourceViewerPage.test.tsx +2 -2
  83. package/src/features/resource-viewer/components/ResourceViewerPage.tsx +3 -2
  84. package/src/features/resource-viewer/state/__tests__/resource-viewer-page-state-unit.test.ts +0 -1
  85. package/src/features/resource-viewer/state/resource-viewer-page-state-unit.ts +5 -2
  86. package/src/integrations/__tests__/css-modules-helper.test.tsx +2 -3
  87. package/src/integrations/__tests__/styled-components-theme.test.ts +1 -3
  88. package/dist/PdfAnnotationCanvas.client-CN3C3S55.js.map +0 -1
  89. package/dist/assets/favicons/SemiontFavicon.d.ts +0 -9
  90. package/dist/assets/favicons/SemiontFavicon.d.ts.map +0 -1
  91. package/dist/assets/favicons/index.d.ts +0 -12
  92. package/dist/assets/favicons/index.d.ts.map +0 -1
  93. package/dist/components/AnnotateReferencesProgressWidget.d.ts +0 -15
  94. package/dist/components/AnnotateReferencesProgressWidget.d.ts.map +0 -1
  95. package/dist/components/Button/Button.d.ts +0 -69
  96. package/dist/components/Button/Button.d.ts.map +0 -1
  97. package/dist/components/CodeMirrorRenderer.d.ts +0 -25
  98. package/dist/components/CodeMirrorRenderer.d.ts.map +0 -1
  99. package/dist/components/ErrorBoundary.d.ts +0 -30
  100. package/dist/components/ErrorBoundary.d.ts.map +0 -1
  101. package/dist/components/LiveRegion.d.ts +0 -41
  102. package/dist/components/LiveRegion.d.ts.map +0 -1
  103. package/dist/components/ProtectedErrorBoundary.d.ts +0 -27
  104. package/dist/components/ProtectedErrorBoundary.d.ts.map +0 -1
  105. package/dist/components/ResizeHandle.d.ts +0 -39
  106. package/dist/components/ResizeHandle.d.ts.map +0 -1
  107. package/dist/components/ResourceTagsInline.d.ts +0 -10
  108. package/dist/components/ResourceTagsInline.d.ts.map +0 -1
  109. package/dist/components/SessionExpiryBanner.d.ts +0 -2
  110. package/dist/components/SessionExpiryBanner.d.ts.map +0 -1
  111. package/dist/components/SessionTimer.d.ts +0 -2
  112. package/dist/components/SessionTimer.d.ts.map +0 -1
  113. package/dist/components/StatusDisplay.d.ts +0 -9
  114. package/dist/components/StatusDisplay.d.ts.map +0 -1
  115. package/dist/components/Toast.d.ts +0 -27
  116. package/dist/components/Toast.d.ts.map +0 -1
  117. package/dist/components/Toolbar.d.ts +0 -15
  118. package/dist/components/Toolbar.d.ts.map +0 -1
  119. package/dist/components/UserMenuSkeleton.d.ts +0 -2
  120. package/dist/components/UserMenuSkeleton.d.ts.map +0 -1
  121. package/dist/components/annotation/AnnotateToolbar.d.ts +0 -29
  122. package/dist/components/annotation/AnnotateToolbar.d.ts.map +0 -1
  123. package/dist/components/annotation-popups/JsonLdView.d.ts +0 -8
  124. package/dist/components/annotation-popups/JsonLdView.d.ts.map +0 -1
  125. package/dist/components/annotation-popups/SharedPopupElements.d.ts +0 -28
  126. package/dist/components/annotation-popups/SharedPopupElements.d.ts.map +0 -1
  127. package/dist/components/branding/SemiontBranding.d.ts +0 -13
  128. package/dist/components/branding/SemiontBranding.d.ts.map +0 -1
  129. package/dist/components/error-states/ResourceErrorState.d.ts +0 -11
  130. package/dist/components/error-states/ResourceErrorState.d.ts.map +0 -1
  131. package/dist/components/image-annotation/AnnotationOverlay.d.ts +0 -22
  132. package/dist/components/image-annotation/AnnotationOverlay.d.ts.map +0 -1
  133. package/dist/components/image-annotation/SvgDrawingCanvas.d.ts +0 -23
  134. package/dist/components/image-annotation/SvgDrawingCanvas.d.ts.map +0 -1
  135. package/dist/components/layout/LeftSidebar.d.ts +0 -24
  136. package/dist/components/layout/LeftSidebar.d.ts.map +0 -1
  137. package/dist/components/layout/PageLayout.d.ts +0 -21
  138. package/dist/components/layout/PageLayout.d.ts.map +0 -1
  139. package/dist/components/layout/SkipLinks.d.ts +0 -8
  140. package/dist/components/layout/SkipLinks.d.ts.map +0 -1
  141. package/dist/components/layout/UnifiedHeader.d.ts +0 -21
  142. package/dist/components/layout/UnifiedHeader.d.ts.map +0 -1
  143. package/dist/components/loading-states/ComposeLoadingState.d.ts +0 -10
  144. package/dist/components/loading-states/ComposeLoadingState.d.ts.map +0 -1
  145. package/dist/components/loading-states/ResourceLoadingState.d.ts +0 -7
  146. package/dist/components/loading-states/ResourceLoadingState.d.ts.map +0 -1
  147. package/dist/components/modals/ConfigureGenerationStep.d.ts +0 -36
  148. package/dist/components/modals/ConfigureGenerationStep.d.ts.map +0 -1
  149. package/dist/components/modals/ConfigureSearchStep.d.ts +0 -21
  150. package/dist/components/modals/ConfigureSearchStep.d.ts.map +0 -1
  151. package/dist/components/modals/ContextSummary.d.ts +0 -14
  152. package/dist/components/modals/ContextSummary.d.ts.map +0 -1
  153. package/dist/components/modals/GatherContextStep.d.ts +0 -23
  154. package/dist/components/modals/GatherContextStep.d.ts.map +0 -1
  155. package/dist/components/modals/KeyboardShortcutsHelpModal.d.ts +0 -8
  156. package/dist/components/modals/KeyboardShortcutsHelpModal.d.ts.map +0 -1
  157. package/dist/components/modals/PermissionDeniedModal.d.ts +0 -12
  158. package/dist/components/modals/PermissionDeniedModal.d.ts.map +0 -1
  159. package/dist/components/modals/ReferenceWizardModal.d.ts +0 -64
  160. package/dist/components/modals/ReferenceWizardModal.d.ts.map +0 -1
  161. package/dist/components/modals/ResourceSearchModal.d.ts +0 -16
  162. package/dist/components/modals/ResourceSearchModal.d.ts.map +0 -1
  163. package/dist/components/modals/SearchModal.d.ts +0 -20
  164. package/dist/components/modals/SearchModal.d.ts.map +0 -1
  165. package/dist/components/modals/SearchResultsStep.d.ts +0 -22
  166. package/dist/components/modals/SearchResultsStep.d.ts.map +0 -1
  167. package/dist/components/modals/SessionExpiredModal.d.ts +0 -12
  168. package/dist/components/modals/SessionExpiredModal.d.ts.map +0 -1
  169. package/dist/components/navigation/CollapsibleResourceNavigation.d.ts +0 -13
  170. package/dist/components/navigation/CollapsibleResourceNavigation.d.ts.map +0 -1
  171. package/dist/components/navigation/Footer.d.ts +0 -20
  172. package/dist/components/navigation/Footer.d.ts.map +0 -1
  173. package/dist/components/navigation/NavigationMenu.d.ts +0 -18
  174. package/dist/components/navigation/NavigationMenu.d.ts.map +0 -1
  175. package/dist/components/navigation/ObservableLink.d.ts +0 -52
  176. package/dist/components/navigation/ObservableLink.d.ts.map +0 -1
  177. package/dist/components/navigation/SimpleNavigation.d.ts +0 -35
  178. package/dist/components/navigation/SimpleNavigation.d.ts.map +0 -1
  179. package/dist/components/navigation/SortableResourceTab.d.ts +0 -7
  180. package/dist/components/navigation/SortableResourceTab.d.ts.map +0 -1
  181. package/dist/components/pdf-annotation/PdfAnnotationCanvas.client.d.ts +0 -8
  182. package/dist/components/pdf-annotation/PdfAnnotationCanvas.client.d.ts.map +0 -1
  183. package/dist/components/pdf-annotation/PdfAnnotationCanvas.d.ts +0 -25
  184. package/dist/components/pdf-annotation/PdfAnnotationCanvas.d.ts.map +0 -1
  185. package/dist/components/resource/AnnotateView.d.ts +0 -29
  186. package/dist/components/resource/AnnotateView.d.ts.map +0 -1
  187. package/dist/components/resource/AnnotationHistory.d.ts +0 -14
  188. package/dist/components/resource/AnnotationHistory.d.ts.map +0 -1
  189. package/dist/components/resource/BrowseView.d.ts +0 -28
  190. package/dist/components/resource/BrowseView.d.ts.map +0 -1
  191. package/dist/components/resource/HistoryEvent.d.ts +0 -19
  192. package/dist/components/resource/HistoryEvent.d.ts.map +0 -1
  193. package/dist/components/resource/ResourceViewer.d.ts +0 -46
  194. package/dist/components/resource/ResourceViewer.d.ts.map +0 -1
  195. package/dist/components/resource/event-formatting.d.ts +0 -61
  196. package/dist/components/resource/event-formatting.d.ts.map +0 -1
  197. package/dist/components/resource/panels/AssessmentEntry.d.ts +0 -11
  198. package/dist/components/resource/panels/AssessmentEntry.d.ts.map +0 -1
  199. package/dist/components/resource/panels/AssessmentPanel.d.ts +0 -32
  200. package/dist/components/resource/panels/AssessmentPanel.d.ts.map +0 -1
  201. package/dist/components/resource/panels/AssistSection.d.ts +0 -27
  202. package/dist/components/resource/panels/AssistSection.d.ts.map +0 -1
  203. package/dist/components/resource/panels/CollaborationPanel.d.ts +0 -28
  204. package/dist/components/resource/panels/CollaborationPanel.d.ts.map +0 -1
  205. package/dist/components/resource/panels/CommentEntry.d.ts +0 -12
  206. package/dist/components/resource/panels/CommentEntry.d.ts.map +0 -1
  207. package/dist/components/resource/panels/CommentsPanel.d.ts +0 -32
  208. package/dist/components/resource/panels/CommentsPanel.d.ts.map +0 -1
  209. package/dist/components/resource/panels/HighlightEntry.d.ts +0 -11
  210. package/dist/components/resource/panels/HighlightEntry.d.ts.map +0 -1
  211. package/dist/components/resource/panels/HighlightPanel.d.ts +0 -30
  212. package/dist/components/resource/panels/HighlightPanel.d.ts.map +0 -1
  213. package/dist/components/resource/panels/JsonLdPanel.d.ts +0 -9
  214. package/dist/components/resource/panels/JsonLdPanel.d.ts.map +0 -1
  215. package/dist/components/resource/panels/PanelHeader.d.ts +0 -13
  216. package/dist/components/resource/panels/PanelHeader.d.ts.map +0 -1
  217. package/dist/components/resource/panels/ReferenceEntry.d.ts +0 -15
  218. package/dist/components/resource/panels/ReferenceEntry.d.ts.map +0 -1
  219. package/dist/components/resource/panels/ReferencesPanel.d.ts +0 -43
  220. package/dist/components/resource/panels/ReferencesPanel.d.ts.map +0 -1
  221. package/dist/components/resource/panels/ResourceInfoPanel.d.ts +0 -27
  222. package/dist/components/resource/panels/ResourceInfoPanel.d.ts.map +0 -1
  223. package/dist/components/resource/panels/StatisticsPanel.d.ts +0 -12
  224. package/dist/components/resource/panels/StatisticsPanel.d.ts.map +0 -1
  225. package/dist/components/resource/panels/TagEntry.d.ts +0 -11
  226. package/dist/components/resource/panels/TagEntry.d.ts.map +0 -1
  227. package/dist/components/resource/panels/TaggingPanel.d.ts +0 -34
  228. package/dist/components/resource/panels/TaggingPanel.d.ts.map +0 -1
  229. package/dist/components/resource/panels/UnifiedAnnotationsPanel.d.ts +0 -52
  230. package/dist/components/resource/panels/UnifiedAnnotationsPanel.d.ts.map +0 -1
  231. package/dist/components/resource/panels/agent-label.d.ts +0 -11
  232. package/dist/components/resource/panels/agent-label.d.ts.map +0 -1
  233. package/dist/components/settings/SettingsPanel.d.ts +0 -19
  234. package/dist/components/settings/SettingsPanel.d.ts.map +0 -1
  235. package/dist/components/viewers/ImageViewer.d.ts +0 -8
  236. package/dist/components/viewers/ImageViewer.d.ts.map +0 -1
  237. package/dist/components/viewers/index.d.ts +0 -2
  238. package/dist/components/viewers/index.d.ts.map +0 -1
  239. package/dist/contexts/AnnotationContext.d.ts +0 -46
  240. package/dist/contexts/AnnotationContext.d.ts.map +0 -1
  241. package/dist/contexts/ResourceAnnotationsContext.d.ts +0 -14
  242. package/dist/contexts/ResourceAnnotationsContext.d.ts.map +0 -1
  243. package/dist/contexts/RoutingContext.d.ts +0 -59
  244. package/dist/contexts/RoutingContext.d.ts.map +0 -1
  245. package/dist/contexts/ThemeContext.d.ts +0 -15
  246. package/dist/contexts/ThemeContext.d.ts.map +0 -1
  247. package/dist/contexts/TranslationContext.d.ts +0 -51
  248. package/dist/contexts/TranslationContext.d.ts.map +0 -1
  249. package/dist/contexts/useEventSubscription.d.ts +0 -41
  250. package/dist/contexts/useEventSubscription.d.ts.map +0 -1
  251. package/dist/design-tokens/index.d.ts +0 -178
  252. package/dist/design-tokens/index.d.ts.map +0 -1
  253. package/dist/features/admin-devops/components/AdminDevOpsPage.d.ts +0 -33
  254. package/dist/features/admin-devops/components/AdminDevOpsPage.d.ts.map +0 -1
  255. package/dist/features/admin-exchange/components/AdminExchangePage.d.ts +0 -37
  256. package/dist/features/admin-exchange/components/AdminExchangePage.d.ts.map +0 -1
  257. package/dist/features/admin-exchange/components/ExportCard.d.ts +0 -18
  258. package/dist/features/admin-exchange/components/ExportCard.d.ts.map +0 -1
  259. package/dist/features/admin-exchange/components/ImportCard.d.ts +0 -32
  260. package/dist/features/admin-exchange/components/ImportCard.d.ts.map +0 -1
  261. package/dist/features/admin-exchange/components/ImportProgress.d.ts +0 -26
  262. package/dist/features/admin-exchange/components/ImportProgress.d.ts.map +0 -1
  263. package/dist/features/admin-exchange/state/exchange-state-unit.d.ts +0 -31
  264. package/dist/features/admin-exchange/state/exchange-state-unit.d.ts.map +0 -1
  265. package/dist/features/admin-security/components/AdminSecurityPage.d.ts +0 -42
  266. package/dist/features/admin-security/components/AdminSecurityPage.d.ts.map +0 -1
  267. package/dist/features/admin-security/state/admin-security-state-unit.d.ts +0 -12
  268. package/dist/features/admin-security/state/admin-security-state-unit.d.ts.map +0 -1
  269. package/dist/features/admin-users/components/AdminUsersPage.d.ts +0 -88
  270. package/dist/features/admin-users/components/AdminUsersPage.d.ts.map +0 -1
  271. package/dist/features/admin-users/state/admin-users-state-unit.d.ts +0 -17
  272. package/dist/features/admin-users/state/admin-users-state-unit.d.ts.map +0 -1
  273. package/dist/features/auth/components/AuthErrorDisplay.d.ts +0 -34
  274. package/dist/features/auth/components/AuthErrorDisplay.d.ts.map +0 -1
  275. package/dist/features/auth/components/SignInForm.d.ts +0 -80
  276. package/dist/features/auth/components/SignInForm.d.ts.map +0 -1
  277. package/dist/features/auth/components/SignUpForm.d.ts +0 -39
  278. package/dist/features/auth/components/SignUpForm.d.ts.map +0 -1
  279. package/dist/features/auth-welcome/components/WelcomePage.d.ts +0 -62
  280. package/dist/features/auth-welcome/components/WelcomePage.d.ts.map +0 -1
  281. package/dist/features/auth-welcome/state/welcome-state-unit.d.ts +0 -12
  282. package/dist/features/auth-welcome/state/welcome-state-unit.d.ts.map +0 -1
  283. package/dist/features/moderate-entity-tags/components/EntityTagsPage.d.ts +0 -32
  284. package/dist/features/moderate-entity-tags/components/EntityTagsPage.d.ts.map +0 -1
  285. package/dist/features/moderate-entity-tags/state/entity-tags-state-unit.d.ts +0 -16
  286. package/dist/features/moderate-entity-tags/state/entity-tags-state-unit.d.ts.map +0 -1
  287. package/dist/features/moderate-recent/components/RecentDocumentsPage.d.ts +0 -27
  288. package/dist/features/moderate-recent/components/RecentDocumentsPage.d.ts.map +0 -1
  289. package/dist/features/moderate-tag-schemas/components/TagSchemasPage.d.ts +0 -25
  290. package/dist/features/moderate-tag-schemas/components/TagSchemasPage.d.ts.map +0 -1
  291. package/dist/features/moderation-linked-data/components/LinkedDataPage.d.ts +0 -38
  292. package/dist/features/moderation-linked-data/components/LinkedDataPage.d.ts.map +0 -1
  293. package/dist/features/resource-compose/components/ResourceComposePage.d.ts +0 -83
  294. package/dist/features/resource-compose/components/ResourceComposePage.d.ts.map +0 -1
  295. package/dist/features/resource-compose/components/UploadProgressBar.d.ts +0 -23
  296. package/dist/features/resource-compose/components/UploadProgressBar.d.ts.map +0 -1
  297. package/dist/features/resource-compose/state/compose-page-state-unit.d.ts +0 -59
  298. package/dist/features/resource-compose/state/compose-page-state-unit.d.ts.map +0 -1
  299. package/dist/features/resource-discovery/components/ResourceCard.d.ts +0 -17
  300. package/dist/features/resource-discovery/components/ResourceCard.d.ts.map +0 -1
  301. package/dist/features/resource-discovery/components/ResourceDiscoveryPage.d.ts +0 -43
  302. package/dist/features/resource-discovery/components/ResourceDiscoveryPage.d.ts.map +0 -1
  303. package/dist/features/resource-discovery/state/discover-state-unit.d.ts +0 -15
  304. package/dist/features/resource-discovery/state/discover-state-unit.d.ts.map +0 -1
  305. package/dist/features/resource-viewer/components/ResourceViewerPage.d.ts +0 -80
  306. package/dist/features/resource-viewer/components/ResourceViewerPage.d.ts.map +0 -1
  307. package/dist/features/resource-viewer/state/resource-loader-state-unit.d.ts +0 -11
  308. package/dist/features/resource-viewer/state/resource-loader-state-unit.d.ts.map +0 -1
  309. package/dist/features/resource-viewer/state/resource-viewer-page-state-unit.d.ts +0 -48
  310. package/dist/features/resource-viewer/state/resource-viewer-page-state-unit.d.ts.map +0 -1
  311. package/dist/hooks/useDebounce.d.ts +0 -29
  312. package/dist/hooks/useDebounce.d.ts.map +0 -1
  313. package/dist/hooks/useDragAnnouncements.d.ts +0 -12
  314. package/dist/hooks/useDragAnnouncements.d.ts.map +0 -1
  315. package/dist/hooks/useHoverDelay.d.ts +0 -8
  316. package/dist/hooks/useHoverDelay.d.ts.map +0 -1
  317. package/dist/hooks/useHoverEmitter.d.ts +0 -8
  318. package/dist/hooks/useHoverEmitter.d.ts.map +0 -1
  319. package/dist/hooks/useKeyboardShortcuts.d.ts +0 -29
  320. package/dist/hooks/useKeyboardShortcuts.d.ts.map +0 -1
  321. package/dist/hooks/useLineNumbers.d.ts +0 -8
  322. package/dist/hooks/useLineNumbers.d.ts.map +0 -1
  323. package/dist/hooks/useMediaToken.d.ts +0 -7
  324. package/dist/hooks/useMediaToken.d.ts.map +0 -1
  325. package/dist/hooks/useObservable.d.ts +0 -23
  326. package/dist/hooks/useObservable.d.ts.map +0 -1
  327. package/dist/hooks/useObservableBrowse.d.ts +0 -70
  328. package/dist/hooks/useObservableBrowse.d.ts.map +0 -1
  329. package/dist/hooks/usePanelWidth.d.ts +0 -37
  330. package/dist/hooks/usePanelWidth.d.ts.map +0 -1
  331. package/dist/hooks/useResourceContent.d.ts +0 -7
  332. package/dist/hooks/useResourceContent.d.ts.map +0 -1
  333. package/dist/hooks/useRovingTabIndex.d.ts +0 -13
  334. package/dist/hooks/useRovingTabIndex.d.ts.map +0 -1
  335. package/dist/hooks/useSearchAnnouncements.d.ts +0 -10
  336. package/dist/hooks/useSearchAnnouncements.d.ts.map +0 -1
  337. package/dist/hooks/useSessionExpiry.d.ts +0 -10
  338. package/dist/hooks/useSessionExpiry.d.ts.map +0 -1
  339. package/dist/hooks/useShellStateUnit.d.ts +0 -9
  340. package/dist/hooks/useShellStateUnit.d.ts.map +0 -1
  341. package/dist/hooks/useStateUnit.d.ts +0 -3
  342. package/dist/hooks/useStateUnit.d.ts.map +0 -1
  343. package/dist/hooks/useUI.d.ts +0 -24
  344. package/dist/hooks/useUI.d.ts.map +0 -1
  345. package/dist/index.d.ts.map +0 -1
  346. package/dist/integrations/css-modules-helper.d.ts +0 -114
  347. package/dist/integrations/css-modules-helper.d.ts.map +0 -1
  348. package/dist/integrations/styled-components-theme.d.ts +0 -95
  349. package/dist/integrations/styled-components-theme.d.ts.map +0 -1
  350. package/dist/integrations/tailwind-plugin.d.cts +0 -3
  351. package/dist/integrations/tailwind-plugin.d.cts.map +0 -1
  352. package/dist/lib/annotation-overlay.d.ts +0 -71
  353. package/dist/lib/annotation-overlay.d.ts.map +0 -1
  354. package/dist/lib/annotation-registry.d.ts +0 -62
  355. package/dist/lib/annotation-registry.d.ts.map +0 -1
  356. package/dist/lib/browser-pdfjs.d.ts +0 -93
  357. package/dist/lib/browser-pdfjs.d.ts.map +0 -1
  358. package/dist/lib/button-styles.d.ts +0 -27
  359. package/dist/lib/button-styles.d.ts.map +0 -1
  360. package/dist/lib/codemirror-handlers.d.ts +0 -52
  361. package/dist/lib/codemirror-handlers.d.ts.map +0 -1
  362. package/dist/lib/codemirror-json-theme.d.ts +0 -8
  363. package/dist/lib/codemirror-json-theme.d.ts.map +0 -1
  364. package/dist/lib/codemirror-logic.d.ts +0 -66
  365. package/dist/lib/codemirror-logic.d.ts.map +0 -1
  366. package/dist/lib/codemirror-widgets.d.ts +0 -39
  367. package/dist/lib/codemirror-widgets.d.ts.map +0 -1
  368. package/dist/lib/formatTime.d.ts +0 -2
  369. package/dist/lib/formatTime.d.ts.map +0 -1
  370. package/dist/lib/media-shapes.d.ts +0 -51
  371. package/dist/lib/media-shapes.d.ts.map +0 -1
  372. package/dist/lib/pdf-coordinates.d.ts +0 -69
  373. package/dist/lib/pdf-coordinates.d.ts.map +0 -1
  374. package/dist/lib/resource-utils.d.ts +0 -22
  375. package/dist/lib/resource-utils.d.ts.map +0 -1
  376. package/dist/lib/scroll-utils.d.ts +0 -20
  377. package/dist/lib/scroll-utils.d.ts.map +0 -1
  378. package/dist/lib/text-segmentation.d.ts +0 -25
  379. package/dist/lib/text-segmentation.d.ts.map +0 -1
  380. package/dist/lib/text-selection-handler.d.ts +0 -46
  381. package/dist/lib/text-selection-handler.d.ts.map +0 -1
  382. package/dist/lib/validation.d.ts +0 -47
  383. package/dist/lib/validation.d.ts.map +0 -1
  384. package/dist/session/SemiontProvider.d.ts +0 -28
  385. package/dist/session/SemiontProvider.d.ts.map +0 -1
  386. package/dist/session/web-browser-storage.d.ts +0 -19
  387. package/dist/session/web-browser-storage.d.ts.map +0 -1
  388. package/dist/state/session-state-unit.d.ts +0 -9
  389. package/dist/state/session-state-unit.d.ts.map +0 -1
  390. package/dist/state/shell-state-unit.d.ts +0 -33
  391. package/dist/state/shell-state-unit.d.ts.map +0 -1
  392. package/dist/test-utils.d.ts.map +0 -1
  393. package/dist/types/AnnotationManager.d.ts +0 -53
  394. package/dist/types/AnnotationManager.d.ts.map +0 -1
  395. package/dist/types/TranslationManager.d.ts +0 -15
  396. package/dist/types/TranslationManager.d.ts.map +0 -1
  397. package/dist/types/annotation-props.d.ts +0 -108
  398. package/dist/types/annotation-props.d.ts.map +0 -1
  399. package/dist/types/collapsible-navigation.d.ts +0 -69
  400. package/dist/types/collapsible-navigation.d.ts.map +0 -1
  401. package/dist/types/modals.d.ts +0 -77
  402. package/dist/types/modals.d.ts.map +0 -1
  403. package/dist/types/navigation.d.ts +0 -35
  404. package/dist/types/navigation.d.ts.map +0 -1
  405. package/dist/types/resource-viewer.d.ts +0 -19
  406. package/dist/types/resource-viewer.d.ts.map +0 -1
  407. package/dist/types/simple-navigation.d.ts +0 -15
  408. package/dist/types/simple-navigation.d.ts.map +0 -1
  409. package/dist/types/translation.d.ts +0 -5
  410. package/dist/types/translation.d.ts.map +0 -1
@@ -1,34 +0,0 @@
1
- import type { components, Selector } from '@semiont/core';
2
- import './TaggingPanel.css';
3
- import type { Annotation } from '@semiont/core';
4
- type Motivation = components['schemas']['Motivation'];
5
- type JobProgress = components['schemas']['JobProgress'];
6
- interface PendingAnnotation {
7
- selector: Selector | Selector[];
8
- motivation: Motivation;
9
- }
10
- interface TaggingPanelProps {
11
- annotations: Annotation[];
12
- annotateMode?: boolean;
13
- isAssisting?: boolean;
14
- progress?: JobProgress | null;
15
- pendingAnnotation: PendingAnnotation | null;
16
- scrollToAnnotationId?: string | null;
17
- onScrollCompleted?: () => void;
18
- hoveredAnnotationId?: string | null;
19
- /** User UI locale — stamped on the tagging body's `language` field. */
20
- locale?: string;
21
- /** BCP-47 tag of the resource being analyzed — fed into the prompt for source-aware analysis. */
22
- sourceLanguage?: string;
23
- }
24
- /**
25
- * Panel for managing tag annotations with schema-based annotation
26
- *
27
- * @emits annotate:detect-request - Start tag annotation. Payload: { motivation: 'tagging', options: { schemaId: string, categories: string[] } }
28
- * @emits mark:cancel-pending - Cancel pending tag annotation. Payload: undefined
29
- * @emits mark:create - Create new tag annotation. Payload: { motivation: 'tagging', selector: Selector | Selector[], body: Body[] }
30
- * @subscribes browse:click - Annotation clicked. Payload: { annotationId: string }
31
- */
32
- export declare function TaggingPanel({ annotations, annotateMode, isAssisting, progress, pendingAnnotation, scrollToAnnotationId, onScrollCompleted, hoveredAnnotationId, locale, sourceLanguage, }: TaggingPanelProps): import("react/jsx-runtime").JSX.Element;
33
- export {};
34
- //# sourceMappingURL=TaggingPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TaggingPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/resource/panels/TaggingPanel.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAI1D,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,KAAK,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AACtD,KAAK,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,aAAa,CAAC,CAAC;AAGxD,UAAU,iBAAiB;IACzB,QAAQ,EAAE,QAAQ,GAAG,QAAQ,EAAE,CAAC;IAChC,UAAU,EAAE,UAAU,CAAC;CACxB;AAmBD,UAAU,iBAAiB;IACzB,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,iBAAiB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC5C,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,uEAAuE;IACvE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iGAAiG;IACjG,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,EAC3B,WAAW,EACX,YAAmB,EACnB,WAAmB,EACnB,QAAQ,EACR,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,mBAAmB,EACnB,MAAM,EACN,cAAc,GACf,EAAE,iBAAiB,2CAgdnB"}
@@ -1,52 +0,0 @@
1
- import React from 'react';
2
- import type { components, Selector } from '@semiont/core';
3
- type JobProgress = components['schemas']['JobProgress'];
4
- import type { RouteBuilder, LinkComponentProps } from '../../../contexts/RoutingContext';
5
- import type { Annotator } from '../../../lib/annotation-registry';
6
- import './UnifiedAnnotationsPanel.css';
7
- import type { Annotation } from '@semiont/core';
8
- type Motivation = components['schemas']['Motivation'];
9
- type TabKey = 'statistics' | 'reference' | 'highlight' | 'assessment' | 'comment' | 'tag';
10
- interface PendingAnnotation {
11
- selector: Selector | Selector[];
12
- motivation: Motivation;
13
- }
14
- /**
15
- * Simplified UnifiedAnnotationsPanel using event-driven architecture
16
- *
17
- * Key simplifications:
18
- * - Single annotations array (grouped internally by motivation)
19
- * - Single focusedAnnotationId (motivation-agnostic)
20
- * - Hover state managed via event bus (no props needed)
21
- * - All operations managed via event bus (no callback props)
22
- */
23
- interface UnifiedAnnotationsPanelProps {
24
- annotations: Annotation[];
25
- annotators: Record<string, Annotator>;
26
- annotateMode?: boolean;
27
- assistingMotivation?: Motivation | null;
28
- progress?: JobProgress | null;
29
- pendingAnnotation: PendingAnnotation | null;
30
- allEntityTypes?: string[];
31
- generatingReferenceId?: string | null;
32
- referencedBy?: any[];
33
- referencedByLoading?: boolean;
34
- resourceId?: string;
35
- initialTab?: TabKey;
36
- initialTabGeneration?: number;
37
- scrollToAnnotationId?: string | null;
38
- onScrollCompleted?: () => void;
39
- hoveredAnnotationId?: string | null;
40
- locale?: string;
41
- /**
42
- * BCP-47 tag of the resource being analyzed (source-resource locale).
43
- * Independent from `locale` — a German user can analyze a French source
44
- * and get German bodies back. Fed into detection prompts.
45
- */
46
- sourceLanguage?: string;
47
- Link: React.ComponentType<LinkComponentProps>;
48
- routes: RouteBuilder;
49
- }
50
- export declare function UnifiedAnnotationsPanel(props: UnifiedAnnotationsPanelProps): import("react/jsx-runtime").JSX.Element;
51
- export {};
52
- //# sourceMappingURL=UnifiedAnnotationsPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnifiedAnnotationsPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/resource/panels/UnifiedAnnotationsPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC1D,KAAK,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,aAAa,CAAC,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACzF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAOlE,OAAO,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,KAAK,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AACtD,KAAK,MAAM,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,GAAG,SAAS,GAAG,KAAK,CAAC;AAG1F,UAAU,iBAAiB;IACzB,QAAQ,EAAE,QAAQ,GAAG,QAAQ,EAAE,CAAC;IAChC,UAAU,EAAE,UAAU,CAAC;CACxB;AAKD;;;;;;;;GAQG;AACH,UAAU,4BAA4B;IAEpC,WAAW,EAAE,UAAU,EAAE,CAAC;IAG1B,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAGtC,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,mBAAmB,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAG9B,iBAAiB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAG5C,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAG9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAG/B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC9C,MAAM,EAAE,YAAY,CAAC;CACtB;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,2CAuO1E"}
@@ -1,11 +0,0 @@
1
- import type { components } from '@semiont/core';
2
- type Agent = components['schemas']['Agent'];
3
- /**
4
- * Compose a display label for an Agent at render time. Software peers
5
- * read `${provider} ${model}` from their structured fields rather than
6
- * a producer-side concatenated `name`. Person/Organization fall back
7
- * to `name`. Unknown shapes fall back to `name` then to `@id`.
8
- */
9
- export declare function renderAgentLabel(agent: Agent): string;
10
- export {};
11
- //# sourceMappingURL=agent-label.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agent-label.d.ts","sourceRoot":"","sources":["../../../../src/components/resource/panels/agent-label.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,KAAK,KAAK,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC;AAE5C;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CASrD"}
@@ -1,19 +0,0 @@
1
- import './SettingsPanel.css';
2
- interface SettingsPanelProps {
3
- showLineNumbers: boolean;
4
- theme: 'light' | 'dark' | 'system';
5
- locale: string;
6
- isPendingLocaleChange?: boolean;
7
- hoverDelayMs: number;
8
- }
9
- /**
10
- * Settings panel for application preferences
11
- *
12
- * @emits settings:locale-changed - Locale changed by user. Payload: { locale: string }
13
- * @emits settings:line-numbers-toggled - Line numbers toggled on/off. Payload: undefined
14
- * @emits settings:theme-changed - Theme changed by user. Payload: { theme: 'light' | 'dark' | 'system' }
15
- * @emits settings:hover-delay-changed - Hover delay changed by user. Payload: { hoverDelayMs: number }
16
- */
17
- export declare function SettingsPanel({ showLineNumbers, theme, locale, isPendingLocaleChange, hoverDelayMs }: SettingsPanelProps): import("react/jsx-runtime").JSX.Element;
18
- export {};
19
- //# sourceMappingURL=SettingsPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SettingsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/settings/SettingsPanel.tsx"],"names":[],"mappings":"AAOA,OAAO,qBAAqB,CAAC;AAE7B,UAAU,kBAAkB;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAAC,EAC5B,eAAe,EACf,KAAK,EACL,MAAM,EACN,qBAA6B,EAC7B,YAAY,EACb,EAAE,kBAAkB,2CA4JpB"}
@@ -1,8 +0,0 @@
1
- interface ImageViewerProps {
2
- imageUrl: string;
3
- mimeType: string;
4
- alt?: string;
5
- }
6
- export declare function ImageViewer({ imageUrl, alt }: ImageViewerProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=ImageViewer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImageViewer.d.ts","sourceRoot":"","sources":["../../../src/components/viewers/ImageViewer.tsx"],"names":[],"mappings":"AAAA,UAAU,gBAAgB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,GAAsB,EAAE,EAAE,gBAAgB,2CAWjF"}
@@ -1,2 +0,0 @@
1
- export { ImageViewer } from './ImageViewer';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/viewers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -1,46 +0,0 @@
1
- import React from 'react';
2
- import type { AnnotationManager } from '../types/AnnotationManager';
3
- export interface AnnotationProviderProps {
4
- annotationManager: AnnotationManager;
5
- children: React.ReactNode;
6
- }
7
- /**
8
- * Annotation Provider
9
- *
10
- * Provides annotation mutation capabilities (create, delete) via the Provider Pattern.
11
- * Apps inject their own AnnotationManager implementation.
12
- *
13
- * Example usage:
14
- * ```typescript
15
- * function useAnnotationManager(client: SemiontClient): AnnotationManager {
16
- * return {
17
- * markAnnotation: async (params) => {
18
- * const result = await client.mark.annotation({
19
- * motivation: params.motivation,
20
- * target: { source: params.rUri, selector: params.selector },
21
- * body: params.body,
22
- * });
23
- * return result.annotation;
24
- * },
25
- * deleteAnnotation: async (params) => {
26
- * await client.mark.delete(params.rUri, params.annotationId);
27
- * }
28
- * };
29
- * }
30
- *
31
- * // In app layout
32
- * const annotationManager = useAnnotationManager();
33
- * <AnnotationProvider annotationManager={annotationManager}>
34
- * <YourComponents />
35
- * </AnnotationProvider>
36
- * ```
37
- */
38
- export declare function AnnotationProvider({ annotationManager, children }: AnnotationProviderProps): import("react/jsx-runtime").JSX.Element;
39
- /**
40
- * Hook to access the AnnotationManager
41
- *
42
- * @throws Error if used outside AnnotationProvider
43
- * @returns AnnotationManager instance
44
- */
45
- export declare function useAnnotationManager(): AnnotationManager;
46
- //# sourceMappingURL=AnnotationContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnnotationContext.d.ts","sourceRoot":"","sources":["../../src/contexts/AnnotationContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoC,MAAM,OAAO,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAIpE,MAAM,WAAW,uBAAuB;IACtC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,EAAE,uBAAuB,2CAM1F;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,CAMxD"}
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import type { AnnotationId, ResourceId, Selector } from '@semiont/core';
3
- interface ResourceAnnotationsContextType {
4
- newAnnotationIds: Set<string>;
5
- markAnnotation: (rUri: ResourceId, motivation: 'highlighting' | 'linking' | 'assessing' | 'commenting' | 'tagging', selector: Selector | Selector[], body?: any[]) => Promise<string | undefined>;
6
- clearNewAnnotationId: (id: AnnotationId) => void;
7
- triggerSparkleAnimation: (annotationId: string) => void;
8
- }
9
- export declare function ResourceAnnotationsProvider({ children }: {
10
- children: React.ReactNode;
11
- }): import("react/jsx-runtime").JSX.Element;
12
- export declare function useResourceAnnotations(): ResourceAnnotationsContextType;
13
- export {};
14
- //# sourceMappingURL=ResourceAnnotationsContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResourceAnnotationsContext.d.ts","sourceRoot":"","sources":["../../src/contexts/ResourceAnnotationsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoE,MAAM,OAAO,CAAC;AAGzF,OAAO,KAAK,EAAc,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAUpF,UAAU,8BAA8B;IAEtC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAG9B,cAAc,EAAE,CACd,IAAI,EAAE,UAAU,EAChB,UAAU,EAAE,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,YAAY,GAAG,SAAS,EAC/E,QAAQ,EAAE,QAAQ,GAAG,QAAQ,EAAE,EAC/B,IAAI,CAAC,EAAE,GAAG,EAAE,KACT,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAGjC,oBAAoB,EAAE,CAAC,EAAE,EAAE,YAAY,KAAK,IAAI,CAAC;IACjD,uBAAuB,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;CACzD;AAID,wBAAgB,2BAA2B,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAyFtF;AAED,wBAAgB,sBAAsB,mCAMrC"}
@@ -1,59 +0,0 @@
1
- import React from 'react';
2
- /**
3
- * Standard Link component interface
4
- * Compatible with Next.js Link, React Router Link, etc.
5
- *
6
- * Components accept Link as a prop to remain framework-agnostic.
7
- * Apps provide their framework-specific Link component (Next.js, React Router, etc.)
8
- */
9
- export interface LinkComponentProps {
10
- href: string;
11
- children: React.ReactNode;
12
- className?: string;
13
- title?: string;
14
- onClick?: (e: React.MouseEvent) => void;
15
- [key: string]: any;
16
- }
17
- /**
18
- * Route builder interface
19
- * Apps provide concrete implementations for their routing scheme
20
- *
21
- * Components accept routes as a prop to build URLs without framework dependencies.
22
- *
23
- * @example
24
- * ```tsx
25
- * // In app (e.g., frontend/src/lib/routing.ts)
26
- * export const routes: RouteBuilder = {
27
- * resourceDetail: (id) => `/know/resource/${id}`,
28
- * userProfile: (id) => `/users/${id}`,
29
- * search: (query) => `/search?q=${query}`,
30
- * home: () => '/',
31
- * };
32
- *
33
- * // Pass to components as props
34
- * <MyComponent Link={Link} routes={routes} />
35
- * ```
36
- */
37
- export interface RouteBuilder {
38
- /** Resource detail page */
39
- resourceDetail: (id: string) => string;
40
- /** User profile page */
41
- userProfile: (id: string) => string;
42
- /** Search page with query */
43
- search: (query: string) => string;
44
- /** Home/root page */
45
- home: () => string;
46
- /** About page */
47
- about?: () => string;
48
- /** Privacy policy page */
49
- privacy?: () => string;
50
- /** Terms of service page */
51
- terms?: () => string;
52
- /** Knowledge base page */
53
- knowledge?: () => string;
54
- /** Moderation dashboard */
55
- moderate?: () => string;
56
- /** Admin dashboard */
57
- admin?: () => string;
58
- }
59
- //# sourceMappingURL=RoutingContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RoutingContext.d.ts","sourceRoot":"","sources":["../../src/contexts/RoutingContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;GAMG;AACH,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IACxC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,YAAY;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC;IAEvC,wBAAwB;IACxB,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC;IAEpC,6BAA6B;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAElC,qBAAqB;IACrB,IAAI,EAAE,MAAM,MAAM,CAAC;IAEnB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC;IAErB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,MAAM,MAAM,CAAC;IAEvB,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC;IAErB,0BAA0B;IAC1B,SAAS,CAAC,EAAE,MAAM,MAAM,CAAC;IAEzB,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,MAAM,MAAM,CAAC;IAExB,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,MAAM,CAAC;CACtB"}
@@ -1,15 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export type Theme = 'light' | 'dark' | 'system';
3
- export type ResolvedTheme = 'light' | 'dark';
4
- interface ThemeContextValue {
5
- theme: Theme;
6
- setTheme: (theme: Theme) => void;
7
- resolvedTheme: ResolvedTheme;
8
- systemTheme: ResolvedTheme;
9
- }
10
- export declare function ThemeProvider({ children }: {
11
- children: ReactNode;
12
- }): import("react/jsx-runtime").JSX.Element;
13
- export declare function useTheme(): ThemeContextValue;
14
- export {};
15
- //# sourceMappingURL=ThemeContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../src/contexts/ThemeContext.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAChD,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC;AAE7C,UAAU,iBAAiB;IACzB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,aAAa,CAAC;CAC5B;AAID,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CA+ClE;AAED,wBAAgB,QAAQ,IAAI,iBAAiB,CAM5C"}
@@ -1,51 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import type { TranslationManager } from '../types/TranslationManager';
3
- export declare const AVAILABLE_LOCALES: readonly ["ar", "bn", "cs", "da", "de", "el", "en", "es", "fa", "fi", "fr", "he", "hi", "id", "it", "ja", "ko", "ms", "nl", "no", "pl", "pt", "ro", "sv", "th", "tr", "uk", "vi", "zh"];
4
- export type AvailableLocale = typeof AVAILABLE_LOCALES[number];
5
- export interface TranslationProviderProps {
6
- /**
7
- * Option 1: Provide a complete TranslationManager implementation
8
- */
9
- translationManager?: TranslationManager;
10
- /**
11
- * Option 2: Use built-in translations by specifying a locale
12
- * When adding new locales, just add the JSON file and update AVAILABLE_LOCALES
13
- */
14
- locale?: string;
15
- /**
16
- * Loading component to show while translations are being loaded
17
- * Only relevant when using dynamic locale loading
18
- */
19
- loadingComponent?: ReactNode;
20
- children: ReactNode;
21
- }
22
- /**
23
- * Provider for translation management with dynamic loading
24
- *
25
- * Three modes of operation:
26
- * 1. No provider: Components use default English strings
27
- * 2. With locale prop: Dynamically loads translations for that locale
28
- * 3. With translationManager: Use custom translation implementation
29
- */
30
- export declare function TranslationProvider({ translationManager, locale, loadingComponent, children, }: TranslationProviderProps): import("react/jsx-runtime").JSX.Element;
31
- /**
32
- * Hook to access translations within a namespace
33
- *
34
- * Works in three modes:
35
- * 1. Without provider: Returns default English translations
36
- * 2. With provider using locale: Returns dynamically loaded translations for that locale
37
- * 3. With custom provider: Uses the custom translation manager
38
- *
39
- * @param namespace - Translation namespace (e.g., 'Toolbar', 'ResourceViewer')
40
- * @returns Function to translate keys within the namespace
41
- */
42
- export declare function useTranslations(namespace: string): (key: string, params?: Record<string, any>) => string;
43
- /**
44
- * Hook to preload translations for a locale
45
- * Useful for preloading translations before navigation
46
- */
47
- export declare function usePreloadTranslations(): {
48
- preload: (locale: string) => Promise<boolean>;
49
- isLoaded: (locale: string) => boolean;
50
- };
51
- //# sourceMappingURL=TranslationContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationContext.d.ts","sourceRoot":"","sources":["../../src/contexts/TranslationContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA6B,SAAS,EAAgC,MAAM,OAAO,CAAC;AAC3F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAyEtE,eAAO,MAAM,iBAAiB,yLA8BpB,CAAC;AACX,MAAM,MAAM,eAAe,GAAG,OAAO,iBAAiB,CAAC,MAAM,CAAC,CAAC;AAuD/D,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IAExC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,kBAAkB,EAClB,MAAM,EACN,gBAAuB,EACvB,QAAQ,GACT,EAAE,wBAAwB,2CAgF1B;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,SAKhC,MAAM,WAAW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,YA2BpD;AAED;;;GAGG;AACH,wBAAgB,sBAAsB;sBAEV,MAAM;uBASX,MAAM;EAE5B"}
@@ -1,41 +0,0 @@
1
- import type { EventMap } from '@semiont/core';
2
- /**
3
- * Subscribe to a bus event with automatic cleanup.
4
- *
5
- * Two buses exist: the app-scoped bus on `SemiontBrowser` (panel, shell,
6
- * tabs, nav, settings — events that must work without a KB session) and
7
- * the per-session bus on `SemiontClient` (mark, beckon, gather,
8
- * match, bind, yield, browse — events tied to a live KB). This hook
9
- * subscribes to BOTH so components don't need to know which scope a
10
- * channel is on. Each channel only fires on one bus, so there's no
11
- * double-delivery.
12
- *
13
- * Stable-handler pattern: the ref-wrapped handler means `handler` itself
14
- * can change on every render without causing a re-subscription.
15
- *
16
- * @example
17
- * ```tsx
18
- * useEventSubscription('mark:create-ok', ({ annotationId }) => {
19
- * triggerSparkleAnimation(annotationId);
20
- * });
21
- * ```
22
- */
23
- export declare function useEventSubscription<K extends keyof EventMap>(eventName: K, handler: (payload: EventMap[K]) => void): void;
24
- /**
25
- * Subscribe to multiple bus events at once. Same semantics as
26
- * `useEventSubscription`, batched — each channel is subscribed on both
27
- * the app bus (`SemiontBrowser`) and the session bus
28
- * (`SemiontClient`, when a session is active).
29
- *
30
- * @example
31
- * ```tsx
32
- * useEventSubscriptions({
33
- * 'mark:create-ok': ({ annotationId }) => handleCreated(annotationId),
34
- * 'panel:toggle': ({ panel }) => console.log('toggled', panel),
35
- * });
36
- * ```
37
- */
38
- export declare function useEventSubscriptions(subscriptions: {
39
- [K in keyof EventMap]?: (payload: EventMap[K]) => void;
40
- }): void;
41
- //# sourceMappingURL=useEventSubscription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useEventSubscription.d.ts","sourceRoot":"","sources":["../../src/contexts/useEventSubscription.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAI9C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,MAAM,QAAQ,EAC3D,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,IAAI,GACtC,IAAI,CAeN;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,qBAAqB,CACnC,aAAa,EAAE;KACZ,CAAC,IAAI,MAAM,QAAQ,CAAC,CAAC,EAAE,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,IAAI;CACvD,GACA,IAAI,CA8BN"}
@@ -1,178 +0,0 @@
1
- /**
2
- * Semiont Design Tokens
3
- *
4
- * Core design tokens for the Semiont design system.
5
- * These tokens provide the foundation for all component styling
6
- * and can be consumed via JavaScript or CSS variables.
7
- */
8
- export declare const tokens: {
9
- colors: {
10
- primary: {
11
- 50: string;
12
- 100: string;
13
- 200: string;
14
- 300: string;
15
- 400: string;
16
- 500: string;
17
- 600: string;
18
- 700: string;
19
- 800: string;
20
- 900: string;
21
- };
22
- secondary: {
23
- 50: string;
24
- 100: string;
25
- 200: string;
26
- 300: string;
27
- 400: string;
28
- 500: string;
29
- 600: string;
30
- 700: string;
31
- 800: string;
32
- 900: string;
33
- };
34
- semantic: {
35
- error: string;
36
- errorLight: string;
37
- errorDark: string;
38
- warning: string;
39
- warningLight: string;
40
- warningDark: string;
41
- success: string;
42
- successLight: string;
43
- successDark: string;
44
- info: string;
45
- infoLight: string;
46
- infoDark: string;
47
- };
48
- neutral: {
49
- 0: string;
50
- 50: string;
51
- 100: string;
52
- 200: string;
53
- 300: string;
54
- 400: string;
55
- 500: string;
56
- 600: string;
57
- 700: string;
58
- 800: string;
59
- 900: string;
60
- 950: string;
61
- 1000: string;
62
- };
63
- background: {
64
- primary: string;
65
- secondary: string;
66
- tertiary: string;
67
- inverse: string;
68
- };
69
- text: {
70
- primary: string;
71
- secondary: string;
72
- tertiary: string;
73
- disabled: string;
74
- inverse: string;
75
- };
76
- };
77
- spacing: {
78
- 0: string;
79
- xs: string;
80
- sm: string;
81
- md: string;
82
- lg: string;
83
- xl: string;
84
- '2xl': string;
85
- '3xl': string;
86
- '4xl': string;
87
- '5xl': string;
88
- };
89
- typography: {
90
- fontFamily: {
91
- sans: string;
92
- mono: string;
93
- };
94
- fontSize: {
95
- xs: string;
96
- sm: string;
97
- base: string;
98
- lg: string;
99
- xl: string;
100
- '2xl': string;
101
- '3xl': string;
102
- '4xl': string;
103
- '5xl': string;
104
- };
105
- fontWeight: {
106
- thin: number;
107
- light: number;
108
- normal: number;
109
- medium: number;
110
- semibold: number;
111
- bold: number;
112
- black: number;
113
- };
114
- lineHeight: {
115
- none: number;
116
- tight: number;
117
- snug: number;
118
- normal: number;
119
- relaxed: number;
120
- loose: number;
121
- };
122
- };
123
- borderRadius: {
124
- none: string;
125
- sm: string;
126
- base: string;
127
- md: string;
128
- lg: string;
129
- xl: string;
130
- '2xl': string;
131
- '3xl': string;
132
- full: string;
133
- };
134
- shadows: {
135
- none: string;
136
- xs: string;
137
- sm: string;
138
- base: string;
139
- md: string;
140
- lg: string;
141
- xl: string;
142
- inner: string;
143
- };
144
- transitions: {
145
- duration: {
146
- fast: string;
147
- base: string;
148
- slow: string;
149
- slower: string;
150
- };
151
- timing: {
152
- linear: string;
153
- ease: string;
154
- easeIn: string;
155
- easeOut: string;
156
- easeInOut: string;
157
- };
158
- };
159
- breakpoints: {
160
- sm: string;
161
- md: string;
162
- lg: string;
163
- xl: string;
164
- '2xl': string;
165
- };
166
- };
167
- /**
168
- * Generate CSS custom properties from design tokens
169
- */
170
- export declare function generateCSSVariables(): string;
171
- export declare const cssVariables: string;
172
- export type ColorToken = keyof typeof tokens.colors;
173
- export type SpacingToken = keyof typeof tokens.spacing;
174
- export type TypographyToken = keyof typeof tokens.typography;
175
- export type BorderRadiusToken = keyof typeof tokens.borderRadius;
176
- export type ShadowToken = keyof typeof tokens.shadows;
177
- export type TransitionToken = keyof typeof tokens.transitions;
178
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/design-tokens/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoKlB,CAAC;AAEF;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,CAuD7C;AAGD,eAAO,MAAM,YAAY,QAAyB,CAAC;AAGnD,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,MAAM,CAAC,MAAM,CAAC;AACpD,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,MAAM,CAAC,OAAO,CAAC;AACvD,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,UAAU,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC;AACjE,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,MAAM,CAAC,OAAO,CAAC;AACtD,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,WAAW,CAAC"}
@@ -1,33 +0,0 @@
1
- /**
2
- * AdminDevOpsPage Component
3
- *
4
- * Pure React component for the admin devops page.
5
- * All dependencies passed as props - no Next.js hooks!
6
- */
7
- import React from 'react';
8
- export interface DevOpsFeature {
9
- title: string;
10
- description: string;
11
- icon: React.ComponentType<any>;
12
- available: string;
13
- }
14
- export interface AdminDevOpsPageProps {
15
- suggestedFeatures: DevOpsFeature[];
16
- theme: 'light' | 'dark' | 'system';
17
- showLineNumbers: boolean;
18
- activePanel: string | null;
19
- translations: {
20
- title: string;
21
- subtitle: string;
22
- systemStatus: string;
23
- cliOperations: string;
24
- cliOperationsDescription: string;
25
- cliTitle: string;
26
- cliDescription: string;
27
- };
28
- StatusDisplay: React.ComponentType<any>;
29
- ToolbarPanels: React.ComponentType<any>;
30
- Toolbar: React.ComponentType<any>;
31
- }
32
- export declare function AdminDevOpsPage({ suggestedFeatures, theme, showLineNumbers, activePanel, translations: t, StatusDisplay, ToolbarPanels, Toolbar, }: AdminDevOpsPageProps): import("react/jsx-runtime").JSX.Element;
33
- //# sourceMappingURL=AdminDevOpsPage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AdminDevOpsPage.d.ts","sourceRoot":"","sources":["../../../../src/features/admin-devops/components/AdminDevOpsPage.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAoB;IAEnC,iBAAiB,EAAE,aAAa,EAAE,CAAC;IAGnC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IACnC,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3B,YAAY,EAAE;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,aAAa,EAAE,MAAM,CAAC;QACtB,wBAAwB,EAAE,MAAM,CAAC;QACjC,QAAQ,EAAE,MAAM,CAAC;QACjB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IAGF,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACxC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACxC,OAAO,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,wBAAgB,eAAe,CAAC,EAC9B,iBAAiB,EACjB,KAAK,EACL,eAAe,EACf,WAAW,EACX,YAAY,EAAE,CAAC,EACf,aAAa,EACb,aAAa,EACb,OAAO,GACR,EAAE,oBAAoB,2CA0FtB"}