@viswa-test/test-citation 0.0.379 → 0.0.382

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 (599) hide show
  1. package/README.md +151 -0
  2. package/dist/assests/icons/InfoAlert.js +2 -0
  3. package/dist/assests/icons/InfoAlert.js.map +1 -0
  4. package/dist/cjs/assests/icons/InfoAlert.js +2 -0
  5. package/dist/cjs/assests/icons/InfoAlert.js.map +1 -0
  6. package/dist/cjs/features/BPACitationRenderer/BPACitationRenderer.js +1 -1
  7. package/dist/cjs/features/CognitiveCompare/CitationAnchor.js +1 -1
  8. package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
  9. package/dist/cjs/features/CognitiveCompare/CognitiveCompareConstants.js +1 -1
  10. package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  11. package/dist/cjs/features/CognitiveCompare/CognitivePopup.js +1 -1
  12. package/dist/cjs/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js +1 -1
  13. package/dist/cjs/features/CognitiveCompare/Guidelines/components/WebGptPanel.js +1 -1
  14. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +1 -1
  15. package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  16. package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  17. package/dist/cjs/features/CognitiveCompare/hooks/memoizedMarkdown.js +1 -1
  18. package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  19. package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  20. package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js +1 -1
  21. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +1 -1
  22. package/dist/cjs/features/GptWebCitation/GptWebCitation.js +1 -1
  23. package/dist/cjs/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
  24. package/dist/cjs/features/GptWebCitation/utils/fixedHeight.utils.js +1 -1
  25. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js +2 -0
  26. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js.map +1 -0
  27. package/dist/cjs/features/PdfViewer/PdfContainer.js +1 -1
  28. package/dist/cjs/features/PdfViewer/PdfStyle.js +1 -1
  29. package/dist/cjs/features/PdfViewer/PdfToolbar.js +1 -1
  30. package/dist/cjs/features/PdfViewer/PdfViewer.js +1 -1
  31. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js +2 -0
  32. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js.map +1 -0
  33. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js +2 -0
  34. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js.map +1 -0
  35. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js +2 -0
  36. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js.map +1 -0
  37. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js +2 -0
  38. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js.map +1 -0
  39. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +2 -0
  40. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +1 -0
  41. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js +2 -0
  42. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js.map +1 -0
  43. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js +2 -0
  44. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +1 -0
  45. package/dist/cjs/features/PdfViewer/rotationManager.js +2 -0
  46. package/dist/cjs/features/PdfViewer/rotationManager.js.map +1 -0
  47. package/dist/cjs/features/PdfViewer/usePdfHighlight.js +1 -1
  48. package/dist/cjs/features/PromptCitation/CitationDependencyGraph.js +2 -0
  49. package/dist/cjs/features/PromptCitation/CitationDependencyGraph.js.map +1 -0
  50. package/dist/cjs/features/PromptCitation/PromptCitation.js +2 -0
  51. package/dist/cjs/features/PromptCitation/PromptCitation.js.map +1 -0
  52. package/dist/cjs/features/PromptCitation/_components/CodeEditor.js +2 -0
  53. package/dist/cjs/features/PromptCitation/_components/CodeEditor.js.map +1 -0
  54. package/dist/cjs/features/PromptCitation/_components/Markdownrenderer.js +2 -0
  55. package/dist/cjs/features/PromptCitation/_components/Markdownrenderer.js.map +1 -0
  56. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  57. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  58. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +1 -1
  59. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +1 -1
  60. package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  61. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  62. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  63. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  64. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +1 -1
  65. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
  66. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  67. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  68. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  69. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +1 -1
  70. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +1 -1
  71. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +1 -1
  72. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +1 -1
  73. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  74. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  75. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  76. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +1 -1
  77. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  78. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  79. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  80. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  81. package/dist/cjs/features/RequirementAI/components/segment/Segment.js +1 -1
  82. package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  83. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  84. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  85. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  86. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  87. package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  88. package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
  89. package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  90. package/dist/cjs/features/ReviewPanel/ReviewPanel.js +2 -0
  91. package/dist/cjs/features/ReviewPanel/ReviewPanel.js.map +1 -0
  92. package/dist/cjs/features/SegmentReviewComponents/BoundaryCard.js +2 -0
  93. package/dist/cjs/features/SegmentReviewComponents/BoundaryCard.js.map +1 -0
  94. package/dist/cjs/features/SegmentReviewComponents/CardWrapper.js +2 -0
  95. package/dist/cjs/features/SegmentReviewComponents/CardWrapper.js.map +1 -0
  96. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js +2 -0
  97. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +1 -0
  98. package/dist/cjs/features/SegmentReviewComponents/CognitiveIcon.js +2 -0
  99. package/dist/cjs/features/SegmentReviewComponents/CognitiveIcon.js.map +1 -0
  100. package/dist/cjs/features/SegmentReviewComponents/CognitiveIntegrity.js +2 -0
  101. package/dist/cjs/features/SegmentReviewComponents/CognitiveIntegrity.js.map +1 -0
  102. package/dist/cjs/features/SegmentReviewComponents/CognitiveScoreBadge.js +2 -0
  103. package/dist/cjs/features/SegmentReviewComponents/CognitiveScoreBadge.js.map +1 -0
  104. package/dist/cjs/features/SegmentReviewComponents/LabelCheck.js +2 -0
  105. package/dist/cjs/features/SegmentReviewComponents/LabelCheck.js.map +1 -0
  106. package/dist/cjs/features/SegmentReviewComponents/PageCheck.js +2 -0
  107. package/dist/cjs/features/SegmentReviewComponents/PageCheck.js.map +1 -0
  108. package/dist/cjs/features/SegmentReviewComponents/PageTypeChoiceCheck.js +2 -0
  109. package/dist/cjs/features/SegmentReviewComponents/PageTypeChoiceCheck.js.map +1 -0
  110. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js +2 -0
  111. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js.map +1 -0
  112. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js +2 -0
  113. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js.map +1 -0
  114. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js +2 -0
  115. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js.map +1 -0
  116. package/dist/cjs/features/SegmentReviewComponents/ReviewedBoundaryActions.js +2 -0
  117. package/dist/cjs/features/SegmentReviewComponents/ReviewedBoundaryActions.js.map +1 -0
  118. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js +2 -0
  119. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js.map +1 -0
  120. package/dist/cjs/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js +2 -0
  121. package/dist/cjs/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js.map +1 -0
  122. package/dist/cjs/features/SegmentReviewComponents/helper.js +2 -0
  123. package/dist/cjs/features/SegmentReviewComponents/helper.js.map +1 -0
  124. package/dist/cjs/features/SegmentReviewComponents/reviewScore.js +2 -0
  125. package/dist/cjs/features/SegmentReviewComponents/reviewScore.js.map +1 -0
  126. package/dist/cjs/features/SegmentReviewComponents/reviewStepAdapters.js +2 -0
  127. package/dist/cjs/features/SegmentReviewComponents/reviewStepAdapters.js.map +1 -0
  128. package/dist/cjs/index.js +1 -1
  129. package/dist/cjs/service/redlineService.js +1 -1
  130. package/dist/cjs/utils/tagHelper.js +1 -1
  131. package/dist/features/BPACitationRenderer/BPACitationRenderer.js +1 -1
  132. package/dist/features/CognitiveCompare/CitationAnchor.js +1 -1
  133. package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
  134. package/dist/features/CognitiveCompare/CognitiveCompareConstants.js +1 -1
  135. package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  136. package/dist/features/CognitiveCompare/CognitivePopup.js +1 -1
  137. package/dist/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js +1 -1
  138. package/dist/features/CognitiveCompare/Guidelines/components/WebGptPanel.js +1 -1
  139. package/dist/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +1 -1
  140. package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  141. package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  142. package/dist/features/CognitiveCompare/hooks/memoizedMarkdown.js +1 -1
  143. package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  144. package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  145. package/dist/features/CognitiveCompare/hooks/useSideBySide.js +1 -1
  146. package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +1 -1
  147. package/dist/features/GptWebCitation/GptWebCitation.js +1 -1
  148. package/dist/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
  149. package/dist/features/GptWebCitation/utils/fixedHeight.utils.js +1 -1
  150. package/dist/features/ParentCitationComponent/ParentCitationComponent.js +2 -0
  151. package/dist/features/ParentCitationComponent/ParentCitationComponent.js.map +1 -0
  152. package/dist/features/PdfViewer/PdfContainer.js +1 -1
  153. package/dist/features/PdfViewer/PdfStyle.js +1 -1
  154. package/dist/features/PdfViewer/PdfToolbar.js +1 -1
  155. package/dist/features/PdfViewer/PdfViewer.js +1 -1
  156. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js +2 -0
  157. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js.map +1 -0
  158. package/dist/features/PdfViewer/nyc-components/CardWrapper.js +2 -0
  159. package/dist/features/PdfViewer/nyc-components/CardWrapper.js.map +1 -0
  160. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js +2 -0
  161. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js.map +1 -0
  162. package/dist/features/PdfViewer/nyc-components/LabelCheck.js +2 -0
  163. package/dist/features/PdfViewer/nyc-components/LabelCheck.js.map +1 -0
  164. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +2 -0
  165. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +1 -0
  166. package/dist/features/PdfViewer/nyc-components/infoAlert.js +2 -0
  167. package/dist/features/PdfViewer/nyc-components/infoAlert.js.map +1 -0
  168. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js +2 -0
  169. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +1 -0
  170. package/dist/features/PdfViewer/rotationManager.js +2 -0
  171. package/dist/features/PdfViewer/rotationManager.js.map +1 -0
  172. package/dist/features/PdfViewer/usePdfHighlight.js +1 -1
  173. package/dist/features/PromptCitation/CitationDependencyGraph.js +2 -0
  174. package/dist/features/PromptCitation/CitationDependencyGraph.js.map +1 -0
  175. package/dist/features/PromptCitation/PromptCitation.js +2 -0
  176. package/dist/features/PromptCitation/PromptCitation.js.map +1 -0
  177. package/dist/features/PromptCitation/_components/CodeEditor.js +2 -0
  178. package/dist/features/PromptCitation/_components/CodeEditor.js.map +1 -0
  179. package/dist/features/PromptCitation/_components/Markdownrenderer.js +2 -0
  180. package/dist/features/PromptCitation/_components/Markdownrenderer.js.map +1 -0
  181. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  182. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  183. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +1 -1
  184. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +1 -1
  185. package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  186. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  187. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  188. package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  189. package/dist/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +1 -1
  190. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
  191. package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  192. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  193. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  194. package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +1 -1
  195. package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +1 -1
  196. package/dist/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +1 -1
  197. package/dist/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +1 -1
  198. package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  199. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  200. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  201. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +1 -1
  202. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  203. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  204. package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  205. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  206. package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
  207. package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  208. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  209. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  210. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  211. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  212. package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  213. package/dist/features/RequirementAI/utils/helpers.js +1 -1
  214. package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  215. package/dist/features/ReviewPanel/ReviewPanel.js +2 -0
  216. package/dist/features/ReviewPanel/ReviewPanel.js.map +1 -0
  217. package/dist/features/SegmentReviewComponents/BoundaryCard.js +2 -0
  218. package/dist/features/SegmentReviewComponents/BoundaryCard.js.map +1 -0
  219. package/dist/features/SegmentReviewComponents/CardWrapper.js +2 -0
  220. package/dist/features/SegmentReviewComponents/CardWrapper.js.map +1 -0
  221. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js +2 -0
  222. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +1 -0
  223. package/dist/features/SegmentReviewComponents/CognitiveIcon.js +2 -0
  224. package/dist/features/SegmentReviewComponents/CognitiveIcon.js.map +1 -0
  225. package/dist/features/SegmentReviewComponents/CognitiveIntegrity.js +2 -0
  226. package/dist/features/SegmentReviewComponents/CognitiveIntegrity.js.map +1 -0
  227. package/dist/features/SegmentReviewComponents/CognitiveScoreBadge.js +2 -0
  228. package/dist/features/SegmentReviewComponents/CognitiveScoreBadge.js.map +1 -0
  229. package/dist/features/SegmentReviewComponents/LabelCheck.js +2 -0
  230. package/dist/features/SegmentReviewComponents/LabelCheck.js.map +1 -0
  231. package/dist/features/SegmentReviewComponents/PageCheck.js +2 -0
  232. package/dist/features/SegmentReviewComponents/PageCheck.js.map +1 -0
  233. package/dist/features/SegmentReviewComponents/PageTypeChoiceCheck.js +2 -0
  234. package/dist/features/SegmentReviewComponents/PageTypeChoiceCheck.js.map +1 -0
  235. package/dist/features/SegmentReviewComponents/RevertCard.js +2 -0
  236. package/dist/features/SegmentReviewComponents/RevertCard.js.map +1 -0
  237. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js +2 -0
  238. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js.map +1 -0
  239. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js +2 -0
  240. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js.map +1 -0
  241. package/dist/features/SegmentReviewComponents/ReviewedBoundaryActions.js +2 -0
  242. package/dist/features/SegmentReviewComponents/ReviewedBoundaryActions.js.map +1 -0
  243. package/dist/features/SegmentReviewComponents/ReviewedCard.js +2 -0
  244. package/dist/features/SegmentReviewComponents/ReviewedCard.js.map +1 -0
  245. package/dist/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js +2 -0
  246. package/dist/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js.map +1 -0
  247. package/dist/features/SegmentReviewComponents/helper.js +2 -0
  248. package/dist/features/SegmentReviewComponents/helper.js.map +1 -0
  249. package/dist/features/SegmentReviewComponents/reviewScore.js +2 -0
  250. package/dist/features/SegmentReviewComponents/reviewScore.js.map +1 -0
  251. package/dist/features/SegmentReviewComponents/reviewStepAdapters.js +2 -0
  252. package/dist/features/SegmentReviewComponents/reviewStepAdapters.js.map +1 -0
  253. package/dist/index.js +1 -1
  254. package/dist/service/redlineService.js +1 -1
  255. package/dist/types/src/CitationDependencyGraphTest.d.ts +4 -0
  256. package/dist/types/src/CitationDependencyGraphTest.d.ts.map +1 -0
  257. package/dist/types/src/RedlineApprovalCardTest.d.ts +1 -0
  258. package/dist/types/src/RedlineApprovalCardTest.d.ts.map +1 -0
  259. package/dist/types/src/RedlineEditorTest.d.ts.map +1 -1
  260. package/dist/types/src/RedlineEditorTest2.d.ts +3 -0
  261. package/dist/types/src/RedlineEditorTest2.d.ts.map +1 -0
  262. package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
  263. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts +3 -0
  264. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts.map +1 -0
  265. package/dist/types/src/assests/icons/InfoAlert.d.ts +3 -0
  266. package/dist/types/src/assests/icons/InfoAlert.d.ts.map +1 -0
  267. package/dist/types/src/commonConstants.d.ts +31103 -0
  268. package/dist/types/src/commonConstants.d.ts.map +1 -0
  269. package/dist/types/src/features/BPACitationRenderer/BPACitationRenderer.d.ts.map +1 -1
  270. package/dist/types/src/features/BPACitationRenderer/BPACitationRenderer.types.d.ts +1 -0
  271. package/dist/types/src/features/BPACitationRenderer/BPACitationRenderer.types.d.ts.map +1 -1
  272. package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts.map +1 -1
  273. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts +1 -1
  274. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
  275. package/dist/types/src/features/CognitiveCompare/CognitiveCompareConstants.d.ts +1 -1
  276. package/dist/types/src/features/CognitiveCompare/CognitiveCompareConstants.d.ts.map +1 -1
  277. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +1 -1
  278. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
  279. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +0 -12
  280. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +1 -1
  281. package/dist/types/src/features/CognitiveCompare/CognitivePopup.d.ts.map +1 -1
  282. package/dist/types/src/features/CognitiveCompare/Guidelines/components/GuidelinePanel.d.ts.map +1 -1
  283. package/dist/types/src/features/CognitiveCompare/Guidelines/components/WebGptPanel.d.ts.map +1 -1
  284. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts +456 -11335
  285. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts.map +1 -1
  286. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts +1 -14
  287. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts.map +1 -1
  288. package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
  289. package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
  290. package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts +1 -2
  291. package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts.map +1 -1
  292. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts +1 -1
  293. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
  294. package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts +1 -0
  295. package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts.map +1 -1
  296. package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -1
  297. package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts.map +1 -1
  298. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts +2 -0
  299. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts.map +1 -0
  300. package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts +0 -1
  301. package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts.map +1 -1
  302. package/dist/types/src/features/GptWebCitation/GptWebCitation.d.ts.map +1 -1
  303. package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts +1 -2
  304. package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts.map +1 -1
  305. package/dist/types/src/features/GptWebCitation/types.d.ts +0 -11
  306. package/dist/types/src/features/GptWebCitation/types.d.ts.map +1 -1
  307. package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts +0 -2
  308. package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts.map +1 -1
  309. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts +128 -0
  310. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts.map +1 -0
  311. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts +13 -0
  312. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts.map +1 -0
  313. package/dist/types/src/features/PdfViewer/PdfContainer.d.ts +4 -2
  314. package/dist/types/src/features/PdfViewer/PdfContainer.d.ts.map +1 -1
  315. package/dist/types/src/features/PdfViewer/PdfStyle.d.ts.map +1 -1
  316. package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts +4 -1
  317. package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts.map +1 -1
  318. package/dist/types/src/features/PdfViewer/PdfViewer.d.ts +19 -2
  319. package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +1 -1
  320. package/dist/types/src/features/PdfViewer/coordinateTransformer.d.ts +41 -0
  321. package/dist/types/src/features/PdfViewer/coordinateTransformer.d.ts.map +1 -0
  322. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts +59 -0
  323. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts.map +1 -0
  324. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts +19 -0
  325. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts.map +1 -0
  326. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts +3 -0
  327. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts.map +1 -0
  328. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts +77 -0
  329. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts.map +1 -0
  330. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts +47 -0
  331. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts.map +1 -0
  332. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts +15 -0
  333. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts.map +1 -0
  334. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts +3 -0
  335. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts.map +1 -0
  336. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts +36 -0
  337. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts.map +1 -0
  338. package/dist/types/src/features/PdfViewer/rotationManager.d.ts +23 -0
  339. package/dist/types/src/features/PdfViewer/rotationManager.d.ts.map +1 -0
  340. package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts +1 -0
  341. package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts.map +1 -1
  342. package/dist/types/src/features/PromptCitation/CitationDependencyGraph.d.ts +56 -0
  343. package/dist/types/src/features/PromptCitation/CitationDependencyGraph.d.ts.map +1 -0
  344. package/dist/types/src/features/PromptCitation/PromptCitation.d.ts +326 -0
  345. package/dist/types/src/features/PromptCitation/PromptCitation.d.ts.map +1 -0
  346. package/dist/types/src/features/PromptCitation/PromptCitationTest.d.ts +4 -0
  347. package/dist/types/src/features/PromptCitation/PromptCitationTest.d.ts.map +1 -0
  348. package/dist/types/src/features/PromptCitation/_components/CodeEditor.d.ts +30 -0
  349. package/dist/types/src/features/PromptCitation/_components/CodeEditor.d.ts.map +1 -0
  350. package/dist/types/src/features/PromptCitation/_components/HighlightedCodeDetails.d.ts +16 -0
  351. package/dist/types/src/features/PromptCitation/_components/HighlightedCodeDetails.d.ts.map +1 -0
  352. package/dist/types/src/features/PromptCitation/_components/Markdownrenderer.d.ts +23 -0
  353. package/dist/types/src/features/PromptCitation/_components/Markdownrenderer.d.ts.map +1 -0
  354. package/dist/types/src/features/PromptCitation/_components/ThemeToggle.d.ts +12 -0
  355. package/dist/types/src/features/PromptCitation/_components/ThemeToggle.d.ts.map +1 -0
  356. package/dist/types/src/features/PromptCitation/_components/TooltipComponent.d.ts +8 -0
  357. package/dist/types/src/features/PromptCitation/_components/TooltipComponent.d.ts.map +1 -0
  358. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +29 -39
  359. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  360. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +1 -1
  361. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts +0 -2
  362. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts.map +1 -1
  363. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts +0 -2
  364. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts.map +1 -1
  365. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  366. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +1 -1
  367. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +1 -1
  368. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
  369. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts +5439 -84
  370. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts.map +1 -1
  371. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +1 -1
  372. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
  373. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts +1 -1
  374. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -1
  375. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +2 -2
  376. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
  377. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +2 -20
  378. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
  379. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts +2 -7
  380. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts.map +1 -1
  381. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.d.ts.map +1 -1
  382. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts +1 -15
  383. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts.map +1 -1
  384. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts +1 -2
  385. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts.map +1 -1
  386. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +2 -3
  387. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
  388. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
  389. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +0 -1
  390. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +1 -1
  391. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +0 -1
  392. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +1 -1
  393. package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +1 -1
  394. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +2 -3
  395. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +1 -1
  396. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +1 -1
  397. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +1 -1
  398. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +1 -3
  399. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +1 -1
  400. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +1 -2
  401. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +1 -1
  402. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +0 -1
  403. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +1 -1
  404. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +0 -2
  405. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +1 -1
  406. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +1 -2
  407. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  408. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +1 -2
  409. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
  410. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +1 -1
  411. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +1 -1
  412. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +0 -2
  413. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +1 -1
  414. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +0 -7
  415. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  416. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +1 -2
  417. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +1 -1
  418. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +0 -2
  419. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +1 -1
  420. package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +1 -1
  421. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts +85 -0
  422. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts.map +1 -0
  423. package/dist/types/src/features/SegmentReviewComponents/CardWrapper.d.ts +26 -0
  424. package/dist/types/src/features/SegmentReviewComponents/CardWrapper.d.ts.map +1 -0
  425. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts +3 -0
  426. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts.map +1 -0
  427. package/dist/types/src/features/SegmentReviewComponents/CognitiveIcon.d.ts +3 -0
  428. package/dist/types/src/features/SegmentReviewComponents/CognitiveIcon.d.ts.map +1 -0
  429. package/dist/types/src/features/SegmentReviewComponents/CognitiveIntegrity.d.ts +33 -0
  430. package/dist/types/src/features/SegmentReviewComponents/CognitiveIntegrity.d.ts.map +1 -0
  431. package/dist/types/src/features/SegmentReviewComponents/CognitiveScoreBadge.d.ts +7 -0
  432. package/dist/types/src/features/SegmentReviewComponents/CognitiveScoreBadge.d.ts.map +1 -0
  433. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts +87 -0
  434. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts.map +1 -0
  435. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts +57 -0
  436. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts.map +1 -0
  437. package/dist/types/src/features/SegmentReviewComponents/PageTypeChoiceCheck.d.ts +28 -0
  438. package/dist/types/src/features/SegmentReviewComponents/PageTypeChoiceCheck.d.ts.map +1 -0
  439. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts +37 -0
  440. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts.map +1 -0
  441. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts +9 -0
  442. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts.map +1 -0
  443. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts +7 -0
  444. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts.map +1 -0
  445. package/dist/types/src/features/SegmentReviewComponents/ReviewedBoundaryActions.d.ts +17 -0
  446. package/dist/types/src/features/SegmentReviewComponents/ReviewedBoundaryActions.d.ts.map +1 -0
  447. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts +33 -0
  448. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts.map +1 -0
  449. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts +124 -0
  450. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts.map +1 -0
  451. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewRedirectionTest.d.ts +13 -0
  452. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewRedirectionTest.d.ts.map +1 -0
  453. package/dist/types/src/features/SegmentReviewComponents/helper.d.ts +51 -0
  454. package/dist/types/src/features/SegmentReviewComponents/helper.d.ts.map +1 -0
  455. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts +2 -0
  456. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts.map +1 -0
  457. package/dist/types/src/features/SegmentReviewComponents/index.d.ts +25 -0
  458. package/dist/types/src/features/SegmentReviewComponents/index.d.ts.map +1 -0
  459. package/dist/types/src/features/SegmentReviewComponents/reviewScore.d.ts +4 -0
  460. package/dist/types/src/features/SegmentReviewComponents/reviewScore.d.ts.map +1 -0
  461. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts +243 -0
  462. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts.map +1 -0
  463. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts +2 -0
  464. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts.map +1 -0
  465. package/dist/types/src/index.d.ts +8 -0
  466. package/dist/types/src/index.d.ts.map +1 -1
  467. package/dist/types/src/service/redlineService.d.ts.map +1 -1
  468. package/dist/types/src/utils/tagHelper.d.ts +0 -9
  469. package/dist/types/src/utils/tagHelper.d.ts.map +1 -1
  470. package/dist/utils/tagHelper.js +1 -1
  471. package/package.json +12 -2
  472. package/dist/cjs/features/CognitiveCompare/utils/normalizeInlineMarkdown.js +0 -2
  473. package/dist/cjs/features/CognitiveCompare/utils/normalizeInlineMarkdown.js.map +0 -1
  474. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js +0 -2
  475. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js.map +0 -1
  476. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js +0 -2
  477. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js.map +0 -1
  478. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js +0 -2
  479. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js.map +0 -1
  480. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js +0 -2
  481. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js.map +0 -1
  482. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js +0 -2
  483. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js.map +0 -1
  484. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js +0 -2
  485. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js.map +0 -1
  486. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js +0 -2
  487. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js.map +0 -1
  488. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js +0 -2
  489. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js.map +0 -1
  490. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js +0 -2
  491. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js.map +0 -1
  492. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js +0 -2
  493. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js.map +0 -1
  494. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js +0 -2
  495. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js.map +0 -1
  496. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js +0 -2
  497. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js.map +0 -1
  498. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js +0 -2
  499. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js.map +0 -1
  500. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js +0 -2
  501. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js.map +0 -1
  502. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js +0 -2
  503. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js.map +0 -1
  504. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js +0 -2
  505. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js.map +0 -1
  506. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js +0 -2
  507. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js.map +0 -1
  508. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js +0 -2
  509. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js.map +0 -1
  510. package/dist/cjs/features/RequirementAI/utils/exponential-retry.js +0 -2
  511. package/dist/cjs/features/RequirementAI/utils/exponential-retry.js.map +0 -1
  512. package/dist/features/CognitiveCompare/utils/normalizeInlineMarkdown.js +0 -2
  513. package/dist/features/CognitiveCompare/utils/normalizeInlineMarkdown.js.map +0 -1
  514. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js +0 -2
  515. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js.map +0 -1
  516. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js +0 -2
  517. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js.map +0 -1
  518. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js +0 -2
  519. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js.map +0 -1
  520. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js +0 -2
  521. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js.map +0 -1
  522. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js +0 -2
  523. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js.map +0 -1
  524. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js +0 -2
  525. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js.map +0 -1
  526. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js +0 -2
  527. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js.map +0 -1
  528. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js +0 -2
  529. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js.map +0 -1
  530. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js +0 -2
  531. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js.map +0 -1
  532. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js +0 -2
  533. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js.map +0 -1
  534. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js +0 -2
  535. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js.map +0 -1
  536. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js +0 -2
  537. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js.map +0 -1
  538. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js +0 -2
  539. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js.map +0 -1
  540. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js +0 -2
  541. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js.map +0 -1
  542. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js +0 -2
  543. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js.map +0 -1
  544. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js +0 -2
  545. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js.map +0 -1
  546. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js +0 -2
  547. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js.map +0 -1
  548. package/dist/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js +0 -2
  549. package/dist/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js.map +0 -1
  550. package/dist/features/RequirementAI/utils/exponential-retry.js +0 -2
  551. package/dist/features/RequirementAI/utils/exponential-retry.js.map +0 -1
  552. package/dist/types/src/CitationAccordionTest.d.ts +0 -1
  553. package/dist/types/src/CitationAccordionTest.d.ts.map +0 -1
  554. package/dist/types/src/MockDeviationSummary.d.ts +0 -1
  555. package/dist/types/src/MockDeviationSummary.d.ts.map +0 -1
  556. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/new-guidelines.mockData.d.ts +0 -33
  557. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/new-guidelines.mockData.d.ts.map +0 -1
  558. package/dist/types/src/features/CognitiveCompare/utils/normalizeInlineMarkdown.d.ts +0 -25
  559. package/dist/types/src/features/CognitiveCompare/utils/normalizeInlineMarkdown.d.ts.map +0 -1
  560. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.d.ts +0 -2
  561. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.d.ts.map +0 -1
  562. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.d.ts +0 -3
  563. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.d.ts.map +0 -1
  564. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/reviewBoundaryLexical.test.d.ts +0 -2
  565. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/reviewBoundaryLexical.test.d.ts.map +0 -1
  566. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.d.ts +0 -7
  567. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.d.ts.map +0 -1
  568. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts +0 -2
  569. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts.map +0 -1
  570. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.d.ts +0 -29
  571. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.d.ts.map +0 -1
  572. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.test.d.ts +0 -2
  573. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.test.d.ts.map +0 -1
  574. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.d.ts +0 -7
  575. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.d.ts.map +0 -1
  576. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.d.ts +0 -3
  577. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.d.ts.map +0 -1
  578. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.d.ts +0 -86
  579. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.d.ts.map +0 -1
  580. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.test.d.ts +0 -9
  581. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.test.d.ts.map +0 -1
  582. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.d.ts +0 -7
  583. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.d.ts.map +0 -1
  584. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.d.ts +0 -5
  585. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.d.ts.map +0 -1
  586. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts +0 -10
  587. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts.map +0 -1
  588. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts +0 -17
  589. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts.map +0 -1
  590. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts +0 -23
  591. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts.map +0 -1
  592. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts +0 -3
  593. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts.map +0 -1
  594. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts +0 -12
  595. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts.map +0 -1
  596. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.d.ts +0 -9
  597. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.d.ts.map +0 -1
  598. package/dist/types/src/features/RequirementAI/utils/exponential-retry.d.ts +0 -12
  599. package/dist/types/src/features/RequirementAI/utils/exponential-retry.d.ts.map +0 -1
@@ -0,0 +1,59 @@
1
+ import { type ReactNode } from 'react';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface BoundaryCardOption {
4
+ id: string;
5
+ title: ReactNode;
6
+ description?: ReactNode;
7
+ disabled?: boolean;
8
+ }
9
+ export type BoundaryReviewAction = 'KEEP' | 'SPLIT_HERE' | 'MERGE_NEXT' | 'MERGE_PREVIOUS' | 'SET_RANGE';
10
+ export interface BoundaryReviewMetadata {
11
+ focus_page?: number | null;
12
+ boundary_margin?: number | null;
13
+ user_actions: readonly BoundaryReviewAction[];
14
+ }
15
+ export interface BoundaryReviewConfirmDetails {
16
+ selectedIndex: number;
17
+ option: BoundaryCardOption;
18
+ metadata?: BoundaryReviewMetadata;
19
+ }
20
+ export interface BoundaryCardStyles {
21
+ root?: SxProps<Theme>;
22
+ header?: SxProps<Theme>;
23
+ option?: SxProps<Theme>;
24
+ confirmButton?: SxProps<Theme>;
25
+ footer?: SxProps<Theme>;
26
+ }
27
+ export declare const isBoundaryReviewAction: (value: string) => value is BoundaryReviewAction;
28
+ export declare const createBoundaryCardOptions: (metadata: BoundaryReviewMetadata) => BoundaryCardOption[];
29
+ export interface BoundaryCardProps {
30
+ headerName?: ReactNode;
31
+ title: ReactNode;
32
+ pageNo?: ReactNode;
33
+ content?: ReactNode;
34
+ cognitiveScore?: ReactNode;
35
+ config?: readonly BoundaryCardOption[];
36
+ metadata?: BoundaryReviewMetadata;
37
+ selectedIndex?: number | null;
38
+ defaultSelectedIndex?: number | null;
39
+ onSelectionChange?: (selectedIndex: number, option: BoundaryCardOption) => void;
40
+ onConfirm?: (selectedIndex: number, option: BoundaryCardOption) => void;
41
+ onActionConfirm?: (action: BoundaryReviewAction, details: BoundaryReviewConfirmDetails) => void;
42
+ onCognitiveClick?: () => void;
43
+ onAdjustManually?: () => void;
44
+ onClose?: () => void;
45
+ confirmLabel?: ReactNode;
46
+ manualPrompt?: ReactNode;
47
+ manualActionLabel?: ReactNode;
48
+ cognitiveLabel?: ReactNode;
49
+ showAdjustManually?: boolean;
50
+ showCognitiveIntegrity?: boolean;
51
+ showCloseButton?: boolean;
52
+ confirmDisabled?: boolean;
53
+ width?: number | string;
54
+ maxWidth?: number | string;
55
+ className?: string;
56
+ styles?: BoundaryCardStyles;
57
+ }
58
+ export default function BoundaryCard({ headerName, title, pageNo, content, cognitiveScore, config, metadata, selectedIndex, defaultSelectedIndex, onSelectionChange, onConfirm, onActionConfirm, onCognitiveClick, onAdjustManually, onClose, confirmLabel, manualPrompt, manualActionLabel, cognitiveLabel, showAdjustManually, showCognitiveIntegrity, showCloseButton, confirmDisabled, width, maxWidth, className, styles, }: BoundaryCardProps): import("react/jsx-runtime").JSX.Element;
59
+ //# sourceMappingURL=BoundaryCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoundaryCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/BoundaryCard.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import { type ReactNode, type RefObject } from 'react';
2
+ import type { PopperProps } from '@mui/material/Popper';
3
+ export interface CardWrapperProps {
4
+ /** Reference to the element the card is attached to. */
5
+ anchorRef?: RefObject<HTMLElement>;
6
+ /** Anchor element itself (alternative to anchorRef). */
7
+ anchorElement?: HTMLElement | null;
8
+ children?: ReactNode;
9
+ className?: string;
10
+ /** Pixel offset from the anchor's bottom-left corner. */
11
+ offset?: {
12
+ top?: number;
13
+ left?: number;
14
+ };
15
+ placement?: PopperProps['placement'];
16
+ }
17
+ /** Renders a scrollable card in a portal, anchored below another element. */
18
+ export default function CardWrapper({ anchorRef, anchorElement, children, className, offset, placement, }: CardWrapperProps): import("react/jsx-runtime").JSX.Element;
19
+ //# sourceMappingURL=CardWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardWrapper.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/CardWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,MAAM,WAAW,gBAAgB;IAC/B,wDAAwD;IACxD,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,wDAAwD;IACxD,aAAa,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yDAAyD;IACzD,MAAM,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACzC,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;CACtC;AAED,6EAA6E;AAC7E,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,SAAS,EACT,aAAa,EACb,QAAQ,EACR,SAAS,EACT,MAAW,EACX,SAA0B,GAC3B,EAAE,gBAAgB,2CAsClB"}
@@ -0,0 +1,3 @@
1
+ import { type SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function CognitiveIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CognitiveIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CognitiveIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/CognitiveIcon.tsx"],"names":[],"mappings":"AAAA,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAEnE,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,YAAY,2CAexD"}
@@ -0,0 +1,77 @@
1
+ import { type ReactNode } from 'react';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface LabelCheckOption {
4
+ /** Stable value returned with the selected option. */
5
+ id: string;
6
+ title: ReactNode;
7
+ description?: ReactNode;
8
+ /** Displays the custom-label field when this option is selected. */
9
+ requiresInput?: boolean;
10
+ inputPlaceholder?: string;
11
+ disabled?: boolean;
12
+ }
13
+ export type LabelReviewAction = 'KEEP_LABEL' | 'SET_CUSTOM_LABEL';
14
+ /** Metadata supplied by a `Label Review` review step. */
15
+ export interface LabelReviewMetadata {
16
+ current_label?: string | null;
17
+ custom_label?: string | null;
18
+ group_id?: string | null;
19
+ user_actions: readonly LabelReviewAction[];
20
+ }
21
+ export interface LabelReviewConfirmDetails {
22
+ selectedIndex: number;
23
+ option: LabelCheckOption;
24
+ customLabel?: string;
25
+ metadata?: LabelReviewMetadata;
26
+ }
27
+ export declare const createLabelCheckOptions: (metadata: LabelReviewMetadata) => LabelCheckOption[];
28
+ export declare const isLabelReviewAction: (value: string) => value is LabelReviewAction;
29
+ export interface LabelCheckStyles {
30
+ root?: SxProps<Theme>;
31
+ header?: SxProps<Theme>;
32
+ option?: SxProps<Theme>;
33
+ confirmButton?: SxProps<Theme>;
34
+ customInput?: SxProps<Theme>;
35
+ footer?: SxProps<Theme>;
36
+ }
37
+ export interface LabelCheckProps {
38
+ headerName?: ReactNode;
39
+ title: ReactNode;
40
+ pageNo?: ReactNode;
41
+ content?: ReactNode;
42
+ cognitiveScore?: ReactNode;
43
+ /** Explicit options. When omitted, options are derived from metadata.user_actions. */
44
+ config?: readonly LabelCheckOption[];
45
+ /** Metadata from a review step whose type is `Label Review`. */
46
+ metadata?: LabelReviewMetadata;
47
+ /** Controlled selection. Omit to let LabelCheck manage it internally. */
48
+ selectedIndex?: number | null;
49
+ defaultSelectedIndex?: number | null;
50
+ onSelectionChange?: (selectedIndex: number, option: LabelCheckOption) => void;
51
+ /** Controlled custom-label value. Omit to use internal state. */
52
+ customLabel?: string;
53
+ defaultCustomLabel?: string;
54
+ onCustomLabelChange?: (value: string) => void;
55
+ /** Legacy/index-based callback retained for explicitly configured options. */
56
+ onConfirm?: (selectedIndex: number, option: LabelCheckOption, customLabel?: string) => void;
57
+ /** Preferred callback when options come from Label Review metadata. */
58
+ onActionConfirm?: (action: LabelReviewAction, details: LabelReviewConfirmDetails) => void;
59
+ onCognitiveClick?: () => void;
60
+ onAdjustManually?: () => void;
61
+ onClose?: () => void;
62
+ confirmLabel?: ReactNode;
63
+ customInputAriaLabel?: string;
64
+ manualPrompt?: ReactNode;
65
+ manualActionLabel?: ReactNode;
66
+ cognitiveLabel?: ReactNode;
67
+ showAdjustManually?: boolean;
68
+ showCognitiveIntegrity?: boolean;
69
+ showCloseButton?: boolean;
70
+ confirmDisabled?: boolean;
71
+ width?: number | string;
72
+ maxWidth?: number | string;
73
+ className?: string;
74
+ styles?: LabelCheckStyles;
75
+ }
76
+ export default function LabelCheck({ headerName, title, pageNo, content, cognitiveScore, config, metadata, selectedIndex, defaultSelectedIndex, onSelectionChange, customLabel, defaultCustomLabel, onCustomLabelChange, onConfirm, onActionConfirm, onCognitiveClick, onAdjustManually, onClose, confirmLabel, customInputAriaLabel, manualPrompt, manualActionLabel, cognitiveLabel, showAdjustManually, showCognitiveIntegrity, showCloseButton, confirmDisabled, width, maxWidth, className, styles, }: LabelCheckProps): import("react/jsx-runtime").JSX.Element;
77
+ //# sourceMappingURL=LabelCheck.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelCheck.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/LabelCheck.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,47 @@
1
+ import { type CSSProperties } from 'react';
2
+ import { type PdfViewerProps } from '../PdfViewer';
3
+ import { type BoundaryReviewAction, type BoundaryReviewConfirmDetails } from './BoundaryCard';
4
+ import { type LabelReviewAction, type LabelReviewConfirmDetails } from './LabelCheck';
5
+ import { type SegmentReviewSource } from './reviewStepAdapters';
6
+ type ForwardedPdfViewerProps = Partial<Omit<PdfViewerProps, 'pdfUrl' | 'pdfName' | 'segments' | 'onCurrentPageChange' | 'navigationRequest' | 'renderPage' | 'setRenderRange'>>;
7
+ export interface SegmentReviewActionContext {
8
+ reviewId: string;
9
+ segment: SegmentReviewSource;
10
+ pageNumber: number;
11
+ }
12
+ export interface SegmentReviewPdfWrapperProps {
13
+ pdfUrl: string;
14
+ pdfName?: string;
15
+ /** Live backend segments. Changes are re-extracted automatically. */
16
+ segments: readonly SegmentReviewSource[];
17
+ pdfViewerProps?: ForwardedPdfViewerProps;
18
+ showBadges?: boolean;
19
+ showResolvedBadges?: boolean;
20
+ autoSelectReviewOnPageChange?: boolean;
21
+ autoAdvanceAfterConfirm?: boolean;
22
+ /** Number of PDF page layers mounted before and after the visible range. */
23
+ badgePreloadPages?: number;
24
+ /** Vertical badge offset from the page's top-right edge. */
25
+ badgeOffsetTop?: number;
26
+ /** Horizontal inset from the external badge rail's right edge. */
27
+ badgeOffsetRight?: number;
28
+ initialReviewId?: string;
29
+ onBoundaryAction?: (action: BoundaryReviewAction, details: BoundaryReviewConfirmDetails, context: SegmentReviewActionContext) => void | Promise<void>;
30
+ onLabelAction?: (action: LabelReviewAction, details: LabelReviewConfirmDetails, context: SegmentReviewActionContext) => void | Promise<void>;
31
+ onActiveReviewChange?: (reviewId: string | null) => void;
32
+ onCurrentPageChange?: (pageNumber: number) => void;
33
+ onActionError?: (error: unknown, context: SegmentReviewActionContext) => void;
34
+ onAdjustManually?: (context: SegmentReviewActionContext) => void;
35
+ onCognitiveClick?: (context: SegmentReviewActionContext) => void;
36
+ className?: string;
37
+ style?: CSSProperties;
38
+ viewerStyle?: CSSProperties;
39
+ railStyle?: CSSProperties;
40
+ }
41
+ /**
42
+ * Orchestrates the PDF, review badges, page navigation, active card and actions.
43
+ * It consumes backend-shaped segments directly; cards never parse the raw payload.
44
+ */
45
+ export default function SegmentReviewPdfWrapper({ pdfUrl, pdfName, segments, pdfViewerProps, showBadges, showResolvedBadges, autoSelectReviewOnPageChange, autoAdvanceAfterConfirm, badgePreloadPages, badgeOffsetTop, badgeOffsetRight, initialReviewId, onBoundaryAction, onLabelAction, onActiveReviewChange, onCurrentPageChange, onActionError, onAdjustManually, onCognitiveClick, className, style, viewerStyle, railStyle, }: SegmentReviewPdfWrapperProps): import("react/jsx-runtime").JSX.Element;
46
+ export {};
47
+ //# sourceMappingURL=SegmentReviewPdfWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentReviewPdfWrapper.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAkB,EAGhB,KAAK,cAAc,EACpB,MAAM,cAAc,CAAC;AACtB,OAAqB,EACnB,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EAClC,MAAM,gBAAgB,CAAC;AAExB,OAAmB,EACjB,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC/B,MAAM,cAAc,CAAC;AACtB,OAAO,EAIL,KAAK,mBAAmB,EACzB,MAAM,sBAAsB,CAAC;AAE9B,KAAK,uBAAuB,GAAG,OAAO,CAAC,IAAI,CACzC,cAAc,EACZ,QAAQ,GACR,SAAS,GACT,UAAU,GACV,qBAAqB,GACrB,mBAAmB,GACnB,YAAY,GACZ,gBAAgB,CACnB,CAAC,CAAC;AAcH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,4BAA4B;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qEAAqE;IACrE,QAAQ,EAAE,SAAS,mBAAmB,EAAE,CAAC;IACzC,cAAc,CAAC,EAAE,uBAAuB,CAAC;IAEzC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,4EAA4E;IAC5E,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4DAA4D;IAC5D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kEAAkE;IAClE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,gBAAgB,CAAC,EAAE,CACjB,MAAM,EAAE,oBAAoB,EAC5B,OAAO,EAAE,4BAA4B,EACrC,OAAO,EAAE,0BAA0B,KAChC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B,aAAa,CAAC,EAAE,CACd,MAAM,EAAE,iBAAiB,EACzB,OAAO,EAAE,yBAAyB,EAClC,OAAO,EAAE,0BAA0B,KAChC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B,oBAAoB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzD,mBAAmB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,0BAA0B,KAAK,IAAI,CAAC;IAC9E,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,0BAA0B,KAAK,IAAI,CAAC;IACjE,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,0BAA0B,KAAK,IAAI,CAAC;IAEjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B;AAQD;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,EAC9C,MAAM,EACN,OAAO,EACP,QAAQ,EACR,cAAc,EACd,UAAiB,EACjB,kBAA0B,EAC1B,4BAAoC,EACpC,uBAA8B,EAC9B,iBAAqB,EACrB,cAAmB,EACnB,gBAAoB,EACpB,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,oBAAoB,EACpB,mBAAmB,EACnB,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EACT,KAAK,EACL,WAAW,EACX,SAAS,GACV,EAAE,4BAA4B,2CA4Y9B"}
@@ -0,0 +1,15 @@
1
+ export { default as BoundaryCard } from './BoundaryCard';
2
+ export { createBoundaryCardOptions, isBoundaryReviewAction } from './BoundaryCard';
3
+ export type { BoundaryCardOption, BoundaryCardProps, BoundaryCardStyles, BoundaryReviewAction, BoundaryReviewConfirmDetails, BoundaryReviewMetadata, } from './BoundaryCard';
4
+ export { default as CardWrapper } from './CardWrapper';
5
+ export type { CardWrapperProps } from './CardWrapper';
6
+ export { default as CognitiveIcon } from './CognitiveIcon';
7
+ export { default as InfoAlert } from './infoAlert';
8
+ export { default as LabelCheck } from './LabelCheck';
9
+ export { createLabelCheckOptions, isLabelReviewAction } from './LabelCheck';
10
+ export type { LabelCheckOption, LabelCheckProps, LabelCheckStyles, LabelReviewAction, LabelReviewConfirmDetails, LabelReviewMetadata, } from './LabelCheck';
11
+ export { extractSegmentReviewData } from './reviewStepAdapters';
12
+ export type { ExtractedBoundaryReview, ExtractedLabelReview, ReviewStepSource, SegmentReviewSource, } from './reviewStepAdapters';
13
+ export { default as SegmentReviewPdfWrapper } from './SegmentReviewPdfWrapper';
14
+ export type { SegmentReviewActionContext, SegmentReviewPdfWrapperProps, } from './SegmentReviewPdfWrapper';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AACnF,YAAY,EACV,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EACpB,4BAA4B,EAC5B,sBAAsB,GACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAC5E,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,EACzB,mBAAmB,GACpB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,YAAY,EACV,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,mBAAmB,GACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,YAAY,EACV,0BAA0B,EAC1B,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function InfoAlert(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=infoAlert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"infoAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/infoAlert.tsx"],"names":[],"mappings":"AAAA,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAEnE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,YAAY,2CAgBpD"}
@@ -0,0 +1,36 @@
1
+ import type { BoundaryReviewMetadata } from './BoundaryCard';
2
+ import type { LabelReviewMetadata } from './LabelCheck';
3
+ export interface ReviewStepSource {
4
+ type: string;
5
+ confidence?: string | null;
6
+ reason?: string | null;
7
+ gap?: string | null;
8
+ details?: readonly string[];
9
+ metadata?: unknown;
10
+ }
11
+ export interface SegmentReviewSource {
12
+ stable_key: string;
13
+ title: string;
14
+ label?: string | null;
15
+ start_page: number;
16
+ end_page: number;
17
+ review_steps: readonly ReviewStepSource[];
18
+ }
19
+ export interface ExtractedBoundaryReview<TSegment extends SegmentReviewSource> {
20
+ id: string;
21
+ segment: TSegment;
22
+ step: ReviewStepSource;
23
+ metadata: BoundaryReviewMetadata;
24
+ }
25
+ export interface ExtractedLabelReview<TSegment extends SegmentReviewSource> {
26
+ id: string;
27
+ segment: TSegment;
28
+ step: ReviewStepSource;
29
+ metadata: LabelReviewMetadata;
30
+ }
31
+ /** Converts backend-shaped segments into card-ready boundary and label reviews. */
32
+ export declare const extractSegmentReviewData: <TSegment extends SegmentReviewSource>(segments: readonly TSegment[]) => {
33
+ boundaryReviews: ExtractedBoundaryReview<TSegment>[];
34
+ labelReviews: ExtractedLabelReview<TSegment>[];
35
+ };
36
+ //# sourceMappingURL=reviewStepAdapters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reviewStepAdapters.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfViewer/nyc-components/reviewStepAdapters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAE7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGxD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,SAAS,gBAAgB,EAAE,CAAC;CAC3C;AAED,MAAM,WAAW,uBAAuB,CAAC,QAAQ,SAAS,mBAAmB;IAC3E,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,sBAAsB,CAAC;CAClC;AAED,MAAM,WAAW,oBAAoB,CAAC,QAAQ,SAAS,mBAAmB;IACxE,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,mBAAmB,CAAC;CAC/B;AAqCD,mFAAmF;AACnF,eAAO,MAAM,wBAAwB;;;CA8BpC,CAAC"}
@@ -0,0 +1,23 @@
1
+ export declare class RotationManager {
2
+ private rotations;
3
+ private pageMap;
4
+ private rotationChangeListeners;
5
+ private pdfIdentifier;
6
+ setPdfIdentifier(identifier: string): void;
7
+ registerPageElement(pageNumber: number, element: HTMLElement): void;
8
+ unregisterPageElement(pageNumber: number): void;
9
+ getRotation(pageNumber: number): number;
10
+ rotatePageBy90(pageNumber: number): void;
11
+ setRotation(pageNumber: number, angle: number): void;
12
+ private applyRotation;
13
+ onRotationChange(callback: (pageNum: number, angle: number) => void): () => void;
14
+ private notifyRotationChange;
15
+ private getPersistedRotation;
16
+ private persistRotation;
17
+ loadPersistedRotations(pageNumbers: number[]): void;
18
+ clearAll(): void;
19
+ resetPage(pageNumber: number): void;
20
+ getRotatedPages(): Map<number, number>;
21
+ }
22
+ export declare const rotationManager: RotationManager;
23
+ //# sourceMappingURL=rotationManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotationManager.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/rotationManager.ts"],"names":[],"mappings":"AACA,qBAAa,eAAe;IAC1B,OAAO,CAAC,SAAS,CAA+C;IAChE,OAAO,CAAC,OAAO,CAAuC;IACtD,OAAO,CAAC,uBAAuB,CAA4D;IAC3F,OAAO,CAAC,aAAa,CAAc;IAEnC,gBAAgB,CAAC,UAAU,EAAE,MAAM;IAInC,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW;IAgB5D,qBAAqB,CAAC,UAAU,EAAE,MAAM;IAIxC,WAAW,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAMvC,cAAc,CAAC,UAAU,EAAE,MAAM;IAUjC,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAQ7C,OAAO,CAAC,aAAa;IAsBrB,gBAAgB,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,MAAM,IAAI;IAOhF,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,eAAe;IAWvB,sBAAsB,CAAC,WAAW,EAAE,MAAM,EAAE;IAc5C,QAAQ;IAiBR,SAAS,CAAC,UAAU,EAAE,MAAM;IAO5B,eAAe,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;CAUvC;AAED,eAAO,MAAM,eAAe,iBAAwB,CAAC"}
@@ -19,6 +19,7 @@ export declare const PdfHighlightControls: (highlightText: string[], highlightPa
19
19
  ZoomInButton: () => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
20
20
  ZoomOutButton: () => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
21
21
  ZoomPopover: (props?: import("@react-pdf-viewer/zoom").ZoomPopoverProps | undefined) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
22
+ zoomTo: (scale: number | import("@react-pdf-viewer/core").SpecialZoomLevel) => void;
22
23
  goToNext: () => void;
23
24
  goToPrevious: () => void;
24
25
  };
@@ -1 +1 @@
1
- {"version":3,"file":"usePdfHighlight.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/usePdfHighlight.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAM5C,eAAO,MAAM,oBAAoB,kBAChB,MAAM,EAAE,kBACP,OAAO,MAAM,EAAE,MAAM,CAAC,aAC3B,MAAM,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,oBAC9B,IAAI,MAAM,CAAC,kBACb,OAAO,2BACE,aAAa,EAAE;;;;;;;+BAgPP,MAAM,KAAG,MAAM;;;;2CAwmBH,IAAI,MAAM,CAAC;wCAxiBd,MAAM;+BAyuBf,MAAM,OAAO,MAAM;;;;;;;;;CA0OtD,CAAC"}
1
+ {"version":3,"file":"usePdfHighlight.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/usePdfHighlight.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAM5C,eAAO,MAAM,oBAAoB,kBAChB,MAAM,EAAE,kBACP,OAAO,MAAM,EAAE,MAAM,CAAC,aAC3B,MAAM,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,oBAC9B,IAAI,MAAM,CAAC,kBACb,OAAO,2BACE,aAAa,EAAE;;;;;;;+BAgPP,MAAM,KAAG,MAAM;;;;2CAwmBH,IAAI,MAAM,CAAC;wCAxiBd,MAAM;+BAyuBf,MAAM,OAAO,MAAM;;;;;;;;;;CA2OtD,CAAC"}
@@ -0,0 +1,56 @@
1
+ import React from 'react';
2
+ export interface CitationDependencyGraphStyles {
3
+ /** Outermost container */
4
+ root?: React.CSSProperties;
5
+ /** Header bar (last-analyzed text + zoom controls) */
6
+ header?: React.CSSProperties;
7
+ /** "Last analyzed" subtitle text */
8
+ subtitle?: React.CSSProperties;
9
+ /** Zoom controls pill wrapper */
10
+ controls?: React.CSSProperties;
11
+ /** Individual zoom +/−/% button */
12
+ controlButton?: React.CSSProperties;
13
+ /** SVG cluster background rect */
14
+ cluster?: React.CSSProperties;
15
+ /** Cluster label text */
16
+ clusterLabel?: React.CSSProperties;
17
+ /** Node card */
18
+ node?: React.CSSProperties;
19
+ /** Node card when selected */
20
+ selectedNode?: React.CSSProperties;
21
+ /** Cluster icon badge inside a node */
22
+ nodeIcon?: React.CSSProperties;
23
+ /** Default edge path */
24
+ edge?: React.CSSProperties;
25
+ /** Edge path when active (selected node connected) */
26
+ activeEdge?: React.CSSProperties;
27
+ /** Animated dot marker on active edges */
28
+ edgeMarker?: React.CSSProperties;
29
+ /** Node detail popup card */
30
+ nodePopup?: React.CSSProperties;
31
+ /** Node popup gradient header */
32
+ nodePopupHeader?: React.CSSProperties;
33
+ /** Node popup body */
34
+ nodePopupBody?: React.CSSProperties;
35
+ /** Edge detail popup card */
36
+ edgePopup?: React.CSSProperties;
37
+ /** Edge popup gradient header */
38
+ edgePopupHeader?: React.CSSProperties;
39
+ /** Edge popup body */
40
+ edgePopupBody?: React.CSSProperties;
41
+ /** × close button on both popups */
42
+ popupCloseButton?: React.CSSProperties;
43
+ }
44
+ export interface CitationDependencyGraphProps {
45
+ /** Raw dependency_graph data from the API — conversion is handled internally */
46
+ data: any;
47
+ isDarkMode?: boolean;
48
+ /** Height of the graph container (default 500px) */
49
+ height?: number | string;
50
+ /** Width of the graph container (default 100%) */
51
+ width?: number | string;
52
+ styles?: CitationDependencyGraphStyles;
53
+ }
54
+ declare const CitationDependencyGraph: React.FC<CitationDependencyGraphProps>;
55
+ export default CitationDependencyGraph;
56
+ //# sourceMappingURL=CitationDependencyGraph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CitationDependencyGraph.d.ts","sourceRoot":"","sources":["../../../../../src/features/PromptCitation/CitationDependencyGraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAmFjF,MAAM,WAAW,6BAA6B;IAC5C,0BAA0B;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,sDAAsD;IACtD,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,oCAAoC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/B,iCAAiC;IACjC,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/B,mCAAmC;IACnC,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,kCAAkC;IAClC,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC9B,yBAAyB;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,gBAAgB;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,8BAA8B;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,uCAAuC;IACvC,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/B,wBAAwB;IACxB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,sDAAsD;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,0CAA0C;IAC1C,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,6BAA6B;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,iCAAiC;IACjC,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,sBAAsB;IACtB,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,6BAA6B;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,iCAAiC;IACjC,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,sBAAsB;IACtB,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,oCAAoC;IACpC,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACxC;AAID,MAAM,WAAW,4BAA4B;IAC3C,gFAAgF;IAChF,IAAI,EAAE,GAAG,CAAC;IACV,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,6BAA6B,CAAC;CACxC;AAmOD,QAAA,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAuRnE,CAAC;AAEF,eAAe,uBAAuB,CAAC"}