@viswa-test/test-citation 0.0.376 → 0.0.378

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 (521) hide show
  1. package/dist/cjs/features/CognitiveCompare/CitationAnchor.js +1 -1
  2. package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
  3. package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  4. package/dist/cjs/features/CognitiveCompare/CognitivePopup.js +1 -1
  5. package/dist/cjs/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js +1 -1
  6. package/dist/cjs/features/CognitiveCompare/Guidelines/components/WebGptPanel.js +1 -1
  7. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +1 -1
  8. package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  9. package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  10. package/dist/cjs/features/CognitiveCompare/hooks/memoizedMarkdown.js +1 -1
  11. package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  12. package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  13. package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js +1 -1
  14. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +1 -1
  15. package/dist/cjs/features/GptWebCitation/GptWebCitation.js +1 -1
  16. package/dist/cjs/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
  17. package/dist/cjs/features/GptWebCitation/utils/fixedHeight.utils.js +1 -1
  18. package/dist/cjs/features/PdfViewer/PdfContainer.js +1 -1
  19. package/dist/cjs/features/PdfViewer/PdfStyle.js +1 -1
  20. package/dist/cjs/features/PdfViewer/PdfToolbar.js +1 -1
  21. package/dist/cjs/features/PdfViewer/PdfViewer.js +1 -1
  22. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  23. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js +2 -0
  24. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js.map +1 -0
  25. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  26. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +1 -1
  27. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js +2 -0
  28. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js.map +1 -0
  29. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +1 -1
  30. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js +2 -0
  31. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js.map +1 -0
  32. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js +2 -0
  33. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js.map +1 -0
  34. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js +2 -0
  35. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js.map +1 -0
  36. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js +2 -0
  37. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js.map +1 -0
  38. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js +2 -0
  39. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js.map +1 -0
  40. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js +2 -0
  41. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js.map +1 -0
  42. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js +2 -0
  43. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js.map +1 -0
  44. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js +2 -0
  45. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js.map +1 -0
  46. package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  47. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js +2 -0
  48. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js.map +1 -0
  49. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js +2 -0
  50. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js.map +1 -0
  51. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js +2 -0
  52. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js.map +1 -0
  53. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js +2 -0
  54. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js.map +1 -0
  55. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js +2 -0
  56. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js.map +1 -0
  57. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js +2 -0
  58. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js.map +1 -0
  59. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js +2 -0
  60. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js.map +1 -0
  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/components/userstory-with-citation/utils/inlineMarkdown.js +2 -0
  88. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js.map +1 -0
  89. package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  90. package/dist/cjs/features/RequirementAI/utils/exponential-retry.js +2 -0
  91. package/dist/cjs/features/RequirementAI/utils/exponential-retry.js.map +1 -0
  92. package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
  93. package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  94. package/dist/cjs/index.js +1 -1
  95. package/dist/cjs/service/redlineService.js +1 -1
  96. package/dist/cjs/utils/tagHelper.js +1 -1
  97. package/dist/features/CognitiveCompare/CitationAnchor.js +1 -1
  98. package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
  99. package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  100. package/dist/features/CognitiveCompare/CognitivePopup.js +1 -1
  101. package/dist/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js +1 -1
  102. package/dist/features/CognitiveCompare/Guidelines/components/WebGptPanel.js +1 -1
  103. package/dist/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +1 -1
  104. package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  105. package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  106. package/dist/features/CognitiveCompare/hooks/memoizedMarkdown.js +1 -1
  107. package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  108. package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  109. package/dist/features/CognitiveCompare/hooks/useSideBySide.js +1 -1
  110. package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +1 -1
  111. package/dist/features/GptWebCitation/GptWebCitation.js +1 -1
  112. package/dist/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
  113. package/dist/features/GptWebCitation/utils/fixedHeight.utils.js +1 -1
  114. package/dist/features/PdfViewer/PdfContainer.js +1 -1
  115. package/dist/features/PdfViewer/PdfStyle.js +1 -1
  116. package/dist/features/PdfViewer/PdfToolbar.js +1 -1
  117. package/dist/features/PdfViewer/PdfViewer.js +1 -1
  118. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  119. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js +2 -0
  120. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.js.map +1 -0
  121. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  122. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +1 -1
  123. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js +2 -0
  124. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.js.map +1 -0
  125. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +1 -1
  126. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js +2 -0
  127. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.js.map +1 -0
  128. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js +2 -0
  129. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js.map +1 -0
  130. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js +2 -0
  131. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.js.map +1 -0
  132. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js +2 -0
  133. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.js.map +1 -0
  134. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js +2 -0
  135. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.js.map +1 -0
  136. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js +2 -0
  137. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.js.map +1 -0
  138. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js +2 -0
  139. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.js.map +1 -0
  140. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js +2 -0
  141. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.js.map +1 -0
  142. package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  143. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js +2 -0
  144. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js.map +1 -0
  145. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js +2 -0
  146. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js.map +1 -0
  147. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js +2 -0
  148. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js.map +1 -0
  149. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js +2 -0
  150. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js.map +1 -0
  151. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js +2 -0
  152. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js.map +1 -0
  153. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js +2 -0
  154. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js.map +1 -0
  155. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js +2 -0
  156. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js.map +1 -0
  157. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  158. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  159. package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  160. package/dist/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +1 -1
  161. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
  162. package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  163. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  164. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  165. package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +1 -1
  166. package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +1 -1
  167. package/dist/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +1 -1
  168. package/dist/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +1 -1
  169. package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  170. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  171. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  172. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +1 -1
  173. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  174. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  175. package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  176. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  177. package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
  178. package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  179. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  180. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  181. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  182. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  183. package/dist/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js +2 -0
  184. package/dist/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.js.map +1 -0
  185. package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  186. package/dist/features/RequirementAI/utils/exponential-retry.js +2 -0
  187. package/dist/features/RequirementAI/utils/exponential-retry.js.map +1 -0
  188. package/dist/features/RequirementAI/utils/helpers.js +1 -1
  189. package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  190. package/dist/index.js +1 -1
  191. package/dist/service/redlineService.js +1 -1
  192. package/dist/types/src/CitationAccordionTest.d.ts +1 -0
  193. package/dist/types/src/CitationAccordionTest.d.ts.map +1 -0
  194. package/dist/types/src/MockDeviationSummary.d.ts +1 -0
  195. package/dist/types/src/MockDeviationSummary.d.ts.map +1 -0
  196. package/dist/types/src/RedlineEditorTest.d.ts.map +1 -1
  197. package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
  198. package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts.map +1 -1
  199. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts +1 -1
  200. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
  201. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +1 -1
  202. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
  203. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +12 -0
  204. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +1 -1
  205. package/dist/types/src/features/CognitiveCompare/Guidelines/components/GuidelinePanel.d.ts.map +1 -1
  206. package/dist/types/src/features/CognitiveCompare/Guidelines/components/WebGptPanel.d.ts.map +1 -1
  207. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts +11312 -433
  208. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts.map +1 -1
  209. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/new-guidelines.mockData.d.ts +33 -0
  210. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/new-guidelines.mockData.d.ts.map +1 -0
  211. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts +14 -1
  212. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts.map +1 -1
  213. package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
  214. package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
  215. package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts +2 -1
  216. package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts.map +1 -1
  217. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts +1 -1
  218. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
  219. package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -1
  220. package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts.map +1 -1
  221. package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts +1 -0
  222. package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts.map +1 -1
  223. package/dist/types/src/features/GptWebCitation/GptWebCitation.d.ts.map +1 -1
  224. package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts +2 -1
  225. package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts.map +1 -1
  226. package/dist/types/src/features/GptWebCitation/types.d.ts +11 -0
  227. package/dist/types/src/features/GptWebCitation/types.d.ts.map +1 -1
  228. package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts +2 -0
  229. package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts.map +1 -1
  230. package/dist/types/src/features/PdfViewer/PdfContainer.d.ts +2 -4
  231. package/dist/types/src/features/PdfViewer/PdfContainer.d.ts.map +1 -1
  232. package/dist/types/src/features/PdfViewer/PdfStyle.d.ts.map +1 -1
  233. package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts.map +1 -1
  234. package/dist/types/src/features/PdfViewer/PdfViewer.d.ts +2 -18
  235. package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +1 -1
  236. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +39 -29
  237. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  238. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.d.ts +2 -0
  239. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.d.ts.map +1 -0
  240. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +1 -1
  241. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts +2 -0
  242. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts.map +1 -1
  243. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.d.ts +3 -0
  244. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.d.ts.map +1 -0
  245. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts +2 -0
  246. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts.map +1 -1
  247. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/reviewBoundaryLexical.test.d.ts +2 -0
  248. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/reviewBoundaryLexical.test.d.ts.map +1 -0
  249. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.d.ts +7 -0
  250. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.d.ts.map +1 -0
  251. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts +2 -0
  252. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts.map +1 -0
  253. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.d.ts +29 -0
  254. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.d.ts.map +1 -0
  255. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.test.d.ts +2 -0
  256. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.test.d.ts.map +1 -0
  257. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.d.ts +7 -0
  258. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.d.ts.map +1 -0
  259. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.d.ts +3 -0
  260. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.d.ts.map +1 -0
  261. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.d.ts +86 -0
  262. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.d.ts.map +1 -0
  263. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.test.d.ts +9 -0
  264. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.test.d.ts.map +1 -0
  265. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.d.ts +7 -0
  266. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.d.ts.map +1 -0
  267. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.d.ts +5 -0
  268. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.d.ts.map +1 -0
  269. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  270. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts +10 -0
  271. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts.map +1 -0
  272. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts +17 -0
  273. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts.map +1 -0
  274. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts +23 -0
  275. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts.map +1 -0
  276. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts +3 -0
  277. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts.map +1 -0
  278. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +1 -1
  279. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +1 -1
  280. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
  281. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts +84 -5439
  282. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts.map +1 -1
  283. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +1 -1
  284. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
  285. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts +1 -1
  286. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -1
  287. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +2 -2
  288. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
  289. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +20 -2
  290. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
  291. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts +7 -2
  292. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts.map +1 -1
  293. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.d.ts.map +1 -1
  294. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts +15 -1
  295. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts.map +1 -1
  296. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts +2 -1
  297. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts.map +1 -1
  298. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +3 -2
  299. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
  300. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
  301. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +1 -0
  302. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +1 -1
  303. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +1 -0
  304. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +1 -1
  305. package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +1 -1
  306. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts +12 -0
  307. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts.map +1 -0
  308. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +3 -2
  309. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +1 -1
  310. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +1 -1
  311. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +1 -1
  312. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +3 -1
  313. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +1 -1
  314. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +2 -1
  315. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +1 -1
  316. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +1 -0
  317. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +1 -1
  318. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +2 -0
  319. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +1 -1
  320. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +2 -1
  321. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  322. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +2 -1
  323. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
  324. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.d.ts +9 -0
  325. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/utils/inlineMarkdown.d.ts.map +1 -0
  326. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +1 -1
  327. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +1 -1
  328. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +2 -0
  329. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +1 -1
  330. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +7 -0
  331. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  332. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +2 -1
  333. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +1 -1
  334. package/dist/types/src/features/RequirementAI/utils/exponential-retry.d.ts +12 -0
  335. package/dist/types/src/features/RequirementAI/utils/exponential-retry.d.ts.map +1 -0
  336. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +2 -0
  337. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +1 -1
  338. package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +1 -1
  339. package/dist/types/src/index.d.ts +0 -4
  340. package/dist/types/src/index.d.ts.map +1 -1
  341. package/dist/types/src/service/redlineService.d.ts.map +1 -1
  342. package/dist/types/src/utils/tagHelper.d.ts +9 -0
  343. package/dist/types/src/utils/tagHelper.d.ts.map +1 -1
  344. package/dist/utils/tagHelper.js +1 -1
  345. package/package.json +1 -1
  346. package/dist/assests/icons/InfoAlert.js +0 -2
  347. package/dist/assests/icons/InfoAlert.js.map +0 -1
  348. package/dist/cjs/assests/icons/InfoAlert.js +0 -2
  349. package/dist/cjs/assests/icons/InfoAlert.js.map +0 -1
  350. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js +0 -2
  351. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js.map +0 -1
  352. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js +0 -2
  353. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js.map +0 -1
  354. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js +0 -2
  355. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js.map +0 -1
  356. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js +0 -2
  357. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js.map +0 -1
  358. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js +0 -2
  359. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js.map +0 -1
  360. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +0 -2
  361. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +0 -1
  362. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js +0 -2
  363. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js.map +0 -1
  364. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js +0 -2
  365. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +0 -1
  366. package/dist/cjs/features/ReviewPanel/ReviewPanel.js +0 -2
  367. package/dist/cjs/features/ReviewPanel/ReviewPanel.js.map +0 -1
  368. package/dist/cjs/features/SegmentReviewComponents/BoundaryCard.js +0 -2
  369. package/dist/cjs/features/SegmentReviewComponents/BoundaryCard.js.map +0 -1
  370. package/dist/cjs/features/SegmentReviewComponents/CardWrapper.js +0 -2
  371. package/dist/cjs/features/SegmentReviewComponents/CardWrapper.js.map +0 -1
  372. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js +0 -2
  373. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +0 -1
  374. package/dist/cjs/features/SegmentReviewComponents/CognitiveIcon.js +0 -2
  375. package/dist/cjs/features/SegmentReviewComponents/CognitiveIcon.js.map +0 -1
  376. package/dist/cjs/features/SegmentReviewComponents/CognitiveIntegrity.js +0 -2
  377. package/dist/cjs/features/SegmentReviewComponents/CognitiveIntegrity.js.map +0 -1
  378. package/dist/cjs/features/SegmentReviewComponents/CognitiveScoreBadge.js +0 -2
  379. package/dist/cjs/features/SegmentReviewComponents/CognitiveScoreBadge.js.map +0 -1
  380. package/dist/cjs/features/SegmentReviewComponents/LabelCheck.js +0 -2
  381. package/dist/cjs/features/SegmentReviewComponents/LabelCheck.js.map +0 -1
  382. package/dist/cjs/features/SegmentReviewComponents/PageCheck.js +0 -2
  383. package/dist/cjs/features/SegmentReviewComponents/PageCheck.js.map +0 -1
  384. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js +0 -2
  385. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js.map +0 -1
  386. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js +0 -2
  387. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js.map +0 -1
  388. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js +0 -2
  389. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js.map +0 -1
  390. package/dist/cjs/features/SegmentReviewComponents/ReviewedBoundaryActions.js +0 -2
  391. package/dist/cjs/features/SegmentReviewComponents/ReviewedBoundaryActions.js.map +0 -1
  392. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js +0 -2
  393. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js.map +0 -1
  394. package/dist/cjs/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js +0 -2
  395. package/dist/cjs/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js.map +0 -1
  396. package/dist/cjs/features/SegmentReviewComponents/helper.js +0 -2
  397. package/dist/cjs/features/SegmentReviewComponents/helper.js.map +0 -1
  398. package/dist/cjs/features/SegmentReviewComponents/reviewStepAdapters.js +0 -2
  399. package/dist/cjs/features/SegmentReviewComponents/reviewStepAdapters.js.map +0 -1
  400. package/dist/features/ParentCitationComponent/ParentCitationComponent.js +0 -2
  401. package/dist/features/ParentCitationComponent/ParentCitationComponent.js.map +0 -1
  402. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js +0 -2
  403. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js.map +0 -1
  404. package/dist/features/PdfViewer/nyc-components/CardWrapper.js +0 -2
  405. package/dist/features/PdfViewer/nyc-components/CardWrapper.js.map +0 -1
  406. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js +0 -2
  407. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js.map +0 -1
  408. package/dist/features/PdfViewer/nyc-components/LabelCheck.js +0 -2
  409. package/dist/features/PdfViewer/nyc-components/LabelCheck.js.map +0 -1
  410. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +0 -2
  411. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +0 -1
  412. package/dist/features/PdfViewer/nyc-components/infoAlert.js +0 -2
  413. package/dist/features/PdfViewer/nyc-components/infoAlert.js.map +0 -1
  414. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js +0 -2
  415. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +0 -1
  416. package/dist/features/ReviewPanel/ReviewPanel.js +0 -2
  417. package/dist/features/ReviewPanel/ReviewPanel.js.map +0 -1
  418. package/dist/features/SegmentReviewComponents/BoundaryCard.js +0 -2
  419. package/dist/features/SegmentReviewComponents/BoundaryCard.js.map +0 -1
  420. package/dist/features/SegmentReviewComponents/CardWrapper.js +0 -2
  421. package/dist/features/SegmentReviewComponents/CardWrapper.js.map +0 -1
  422. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js +0 -2
  423. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +0 -1
  424. package/dist/features/SegmentReviewComponents/CognitiveIcon.js +0 -2
  425. package/dist/features/SegmentReviewComponents/CognitiveIcon.js.map +0 -1
  426. package/dist/features/SegmentReviewComponents/CognitiveIntegrity.js +0 -2
  427. package/dist/features/SegmentReviewComponents/CognitiveIntegrity.js.map +0 -1
  428. package/dist/features/SegmentReviewComponents/CognitiveScoreBadge.js +0 -2
  429. package/dist/features/SegmentReviewComponents/CognitiveScoreBadge.js.map +0 -1
  430. package/dist/features/SegmentReviewComponents/LabelCheck.js +0 -2
  431. package/dist/features/SegmentReviewComponents/LabelCheck.js.map +0 -1
  432. package/dist/features/SegmentReviewComponents/PageCheck.js +0 -2
  433. package/dist/features/SegmentReviewComponents/PageCheck.js.map +0 -1
  434. package/dist/features/SegmentReviewComponents/RevertCard.js +0 -2
  435. package/dist/features/SegmentReviewComponents/RevertCard.js.map +0 -1
  436. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js +0 -2
  437. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js.map +0 -1
  438. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js +0 -2
  439. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js.map +0 -1
  440. package/dist/features/SegmentReviewComponents/ReviewedBoundaryActions.js +0 -2
  441. package/dist/features/SegmentReviewComponents/ReviewedBoundaryActions.js.map +0 -1
  442. package/dist/features/SegmentReviewComponents/ReviewedCard.js +0 -2
  443. package/dist/features/SegmentReviewComponents/ReviewedCard.js.map +0 -1
  444. package/dist/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js +0 -2
  445. package/dist/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js.map +0 -1
  446. package/dist/features/SegmentReviewComponents/helper.js +0 -2
  447. package/dist/features/SegmentReviewComponents/helper.js.map +0 -1
  448. package/dist/features/SegmentReviewComponents/reviewStepAdapters.js +0 -2
  449. package/dist/features/SegmentReviewComponents/reviewStepAdapters.js.map +0 -1
  450. package/dist/types/src/RedlineApprovalCardTest.d.ts +0 -1
  451. package/dist/types/src/RedlineApprovalCardTest.d.ts.map +0 -1
  452. package/dist/types/src/RedlineEditorTest2.d.ts +0 -3
  453. package/dist/types/src/RedlineEditorTest2.d.ts.map +0 -1
  454. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts +0 -3
  455. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts.map +0 -1
  456. package/dist/types/src/assests/icons/InfoAlert.d.ts +0 -3
  457. package/dist/types/src/assests/icons/InfoAlert.d.ts.map +0 -1
  458. package/dist/types/src/commonConstants.d.ts +0 -31103
  459. package/dist/types/src/commonConstants.d.ts.map +0 -1
  460. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts +0 -2
  461. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts.map +0 -1
  462. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts +0 -128
  463. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts.map +0 -1
  464. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts +0 -13
  465. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts.map +0 -1
  466. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts +0 -59
  467. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts.map +0 -1
  468. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts +0 -19
  469. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts.map +0 -1
  470. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts +0 -3
  471. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts.map +0 -1
  472. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts +0 -77
  473. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts.map +0 -1
  474. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts +0 -47
  475. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts.map +0 -1
  476. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts +0 -15
  477. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts.map +0 -1
  478. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts +0 -3
  479. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts.map +0 -1
  480. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts +0 -36
  481. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts.map +0 -1
  482. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts +0 -83
  483. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts.map +0 -1
  484. package/dist/types/src/features/SegmentReviewComponents/CardWrapper.d.ts +0 -26
  485. package/dist/types/src/features/SegmentReviewComponents/CardWrapper.d.ts.map +0 -1
  486. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts +0 -3
  487. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts.map +0 -1
  488. package/dist/types/src/features/SegmentReviewComponents/CognitiveIcon.d.ts +0 -3
  489. package/dist/types/src/features/SegmentReviewComponents/CognitiveIcon.d.ts.map +0 -1
  490. package/dist/types/src/features/SegmentReviewComponents/CognitiveIntegrity.d.ts +0 -33
  491. package/dist/types/src/features/SegmentReviewComponents/CognitiveIntegrity.d.ts.map +0 -1
  492. package/dist/types/src/features/SegmentReviewComponents/CognitiveScoreBadge.d.ts +0 -7
  493. package/dist/types/src/features/SegmentReviewComponents/CognitiveScoreBadge.d.ts.map +0 -1
  494. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts +0 -87
  495. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts.map +0 -1
  496. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts +0 -51
  497. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts.map +0 -1
  498. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts +0 -37
  499. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts.map +0 -1
  500. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts +0 -9
  501. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts.map +0 -1
  502. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts +0 -7
  503. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts.map +0 -1
  504. package/dist/types/src/features/SegmentReviewComponents/ReviewedBoundaryActions.d.ts +0 -17
  505. package/dist/types/src/features/SegmentReviewComponents/ReviewedBoundaryActions.d.ts.map +0 -1
  506. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts +0 -33
  507. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts.map +0 -1
  508. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts +0 -123
  509. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts.map +0 -1
  510. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewRedirectionTest.d.ts +0 -13
  511. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewRedirectionTest.d.ts.map +0 -1
  512. package/dist/types/src/features/SegmentReviewComponents/helper.d.ts +0 -53
  513. package/dist/types/src/features/SegmentReviewComponents/helper.d.ts.map +0 -1
  514. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts +0 -2
  515. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts.map +0 -1
  516. package/dist/types/src/features/SegmentReviewComponents/index.d.ts +0 -23
  517. package/dist/types/src/features/SegmentReviewComponents/index.d.ts.map +0 -1
  518. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts +0 -242
  519. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts.map +0 -1
  520. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts +0 -2
  521. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateTags.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/constants/updateTags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,qCAAqC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InitialHtml.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAI7C,UAAU,uBAAuB;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,KAAK,CAAA;CACZ;AAED,eAAO,MAAM,WAAW,0CAIrB,uBAAuB,KAAG,IAkD5B,CAAC"}
1
+ {"version":3,"file":"InitialHtml.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAQ7C,UAAU,uBAAuB;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,KAAK,CAAC;CACb;AAED,eAAO,MAAM,WAAW,0CAIrB,uBAAuB,KAAG,IAgE5B,CAAC"}
@@ -20,7 +20,9 @@ export declare class ManualNode extends ElementNode {
20
20
  static importDOM(): DOMConversionMap | null;
21
21
  static importJSON(serializedNode: SerializedManualNode): ManualNode;
22
22
  exportJSON(): SerializedManualNode;
23
+ isInline(): true;
23
24
  canInsertTextBefore(): boolean;
24
25
  canInsertTextAfter(): boolean;
26
+ canMergeWith(): false;
25
27
  }
26
28
  //# sourceMappingURL=ManualNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManualNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,eAAe,EAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAKtC,EAAE,GAAE,MAA4B,EAChC,MAAM,GAAE,MAAW,EACnB,GAAG,CAAC,EAAE,OAAO;IAWjB,KAAK,IAAI,MAAM;IAIf,SAAS,IAAI,MAAM;IAInB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS/B,SAAS,IAAI,WAAW;IAcxB,SAAS,IAAI,eAAe;IAO5B,SAAS,CACL,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,GACjB,OAAO;IAsBV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,oBAAoB,GACrC,UAAU;IAQb,UAAU,IAAI,oBAAoB;IAUlC,mBAAmB,IAAI,OAAO;IAI9B,kBAAkB,IAAI,OAAO;CAGhC"}
1
+ {"version":3,"file":"ManualNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,eAAe,EAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAKtC,EAAE,GAAE,MAA4B,EAChC,MAAM,GAAE,MAAW,EACnB,GAAG,CAAC,EAAE,OAAO;IAWjB,KAAK,IAAI,MAAM;IAIf,SAAS,IAAI,MAAM;IAInB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS/B,SAAS,IAAI,WAAW;IAcxB,SAAS,IAAI,eAAe;IAO5B,SAAS,CACL,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,GACjB,OAAO;IAsBV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,oBAAoB,GACrC,UAAU;IAQb,UAAU,IAAI,oBAAoB;IASlC,QAAQ,IAAI,IAAI;IAIhB,mBAAmB,IAAI,OAAO;IAI9B,kBAAkB,IAAI,OAAO;IAI7B,YAAY,IAAI,KAAK;CAGxB"}
@@ -0,0 +1,3 @@
1
+ /** Keep ordinary text edits from merging or ambiguously crossing table cells. */
2
+ export declare const ProtectTableCellBoundaries: () => null;
3
+ //# sourceMappingURL=ProtectTableCellBoundaries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProtectTableCellBoundaries.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ProtectTableCellBoundaries.tsx"],"names":[],"mappings":"AA8CA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,YAqItC,CAAC"}
@@ -20,7 +20,9 @@ export declare class UpdateNode extends ElementNode {
20
20
  static importDOM(): DOMConversionMap | null;
21
21
  static importJSON(serializedNode: SerializedUpdateNode): UpdateNode;
22
22
  exportJSON(): SerializedUpdateNode;
23
+ isInline(): true;
23
24
  canInsertTextBefore(): boolean;
24
25
  canInsertTextAfter(): boolean;
26
+ canMergeWith(): false;
25
27
  }
26
28
  //# sourceMappingURL=UpdateNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,eAAe,EAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAStC,EAAE,GAAE,MAA4B,EAChC,MAAM,GAAE,MAAW,EACnB,GAAG,CAAC,EAAE,OAAO;IAWjB,KAAK,IAAI,MAAM;IAIf,SAAS,IAAI,MAAM;IAInB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS/B,SAAS,IAAI,WAAW;IAcxB,SAAS,IAAI,eAAe;IAO5B,SAAS,CACL,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,GACjB,OAAO;IAsBV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,oBAAoB,GACrC,UAAU;IAQb,UAAU,IAAI,oBAAoB;IAUlC,mBAAmB,IAAI,OAAO;IAI9B,kBAAkB,IAAI,OAAO;CAIhC"}
1
+ {"version":3,"file":"UpdateNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,eAAe,EAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAStC,EAAE,GAAE,MAA4B,EAChC,MAAM,GAAE,MAAW,EACnB,GAAG,CAAC,EAAE,OAAO;IAWjB,KAAK,IAAI,MAAM;IAIf,SAAS,IAAI,MAAM;IAInB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS/B,SAAS,IAAI,WAAW;IAcxB,SAAS,IAAI,eAAe;IAO5B,SAAS,CACL,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,GACjB,OAAO;IAsBV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,oBAAoB,GACrC,UAAU;IAQb,UAAU,IAAI,oBAAoB;IASlC,QAAQ,IAAI,IAAI;IAIhB,mBAAmB,IAAI,OAAO;IAI9B,kBAAkB,IAAI,OAAO;IAI7B,YAAY,IAAI,KAAK;CAIxB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=reviewBoundaryLexical.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reviewBoundaryLexical.test.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/reviewBoundaryLexical.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /** Converts only raw HTML tables, leaving all surrounding Markdown unchanged. */
2
+ export declare const convertHtmlTablesToMarkdownPipes: (source: string) => string;
3
+ /** Produces the canonical update-manual payload while retaining anchor IDs. */
4
+ export declare const serializeUpdateManualPayload: (editorValue: string) => string;
5
+ /** Restores backend anchor comments to the editor's non-editable invisible nodes. */
6
+ export declare const restoreInvisibleTagsForEditor: (backendValue: string) => string;
7
+ //# sourceMappingURL=manualEditSerialization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manualEditSerialization.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/manualEditSerialization.ts"],"names":[],"mappings":"AA8GA,iFAAiF;AACjF,eAAO,MAAM,gCAAgC,WAAY,MAAM,KAAG,MAUjE,CAAC;AAEF,+EAA+E;AAC/E,eAAO,MAAM,4BAA4B,gBAAiB,MAAM,KAAG,MAIhE,CAAC;AAEJ,qFAAqF;AACrF,eAAO,MAAM,6BAA6B,iBAAkB,MAAM,KAAG,MAIlE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const normalizeRedlineMarkdown: (source: string) => string;
2
+ //# sourceMappingURL=normalizeRedlineMarkdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalizeRedlineMarkdown.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.ts"],"names":[],"mappings":"AAuMA,eAAO,MAAM,wBAAwB,WAAY,MAAM,KAAG,MAqBzD,CAAC"}
@@ -0,0 +1,29 @@
1
+ interface MarkdownEmphasisRange {
2
+ openIndex: number;
3
+ closeIndex: number;
4
+ marker: "*" | "_";
5
+ markerLength: 1 | 2 | 3;
6
+ }
7
+ export declare const collectMarkdownEmphasisRanges: (value: string) => MarkdownEmphasisRange[];
8
+ export declare const normalizeCombinedEmphasisForRendering: (value: string) => string;
9
+ /**
10
+ * Move emphasis delimiters outside a review block when legacy redline data
11
+ * opens the same delimiter inside both <del> and <ins>, but closes it after
12
+ * </manual>/<upt>. Passing that overlapping structure to Showdown produces
13
+ * invalid HTML, which DOMParser then repairs by moving text out of <ins>.
14
+ *
15
+ * Example:
16
+ * <manual><del>**old</del><ins>**new</ins></manual> tail**
17
+ * becomes:
18
+ * **<manual><del>old</del><ins>new</ins></manual> tail**
19
+ *
20
+ * This is a rendering-only normalization. The original source remains the
21
+ * editor's persistence baseline and is restored by the preservation helpers.
22
+ */
23
+ export declare const normalizeReviewBoundaryEmphasisForRendering: (value: string) => string;
24
+ /** Remove only delimiter runs that were parsed as emphasis, leaving literals/code intact. */
25
+ export declare const markdownWithoutEmphasisMarkers: (value: string) => string;
26
+ /** Preserve the source choice of `*`/`_` for both emphasis and strong text. */
27
+ export declare const preserveEmphasisMarkersFromSource: (source: string, generated: string) => string;
28
+ export {};
29
+ //# sourceMappingURL=preserveMarkdownEmphasis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveMarkdownEmphasis.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.ts"],"names":[],"mappings":"AAAA,UAAU,qBAAqB;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,GAAG,GAAG,GAAG,CAAC;IAClB,YAAY,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACzB;AAYD,eAAO,MAAM,6BAA6B,UAAW,MAAM,KAAG,qBAAqB,EA8ElF,CAAC;AAEF,eAAO,MAAM,qCAAqC,UAAW,MAAM,WA6BlE,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,2CAA2C,UAAW,MAAM,WAMtE,CAAC;AAiGJ,6FAA6F;AAC7F,eAAO,MAAM,8BAA8B,UAAW,MAAM,WAa3D,CAAC;AAgDF,+EAA+E;AAC/E,eAAO,MAAM,iCAAiC,WAAY,MAAM,aAAa,MAAM,WAoFlF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=preserveMarkdownEmphasis.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveMarkdownEmphasis.test.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownEmphasis.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Preserve the original representation of existing line boundaries. Showdown
3
+ * converts a Markdown soft newline to `<br>` before Lexical imports it, so the
4
+ * final serializer otherwise cannot distinguish it from an explicit `<br>`.
5
+ */
6
+ export declare const preserveLineBreaksFromSource: (source: string, generated: string) => string;
7
+ //# sourceMappingURL=preserveMarkdownLineBreaks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveMarkdownLineBreaks.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownLineBreaks.ts"],"names":[],"mappings":"AAoFA;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,WAAY,MAAM,aAAa,MAAM,WA8B7E,CAAC"}
@@ -0,0 +1,3 @@
1
+ /** Preserve existing bullet marker and spacing while retaining edited text. */
2
+ export declare const preserveListFormattingFromSource: (source: string, generated: string) => string;
3
+ //# sourceMappingURL=preserveMarkdownListFormatting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveMarkdownListFormatting.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveMarkdownListFormatting.ts"],"names":[],"mappings":"AAoCA,+EAA+E;AAC/E,eAAO,MAAM,gCAAgC,WAAY,MAAM,aAAa,MAAM,WAqCjF,CAAC"}
@@ -0,0 +1,86 @@
1
+ /**
2
+ * Utility module for preserving and restoring whitespace around review boundary tags
3
+ * (<manual> and <upt>) during markdown-to-lexical-to-markdown conversions.
4
+ *
5
+ * Problem being solved:
6
+ * When converting HTML with review boundary tags to markdown (via Turndown) and back,
7
+ * trailing whitespace before and leading whitespace after these tags can be trimmed,
8
+ * causing text like "Both <manual>text</manual>parties" to lose the space before "Both".
9
+ *
10
+ * Solution approach:
11
+ * 1. BEFORE converting to markdown, extract and store whitespace around boundaries
12
+ * 2. During markdown conversion, preserve the stored whitespace separately
13
+ * 3. AFTER conversion back to lexical, restore whitespace to the correct positions
14
+ */
15
+ /**
16
+ * Represents whitespace preserved around a review boundary node.
17
+ * Used to maintain spacing through conversion processes that may trim whitespace.
18
+ */
19
+ export interface ReviewBoundaryWhitespace {
20
+ /** Whitespace (spaces/tabs) immediately before the review boundary node */
21
+ before: string;
22
+ /** Whitespace (spaces/tabs) immediately after the review boundary node */
23
+ after: string;
24
+ }
25
+ /**
26
+ * Collects whitespace from around review boundary elements in a DOM tree.
27
+ * This function should be called BEFORE converting to markdown to capture
28
+ * whitespace that may be trimmed by markdown processors (e.g., Turndown).
29
+ *
30
+ * Algorithm:
31
+ * 1. For each <manual> and <upt> tag in the DOM
32
+ * 2. Check if previous sibling is a text node
33
+ * - Extract trailing whitespace from that text node
34
+ * 3. Check if next sibling is a text node
35
+ * - Extract leading whitespace from that text node
36
+ * 4. Store both in a map keyed by tag name and ID
37
+ *
38
+ * @param dom The DOM Document to scan for review boundaries
39
+ * @returns A Map of review boundary keys to their preserved whitespace
40
+ *
41
+ * @example
42
+ * // Given: "Both <manual id='x'> content</manual>parties"
43
+ * // Returns: Map { "manual:x" => { before: " ", after: "" } }
44
+ */
45
+ export declare const collectReviewBoundaryWhitespace: (dom: Document) => Map<string, ReviewBoundaryWhitespace>;
46
+ /**
47
+ * Restores previously collected whitespace around review boundary nodes
48
+ * in the current Lexical editor state.
49
+ *
50
+ * This function must be called AFTER the markdown has been converted back
51
+ * to a Lexical editor state and the nodes have been appended to the root.
52
+ *
53
+ * Algorithm for each review boundary node:
54
+ * 1. Look up stored whitespace using node ID
55
+ * 2. If previous sibling is text node:
56
+ * - Remove trailing whitespace from it
57
+ * - Append the stored "before" whitespace
58
+ * 3. Else if we have "before" whitespace to restore:
59
+ * - Insert a new text node before the boundary with the whitespace
60
+ * 4. If next sibling is text node:
61
+ * - Remove leading whitespace from it
62
+ * - Prepend the stored "after" whitespace
63
+ * 5. Else if we have "after" whitespace to restore:
64
+ * - Insert a new text node after the boundary with the whitespace
65
+ *
66
+ * @param boundaries A Map of preserved whitespace from collectReviewBoundaryWhitespace
67
+ *
68
+ * @example
69
+ * // Given: boundaries with "manual:x" => { before: " ", after: "" }
70
+ * // Finds the ManualNode with ID "x" and ensures the space before it is restored
71
+ * // Even if text was "BothContent" after markdown, becomes "Both Content"
72
+ */
73
+ export declare const restoreReviewBoundaryWhitespace: (boundaries: ReadonlyMap<string, ReviewBoundaryWhitespace>) => void;
74
+ /**
75
+ * Validates that whitespace has been properly preserved around review boundaries.
76
+ * This is primarily for testing and debugging purposes.
77
+ *
78
+ * @param dom The DOM to check for whitespace preservation
79
+ * @param expectedBoundaries The map of expected whitespace
80
+ * @returns An object with validation results and any issues found
81
+ */
82
+ export declare const validateReviewBoundaryWhitespace: (dom: Document, expectedBoundaries: ReadonlyMap<string, ReviewBoundaryWhitespace>) => {
83
+ isValid: boolean;
84
+ issues: string[];
85
+ };
86
+ //# sourceMappingURL=preserveReviewBoundaryWhitespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveReviewBoundaryWhitespace.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAWH;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC,2EAA2E;IAC3E,MAAM,EAAE,MAAM,CAAC;IACf,0EAA0E;IAC1E,KAAK,EAAE,MAAM,CAAC;CACf;AAaD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,+BAA+B,QACrC,QAAQ,KACZ,IAAI,MAAM,EAAE,wBAAwB,CAwBtC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,+BAA+B,eAC9B,YAAY,MAAM,EAAE,wBAAwB,CAAC,KACxD,IA2CF,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gCAAgC,QACtC,QAAQ,sBACO,YAAY,MAAM,EAAE,wBAAwB,CAAC;aACrD,OAAO;YAAU,MAAM,EAAE;CAoCtC,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Comprehensive test suite for review boundary whitespace preservation.
3
+ *
4
+ * Tests validate that whitespace around <manual> and <upt> tags is correctly
5
+ * preserved through markdown-to-lexical-to-markdown round trips, including
6
+ * edge cases that could cause whitespace loss.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=preserveReviewBoundaryWhitespace.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveReviewBoundaryWhitespace.test.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveReviewBoundaryWhitespace.test.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Preserve Markdown table delimiter rows byte-for-byte from the backend
3
+ * source. Lexical/Turndown do not retain alignment and serialize :---, :---:
4
+ * and ---: as ---. Delimiters are structural, not editable table content.
5
+ */
6
+ export declare const preserveTableDelimiterRowsFromSource: (source: string, draft: string) => string;
7
+ //# sourceMappingURL=preserveTableDelimiters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preserveTableDelimiters.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/preserveTableDelimiters.ts"],"names":[],"mappings":"AAuEA;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,WACvC,MAAM,SACP,MAAM,WAgCd,CAAC"}
@@ -0,0 +1,5 @@
1
+ /** Normalize only pipes belonging to actual Markdown table rows. */
2
+ export declare const normalizeTableBoundaryManualRedlines: (source: string) => string;
3
+ /** Restore every temporary fragment or escaped pipe to its exact source block. */
4
+ export declare const preserveTableBoundaryManualRedlinesFromSource: (source: string, draft: string) => string;
5
+ //# sourceMappingURL=tableBoundaryRedlines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tableBoundaryRedlines.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/utils/tableBoundaryRedlines.ts"],"names":[],"mappings":"AAgSA,oEAAoE;AACpE,eAAO,MAAM,oCAAoC,WAAY,MAAM,WACf,CAAC;AAErD,kFAAkF;AAClF,eAAO,MAAM,6CAA6C,WAChD,MAAM,SACP,MAAM,WA2Bd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RichTextEditor.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/RichTextEditor/RichTextEditor.tsx"],"names":[],"mappings":";AA8DA,UAAU,eAAe;IACvB,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC;IACZ,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,KAAG,IAAI,CAAA;IACnC,oBAAoB,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAC;IACrC,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,MAAM,KAAK,GAAG,UAAU,GAAG,MAAM,CAAA;AAEvC,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,OAAO,CAAC;CAC7B;AAKD,QAAA,MAAM,cAAc,kHAoTlB,CAAC;AAIH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"RichTextEditor.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/RichTextEditor/RichTextEditor.tsx"],"names":[],"mappings":";AAmcA,UAAU,eAAe;IACvB,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC;IACZ,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,oBAAoB,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAC;IACrC,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,MAAM,KAAK,GAAG,UAAU,GAAG,MAAM,CAAA;AAEvC,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,OAAO,CAAC;CAC7B;AAKD,QAAA,MAAM,cAAc,kHA4XlB,CAAC;AAIH,eAAe,cAAc,CAAC"}
@@ -0,0 +1,10 @@
1
+ import "./Avatar.css";
2
+ interface AvatarProps {
3
+ name: string;
4
+ online?: boolean;
5
+ size?: number;
6
+ bordered?: boolean;
7
+ }
8
+ export default function Avatar({ name, online, size, bordered, }: AvatarProps): import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAGtB,UAAU,WAAW;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC3B,IAAI,EACJ,MAAc,EACd,IAAS,EACT,QAAgB,GACnB,EAAE,WAAW,2CAwBb"}
@@ -0,0 +1,17 @@
1
+ import "./CollaboratorsGroup.css";
2
+ import { Collaborator, Owner } from "./CollaboratorsPopup";
3
+ interface User {
4
+ id: string;
5
+ name: string;
6
+ online?: boolean;
7
+ }
8
+ interface CollaboratorsGroupProps {
9
+ users: User[];
10
+ owner?: Owner;
11
+ activeUsers: Collaborator[];
12
+ previousUsers?: Collaborator[];
13
+ maxVisible?: number;
14
+ }
15
+ export default function CollaboratorsGroup({ users, owner, activeUsers, previousUsers, maxVisible, }: CollaboratorsGroupProps): import("react/jsx-runtime").JSX.Element;
16
+ export {};
17
+ //# sourceMappingURL=CollaboratorsGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaboratorsGroup.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.tsx"],"names":[],"mappings":"AACA,OAAO,0BAA0B,CAAC;AAElC,OAA2B,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAG/E,UAAU,IAAI;IACV,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,uBAAuB;IAC7B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,YAAY,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACvC,KAAK,EACL,KAAK,EACL,WAAW,EACX,aAAkB,EAClB,UAAc,GACjB,EAAE,uBAAuB,2CAiFzB"}
@@ -0,0 +1,23 @@
1
+ import "./CollaboratorsPopup.css";
2
+ export interface Collaborator {
3
+ id: string;
4
+ name: string;
5
+ subtitle: string;
6
+ online?: boolean;
7
+ faded?: boolean;
8
+ isUser?: boolean;
9
+ }
10
+ export interface Owner {
11
+ id: string;
12
+ name: string;
13
+ online?: boolean;
14
+ isUser?: boolean;
15
+ }
16
+ interface Props {
17
+ owner?: Owner;
18
+ activeUsers: Collaborator[];
19
+ previousUsers?: Collaborator[];
20
+ }
21
+ export default function CollaboratorsPopup({ owner, activeUsers, previousUsers, }: Props): import("react/jsx-runtime").JSX.Element;
22
+ export {};
23
+ //# sourceMappingURL=CollaboratorsPopup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaboratorsPopup.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.tsx"],"names":[],"mappings":"AACA,OAAO,0BAA0B,CAAC;AAIlC,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,KAAK;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,YAAY,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;CAClC;AA0BD,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACvC,KAAK,EACL,WAAW,EACX,aAAkB,GACrB,EAAE,KAAK,2CAiDP"}
@@ -0,0 +1,3 @@
1
+ export declare function getInitials(name: string): string;
2
+ export declare function getAvatarColor(name: string): string;
3
+ //# sourceMappingURL=avatarUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatarUtils.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.ts"],"names":[],"mappings":"AAWA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,UAOvC;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAQ1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"CitationAnchor.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EACV,aAAa,EAIhB,MAAM,OAAO,CAAC;AAef,UAAU,mBAAmB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,GAAG,CAAC;IACd,iBAAiB,CAAC,EAAE;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;IACF,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE;QACV,qBAAqB,CAAC,EAAE,aAAa,CAAC;QACtC,KAAK,CAAC,EAAE,aAAa,CAAC;QACtB,cAAc,CAAC,EAAE,aAAa,CAAC;QAC/B,iBAAiB,CAAC,EAAE,aAAa,CAAC;QAClC,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,QAAQ,CAAC,EAAE,aAAa,CAAC;QACzB,SAAS,CAAC,EAAE,aAAa,CAAC;QAC1B,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,mBAAmB,CAAC,EAAE,aAAa,CAAC;QACpC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,oBAAoB,CAAC,EAAE,aAAa,CAAC;QACrC,eAAe,CAAC,EAAE,aAAa,CAAC;KACnC,CAAC;IACF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB;AAoWD,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAiKjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"CitationAnchor.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EACV,aAAa,EAIhB,MAAM,OAAO,CAAC;AAgBf,UAAU,mBAAmB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,GAAG,CAAC;IACd,iBAAiB,CAAC,EAAE;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;IACF,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE;QACV,qBAAqB,CAAC,EAAE,aAAa,CAAC;QACtC,KAAK,CAAC,EAAE,aAAa,CAAC;QACtB,cAAc,CAAC,EAAE,aAAa,CAAC;QAC/B,iBAAiB,CAAC,EAAE,aAAa,CAAC;QAClC,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,QAAQ,CAAC,EAAE,aAAa,CAAC;QACzB,SAAS,CAAC,EAAE,aAAa,CAAC;QAC1B,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,mBAAmB,CAAC,EAAE,aAAa,CAAC;QACpC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,oBAAoB,CAAC,EAAE,aAAa,CAAC;QACrC,eAAe,CAAC,EAAE,aAAa,CAAC;KACnC,CAAC;IACF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB;AA2XD,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAiKjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -33,7 +33,7 @@ type Props = {
33
33
  status: string;
34
34
  action: string | null;
35
35
  metadata?: any;
36
- }) => void;
36
+ }) => Promise<void>;
37
37
  showResolveBtns?: boolean;
38
38
  sections?: Section[];
39
39
  leftIcon?: React.ElementType | React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"CognitiveComponent.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CognitiveComponent.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.tsx"],"names":[],"mappings":"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"}