@viswa-test/test-citation 0.0.379 → 0.0.381

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,326 @@
1
+ import React from 'react';
2
+ import type { CognitiveReasoningPanelStyles } from '../SPBAnalysisPanel/Cognitivereasoningpanel';
3
+ export declare function convertDependencyGraphData(rawGraph: any): any | null;
4
+ export interface PromptCitationStyles {
5
+ /** Root fragment wrapper — applied to the outermost container */
6
+ root?: React.CSSProperties;
7
+ /** Trigger pill button */
8
+ pill?: React.CSSProperties;
9
+ /** Fullscreen dialog Paper overrides */
10
+ dialog?: React.CSSProperties;
11
+ /** Left metadata panel inside the fullscreen dialog */
12
+ leftPanel?: React.CSSProperties;
13
+ /** Title row (prompt title + graph icon) */
14
+ title?: React.CSSProperties;
15
+ /** Title prefix icon (the document/sparkle SVG) — width, height, and color */
16
+ titleIcon?: {
17
+ width?: number | string;
18
+ height?: number | string;
19
+ color?: string;
20
+ };
21
+ /** Description paragraph */
22
+ description?: React.CSSProperties;
23
+ /** Section label headings (When to apply, When not to apply, etc.) */
24
+ sectionLabel?: React.CSSProperties;
25
+ /** When to apply section wrapper */
26
+ whenToApply?: React.CSSProperties;
27
+ /** When not to apply section wrapper */
28
+ whenNotToApply?: React.CSSProperties;
29
+ /** Specifications accordion wrapper */
30
+ specificationsSection?: React.CSSProperties;
31
+ /** Specifications accordion details (inner content area) */
32
+ specificationsDetails?: React.CSSProperties;
33
+ /** "Specifications" title text inside accordion summary */
34
+ specificationsTitle?: React.CSSProperties;
35
+ /** "Strict Rules / Input / Output" subtitle text */
36
+ specificationsSubtitle?: React.CSSProperties;
37
+ /** Expand/collapse chevron icon color for the Specifications accordion */
38
+ specificationsExpandIconColor?: string;
39
+ /** Icon color for the Specifications accordion header icon */
40
+ specificationsIconColor?: string;
41
+ /** Per-item sub-label (STRICT RULES, INPUT, OUTPUT) */
42
+ specificationsItemLabel?: React.CSSProperties;
43
+ /** Footer bar (Total APBs / Total Lines) */
44
+ footer?: React.CSSProperties;
45
+ /** Root preview stats bar wrapper shown after Prompt Preview */
46
+ previewStats?: React.CSSProperties;
47
+ /** Individual preview stats text item */
48
+ previewStatsItem?: React.CSSProperties;
49
+ /** Right editor panel inside the fullscreen dialog */
50
+ rightPanel?: React.CSSProperties;
51
+ /** Dependency graph dialog Paper overrides */
52
+ graphDialog?: React.CSSProperties;
53
+ /** Passed through to every MarkdownRenderer instance (root wrapper) */
54
+ markdownRenderer?: React.CSSProperties;
55
+ /** Inline <code> element style overrides inside MarkdownRenderer */
56
+ markdownCode?: React.CSSProperties;
57
+ /** Fenced code block <pre> style overrides inside MarkdownRenderer */
58
+ markdownPre?: React.CSSProperties;
59
+ /** <blockquote> style overrides inside MarkdownRenderer */
60
+ markdownBlockquote?: React.CSSProperties;
61
+ /** Syntax highlighter theme (e.g. oneDark / oneLight from react-syntax-highlighter) */
62
+ syntaxHighlighterTheme?: any;
63
+ /** Passed through to cognitive decisioning panels inside MarkdownRenderer */
64
+ cognitiveDecisioning?: CognitiveReasoningPanelStyles;
65
+ /** Theme mode flag — also accepts isDarkMode inside styles object */
66
+ isDarkMode?: boolean;
67
+ /** FPB badge pill (the "FPB" label next to the title) */
68
+ fpbBadge?: Pick<React.CSSProperties, 'backgroundColor' | 'color'>;
69
+ /** Base popup style merged into every tooltip */
70
+ tooltip?: React.CSSProperties;
71
+ /** Base arrow style merged into every tooltip arrow */
72
+ tooltipArrow?: React.CSSProperties;
73
+ /** Base content style merged into every tooltip title content */
74
+ tooltipContent?: React.CSSProperties;
75
+ /** Title hover tooltip popup */
76
+ titleTooltip?: React.CSSProperties;
77
+ /** Title hover tooltip arrow */
78
+ titleTooltipArrow?: React.CSSProperties;
79
+ /** Title hover tooltip content */
80
+ titleTooltipContent?: React.CSSProperties;
81
+ /** Dependency graph hover tooltip popup */
82
+ dependencyGraphTooltip?: React.CSSProperties;
83
+ /** Dependency graph hover tooltip arrow */
84
+ dependencyGraphTooltipArrow?: React.CSSProperties;
85
+ /** Dependency graph hover tooltip content */
86
+ dependencyGraphTooltipContent?: React.CSSProperties;
87
+ /** FPB info tooltip popup */
88
+ fpbTooltip?: React.CSSProperties;
89
+ /** FPB info tooltip arrow */
90
+ fpbTooltipArrow?: React.CSSProperties;
91
+ /** FPB info tooltip content */
92
+ fpbTooltipContent?: React.CSSProperties;
93
+ /** FPB info icon color override */
94
+ fpbInfoIconColor?: string;
95
+ /** SPB badge pill (the "SPB" label next to the title) */
96
+ spbBadge?: Pick<React.CSSProperties, 'backgroundColor' | 'color'>;
97
+ /** SPB info tooltip popup */
98
+ spbTooltip?: React.CSSProperties;
99
+ /** SPB info tooltip arrow */
100
+ spbTooltipArrow?: React.CSSProperties;
101
+ /** SPB info tooltip content */
102
+ spbTooltipContent?: React.CSSProperties;
103
+ /** SPB info icon color override */
104
+ spbInfoIconColor?: string;
105
+ /** SPB functionality accordion wrapper */
106
+ spbSection?: React.CSSProperties;
107
+ /** SPB functionality accordion summary header */
108
+ spbSectionHeader?: React.CSSProperties;
109
+ /** SPB functionality accordion inner content area */
110
+ spbSectionContent?: React.CSSProperties;
111
+ /** SPB functionality accordion title text */
112
+ spbSectionTitle?: React.CSSProperties;
113
+ /** SPB chevron icon color */
114
+ spbChevronColor?: string;
115
+ /** SPB functionality item card (outer wrapper) */
116
+ spbFunctionalityItem?: React.CSSProperties;
117
+ /** SPB functionality item inner box containing title + description */
118
+ spbFunctionalityItemInner?: React.CSSProperties;
119
+ /** SPB functionality item name text */
120
+ spbFunctionalityItemName?: React.CSSProperties;
121
+ /** SPB functionality item description text */
122
+ spbFunctionalityItemDescription?: React.CSSProperties;
123
+ /** SPB APB reference chip */
124
+ spbApbReference?: React.CSSProperties;
125
+ /** SPB APB reference chip label text */
126
+ spbApbReferenceLabel?: React.CSSProperties;
127
+ /** "Graph →" dependency button in the title row */
128
+ dependencyGraphButton?: React.CSSProperties;
129
+ /** Stroke color for the default dependency graph icon */
130
+ dependencyGraphIconStroke?: string;
131
+ /** Fill color for the default dependency graph icon */
132
+ dependencyGraphIconFill?: string;
133
+ /** Row wrapper containing "apb references:" label + chips */
134
+ spbApbReferencesRow?: React.CSSProperties;
135
+ /** "apb references:" muted label text */
136
+ spbApbReferencesLabel?: React.CSSProperties;
137
+ /** Specifications info tooltip popup */
138
+ specificationsTooltip?: React.CSSProperties;
139
+ /** Specifications info tooltip arrow */
140
+ specificationsTooltipArrow?: React.CSSProperties;
141
+ /** Specifications info tooltip content */
142
+ specificationsTooltipContent?: React.CSSProperties;
143
+ /** APB info tooltip popup */
144
+ apbTooltip?: React.CSSProperties;
145
+ /** APB info tooltip arrow */
146
+ apbTooltipArrow?: React.CSSProperties;
147
+ /** APB info tooltip content */
148
+ apbTooltipContent?: React.CSSProperties;
149
+ /** SPB APB reference tooltip popup */
150
+ spbApbReferenceTooltip?: React.CSSProperties;
151
+ /** SPB APB reference tooltip arrow */
152
+ spbApbReferenceTooltipArrow?: React.CSSProperties;
153
+ /** SPB APB reference tooltip content */
154
+ spbApbReferenceTooltipContent?: React.CSSProperties;
155
+ /** Description card wrapper */
156
+ descriptionCard?: Pick<React.CSSProperties, 'borderColor' | 'borderLeftColor' | 'backgroundColor' | 'borderRadius' | 'padding'>;
157
+ /** "Prompt Overview" heading inside the description card */
158
+ descriptionHeading?: React.CSSProperties;
159
+ /** Category fields row wrapper */
160
+ categoryRow?: React.CSSProperties;
161
+ /** Individual category field item wrapper */
162
+ categoryItem?: React.CSSProperties;
163
+ /** Divider between category fields */
164
+ categoryDivider?: React.CSSProperties;
165
+ /** Category field label text (e.g. "Category") */
166
+ categoryLabel?: React.CSSProperties;
167
+ /** Category field value text (e.g. "Recommendation Assistance") */
168
+ categoryValue?: React.CSSProperties;
169
+ /** "...More" button shown when description overflows 4 lines */
170
+ descriptionMoreButton?: React.CSSProperties;
171
+ /** "Less" button shown when description is expanded */
172
+ descriptionLessButton?: React.CSSProperties;
173
+ /** When to apply accordion wrapper */
174
+ whenToApplyAccordion?: React.CSSProperties;
175
+ /** When to apply accordion summary header */
176
+ whenToApplyHeader?: React.CSSProperties;
177
+ /** When to apply accordion inner content area */
178
+ whenToApplyContent?: React.CSSProperties;
179
+ /** When to apply title text */
180
+ whenToApplyTitle?: React.CSSProperties;
181
+ /** When to apply icon color */
182
+ whenToApplyIconColor?: string;
183
+ /** When to apply icon circle wrapper — override any CSS including border */
184
+ whenToApplyIconCircle?: React.CSSProperties;
185
+ /** When not to apply accordion wrapper */
186
+ whenNotToApplyAccordion?: React.CSSProperties;
187
+ /** When not to apply accordion summary header */
188
+ whenNotToApplyHeader?: React.CSSProperties;
189
+ /** When not to apply accordion inner content area */
190
+ whenNotToApplyContent?: React.CSSProperties;
191
+ /** When not to apply title text */
192
+ whenNotToApplyTitle?: React.CSSProperties;
193
+ /** When not to apply icon color */
194
+ whenNotToApplyIconColor?: string;
195
+ /** When not to apply icon circle wrapper — override any CSS including border */
196
+ whenNotToApplyIconCircle?: React.CSSProperties;
197
+ /** Accordion chevron icon color for when-to/when-not-to accordions */
198
+ whenAccordionChevronColor?: string;
199
+ /** Section list item overrides */
200
+ sectionItem?: {
201
+ borderColor?: string;
202
+ titleColor?: string;
203
+ descriptionColor?: string;
204
+ orderColor?: string;
205
+ };
206
+ }
207
+ export interface SectionType {
208
+ title: string;
209
+ description: string;
210
+ order: number;
211
+ }
212
+ export interface SpbApbReference {
213
+ apb_name: string;
214
+ context: string;
215
+ }
216
+ export interface SpbFunctionalityItem {
217
+ name: string;
218
+ description: string;
219
+ apb_references: SpbApbReference[];
220
+ }
221
+ export interface SpbFunctionalityData {
222
+ spb_name: string;
223
+ total_apbs_identified: number;
224
+ total_functionalities: number;
225
+ functionality_analysis: SpbFunctionalityItem[];
226
+ }
227
+ interface PromptCitationMetaData {
228
+ title: string;
229
+ description: string;
230
+ prompt: string;
231
+ when_to_apply: string;
232
+ when_not_to_apply: string;
233
+ time?: string;
234
+ modename?: string;
235
+ similarity_score?: string;
236
+ username?: string;
237
+ useremail?: string;
238
+ current_user_id?: string;
239
+ enable_cognitive_decisioning?: string;
240
+ organization_name?: string;
241
+ citation_number?: string;
242
+ dependency_graph?: any;
243
+ sections?: SectionType[];
244
+ }
245
+ export interface PromptCitationProps {
246
+ prompt_title: string;
247
+ modename?: string;
248
+ description?: string;
249
+ customMetaData: PromptCitationMetaData;
250
+ chevronUpComponent?: React.ReactNode;
251
+ chevronDownComponent?: React.ReactNode;
252
+ editorHeight?: number | string;
253
+ editorWidth?: number | string;
254
+ /** @deprecated use isDarkMode or styles.isDarkMode */
255
+ isDarkModeEnabled?: boolean;
256
+ isDarkMode?: boolean;
257
+ href?: string;
258
+ startLine?: number;
259
+ endLine?: number;
260
+ constraints_and_rules?: string;
261
+ input_analysis?: string;
262
+ output_analysis?: string;
263
+ extraMetaData?: Record<string, any> | null;
264
+ /** When false, hides the code editor panel — fullscreen shows only the left metadata panel at full width */
265
+ showEditor?: boolean;
266
+ /** When true, clicking the pill opens the fullscreen dialog directly, skipping the inline expand view */
267
+ alwaysFullscreen?: boolean;
268
+ /** When true, renders the content directly inline as a component — no Dialog, no backdrop, no shadow, no pill */
269
+ renderAsComponent?: boolean;
270
+ /** When true, marks this citation as a Functional Prompt Block (FPB) — changes title typography and shows an info tooltip */
271
+ isFpb?: boolean;
272
+ /** When true, shows the "Graph →" button in the title row; clicking it fires onDependencyGraphOpen */
273
+ showDependencyIcon?: boolean;
274
+ /** Called when the user clicks the "Graph →" button; receives a fixed message string */
275
+ onDependencyGraphOpen?: (message: string) => void;
276
+ /** When true, marks this citation as a System Prompt Block (SPB) — shows SPB badge with info tooltip */
277
+ isSpb?: boolean;
278
+ /** SPB functionality data — when provided, renders a dropdown after the APBs section */
279
+ spbFunctionality?: SpbFunctionalityData;
280
+ /** Called with the section title when a section title is clicked */
281
+ onSectionClick?: (title: string) => void;
282
+ /** Category fields shown after Prompt Overview — each renders as a labelled column */
283
+ categoryFields?: {
284
+ label: string;
285
+ value: string;
286
+ }[];
287
+ /** Overrides the title text shown in the header (falls back to customMetaData.title) */
288
+ titleText?: string;
289
+ /** Custom node rendered instead of the default document/sparkle SVG before the title */
290
+ titleIcon?: React.ReactNode;
291
+ /** When provided, shows "Total APB's: <value>" in the footer bar */
292
+ total_apbs?: number | string;
293
+ /** Icon rendered on the left side of the "Graph →" button; falls back to the built-in share SVG */
294
+ dependencyGraphIcon?: React.ReactNode;
295
+ /** Arrow icon rendered on the right side of the "Graph →" button; falls back to the built-in arrow SVG */
296
+ dependencyGraphArrowIcon?: React.ReactNode;
297
+ /** Icon rendered left of the "When to apply" accordion title; falls back to the built-in checkmark SVG */
298
+ whenToApplyIcon?: React.ReactNode;
299
+ /** Expand/collapse chevron for the "When to apply" accordion; falls back to MUI ExpandMoreIcon */
300
+ whenToApplyExpandIcon?: React.ReactNode;
301
+ /** Icon rendered left of the "When not to apply" accordion title; falls back to the built-in cross SVG */
302
+ whenNotToApplyIcon?: React.ReactNode;
303
+ /** Expand/collapse chevron for the "When not to apply" accordion; falls back to MUI ExpandMoreIcon */
304
+ whenNotToApplyExpandIcon?: React.ReactNode;
305
+ /** Icon rendered left of the "Specifications" accordion title; falls back to the built-in lines SVG */
306
+ specificationsIcon?: React.ReactNode;
307
+ /** Info icon rendered next to the "Specifications" title (tooltip trigger); falls back to MUI InfoOutlined */
308
+ specificationsInfoIcon?: React.ReactNode;
309
+ /** Expand/collapse chevron for the Specifications accordion; falls back to MUI ExpandMoreIcon */
310
+ specificationsExpandIcon?: React.ReactNode;
311
+ /** Single customisable styles object containing slot-specific overrides for all sub-components */
312
+ styles?: PromptCitationStyles;
313
+ /** @deprecated use the per-accordion default expanded props instead */
314
+ defaultAccordionsExpanded?: boolean;
315
+ /** Controls the initial open/closed state for the "When to apply" accordion */
316
+ defaultWhenToApplyExpanded?: boolean;
317
+ /** Controls the initial open/closed state for the "When not to apply" accordion */
318
+ defaultWhenNotToApplyExpanded?: boolean;
319
+ /** Controls the initial open/closed state for the "Specifications" accordion */
320
+ defaultSpecificationsExpanded?: boolean;
321
+ /** Controls the initial open/closed state for the "SPB Functionalities" accordion */
322
+ defaultSpbFunctionalityExpanded?: boolean;
323
+ }
324
+ declare const PromptCitation: React.FC<PromptCitationProps>;
325
+ export default PromptCitation;
326
+ //# sourceMappingURL=PromptCitation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PromptCitation.d.ts","sourceRoot":"","sources":["../../../../../src/features/PromptCitation/PromptCitation.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const PromptCitationTest: React.FC;
3
+ export default PromptCitationTest;
4
+ //# sourceMappingURL=PromptCitationTest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PromptCitationTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/PromptCitation/PromptCitationTest.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAy1B1B,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAoI/B,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { IDiagnostic, IDiagnosticStylesBySeverity } from "../../../types/CodeCitationTypes";
2
+ export declare enum DiagnosticSeverity {
3
+ Error = 0,
4
+ Warning = 1,
5
+ Information = 2,
6
+ Hint = 3
7
+ }
8
+ interface CodeEditorProps {
9
+ startIndex: number;
10
+ endIndex: number;
11
+ language: string;
12
+ editorHeight: number | string;
13
+ editorWidth?: number | string;
14
+ code: string;
15
+ isHighlightingEnabled: boolean;
16
+ isDarkModeEnabled?: boolean;
17
+ openHighlightedCodeDetails?: any;
18
+ highlightCodeStatsLine?: any;
19
+ setHighlightCodeStatsLine?: any;
20
+ highlightCodeStatsVariable: any;
21
+ setHighlightCodeStatsVariable: any;
22
+ setHighlightIndexes?: any;
23
+ isExpanded: boolean;
24
+ highlightIndexes: any;
25
+ diagnostics?: IDiagnostic[];
26
+ diagnosticStylesBySeverity?: IDiagnosticStylesBySeverity;
27
+ }
28
+ declare const CodeEditor: ({ startIndex, endIndex, language, editorHeight, editorWidth, code, isHighlightingEnabled, isDarkModeEnabled, openHighlightedCodeDetails, highlightCodeStatsLine, setHighlightCodeStatsLine, highlightCodeStatsVariable, setHighlightCodeStatsVariable, setHighlightIndexes, isExpanded, highlightIndexes, diagnostics, diagnosticStylesBySeverity, }: CodeEditorProps) => import("react/jsx-runtime").JSX.Element;
29
+ export default CodeEditor;
30
+ //# sourceMappingURL=CodeEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PromptCitation/_components/CodeEditor.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAI5F,oBAAY,kBAAkB;IAAG,KAAK,IAAI;IAAE,OAAO,IAAI;IAAE,WAAW,IAAI;IAAE,IAAI,IAAI;CAAE;AAEpF,UAAU,eAAe;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB,EAAE,OAAO,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,0BAA0B,CAAC,EAAE,GAAG,CAAC;IACjC,sBAAsB,CAAC,EAAE,GAAG,CAAC;IAC7B,yBAAyB,CAAC,EAAE,GAAG,CAAC;IAChC,0BAA0B,EAAE,GAAG,CAAC;IAChC,6BAA6B,EAAE,GAAG,CAAC;IACnC,mBAAmB,CAAC,EAAE,GAAG,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,GAAG,CAAC;IACtB,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,0BAA0B,CAAC,EAAE,2BAA2B,CAAC;CAC1D;AAED,QAAA,MAAM,UAAU,yVAmBb,eAAe,4CAmXjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ declare const HighlightedCodeDetails: ({ fileSummarySectionTitle, FileDetailsComponent, onClose, editorHeight, editorWidth, code, language, isDarkMode, summary, filepath, citationTitle }: {
3
+ fileSummarySectionTitle: string;
4
+ FileDetailsComponent: React.ReactNode;
5
+ onClose: any;
6
+ editorHeight: any;
7
+ editorWidth: any;
8
+ code: string;
9
+ language: string;
10
+ isDarkMode: boolean;
11
+ summary: string;
12
+ filepath: string;
13
+ citationTitle: string;
14
+ }) => import("react/jsx-runtime").JSX.Element;
15
+ export default HighlightedCodeDetails;
16
+ //# sourceMappingURL=HighlightedCodeDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HighlightedCodeDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PromptCitation/_components/HighlightedCodeDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAqEzB,QAAA,MAAM,sBAAsB;6BAAoL,MAAM;0BAAwB,MAAM,SAAS;aAAW,GAAG;kBAAgB,GAAG;iBAAe,GAAG;UAAQ,MAAM;cAAY,MAAM;gBAAc,OAAO;aAAW,MAAM;cAAY,MAAM;mBAAiB,MAAM;6CA4C9Z,CAAA;AAED,eAAe,sBAAsB,CAAA"}
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+ import type { CognitiveReasoningPanelStyles } from "../../SPBAnalysisPanel/Cognitivereasoningpanel";
3
+ export interface MarkdownRendererProps {
4
+ message: string | undefined;
5
+ fontSize?: React.CSSProperties["fontSize"];
6
+ /** Keyed by the id referenced in `<a data-cognitive-reasoning="key">` anchors */
7
+ extraMetaData?: Record<string, any> | null;
8
+ /** Root wrapper style — `color` here cascades as the default text color for all elements */
9
+ style?: React.CSSProperties;
10
+ /** Style overrides for inline <code> elements */
11
+ codeStyle?: React.CSSProperties;
12
+ /** Style overrides for <pre> fenced code blocks */
13
+ preStyle?: React.CSSProperties;
14
+ /** Style overrides for <blockquote> elements */
15
+ blockquoteStyle?: React.CSSProperties;
16
+ /** Syntax highlighter theme object (e.g. oneDark / oneLight from react-syntax-highlighter) */
17
+ syntaxHighlighterTheme?: any;
18
+ /** Style overrides passed into each CognitiveReasoningPanel rendered inline */
19
+ cognitiveDecisioningStyles?: CognitiveReasoningPanelStyles;
20
+ }
21
+ export declare const MarkdownRenderer: ({ message, fontSize, extraMetaData, style, codeStyle, preStyle, blockquoteStyle, syntaxHighlighterTheme, cognitiveDecisioningStyles }: MarkdownRendererProps) => import("react/jsx-runtime").JSX.Element;
22
+ export default MarkdownRenderer;
23
+ //# sourceMappingURL=Markdownrenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Markdownrenderer.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PromptCitation/_components/Markdownrenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAapE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,gDAAgD,CAAC;AA4LpG,MAAM,WAAW,qBAAqB;IAClC,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAC3C,iFAAiF;IACjF,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IAC3C,4FAA4F;IAC5F,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,iDAAiD;IACjD,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,mDAAmD;IACnD,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/B,gDAAgD;IAChD,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,8FAA8F;IAC9F,sBAAsB,CAAC,EAAE,GAAG,CAAC;IAC7B,+EAA+E;IAC/E,0BAA0B,CAAC,EAAE,6BAA6B,CAAC;CAC9D;AAED,eAAO,MAAM,gBAAgB,0IAA2I,qBAAqB,4CAkO5L,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ interface ThemeToggleProps {
3
+ darkMode: boolean;
4
+ onToggle: (e: React.MouseEvent | any) => void;
5
+ toggleFullscreen: (e: React.MouseEvent | any) => void;
6
+ handleOpenFileDetailSection: (e: React.MouseEvent | any) => void;
7
+ showFullscreenIcon: boolean;
8
+ showFileSummaryIButton: boolean;
9
+ }
10
+ declare const ThemeToggle: React.FC<ThemeToggleProps>;
11
+ export default ThemeToggle;
12
+ //# sourceMappingURL=ThemeToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeToggle.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PromptCitation/_components/ThemeToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,UAAU,gBAAgB;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,GAAG,KAAK,IAAI,CAAC;IAC9C,gBAAgB,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,GAAG,KAAK,IAAI,CAAC;IACtD,2BAA2B,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,GAAG,KAAK,IAAI,CAAC;IACjE,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,EAAE,OAAO,CAAC;CACjC;AAWD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0G3C,CAAC;AA6CF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ interface TooltipComponentProps {
3
+ description: string;
4
+ children: React.ReactNode;
5
+ }
6
+ declare const TooltipComponent: React.FC<TooltipComponentProps>;
7
+ export default TooltipComponent;
8
+ //# sourceMappingURL=TooltipComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TooltipComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PromptCitation/_components/TooltipComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,UAAU,qBAAqB;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAMrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -330,14 +330,6 @@ export interface RequirementAICustomStyles {
330
330
  editIcon?: React.CSSProperties;
331
331
  cancelIcon?: React.CSSProperties;
332
332
  };
333
- suggestedFilesStyles?: {
334
- tooltip?: React.CSSProperties;
335
- arrow?: React.CSSProperties;
336
- header?: React.CSSProperties;
337
- list?: React.CSSProperties;
338
- listItem?: React.CSSProperties;
339
- infoIcon?: React.CSSProperties;
340
- };
341
333
  };
342
334
  gapSidebar?: GapSidebarCustomStyles;
343
335
  PartialRequirementContentStyles?: {
@@ -388,27 +380,6 @@ interface IRedlineCollaborativeConfig {
388
380
  authToken: string;
389
381
  modeId: string;
390
382
  cwsBaseUrl: string;
391
- onChangeActiveSectionMember?: (data: {
392
- email: string;
393
- sectionTitle?: string;
394
- operation: "start" | "end";
395
- }) => void;
396
- }
397
- interface IRedlineConfig {
398
- redlineConfigId?: string;
399
- changelogConfigId?: string;
400
- artifactId?: string;
401
- inputData?: any;
402
- baseApiUrl?: string;
403
- userName?: string;
404
- userEmail?: string;
405
- documentComparisonId?: string;
406
- callCreateDocumentOnInit?: boolean;
407
- callUpdateDocument?: boolean;
408
- documentBaseApiUrl?: string;
409
- editorBaseApiUrl?: string;
410
- callResolveRedline?: boolean;
411
- token?: string;
412
383
  }
413
384
  interface IRequirementAIContext {
414
385
  userStory: IUserStory[];
@@ -476,7 +447,20 @@ interface IRequirementAIContext {
476
447
  };
477
448
  segmentComponentConfig?: TSegmentComponentConfig;
478
449
  onEditBlocked?: (id?: string) => void;
479
- redlineConfig?: IRedlineConfig;
450
+ redlineConfig?: {
451
+ redlineConfigId?: string;
452
+ changelogConfigId?: string;
453
+ artifactId?: string;
454
+ inputData?: any;
455
+ baseApiUrl?: string;
456
+ userName?: string;
457
+ userEmail?: string;
458
+ documentComparisonId?: string;
459
+ callCreateDocumentOnInit?: boolean;
460
+ callUpdateDocument?: boolean;
461
+ token?: string;
462
+ documentBaseApiUrl?: string;
463
+ };
480
464
  redlineDcoumentId: string;
481
465
  setRedlineDocumentId: React.Dispatch<React.SetStateAction<string>>;
482
466
  sectionStatusConfig?: SectionStatusConfig;
@@ -488,13 +472,9 @@ interface IRequirementAIContext {
488
472
  isSaving?: (story: IUserStory) => boolean;
489
473
  onSave?: (story: IUserStory, value: CustomSectionData) => Promise<void> | void;
490
474
  isEditDisabled?: boolean;
491
- negateList?: boolean;
492
475
  };
493
- updateRedlineDataParent?: (data: Record<string, unknown>) => Promise<void>;
476
+ updateRedlineDataParent?: (data: any) => Promise<void>;
494
477
  redlineCollaborativeConfig?: IRedlineCollaborativeConfig;
495
- selectedSectionToEdit: string | null;
496
- setSelectedSectionToEdit: React.Dispatch<React.SetStateAction<string | null>>;
497
- onFetchOnDemandCitation?: (citationNo: string, aiReasoning: TAIReasoning, citationType: string) => Promise<any>;
498
478
  }
499
479
  export interface RequirementAIWrapperProps {
500
480
  children: ReactNode;
@@ -535,7 +515,19 @@ export interface RequirementAIWrapperProps {
535
515
  inlineManualComponentConfig?: {
536
516
  handleClick?: ((anchorEl: HTMLElement, aiReason: TAIReasoning) => void) | undefined;
537
517
  };
538
- redlineConfig?: IRedlineConfig;
518
+ redlineConfig?: {
519
+ redlineConfigId?: string;
520
+ changelogConfigId?: string;
521
+ artifactId?: string;
522
+ inputData?: any;
523
+ baseApiUrl?: string;
524
+ userName?: string;
525
+ userEmail?: string;
526
+ documentComparisonId?: string;
527
+ callCreateDocumentOnInit?: boolean;
528
+ callUpdateDocument?: boolean;
529
+ documentBaseApiUrl?: string;
530
+ };
539
531
  sectionStatusConfig?: SectionStatusConfig;
540
532
  completionPercentage?: number;
541
533
  customSectionConfig?: {
@@ -545,14 +537,12 @@ export interface RequirementAIWrapperProps {
545
537
  isSaving?: (story: IUserStory) => boolean;
546
538
  onSave?: (story: IUserStory, value: CustomSectionData) => Promise<void> | void;
547
539
  isEditDisabled?: boolean;
548
- negateList?: boolean;
549
540
  };
550
541
  updateRedlineDataParent?: (data: any) => Promise<void>;
551
542
  redlineCollaborativeConfig?: IRedlineCollaborativeConfig;
552
- onFetchOnDemandCitation?: (citationNo: string, aiReasoning: TAIReasoning, citationType: string) => Promise<any>;
553
543
  }
554
544
  export declare const ToasterId = "user-story-lib";
555
- declare const RequirementAIWrapper: ({ children, userStory, setUserStory, aiReasoning, setAiReasoning, citations, setCitations, apiCachingConfig, customStyles, customIcons, searchQueryList, searchQueryReasoningIdList, citationConfig, chatHistory, chatCitationConfigs, gptCitationConfigs, diffEditConfig, aiReasoningAccordionOpenStates, persistedDataFiles, inlineUpdateComponentConfig, segmentComponentConfig, onEditBlocked, inlineManualComponentConfig, redlineConfig, sectionStatusConfig, customSectionConfig, updateRedlineDataParent, redlineCollaborativeConfig, onFetchOnDemandCitation }: RequirementAIWrapperProps) => import("react/jsx-runtime").JSX.Element;
545
+ declare const RequirementAIWrapper: ({ children, userStory, setUserStory, aiReasoning, setAiReasoning, citations, setCitations, apiCachingConfig, customStyles, customIcons, searchQueryList, searchQueryReasoningIdList, citationConfig, chatHistory, chatCitationConfigs, gptCitationConfigs, diffEditConfig, aiReasoningAccordionOpenStates, persistedDataFiles, inlineUpdateComponentConfig, segmentComponentConfig, onEditBlocked, inlineManualComponentConfig, redlineConfig, sectionStatusConfig, customSectionConfig, updateRedlineDataParent, redlineCollaborativeConfig, }: RequirementAIWrapperProps) => import("react/jsx-runtime").JSX.Element;
556
546
  export declare const useRequirementAI: () => IRequirementAIContext;
557
547
  export default RequirementAIWrapper;
558
548
  //# sourceMappingURL=RequirementAIWrapper.d.ts.map