@semiont/react-ui 0.5.3 → 0.5.4

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 (470) hide show
  1. package/dist/{PdfAnnotationCanvas.client-5QESNO5H.mjs → PdfAnnotationCanvas.client-CN3C3S55.js} +2 -2
  2. package/dist/{ar-UUMMNQKF.mjs → ar-U2EXWUMQ.js} +2 -5
  3. package/dist/ar-U2EXWUMQ.js.map +1 -0
  4. package/dist/assets/favicons/SemiontFavicon.d.ts +9 -0
  5. package/dist/assets/favicons/SemiontFavicon.d.ts.map +1 -0
  6. package/dist/assets/favicons/index.d.ts +12 -0
  7. package/dist/assets/favicons/index.d.ts.map +1 -0
  8. package/dist/{bn-AL5BJSR3.mjs → bn-DRJGV772.js} +2 -5
  9. package/dist/bn-DRJGV772.js.map +1 -0
  10. package/dist/{chunk-EBBL3VJI.mjs → chunk-3Q3TUKWP.js} +32 -32
  11. package/dist/{chunk-OJSRLEER.mjs → chunk-GERSK2DY.js} +2 -5
  12. package/dist/chunk-GERSK2DY.js.map +1 -0
  13. package/dist/{chunk-D4GAAQMM.mjs → chunk-K6BJDL2I.js} +1 -1
  14. package/dist/components/AnnotateReferencesProgressWidget.d.ts +15 -0
  15. package/dist/components/AnnotateReferencesProgressWidget.d.ts.map +1 -0
  16. package/dist/components/Button/Button.d.ts +69 -0
  17. package/dist/components/Button/Button.d.ts.map +1 -0
  18. package/dist/components/CodeMirrorRenderer.d.ts +25 -0
  19. package/dist/components/CodeMirrorRenderer.d.ts.map +1 -0
  20. package/dist/components/ErrorBoundary.d.ts +30 -0
  21. package/dist/components/ErrorBoundary.d.ts.map +1 -0
  22. package/dist/components/LiveRegion.d.ts +41 -0
  23. package/dist/components/LiveRegion.d.ts.map +1 -0
  24. package/dist/components/ProtectedErrorBoundary.d.ts +27 -0
  25. package/dist/components/ProtectedErrorBoundary.d.ts.map +1 -0
  26. package/dist/components/ResizeHandle.d.ts +39 -0
  27. package/dist/components/ResizeHandle.d.ts.map +1 -0
  28. package/dist/components/ResourceTagsInline.d.ts +10 -0
  29. package/dist/components/ResourceTagsInline.d.ts.map +1 -0
  30. package/dist/components/SessionExpiryBanner.d.ts +2 -0
  31. package/dist/components/SessionExpiryBanner.d.ts.map +1 -0
  32. package/dist/components/SessionTimer.d.ts +2 -0
  33. package/dist/components/SessionTimer.d.ts.map +1 -0
  34. package/dist/components/StatusDisplay.d.ts +9 -0
  35. package/dist/components/StatusDisplay.d.ts.map +1 -0
  36. package/dist/components/Toast.d.ts +27 -0
  37. package/dist/components/Toast.d.ts.map +1 -0
  38. package/dist/components/Toolbar.d.ts +15 -0
  39. package/dist/components/Toolbar.d.ts.map +1 -0
  40. package/dist/components/UserMenuSkeleton.d.ts +2 -0
  41. package/dist/components/UserMenuSkeleton.d.ts.map +1 -0
  42. package/dist/components/annotation/AnnotateToolbar.d.ts +29 -0
  43. package/dist/components/annotation/AnnotateToolbar.d.ts.map +1 -0
  44. package/dist/components/annotation-popups/JsonLdView.d.ts +8 -0
  45. package/dist/components/annotation-popups/JsonLdView.d.ts.map +1 -0
  46. package/dist/components/annotation-popups/SharedPopupElements.d.ts +28 -0
  47. package/dist/components/annotation-popups/SharedPopupElements.d.ts.map +1 -0
  48. package/dist/components/branding/SemiontBranding.d.ts +13 -0
  49. package/dist/components/branding/SemiontBranding.d.ts.map +1 -0
  50. package/dist/components/error-states/ResourceErrorState.d.ts +11 -0
  51. package/dist/components/error-states/ResourceErrorState.d.ts.map +1 -0
  52. package/dist/components/image-annotation/AnnotationOverlay.d.ts +22 -0
  53. package/dist/components/image-annotation/AnnotationOverlay.d.ts.map +1 -0
  54. package/dist/components/image-annotation/SvgDrawingCanvas.d.ts +23 -0
  55. package/dist/components/image-annotation/SvgDrawingCanvas.d.ts.map +1 -0
  56. package/dist/components/layout/LeftSidebar.d.ts +24 -0
  57. package/dist/components/layout/LeftSidebar.d.ts.map +1 -0
  58. package/dist/components/layout/PageLayout.d.ts +21 -0
  59. package/dist/components/layout/PageLayout.d.ts.map +1 -0
  60. package/dist/components/layout/SkipLinks.d.ts +8 -0
  61. package/dist/components/layout/SkipLinks.d.ts.map +1 -0
  62. package/dist/components/layout/UnifiedHeader.d.ts +21 -0
  63. package/dist/components/layout/UnifiedHeader.d.ts.map +1 -0
  64. package/dist/components/loading-states/ComposeLoadingState.d.ts +10 -0
  65. package/dist/components/loading-states/ComposeLoadingState.d.ts.map +1 -0
  66. package/dist/components/loading-states/ResourceLoadingState.d.ts +7 -0
  67. package/dist/components/loading-states/ResourceLoadingState.d.ts.map +1 -0
  68. package/dist/components/modals/ConfigureGenerationStep.d.ts +36 -0
  69. package/dist/components/modals/ConfigureGenerationStep.d.ts.map +1 -0
  70. package/dist/components/modals/ConfigureSearchStep.d.ts +21 -0
  71. package/dist/components/modals/ConfigureSearchStep.d.ts.map +1 -0
  72. package/dist/components/modals/ContextSummary.d.ts +14 -0
  73. package/dist/components/modals/ContextSummary.d.ts.map +1 -0
  74. package/dist/components/modals/GatherContextStep.d.ts +23 -0
  75. package/dist/components/modals/GatherContextStep.d.ts.map +1 -0
  76. package/dist/components/modals/KeyboardShortcutsHelpModal.d.ts +8 -0
  77. package/dist/components/modals/KeyboardShortcutsHelpModal.d.ts.map +1 -0
  78. package/dist/components/modals/PermissionDeniedModal.d.ts +12 -0
  79. package/dist/components/modals/PermissionDeniedModal.d.ts.map +1 -0
  80. package/dist/components/modals/ReferenceWizardModal.d.ts +64 -0
  81. package/dist/components/modals/ReferenceWizardModal.d.ts.map +1 -0
  82. package/dist/components/modals/ResourceSearchModal.d.ts +16 -0
  83. package/dist/components/modals/ResourceSearchModal.d.ts.map +1 -0
  84. package/dist/components/modals/SearchModal.d.ts +20 -0
  85. package/dist/components/modals/SearchModal.d.ts.map +1 -0
  86. package/dist/components/modals/SearchResultsStep.d.ts +22 -0
  87. package/dist/components/modals/SearchResultsStep.d.ts.map +1 -0
  88. package/dist/components/modals/SessionExpiredModal.d.ts +12 -0
  89. package/dist/components/modals/SessionExpiredModal.d.ts.map +1 -0
  90. package/dist/components/navigation/CollapsibleResourceNavigation.d.ts +13 -0
  91. package/dist/components/navigation/CollapsibleResourceNavigation.d.ts.map +1 -0
  92. package/dist/components/navigation/Footer.d.ts +20 -0
  93. package/dist/components/navigation/Footer.d.ts.map +1 -0
  94. package/dist/components/navigation/NavigationMenu.d.ts +18 -0
  95. package/dist/components/navigation/NavigationMenu.d.ts.map +1 -0
  96. package/dist/components/navigation/ObservableLink.d.ts +52 -0
  97. package/dist/components/navigation/ObservableLink.d.ts.map +1 -0
  98. package/dist/components/navigation/SimpleNavigation.d.ts +35 -0
  99. package/dist/components/navigation/SimpleNavigation.d.ts.map +1 -0
  100. package/dist/components/navigation/SortableResourceTab.d.ts +7 -0
  101. package/dist/components/navigation/SortableResourceTab.d.ts.map +1 -0
  102. package/dist/components/pdf-annotation/PdfAnnotationCanvas.client.d.ts +8 -0
  103. package/dist/components/pdf-annotation/PdfAnnotationCanvas.client.d.ts.map +1 -0
  104. package/dist/components/pdf-annotation/PdfAnnotationCanvas.d.ts +25 -0
  105. package/dist/components/pdf-annotation/PdfAnnotationCanvas.d.ts.map +1 -0
  106. package/dist/components/resource/AnnotateView.d.ts +29 -0
  107. package/dist/components/resource/AnnotateView.d.ts.map +1 -0
  108. package/dist/components/resource/AnnotationHistory.d.ts +14 -0
  109. package/dist/components/resource/AnnotationHistory.d.ts.map +1 -0
  110. package/dist/components/resource/BrowseView.d.ts +28 -0
  111. package/dist/components/resource/BrowseView.d.ts.map +1 -0
  112. package/dist/components/resource/HistoryEvent.d.ts +19 -0
  113. package/dist/components/resource/HistoryEvent.d.ts.map +1 -0
  114. package/dist/components/resource/ResourceViewer.d.ts +46 -0
  115. package/dist/components/resource/ResourceViewer.d.ts.map +1 -0
  116. package/dist/components/resource/event-formatting.d.ts +61 -0
  117. package/dist/components/resource/event-formatting.d.ts.map +1 -0
  118. package/dist/components/resource/panels/AssessmentEntry.d.ts +11 -0
  119. package/dist/components/resource/panels/AssessmentEntry.d.ts.map +1 -0
  120. package/dist/components/resource/panels/AssessmentPanel.d.ts +32 -0
  121. package/dist/components/resource/panels/AssessmentPanel.d.ts.map +1 -0
  122. package/dist/components/resource/panels/AssistSection.d.ts +27 -0
  123. package/dist/components/resource/panels/AssistSection.d.ts.map +1 -0
  124. package/dist/components/resource/panels/CollaborationPanel.d.ts +28 -0
  125. package/dist/components/resource/panels/CollaborationPanel.d.ts.map +1 -0
  126. package/dist/components/resource/panels/CommentEntry.d.ts +12 -0
  127. package/dist/components/resource/panels/CommentEntry.d.ts.map +1 -0
  128. package/dist/components/resource/panels/CommentsPanel.d.ts +32 -0
  129. package/dist/components/resource/panels/CommentsPanel.d.ts.map +1 -0
  130. package/dist/components/resource/panels/HighlightEntry.d.ts +11 -0
  131. package/dist/components/resource/panels/HighlightEntry.d.ts.map +1 -0
  132. package/dist/components/resource/panels/HighlightPanel.d.ts +30 -0
  133. package/dist/components/resource/panels/HighlightPanel.d.ts.map +1 -0
  134. package/dist/components/resource/panels/JsonLdPanel.d.ts +9 -0
  135. package/dist/components/resource/panels/JsonLdPanel.d.ts.map +1 -0
  136. package/dist/components/resource/panels/PanelHeader.d.ts +13 -0
  137. package/dist/components/resource/panels/PanelHeader.d.ts.map +1 -0
  138. package/dist/components/resource/panels/ReferenceEntry.d.ts +15 -0
  139. package/dist/components/resource/panels/ReferenceEntry.d.ts.map +1 -0
  140. package/dist/components/resource/panels/ReferencesPanel.d.ts +43 -0
  141. package/dist/components/resource/panels/ReferencesPanel.d.ts.map +1 -0
  142. package/dist/components/resource/panels/ResourceInfoPanel.d.ts +27 -0
  143. package/dist/components/resource/panels/ResourceInfoPanel.d.ts.map +1 -0
  144. package/dist/components/resource/panels/StatisticsPanel.d.ts +12 -0
  145. package/dist/components/resource/panels/StatisticsPanel.d.ts.map +1 -0
  146. package/dist/components/resource/panels/TagEntry.d.ts +11 -0
  147. package/dist/components/resource/panels/TagEntry.d.ts.map +1 -0
  148. package/dist/components/resource/panels/TaggingPanel.d.ts +34 -0
  149. package/dist/components/resource/panels/TaggingPanel.d.ts.map +1 -0
  150. package/dist/components/resource/panels/UnifiedAnnotationsPanel.d.ts +52 -0
  151. package/dist/components/resource/panels/UnifiedAnnotationsPanel.d.ts.map +1 -0
  152. package/dist/components/resource/panels/agent-label.d.ts +11 -0
  153. package/dist/components/resource/panels/agent-label.d.ts.map +1 -0
  154. package/dist/components/settings/SettingsPanel.d.ts +19 -0
  155. package/dist/components/settings/SettingsPanel.d.ts.map +1 -0
  156. package/dist/components/viewers/ImageViewer.d.ts +8 -0
  157. package/dist/components/viewers/ImageViewer.d.ts.map +1 -0
  158. package/dist/components/viewers/index.d.ts +2 -0
  159. package/dist/components/viewers/index.d.ts.map +1 -0
  160. package/dist/contexts/AnnotationContext.d.ts +46 -0
  161. package/dist/contexts/AnnotationContext.d.ts.map +1 -0
  162. package/dist/contexts/ResourceAnnotationsContext.d.ts +14 -0
  163. package/dist/contexts/ResourceAnnotationsContext.d.ts.map +1 -0
  164. package/dist/contexts/RoutingContext.d.ts +59 -0
  165. package/dist/contexts/RoutingContext.d.ts.map +1 -0
  166. package/dist/contexts/ThemeContext.d.ts +15 -0
  167. package/dist/contexts/ThemeContext.d.ts.map +1 -0
  168. package/dist/contexts/TranslationContext.d.ts +51 -0
  169. package/dist/contexts/TranslationContext.d.ts.map +1 -0
  170. package/dist/contexts/useEventSubscription.d.ts +41 -0
  171. package/dist/contexts/useEventSubscription.d.ts.map +1 -0
  172. package/dist/{cs-UMINALSU.mjs → cs-PTWDM23V.js} +2 -5
  173. package/dist/{cs-UMINALSU.mjs.map → cs-PTWDM23V.js.map} +1 -1
  174. package/dist/{da-FKUX6CDL.mjs → da-KSNIKYSS.js} +2 -5
  175. package/dist/da-KSNIKYSS.js.map +1 -0
  176. package/dist/{de-XSJ3E25S.mjs → de-F2XBEWFY.js} +2 -5
  177. package/dist/de-F2XBEWFY.js.map +1 -0
  178. package/dist/design-tokens/index.d.ts +178 -0
  179. package/dist/design-tokens/index.d.ts.map +1 -0
  180. package/dist/{el-UJXNRCBP.mjs → el-DLD2GWAP.js} +2 -5
  181. package/dist/el-DLD2GWAP.js.map +1 -0
  182. package/dist/{en-J5DHKLQ5.mjs → en-L45VK7BS.js} +3 -3
  183. package/dist/{es-VURP62BU.mjs → es-WLPYWGB5.js} +2 -5
  184. package/dist/es-WLPYWGB5.js.map +1 -0
  185. package/dist/{fa-TIT5ZPZY.mjs → fa-BAXHSDZG.js} +2 -5
  186. package/dist/fa-BAXHSDZG.js.map +1 -0
  187. package/dist/features/admin-devops/components/AdminDevOpsPage.d.ts +33 -0
  188. package/dist/features/admin-devops/components/AdminDevOpsPage.d.ts.map +1 -0
  189. package/dist/features/admin-exchange/components/AdminExchangePage.d.ts +37 -0
  190. package/dist/features/admin-exchange/components/AdminExchangePage.d.ts.map +1 -0
  191. package/dist/features/admin-exchange/components/ExportCard.d.ts +18 -0
  192. package/dist/features/admin-exchange/components/ExportCard.d.ts.map +1 -0
  193. package/dist/features/admin-exchange/components/ImportCard.d.ts +32 -0
  194. package/dist/features/admin-exchange/components/ImportCard.d.ts.map +1 -0
  195. package/dist/features/admin-exchange/components/ImportProgress.d.ts +26 -0
  196. package/dist/features/admin-exchange/components/ImportProgress.d.ts.map +1 -0
  197. package/dist/features/admin-exchange/state/exchange-state-unit.d.ts +31 -0
  198. package/dist/features/admin-exchange/state/exchange-state-unit.d.ts.map +1 -0
  199. package/dist/features/admin-security/components/AdminSecurityPage.d.ts +42 -0
  200. package/dist/features/admin-security/components/AdminSecurityPage.d.ts.map +1 -0
  201. package/dist/features/admin-security/state/admin-security-state-unit.d.ts +12 -0
  202. package/dist/features/admin-security/state/admin-security-state-unit.d.ts.map +1 -0
  203. package/dist/features/admin-users/components/AdminUsersPage.d.ts +88 -0
  204. package/dist/features/admin-users/components/AdminUsersPage.d.ts.map +1 -0
  205. package/dist/features/admin-users/state/admin-users-state-unit.d.ts +17 -0
  206. package/dist/features/admin-users/state/admin-users-state-unit.d.ts.map +1 -0
  207. package/dist/features/auth/components/AuthErrorDisplay.d.ts +34 -0
  208. package/dist/features/auth/components/AuthErrorDisplay.d.ts.map +1 -0
  209. package/dist/features/auth/components/SignInForm.d.ts +80 -0
  210. package/dist/features/auth/components/SignInForm.d.ts.map +1 -0
  211. package/dist/features/auth/components/SignUpForm.d.ts +39 -0
  212. package/dist/features/auth/components/SignUpForm.d.ts.map +1 -0
  213. package/dist/features/auth-welcome/components/WelcomePage.d.ts +62 -0
  214. package/dist/features/auth-welcome/components/WelcomePage.d.ts.map +1 -0
  215. package/dist/features/auth-welcome/state/welcome-state-unit.d.ts +12 -0
  216. package/dist/features/auth-welcome/state/welcome-state-unit.d.ts.map +1 -0
  217. package/dist/features/moderate-entity-tags/components/EntityTagsPage.d.ts +32 -0
  218. package/dist/features/moderate-entity-tags/components/EntityTagsPage.d.ts.map +1 -0
  219. package/dist/features/moderate-entity-tags/state/entity-tags-state-unit.d.ts +16 -0
  220. package/dist/features/moderate-entity-tags/state/entity-tags-state-unit.d.ts.map +1 -0
  221. package/dist/features/moderate-recent/components/RecentDocumentsPage.d.ts +27 -0
  222. package/dist/features/moderate-recent/components/RecentDocumentsPage.d.ts.map +1 -0
  223. package/dist/features/moderate-tag-schemas/components/TagSchemasPage.d.ts +25 -0
  224. package/dist/features/moderate-tag-schemas/components/TagSchemasPage.d.ts.map +1 -0
  225. package/dist/features/moderation-linked-data/components/LinkedDataPage.d.ts +38 -0
  226. package/dist/features/moderation-linked-data/components/LinkedDataPage.d.ts.map +1 -0
  227. package/dist/features/resource-compose/components/ResourceComposePage.d.ts +83 -0
  228. package/dist/features/resource-compose/components/ResourceComposePage.d.ts.map +1 -0
  229. package/dist/features/resource-compose/components/UploadProgressBar.d.ts +23 -0
  230. package/dist/features/resource-compose/components/UploadProgressBar.d.ts.map +1 -0
  231. package/dist/features/resource-compose/state/compose-page-state-unit.d.ts +59 -0
  232. package/dist/features/resource-compose/state/compose-page-state-unit.d.ts.map +1 -0
  233. package/dist/features/resource-discovery/components/ResourceCard.d.ts +17 -0
  234. package/dist/features/resource-discovery/components/ResourceCard.d.ts.map +1 -0
  235. package/dist/features/resource-discovery/components/ResourceDiscoveryPage.d.ts +43 -0
  236. package/dist/features/resource-discovery/components/ResourceDiscoveryPage.d.ts.map +1 -0
  237. package/dist/features/resource-discovery/state/discover-state-unit.d.ts +15 -0
  238. package/dist/features/resource-discovery/state/discover-state-unit.d.ts.map +1 -0
  239. package/dist/features/resource-viewer/components/ResourceViewerPage.d.ts +80 -0
  240. package/dist/features/resource-viewer/components/ResourceViewerPage.d.ts.map +1 -0
  241. package/dist/features/resource-viewer/state/resource-loader-state-unit.d.ts +11 -0
  242. package/dist/features/resource-viewer/state/resource-loader-state-unit.d.ts.map +1 -0
  243. package/dist/features/resource-viewer/state/resource-viewer-page-state-unit.d.ts +48 -0
  244. package/dist/features/resource-viewer/state/resource-viewer-page-state-unit.d.ts.map +1 -0
  245. package/dist/{fi-F7VTGT4H.mjs → fi-FCHSYVOT.js} +2 -5
  246. package/dist/fi-FCHSYVOT.js.map +1 -0
  247. package/dist/{fr-2ZR26VF7.mjs → fr-3UERBSL6.js} +2 -5
  248. package/dist/fr-3UERBSL6.js.map +1 -0
  249. package/dist/{he-BXP2KYVZ.mjs → he-F6F3FV2K.js} +2 -5
  250. package/dist/he-F6F3FV2K.js.map +1 -0
  251. package/dist/{hi-PSWTP3NC.mjs → hi-4BK6IK7Q.js} +2 -5
  252. package/dist/hi-4BK6IK7Q.js.map +1 -0
  253. package/dist/hooks/useDebounce.d.ts +29 -0
  254. package/dist/hooks/useDebounce.d.ts.map +1 -0
  255. package/dist/hooks/useDragAnnouncements.d.ts +12 -0
  256. package/dist/hooks/useDragAnnouncements.d.ts.map +1 -0
  257. package/dist/hooks/useHoverDelay.d.ts +8 -0
  258. package/dist/hooks/useHoverDelay.d.ts.map +1 -0
  259. package/dist/hooks/useHoverEmitter.d.ts +8 -0
  260. package/dist/hooks/useHoverEmitter.d.ts.map +1 -0
  261. package/dist/hooks/useKeyboardShortcuts.d.ts +29 -0
  262. package/dist/hooks/useKeyboardShortcuts.d.ts.map +1 -0
  263. package/dist/hooks/useLineNumbers.d.ts +8 -0
  264. package/dist/hooks/useLineNumbers.d.ts.map +1 -0
  265. package/dist/hooks/useMediaToken.d.ts +7 -0
  266. package/dist/hooks/useMediaToken.d.ts.map +1 -0
  267. package/dist/hooks/useObservable.d.ts +23 -0
  268. package/dist/hooks/useObservable.d.ts.map +1 -0
  269. package/dist/hooks/useObservableBrowse.d.ts +70 -0
  270. package/dist/hooks/useObservableBrowse.d.ts.map +1 -0
  271. package/dist/hooks/usePanelWidth.d.ts +37 -0
  272. package/dist/hooks/usePanelWidth.d.ts.map +1 -0
  273. package/dist/hooks/useResourceContent.d.ts +7 -0
  274. package/dist/hooks/useResourceContent.d.ts.map +1 -0
  275. package/dist/hooks/useRovingTabIndex.d.ts +13 -0
  276. package/dist/hooks/useRovingTabIndex.d.ts.map +1 -0
  277. package/dist/hooks/useSearchAnnouncements.d.ts +10 -0
  278. package/dist/hooks/useSearchAnnouncements.d.ts.map +1 -0
  279. package/dist/hooks/useSessionExpiry.d.ts +10 -0
  280. package/dist/hooks/useSessionExpiry.d.ts.map +1 -0
  281. package/dist/hooks/useShellStateUnit.d.ts +9 -0
  282. package/dist/hooks/useShellStateUnit.d.ts.map +1 -0
  283. package/dist/hooks/useStateUnit.d.ts +3 -0
  284. package/dist/hooks/useStateUnit.d.ts.map +1 -0
  285. package/dist/hooks/useUI.d.ts +24 -0
  286. package/dist/hooks/useUI.d.ts.map +1 -0
  287. package/dist/{id-HO6TXGTO.mjs → id-7ECCWP3J.js} +2 -5
  288. package/dist/id-7ECCWP3J.js.map +1 -0
  289. package/dist/index.d.ts +150 -0
  290. package/dist/index.d.ts.map +1 -0
  291. package/dist/{index.mjs → index.js} +43 -46
  292. package/dist/index.js.map +1 -0
  293. package/dist/integrations/css-modules-helper.d.ts +114 -0
  294. package/dist/integrations/css-modules-helper.d.ts.map +1 -0
  295. package/dist/integrations/styled-components-theme.d.ts +95 -0
  296. package/dist/integrations/styled-components-theme.d.ts.map +1 -0
  297. package/dist/integrations/tailwind-plugin.d.cts +3 -0
  298. package/dist/integrations/tailwind-plugin.d.cts.map +1 -0
  299. package/dist/{it-AGTDMBL3.mjs → it-234Z6XK6.js} +2 -5
  300. package/dist/it-234Z6XK6.js.map +1 -0
  301. package/dist/{ja-TTGOVF5K.mjs → ja-PJWQI4OQ.js} +2 -5
  302. package/dist/ja-PJWQI4OQ.js.map +1 -0
  303. package/dist/{ko-FF77IQ7N.mjs → ko-APUEW2RS.js} +2 -5
  304. package/dist/ko-APUEW2RS.js.map +1 -0
  305. package/dist/lib/annotation-overlay.d.ts +71 -0
  306. package/dist/lib/annotation-overlay.d.ts.map +1 -0
  307. package/dist/lib/annotation-registry.d.ts +62 -0
  308. package/dist/lib/annotation-registry.d.ts.map +1 -0
  309. package/dist/lib/browser-pdfjs.d.ts +93 -0
  310. package/dist/lib/browser-pdfjs.d.ts.map +1 -0
  311. package/dist/lib/button-styles.d.ts +27 -0
  312. package/dist/lib/button-styles.d.ts.map +1 -0
  313. package/dist/lib/codemirror-handlers.d.ts +52 -0
  314. package/dist/lib/codemirror-handlers.d.ts.map +1 -0
  315. package/dist/lib/codemirror-json-theme.d.ts +8 -0
  316. package/dist/lib/codemirror-json-theme.d.ts.map +1 -0
  317. package/dist/lib/codemirror-logic.d.ts +66 -0
  318. package/dist/lib/codemirror-logic.d.ts.map +1 -0
  319. package/dist/lib/codemirror-widgets.d.ts +39 -0
  320. package/dist/lib/codemirror-widgets.d.ts.map +1 -0
  321. package/dist/lib/formatTime.d.ts +2 -0
  322. package/dist/lib/formatTime.d.ts.map +1 -0
  323. package/dist/lib/media-shapes.d.ts +51 -0
  324. package/dist/lib/media-shapes.d.ts.map +1 -0
  325. package/dist/lib/pdf-coordinates.d.ts +69 -0
  326. package/dist/lib/pdf-coordinates.d.ts.map +1 -0
  327. package/dist/lib/resource-utils.d.ts +22 -0
  328. package/dist/lib/resource-utils.d.ts.map +1 -0
  329. package/dist/lib/scroll-utils.d.ts +20 -0
  330. package/dist/lib/scroll-utils.d.ts.map +1 -0
  331. package/dist/lib/text-segmentation.d.ts +25 -0
  332. package/dist/lib/text-segmentation.d.ts.map +1 -0
  333. package/dist/lib/text-selection-handler.d.ts +46 -0
  334. package/dist/lib/text-selection-handler.d.ts.map +1 -0
  335. package/dist/lib/validation.d.ts +47 -0
  336. package/dist/lib/validation.d.ts.map +1 -0
  337. package/dist/{ms-UPQWWIL4.mjs → ms-PJBZWZWD.js} +2 -5
  338. package/dist/ms-PJBZWZWD.js.map +1 -0
  339. package/dist/{nl-W75HEPFL.mjs → nl-L4C3ZBCU.js} +2 -5
  340. package/dist/nl-L4C3ZBCU.js.map +1 -0
  341. package/dist/{no-R4W7W7ZU.mjs → no-QE5N5KNG.js} +2 -5
  342. package/dist/no-QE5N5KNG.js.map +1 -0
  343. package/dist/{pl-GQC2ELWO.mjs → pl-5Q2D23PD.js} +2 -5
  344. package/dist/pl-5Q2D23PD.js.map +1 -0
  345. package/dist/{pt-YGVT62RU.mjs → pt-AIGUOIOC.js} +2 -5
  346. package/dist/pt-AIGUOIOC.js.map +1 -0
  347. package/dist/{ro-TST6XS6X.mjs → ro-T56CSHTY.js} +2 -5
  348. package/dist/ro-T56CSHTY.js.map +1 -0
  349. package/dist/session/SemiontProvider.d.ts +28 -0
  350. package/dist/session/SemiontProvider.d.ts.map +1 -0
  351. package/dist/session/web-browser-storage.d.ts +19 -0
  352. package/dist/session/web-browser-storage.d.ts.map +1 -0
  353. package/dist/state/session-state-unit.d.ts +9 -0
  354. package/dist/state/session-state-unit.d.ts.map +1 -0
  355. package/dist/state/shell-state-unit.d.ts +33 -0
  356. package/dist/state/shell-state-unit.d.ts.map +1 -0
  357. package/dist/{sv-TQLF6HV7.mjs → sv-L4TJQ2UH.js} +2 -5
  358. package/dist/sv-L4TJQ2UH.js.map +1 -0
  359. package/dist/{test-utils.d.mts → test-utils.d.ts} +18 -21
  360. package/dist/test-utils.d.ts.map +1 -0
  361. package/dist/{test-utils.mjs → test-utils.js} +5 -5
  362. package/dist/{th-HJUIETVR.mjs → th-6O7Y6O2Q.js} +2 -5
  363. package/dist/th-6O7Y6O2Q.js.map +1 -0
  364. package/dist/{tr-CW3C46TW.mjs → tr-D4CQCSNO.js} +2 -5
  365. package/dist/tr-D4CQCSNO.js.map +1 -0
  366. package/dist/types/AnnotationManager.d.ts +53 -0
  367. package/dist/types/AnnotationManager.d.ts.map +1 -0
  368. package/dist/{TranslationManager-9Xj3MIWQ.d.mts → types/TranslationManager.d.ts} +2 -3
  369. package/dist/types/TranslationManager.d.ts.map +1 -0
  370. package/dist/types/annotation-props.d.ts +108 -0
  371. package/dist/types/annotation-props.d.ts.map +1 -0
  372. package/dist/types/collapsible-navigation.d.ts +69 -0
  373. package/dist/types/collapsible-navigation.d.ts.map +1 -0
  374. package/dist/types/modals.d.ts +77 -0
  375. package/dist/types/modals.d.ts.map +1 -0
  376. package/dist/types/navigation.d.ts +35 -0
  377. package/dist/types/navigation.d.ts.map +1 -0
  378. package/dist/types/resource-viewer.d.ts +19 -0
  379. package/dist/types/resource-viewer.d.ts.map +1 -0
  380. package/dist/types/simple-navigation.d.ts +15 -0
  381. package/dist/types/simple-navigation.d.ts.map +1 -0
  382. package/dist/types/translation.d.ts +5 -0
  383. package/dist/types/translation.d.ts.map +1 -0
  384. package/dist/{uk-WTHZQB2U.mjs → uk-2HMQG6ND.js} +2 -5
  385. package/dist/uk-2HMQG6ND.js.map +1 -0
  386. package/dist/{vi-PHWHJLKP.mjs → vi-XVJ4RUEJ.js} +2 -5
  387. package/dist/{vi-PHWHJLKP.mjs.map → vi-XVJ4RUEJ.js.map} +1 -1
  388. package/dist/{zh-MO3FCUD6.mjs → zh-K2KDPGHK.js} +2 -5
  389. package/dist/zh-K2KDPGHK.js.map +1 -0
  390. package/package.json +19 -18
  391. package/src/components/resource/HistoryEvent.tsx +0 -3
  392. package/src/components/resource/__tests__/HistoryEvent.test.tsx +1 -4
  393. package/src/components/resource/__tests__/event-formatting.test.ts +2 -14
  394. package/src/components/resource/event-formatting.ts +3 -4
  395. package/src/components/resource/panels/AssessmentEntry.tsx +4 -1
  396. package/src/components/resource/panels/CommentEntry.tsx +4 -1
  397. package/src/components/resource/panels/HighlightEntry.tsx +4 -1
  398. package/src/components/resource/panels/ReferenceEntry.tsx +4 -1
  399. package/src/components/resource/panels/ResourceInfoPanel.tsx +11 -23
  400. package/src/components/resource/panels/TagEntry.tsx +4 -1
  401. package/src/components/resource/panels/__tests__/CommentEntry.test.tsx +2 -2
  402. package/src/components/resource/panels/__tests__/ResourceInfoPanel.test.tsx +12 -16
  403. package/src/components/resource/panels/__tests__/agent-label.test.ts +93 -0
  404. package/src/components/resource/panels/agent-label.ts +20 -0
  405. package/src/features/resource-compose/state/compose-page-state-unit.ts +0 -1
  406. package/src/features/resource-viewer/components/ResourceViewerPage.tsx +0 -1
  407. package/translations/ar.json +0 -3
  408. package/translations/bn.json +0 -3
  409. package/translations/cs.json +0 -3
  410. package/translations/da.json +0 -3
  411. package/translations/de.json +0 -3
  412. package/translations/el.json +0 -3
  413. package/translations/en.json +2 -5
  414. package/translations/es.json +0 -3
  415. package/translations/fa.json +0 -3
  416. package/translations/fi.json +0 -3
  417. package/translations/fr.json +0 -3
  418. package/translations/he.json +0 -3
  419. package/translations/hi.json +0 -3
  420. package/translations/id.json +0 -3
  421. package/translations/it.json +0 -3
  422. package/translations/ja.json +0 -3
  423. package/translations/ko.json +0 -3
  424. package/translations/ms.json +0 -3
  425. package/translations/nl.json +0 -3
  426. package/translations/no.json +0 -3
  427. package/translations/pl.json +0 -3
  428. package/translations/pt.json +0 -3
  429. package/translations/ro.json +0 -3
  430. package/translations/sv.json +0 -3
  431. package/translations/th.json +0 -3
  432. package/translations/tr.json +0 -3
  433. package/translations/uk.json +0 -3
  434. package/translations/vi.json +0 -3
  435. package/translations/zh.json +0 -3
  436. package/dist/ar-UUMMNQKF.mjs.map +0 -1
  437. package/dist/bn-AL5BJSR3.mjs.map +0 -1
  438. package/dist/chunk-OJSRLEER.mjs.map +0 -1
  439. package/dist/da-FKUX6CDL.mjs.map +0 -1
  440. package/dist/de-XSJ3E25S.mjs.map +0 -1
  441. package/dist/el-UJXNRCBP.mjs.map +0 -1
  442. package/dist/es-VURP62BU.mjs.map +0 -1
  443. package/dist/fa-TIT5ZPZY.mjs.map +0 -1
  444. package/dist/fi-F7VTGT4H.mjs.map +0 -1
  445. package/dist/fr-2ZR26VF7.mjs.map +0 -1
  446. package/dist/he-BXP2KYVZ.mjs.map +0 -1
  447. package/dist/hi-PSWTP3NC.mjs.map +0 -1
  448. package/dist/id-HO6TXGTO.mjs.map +0 -1
  449. package/dist/index.d.mts +0 -3546
  450. package/dist/index.mjs.map +0 -1
  451. package/dist/it-AGTDMBL3.mjs.map +0 -1
  452. package/dist/ja-TTGOVF5K.mjs.map +0 -1
  453. package/dist/ko-FF77IQ7N.mjs.map +0 -1
  454. package/dist/ms-UPQWWIL4.mjs.map +0 -1
  455. package/dist/nl-W75HEPFL.mjs.map +0 -1
  456. package/dist/no-R4W7W7ZU.mjs.map +0 -1
  457. package/dist/pl-GQC2ELWO.mjs.map +0 -1
  458. package/dist/pt-YGVT62RU.mjs.map +0 -1
  459. package/dist/ro-TST6XS6X.mjs.map +0 -1
  460. package/dist/sv-TQLF6HV7.mjs.map +0 -1
  461. package/dist/th-HJUIETVR.mjs.map +0 -1
  462. package/dist/tr-CW3C46TW.mjs.map +0 -1
  463. package/dist/uk-WTHZQB2U.mjs.map +0 -1
  464. package/dist/zh-MO3FCUD6.mjs.map +0 -1
  465. /package/dist/{PdfAnnotationCanvas.client-5QESNO5H.mjs.map → PdfAnnotationCanvas.client-CN3C3S55.js.map} +0 -0
  466. /package/dist/{chunk-EBBL3VJI.mjs.map → chunk-3Q3TUKWP.js.map} +0 -0
  467. /package/dist/{chunk-D4GAAQMM.mjs.map → chunk-K6BJDL2I.js.map} +0 -0
  468. /package/dist/{en-J5DHKLQ5.mjs.map → en-L45VK7BS.js.map} +0 -0
  469. /package/dist/{test-utils.mjs.map → test-utils.js.map} +0 -0
  470. /package/src/integrations/{tailwind-plugin.js → tailwind-plugin.cjs} +0 -0
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Centralized annotation type registry
3
+ *
4
+ * Single source of truth for W3C annotation motivation metadata including:
5
+ * - Visual styling (CSS classes)
6
+ * - Behavior flags (clickable, hover, side panel)
7
+ * - Type guards (motivation matching)
8
+ * - Accessibility (screen reader announcements)
9
+ * - Runtime handlers (click, hover, detect, update, create)
10
+ *
11
+ * Per CLAUDE.md: This is the ONLY place to define annotation type metadata.
12
+ * No aliasing, wrappers, or compatibility layers elsewhere.
13
+ */
14
+ import type { components } from '@semiont/core';
15
+ import type { Annotation } from '@semiont/core';
16
+ type Motivation = components['schemas']['Motivation'];
17
+ /**
18
+ * Detection configuration for SSE-based annotation detection
19
+ */
20
+ export interface DetectionConfig {
21
+ sseMethod: 'detectReferences' | 'detectHighlights' | 'detectAssessments' | 'detectComments' | 'detectTags';
22
+ countField: 'foundCount' | 'createdCount' | 'tagsCreated';
23
+ displayNamePlural: string;
24
+ displayNameSingular: string;
25
+ formatRequestParams?: (args: unknown[]) => Array<{
26
+ label: string;
27
+ value: string;
28
+ }>;
29
+ }
30
+ /**
31
+ * Creation configuration - describes how to create annotations of this type
32
+ */
33
+ export interface CreateConfig {
34
+ bodyBuilder: 'empty' | 'text' | 'entityTag' | 'dualTag';
35
+ refetchAfter: boolean;
36
+ successMessage?: string;
37
+ }
38
+ /**
39
+ * Annotator: Encapsulates all motivation-specific behavior
40
+ * Handles clicks, hovers, detection, and other operations for one annotation type
41
+ */
42
+ export interface Annotator {
43
+ motivation: Motivation;
44
+ internalType: string;
45
+ displayName: string;
46
+ description: string;
47
+ className: string;
48
+ iconEmoji?: string;
49
+ isClickable: boolean;
50
+ hasHoverInteraction: boolean;
51
+ hasSidePanel: boolean;
52
+ matchesAnnotation: (annotation: Annotation) => boolean;
53
+ announceOnCreate: string;
54
+ detection?: DetectionConfig;
55
+ create: CreateConfig;
56
+ }
57
+ /**
58
+ * Static annotator definitions - single source of truth
59
+ */
60
+ export declare const ANNOTATORS: Record<string, Annotator>;
61
+ export {};
62
+ //# sourceMappingURL=annotation-registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotation-registry.d.ts","sourceRoot":"","sources":["../../src/lib/annotation-registry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,KAAK,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,eAAe;IAE9B,SAAS,EAAE,kBAAkB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,gBAAgB,GAAG,YAAY,CAAC;IAG3G,UAAU,EAAE,YAAY,GAAG,cAAc,GAAG,aAAa,CAAC;IAG1D,iBAAiB,EAAE,MAAM,CAAC;IAG1B,mBAAmB,EAAE,MAAM,CAAC;IAI5B,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpF;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAE3B,WAAW,EAAE,OAAO,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;IAGxD,YAAY,EAAE,OAAO,CAAC;IAGtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IAExB,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,WAAW,EAAE,OAAO,CAAC;IACrB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,YAAY,EAAE,OAAO,CAAC;IAGtB,iBAAiB,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,OAAO,CAAC;IAGvD,gBAAgB,EAAE,MAAM,CAAC;IAGzB,SAAS,CAAC,EAAE,eAAe,CAAC;IAG5B,MAAM,EAAE,YAAY,CAAC;CACtB;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAoKhD,CAAC"}
@@ -0,0 +1,93 @@
1
+ /**
2
+ * Browser PDF.js utilities
3
+ *
4
+ * Uses native browser PDF.js when available, falls back to CDN.
5
+ * Zero npm dependencies - no webpack bundling issues.
6
+ */
7
+ export interface PDFDocumentProxy {
8
+ numPages: number;
9
+ getPage(pageNumber: number): Promise<PDFPageProxy>;
10
+ }
11
+ export interface PDFPageProxy {
12
+ getViewport(params: {
13
+ scale: number;
14
+ rotation?: number;
15
+ }): PDFViewport;
16
+ render(params: PDFRenderParams): PDFRenderTask;
17
+ getTextContent(): Promise<TextContent>;
18
+ }
19
+ export interface PDFViewport {
20
+ width: number;
21
+ height: number;
22
+ scale: number;
23
+ rotation: number;
24
+ }
25
+ export interface PDFRenderParams {
26
+ canvasContext: CanvasRenderingContext2D;
27
+ viewport: PDFViewport;
28
+ }
29
+ export interface PDFRenderTask {
30
+ promise: Promise<void>;
31
+ cancel(): void;
32
+ }
33
+ export interface PDFLib {
34
+ getDocument(params: {
35
+ url: string;
36
+ }): PDFLoadingTask;
37
+ GlobalWorkerOptions: {
38
+ workerSrc: string;
39
+ };
40
+ version: string;
41
+ }
42
+ export interface PDFLoadingTask {
43
+ promise: Promise<PDFDocumentProxy>;
44
+ destroy(): void;
45
+ }
46
+ /**
47
+ * Text content types (for Phase 2)
48
+ */
49
+ export interface TextItem {
50
+ str: string;
51
+ dir: string;
52
+ transform: number[];
53
+ width: number;
54
+ height: number;
55
+ fontName: string;
56
+ hasEOL: boolean;
57
+ }
58
+ export interface TextContent {
59
+ items: TextItem[];
60
+ styles: Record<string, any>;
61
+ }
62
+ /**
63
+ * Ensure PDF.js is available, loading from local public folder if needed
64
+ */
65
+ export declare function ensurePdfJs(): Promise<PDFLib>;
66
+ /**
67
+ * Load PDF document from a URL.
68
+ *
69
+ * The URL must include authentication (e.g. ?token=<media-token>).
70
+ * PDF.js streams the document directly — no ArrayBuffer buffering in JS.
71
+ */
72
+ export declare function loadPdfDocument(url: string): Promise<PDFDocumentProxy>;
73
+ /**
74
+ * Render PDF page to canvas and return as data URL
75
+ */
76
+ export declare function renderPdfPageToDataUrl(page: PDFPageProxy, scale?: number): Promise<{
77
+ dataUrl: string;
78
+ width: number;
79
+ height: number;
80
+ }>;
81
+ /**
82
+ * Render PDF page with text content extraction (Phase 2)
83
+ *
84
+ * This function extracts text in parallel with rendering for future
85
+ * text layer support. Currently the text content is available but not used.
86
+ */
87
+ export declare function renderPdfPageWithText(page: PDFPageProxy, scale?: number): Promise<{
88
+ dataUrl: string;
89
+ width: number;
90
+ height: number;
91
+ textContent: TextContent;
92
+ }>;
93
+ //# sourceMappingURL=browser-pdfjs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browser-pdfjs.d.ts","sourceRoot":"","sources":["../../src/lib/browser-pdfjs.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;CACpD;AAED,MAAM,WAAW,YAAY;IAC3B,WAAW,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,WAAW,CAAC;IACvE,MAAM,CAAC,MAAM,EAAE,eAAe,GAAG,aAAa,CAAC;IAC/C,cAAc,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,aAAa,EAAE,wBAAwB,CAAC;IACxC,QAAQ,EAAE,WAAW,CAAC;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACvB,MAAM,IAAI,IAAI,CAAC;CAChB;AAED,MAAM,WAAW,MAAM;IACrB,WAAW,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,cAAc,CAAC;IACrD,mBAAmB,EAAE;QACnB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;IACnC,OAAO,IAAI,IAAI,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAsB,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAgCnD;AAED;;;;;GAKG;AACH,wBAAsB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAI5E;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,YAAY,EAClB,KAAK,SAAM,GACV,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CA2B7D;AAED;;;;;GAKG;AACH,wBAAsB,qBAAqB,CACzC,IAAI,EAAE,YAAY,EAClB,KAAK,SAAM,GACV,OAAO,CAAC;IACT,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC,CAgCD"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Centralized button styles matching Figma design
3
+ * Two primary styles from authenticated home page:
4
+ * 1. Primary (cyan/blue gradient) - for main CTAs
5
+ * 2. Secondary (gray with black outline) - for secondary actions
6
+ */
7
+ export declare const buttonStyles: {
8
+ readonly primary: {
9
+ readonly base: "semiont-button semiont-button--primary";
10
+ readonly large: "semiont-button semiont-button--primary semiont-button--large";
11
+ };
12
+ readonly secondary: {
13
+ readonly base: "semiont-button semiont-button--secondary";
14
+ readonly withScale: "semiont-button semiont-button--secondary semiont-button--scale";
15
+ };
16
+ readonly tertiary: {
17
+ readonly base: "semiont-button semiont-button--tertiary";
18
+ };
19
+ readonly danger: {
20
+ readonly base: "semiont-button semiont-button--danger";
21
+ };
22
+ readonly warning: {
23
+ readonly base: "semiont-button semiont-button--warning";
24
+ };
25
+ readonly combine: (...classes: string[]) => string;
26
+ };
27
+ //# sourceMappingURL=button-styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-styles.d.ts","sourceRoot":"","sources":["../../src/lib/button-styles.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;mCA6BD,MAAM,EAAE;CACtB,CAAC"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ * Event handler logic extracted from CodeMirrorRenderer
3
+ *
4
+ * These functions handle click and hover interactions on annotations
5
+ * and widgets within the CodeMirror editor. They operate on plain DOM
6
+ * elements and a SemiontSession — no CodeMirror API dependency.
7
+ */
8
+ import type { Motivation } from '@semiont/core';
9
+ import type { SemiontSession } from '@semiont/sdk';
10
+ import type { TextSegment } from './codemirror-logic';
11
+ /**
12
+ * Handle click on an annotation element.
13
+ * Looks up the segment by annotation ID, then emits browse:click.
14
+ *
15
+ * @returns true if the click was handled (an annotation was clicked), false otherwise
16
+ */
17
+ export declare function handleAnnotationClick(target: HTMLElement, segmentsById: Map<string, TextSegment>, session: SemiontSession): boolean;
18
+ /**
19
+ * Result of processing a widget click
20
+ */
21
+ export interface WidgetClickResult {
22
+ handled: boolean;
23
+ action?: 'navigate' | 'browse-click';
24
+ resourceId?: string;
25
+ annotationId?: string;
26
+ motivation?: Motivation;
27
+ }
28
+ /**
29
+ * Handle click on a reference preview widget.
30
+ * Determines whether to navigate (resolved) or browse-click (unresolved).
31
+ */
32
+ export declare function handleWidgetClick(target: HTMLElement): WidgetClickResult;
33
+ /**
34
+ * Dispatch a widget click result to the session bus
35
+ */
36
+ export declare function dispatchWidgetClick(result: WidgetClickResult, session: SemiontSession): void;
37
+ /**
38
+ * Handle mouseenter on a widget — show preview tooltip for resolved references
39
+ */
40
+ export declare function handleWidgetMouseEnter(target: HTMLElement): {
41
+ showPreview: boolean;
42
+ targetName?: string;
43
+ widget: HTMLElement | null;
44
+ };
45
+ /**
46
+ * Handle mouseleave on a widget — hide preview tooltip
47
+ */
48
+ export declare function handleWidgetMouseLeave(target: HTMLElement): {
49
+ hidePreview: boolean;
50
+ widget: HTMLElement | null;
51
+ };
52
+ //# sourceMappingURL=codemirror-handlers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codemirror-handlers.d.ts","sourceRoot":"","sources":["../../src/lib/codemirror-handlers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,EACtC,OAAO,EAAE,cAAc,GACtB,OAAO,CAWT;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,UAAU,GAAG,cAAc,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,WAAW,GAAG,iBAAiB,CA2BxE;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,iBAAiB,EAAE,OAAO,EAAE,cAAc,GAAG,IAAI,CAQ5F;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,WAAW,GAAG;IAC3D,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;CAC5B,CAmBA;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,WAAW,GAAG;IAC3D,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;CAC5B,CAcA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Shared CodeMirror JSON theme for light mode
3
+ * Used by both JsonLdView (popups) and JsonLdPanel (sidebar)
4
+ */
5
+ import { HighlightStyle } from '@codemirror/language';
6
+ export declare const jsonLightTheme: import("@codemirror/state").Extension;
7
+ export declare const jsonLightHighlightStyle: HighlightStyle;
8
+ //# sourceMappingURL=codemirror-json-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codemirror-json-theme.d.ts","sourceRoot":"","sources":["../../src/lib/codemirror-json-theme.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAItD,eAAO,MAAM,cAAc,uCAmBR,CAAC;AAEpB,eAAO,MAAM,uBAAuB,gBASlC,CAAC"}
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Pure logic extracted from CodeMirrorRenderer
3
+ *
4
+ * These functions have zero dependency on CodeMirror's DOM or React.
5
+ * They handle position conversion, tooltip generation, and decoration metadata.
6
+ */
7
+ import type { Annotation } from '@semiont/core';
8
+ export interface TextSegment {
9
+ exact: string;
10
+ annotation?: Annotation;
11
+ start: number;
12
+ end: number;
13
+ }
14
+ /**
15
+ * Convert positions from CRLF character space to LF character space.
16
+ * CodeMirror normalizes all line endings to LF internally, but annotation positions
17
+ * are calculated in the original content's character space (which may have CRLF).
18
+ *
19
+ * @param segments - Segments with positions in CRLF space
20
+ * @param content - Original content (may have CRLF line endings)
21
+ * @returns Segments with positions adjusted for LF space
22
+ */
23
+ export declare function convertSegmentPositions(segments: TextSegment[], content: string): TextSegment[];
24
+ /**
25
+ * Get tooltip text for annotation based on type/motivation
26
+ */
27
+ export declare function getAnnotationTooltip(annotation: Annotation): string;
28
+ /**
29
+ * Metadata for a single annotation decoration (class name, data attributes, tooltip)
30
+ */
31
+ export interface AnnotationDecorationMeta {
32
+ className: string;
33
+ annotationType: string;
34
+ annotationId: string;
35
+ tooltip: string;
36
+ }
37
+ /**
38
+ * Compute decoration metadata for a single annotated segment.
39
+ * Pure function — no CodeMirror dependency.
40
+ */
41
+ export declare function getAnnotationDecorationMeta(annotation: Annotation, isNew: boolean): AnnotationDecorationMeta;
42
+ /**
43
+ * Compute all annotation decoration metadata from segments.
44
+ * Returns sorted, filtered entries ready for CodeMirror's RangeSetBuilder.
45
+ */
46
+ export declare function computeAnnotationDecorations(segments: TextSegment[], newAnnotationIds?: Set<string>): Array<{
47
+ start: number;
48
+ end: number;
49
+ meta: AnnotationDecorationMeta;
50
+ }>;
51
+ /**
52
+ * Widget metadata for a reference annotation
53
+ */
54
+ export interface ReferenceWidgetMeta {
55
+ annotationId: string;
56
+ position: number;
57
+ targetName: string | undefined;
58
+ isGenerating: boolean;
59
+ bodySource: string | undefined;
60
+ }
61
+ /**
62
+ * Compute widget metadata for reference annotations.
63
+ * Pure function — no CodeMirror dependency.
64
+ */
65
+ export declare function computeWidgetDecorations(segments: TextSegment[], generatingReferenceId: string | null | undefined, getTargetResourceName?: (resourceId: string) => string | undefined): ReferenceWidgetMeta[];
66
+ //# sourceMappingURL=codemirror-logic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codemirror-logic.d.ts","sourceRoot":"","sources":["../../src/lib/codemirror-logic.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,WAAW,EAAE,EAAE,OAAO,EAAE,MAAM,GAAG,WAAW,EAAE,CA+B/F;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAsBnE;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,UAAU,EACtB,KAAK,EAAE,OAAO,GACb,wBAAwB,CAuB1B;AAED;;;GAGG;AACH,wBAAgB,4BAA4B,CAC1C,QAAQ,EAAE,WAAW,EAAE,EACvB,gBAAgB,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,GAC7B,KAAK,CAAC;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,wBAAwB,CAAA;CAAE,CAAC,CAavE;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,WAAW,EAAE,EACvB,qBAAqB,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAChD,qBAAqB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,GACjE,mBAAmB,EAAE,CAkBvB"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * CodeMirror Inline Widgets
3
+ *
4
+ * Custom widgets for enhancing the document editing experience:
5
+ * - Reference resolution indicators (resolved 🔗, generating ✨, stub ❓)
6
+ *
7
+ * Event handling uses delegation — no per-widget listeners.
8
+ * Data attributes on the container enable CodeMirrorRenderer to handle
9
+ * clicks and hovers via a single set of delegated handlers.
10
+ */
11
+ import { WidgetType } from '@codemirror/view';
12
+ import type { Annotation } from '@semiont/core';
13
+ /**
14
+ * Reference Resolution Widget
15
+ * Shows a small indicator next to references with hover preview.
16
+ *
17
+ * All event handling is delegated — the widget sets data attributes
18
+ * and CodeMirrorRenderer handles events via container-level listeners.
19
+ */
20
+ export declare class ReferenceResolutionWidget extends WidgetType {
21
+ readonly annotation: Annotation;
22
+ readonly targetDocumentName?: string | undefined;
23
+ readonly isGenerating?: boolean | undefined;
24
+ constructor(annotation: Annotation, targetDocumentName?: string | undefined, isGenerating?: boolean | undefined);
25
+ eq(other: ReferenceResolutionWidget): boolean;
26
+ toDOM(): HTMLSpanElement;
27
+ ignoreEvent(event: Event): boolean;
28
+ }
29
+ /**
30
+ * Show a tooltip preview on a widget container.
31
+ * Called from delegated mouseenter handler in CodeMirrorRenderer.
32
+ */
33
+ export declare function showWidgetPreview(container: HTMLElement, documentName: string): void;
34
+ /**
35
+ * Hide the tooltip preview from a widget container.
36
+ * Called from delegated mouseleave handler in CodeMirrorRenderer.
37
+ */
38
+ export declare function hideWidgetPreview(container: HTMLElement): void;
39
+ //# sourceMappingURL=codemirror-widgets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codemirror-widgets.d.ts","sourceRoot":"","sources":["../../src/lib/codemirror-widgets.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;GAMG;AACH,qBAAa,yBAA0B,SAAQ,UAAU;IAErD,QAAQ,CAAC,UAAU,EAAE,UAAU;IAC/B,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM;IACpC,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO;gBAFtB,UAAU,EAAE,UAAU,EACtB,kBAAkB,CAAC,EAAE,MAAM,YAAA,EAC3B,YAAY,CAAC,EAAE,OAAO,YAAA;IAKxB,EAAE,CAAC,KAAK,EAAE,yBAAyB;IASnC,KAAK;IAqGL,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;CAG5C;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,CAwBpF;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,WAAW,GAAG,IAAI,CAG9D"}
@@ -0,0 +1,2 @@
1
+ export declare function formatTime(milliseconds: number | null): string | null;
2
+ //# sourceMappingURL=formatTime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatTime.d.ts","sourceRoot":"","sources":["../../src/lib/formatTime.ts"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,CAiBrE"}
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Media Type Shape Support
3
+ *
4
+ * Defines which annotation shapes are supported for each media type.
5
+ * Shapes are tracked per selector type (FragmentSelector, SvgSelector).
6
+ */
7
+ import type { ShapeType } from '../components/annotation/AnnotateToolbar';
8
+ /**
9
+ * Selector types that support shape selection
10
+ */
11
+ export type SelectorType = 'fragment' | 'svg' | 'text';
12
+ /**
13
+ * Get supported annotation shapes for a given media type
14
+ *
15
+ * PDF: Only rectangles (FragmentSelector with RFC 3778 viewrect)
16
+ * Images: All shapes (SvgSelector supports rect, circle, polygon)
17
+ *
18
+ * @param mediaType - MIME type of the resource (e.g., 'application/pdf', 'image/png')
19
+ * @returns Array of supported shape types for annotation
20
+ */
21
+ export declare function getSupportedShapes(mediaType: string | undefined | null): ShapeType[];
22
+ /**
23
+ * Check if a shape type is supported for a given media type
24
+ *
25
+ * @param mediaType - MIME type of the resource
26
+ * @param shape - Shape type to check
27
+ * @returns true if the shape is supported for this media type
28
+ */
29
+ export declare function isShapeSupported(mediaType: string | undefined | null, shape: ShapeType): boolean;
30
+ /**
31
+ * Get the selector type used for a given media type
32
+ *
33
+ * @param mediaType - MIME type of the resource
34
+ * @returns Selector type (fragment, svg, or text)
35
+ */
36
+ export declare function getSelectorType(mediaType: string | undefined | null): SelectorType;
37
+ /**
38
+ * Get the selected shape for a given selector type from localStorage
39
+ *
40
+ * @param selectorType - The selector type
41
+ * @returns The selected shape, or default for that selector type
42
+ */
43
+ export declare function getSelectedShapeForSelectorType(selectorType: SelectorType): ShapeType;
44
+ /**
45
+ * Save the selected shape for a given selector type to localStorage
46
+ *
47
+ * @param selectorType - The selector type
48
+ * @param shape - The shape to save
49
+ */
50
+ export declare function saveSelectedShapeForSelectorType(selectorType: SelectorType, shape: ShapeType): void;
51
+ //# sourceMappingURL=media-shapes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media-shapes.d.ts","sourceRoot":"","sources":["../../src/lib/media-shapes.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAE1E;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,KAAK,GAAG,MAAM,CAAC;AAEvD;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,SAAS,EAAE,CAmBpF;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAC9B,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,EACpC,KAAK,EAAE,SAAS,GACf,OAAO,CAET;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,YAAY,CAiBlF;AAED;;;;;GAKG;AACH,wBAAgB,+BAA+B,CAAC,YAAY,EAAE,YAAY,GAAG,SAAS,CAqBrF;AAED;;;;;GAKG;AACH,wBAAgB,gCAAgC,CAAC,YAAY,EAAE,YAAY,EAAE,KAAK,EAAE,SAAS,GAAG,IAAI,CAKnG"}
@@ -0,0 +1,69 @@
1
+ /**
2
+ * PDF Coordinate Utilities
3
+ *
4
+ * Handles coordinate transformations between:
5
+ * - Canvas space (pixels, top-left origin, Y increases downward)
6
+ * - PDF space (points, bottom-left origin, Y increases upward)
7
+ *
8
+ * Based on RFC 3778 PDF Fragment Identifiers:
9
+ * https://tools.ietf.org/html/rfc3778
10
+ */
11
+ export interface Rectangle {
12
+ x: number;
13
+ y: number;
14
+ width: number;
15
+ height: number;
16
+ }
17
+ export interface PdfCoordinate {
18
+ page: number;
19
+ x: number;
20
+ y: number;
21
+ width: number;
22
+ height: number;
23
+ }
24
+ export interface CanvasRectangle {
25
+ startX: number;
26
+ startY: number;
27
+ endX: number;
28
+ endY: number;
29
+ }
30
+ /**
31
+ * Convert canvas coordinates to PDF coordinates
32
+ *
33
+ * Canvas: Origin at top-left, Y increases downward
34
+ * PDF: Origin at bottom-left, Y increases upward
35
+ *
36
+ * @param canvasRect - Rectangle in canvas pixel coordinates
37
+ * @param page - PDF page number (1-indexed)
38
+ * @param pageWidth - PDF page width in points
39
+ * @param pageHeight - PDF page height in points
40
+ * @param scale - Current canvas scale factor
41
+ */
42
+ export declare function canvasToPdfCoordinates(canvasRect: CanvasRectangle, page: number, _pageWidth: number, pageHeight: number, scale?: number): PdfCoordinate;
43
+ /**
44
+ * Convert PDF coordinates to canvas coordinates
45
+ *
46
+ * @param pdfCoord - Coordinates in PDF space
47
+ * @param pageHeight - PDF page height in points
48
+ * @param scale - Current canvas scale factor
49
+ */
50
+ export declare function pdfToCanvasCoordinates(pdfCoord: PdfCoordinate, pageHeight: number, scale?: number): Rectangle;
51
+ /**
52
+ * Generate RFC 3778 FragmentSelector value
53
+ *
54
+ * Format: page=N&viewrect=left,top,width,height
55
+ * All coordinates in PDF points
56
+ */
57
+ export declare function createFragmentSelector(coord: PdfCoordinate): string;
58
+ /**
59
+ * Parse RFC 3778 FragmentSelector value
60
+ *
61
+ * @param fragment - Fragment string like "page=5&viewrect=100,200,300,400"
62
+ * @returns Parsed PDF coordinates or null if invalid
63
+ */
64
+ export declare function parseFragmentSelector(fragment: string): PdfCoordinate | null;
65
+ /**
66
+ * Extract page number from FragmentSelector
67
+ */
68
+ export declare function getPageFromFragment(fragment: string): number | null;
69
+ //# sourceMappingURL=pdf-coordinates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf-coordinates.d.ts","sourceRoot":"","sources":["../../src/lib/pdf-coordinates.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,WAAW,SAAS;IACxB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,eAAe,EAC3B,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,KAAK,GAAE,MAAU,GAChB,aAAa,CAsBf;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,aAAa,EACvB,UAAU,EAAE,MAAM,EAClB,KAAK,GAAE,MAAU,GAChB,SAAS,CAeX;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,aAAa,GAAG,MAAM,CAEnE;AAED;;;;;GAKG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI,CAqB5E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAGnE"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Resource utilities
3
+ * Shared helper functions for resource display and metadata
4
+ */
5
+ /**
6
+ * Get icon emoji based on media type
7
+ */
8
+ export declare function getResourceIcon(mediaType: string | undefined): string;
9
+ /**
10
+ * Check if a resource supports text-based AI detection features
11
+ *
12
+ * Currently returns true for any text/* media type.
13
+ * Future enhancements may include:
14
+ * - Checking resource language/locale compatibility
15
+ * - Validating content size limits
16
+ * - Checking for specific text format requirements
17
+ *
18
+ * @param mediaType - The media type string (e.g., 'text/plain', 'text/markdown')
19
+ * @returns true if the resource supports AI detection features
20
+ */
21
+ export declare function supportsDetection(mediaType: string | undefined): boolean;
22
+ //# sourceMappingURL=resource-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-utils.d.ts","sourceRoot":"","sources":["../../src/lib/resource-utils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;GAEG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAmBrE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAIxE"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Scroll utilities for annotation navigation
3
+ */
4
+ export interface ScrollToAnnotationOptions {
5
+ /** Add pulse animation that auto-removes after 2 seconds */
6
+ pulse?: boolean;
7
+ /** Scroll behavior */
8
+ behavior?: ScrollBehavior;
9
+ }
10
+ /**
11
+ * Scrolls an annotation into view within its scroll container.
12
+ * Centers the annotation vertically within the container.
13
+ *
14
+ * @param annotationId - ID of the annotation to scroll to
15
+ * @param rootElement - Root element containing the annotation (will search within this)
16
+ * @param options - Scroll options
17
+ * @returns true if annotation was found and scrolled, false otherwise
18
+ */
19
+ export declare function scrollAnnotationIntoView(annotationId: string | null, rootElement: HTMLElement, options?: ScrollToAnnotationOptions): boolean;
20
+ //# sourceMappingURL=scroll-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-utils.d.ts","sourceRoot":"","sources":["../../src/lib/scroll-utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,yBAAyB;IACxC,4DAA4D;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACtC,YAAY,EAAE,MAAM,GAAG,IAAI,EAC3B,WAAW,EAAE,WAAW,EACxB,OAAO,GAAE,yBAA8B,GACtC,OAAO,CAgDT"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Text segmentation for annotation rendering
3
+ *
4
+ * Splits document text into segments, matching each annotation to its
5
+ * position using fuzzy anchoring (TextQuoteSelector) with fallback to
6
+ * exact positions (TextPositionSelector).
7
+ *
8
+ * No React dependencies — safe to use in any JavaScript environment.
9
+ */
10
+ import type { TextSegment } from './codemirror-logic';
11
+ import type { Annotation } from '@semiont/core';
12
+ export type { TextSegment };
13
+ /**
14
+ * Segment text with annotations — uses fuzzy anchoring when available.
15
+ *
16
+ * For each annotation, tries TextQuoteSelector (fuzzy) first, then falls
17
+ * back to TextPositionSelector (exact). Handles overlapping annotations
18
+ * by skipping later ones that overlap earlier ones.
19
+ *
20
+ * @param content - Full document text
21
+ * @param annotations - Array of W3C annotations with target selectors
22
+ * @returns Array of TextSegments covering the full content
23
+ */
24
+ export declare function segmentTextWithAnnotations(content: string, annotations: Annotation[]): TextSegment[];
25
+ //# sourceMappingURL=text-segmentation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-segmentation.d.ts","sourceRoot":"","sources":["../../src/lib/text-segmentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;GAUG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,GAAG,WAAW,EAAE,CAiFpG"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Text selection handler logic extracted from AnnotateView
3
+ *
4
+ * Builds W3C annotation selectors (TextPositionSelector + TextQuoteSelector)
5
+ * from a text selection. No DOM, React, or CodeMirror dependencies.
6
+ */
7
+ /**
8
+ * A pair of selectors for a text annotation:
9
+ * TextPositionSelector (exact position) + TextQuoteSelector (fuzzy anchoring)
10
+ */
11
+ export type SelectorPair = [
12
+ {
13
+ type: 'TextPositionSelector';
14
+ start: number;
15
+ end: number;
16
+ },
17
+ {
18
+ type: 'TextQuoteSelector';
19
+ exact: string;
20
+ prefix?: string;
21
+ suffix?: string;
22
+ }
23
+ ];
24
+ /**
25
+ * Build a TextPositionSelector + TextQuoteSelector pair for a text selection.
26
+ *
27
+ * @param content - Full document text
28
+ * @param selectedText - The selected text
29
+ * @param start - Start position in the document
30
+ * @param end - End position in the document
31
+ * @returns Selector pair ready for mark:requested event, or null if invalid
32
+ */
33
+ export declare function buildTextSelectors(content: string, selectedText: string, start: number, end: number): SelectorPair | null;
34
+ /**
35
+ * Determine the start position of selected text using a fallback strategy.
36
+ * Tries indexOf when CodeMirror's posAtDOM is unavailable.
37
+ *
38
+ * @param content - Full document text
39
+ * @param selectedText - The selected text
40
+ * @returns Position or null if not found
41
+ */
42
+ export declare function fallbackTextPosition(content: string, selectedText: string): {
43
+ start: number;
44
+ end: number;
45
+ } | null;
46
+ //# sourceMappingURL=text-selection-handler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-selection-handler.d.ts","sourceRoot":"","sources":["../../src/lib/text-selection-handler.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;QAAE,IAAI,EAAE,sBAAsB,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE;IAC5D;QAAE,IAAI,EAAE,mBAAmB,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE;CAC/E,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,GACV,YAAY,GAAG,IAAI,CAoBrB;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,GACnB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAIvC"}