@viswa-test/test-citation 0.0.333 → 0.0.335

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 (341) hide show
  1. package/dist/cjs/features/PdfViewer/PdfViewer.js +1 -1
  2. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  3. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js +2 -0
  4. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js.map +1 -0
  5. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js +2 -0
  6. package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  7. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js +2 -0
  8. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js.map +1 -0
  9. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js +2 -0
  10. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js.map +1 -0
  11. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js +2 -0
  12. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js.map +1 -0
  13. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js +2 -0
  14. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js.map +1 -0
  15. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js +2 -0
  16. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js.map +1 -0
  17. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js +2 -0
  18. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js.map +1 -0
  19. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js +2 -0
  20. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js.map +1 -0
  21. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  22. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  23. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  24. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +1 -1
  25. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
  26. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  27. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  28. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  29. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +1 -1
  30. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +1 -1
  31. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +1 -1
  32. package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +1 -1
  33. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  34. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  35. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  36. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +1 -1
  37. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  38. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  39. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  40. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  41. package/dist/cjs/features/RequirementAI/components/segment/Segment.js +1 -1
  42. package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  43. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  44. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  45. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  46. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  47. package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  48. package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
  49. package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  50. package/dist/cjs/features/SegmentReviewComponents/BoundaryCard.js +1 -1
  51. package/dist/cjs/features/SegmentReviewComponents/CognitiveIntegrity.js +1 -1
  52. package/dist/cjs/features/SegmentReviewComponents/LabelCheck.js +1 -1
  53. package/dist/cjs/features/SegmentReviewComponents/PageCheck.js +2 -0
  54. package/dist/cjs/features/SegmentReviewComponents/PageCheck.js.map +1 -0
  55. package/dist/cjs/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js +1 -1
  56. package/dist/cjs/features/SegmentReviewComponents/helper.js +1 -1
  57. package/dist/cjs/features/SegmentReviewComponents/reviewStepAdapters.js +1 -1
  58. package/dist/cjs/index.js +1 -1
  59. package/dist/cjs/service/redlineService.js +1 -1
  60. package/dist/features/PdfViewer/PdfViewer.js +1 -1
  61. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  62. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js +2 -0
  63. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js.map +1 -0
  64. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.js +2 -0
  65. package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  66. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js +2 -0
  67. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.css.js.map +1 -0
  68. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js +2 -0
  69. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.js.map +1 -0
  70. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js +2 -0
  71. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.css.js.map +1 -0
  72. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js +2 -0
  73. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.js.map +1 -0
  74. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js +2 -0
  75. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.css.js.map +1 -0
  76. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js +2 -0
  77. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.js.map +1 -0
  78. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js +2 -0
  79. package/dist/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.js.map +1 -0
  80. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  81. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  82. package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  83. package/dist/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +1 -1
  84. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
  85. package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  86. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  87. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  88. package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +1 -1
  89. package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +1 -1
  90. package/dist/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +1 -1
  91. package/dist/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +1 -1
  92. package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  93. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  94. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  95. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +1 -1
  96. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  97. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  98. package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  99. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  100. package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
  101. package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  102. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  103. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  104. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  105. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  106. package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  107. package/dist/features/RequirementAI/utils/helpers.js +1 -1
  108. package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  109. package/dist/features/SegmentReviewComponents/BoundaryCard.js +1 -1
  110. package/dist/features/SegmentReviewComponents/CognitiveIntegrity.js +1 -1
  111. package/dist/features/SegmentReviewComponents/LabelCheck.js +1 -1
  112. package/dist/features/SegmentReviewComponents/PageCheck.js +2 -0
  113. package/dist/features/SegmentReviewComponents/PageCheck.js.map +1 -0
  114. package/dist/features/SegmentReviewComponents/SegmentReviewPdfWrapper.js +1 -1
  115. package/dist/features/SegmentReviewComponents/helper.js +1 -1
  116. package/dist/features/SegmentReviewComponents/reviewStepAdapters.js +1 -1
  117. package/dist/index.js +1 -1
  118. package/dist/service/redlineService.js +1 -1
  119. package/dist/types/src/RedlineEditorTest.d.ts.map +1 -1
  120. package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
  121. package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts +1 -0
  122. package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts.map +1 -1
  123. package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +1 -1
  124. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +39 -29
  125. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  126. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.d.ts +2 -0
  127. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.d.ts.map +1 -0
  128. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts +2 -0
  129. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts.map +1 -0
  130. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  131. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts +10 -0
  132. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts.map +1 -0
  133. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts +17 -0
  134. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts.map +1 -0
  135. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts +23 -0
  136. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts.map +1 -0
  137. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts +3 -0
  138. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts.map +1 -0
  139. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +1 -1
  140. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +1 -1
  141. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
  142. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts +84 -5439
  143. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts.map +1 -1
  144. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +1 -1
  145. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
  146. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts +1 -1
  147. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -1
  148. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +2 -2
  149. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
  150. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +19 -2
  151. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
  152. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts +7 -2
  153. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts.map +1 -1
  154. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.d.ts.map +1 -1
  155. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts +15 -1
  156. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts.map +1 -1
  157. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts +2 -1
  158. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts.map +1 -1
  159. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +3 -2
  160. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
  161. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
  162. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +1 -0
  163. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +1 -1
  164. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +1 -0
  165. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +1 -1
  166. package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +1 -1
  167. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts +12 -0
  168. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts.map +1 -0
  169. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +3 -2
  170. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +1 -1
  171. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +1 -1
  172. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +1 -1
  173. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +3 -1
  174. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +1 -1
  175. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +2 -1
  176. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +1 -1
  177. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +1 -0
  178. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +1 -1
  179. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +2 -0
  180. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +1 -1
  181. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +2 -1
  182. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  183. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +2 -1
  184. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
  185. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +1 -1
  186. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +1 -1
  187. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +2 -0
  188. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +1 -1
  189. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +3 -0
  190. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  191. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +2 -1
  192. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +1 -1
  193. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +2 -0
  194. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +1 -1
  195. package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +1 -1
  196. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts +1 -3
  197. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts.map +1 -1
  198. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts +1 -3
  199. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts.map +1 -1
  200. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts +51 -0
  201. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts.map +1 -0
  202. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts +1 -2
  203. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts.map +1 -1
  204. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts +5 -17
  205. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts.map +1 -1
  206. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewRedirectionTest.d.ts.map +1 -1
  207. package/dist/types/src/features/SegmentReviewComponents/helper.d.ts.map +1 -1
  208. package/dist/types/src/features/SegmentReviewComponents/index.d.ts +5 -6
  209. package/dist/types/src/features/SegmentReviewComponents/index.d.ts.map +1 -1
  210. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts +37 -35
  211. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts.map +1 -1
  212. package/dist/types/src/index.d.ts +2 -2
  213. package/dist/types/src/index.d.ts.map +1 -1
  214. package/dist/types/src/service/redlineService.d.ts.map +1 -1
  215. package/package.json +9 -4
  216. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js +0 -2
  217. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js.map +0 -1
  218. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js +0 -2
  219. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js.map +0 -1
  220. package/dist/cjs/features/CognitiveCompare/components/GuidelineSkeletonLoader.js +0 -2
  221. package/dist/cjs/features/CognitiveCompare/components/GuidelineSkeletonLoader.js.map +0 -1
  222. package/dist/cjs/features/CognitiveCompare/utils/normalizeRedlineMarkdown.js +0 -2
  223. package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
  224. package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
  225. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js +0 -2
  226. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js.map +0 -1
  227. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js +0 -2
  228. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js.map +0 -1
  229. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js +0 -2
  230. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js.map +0 -1
  231. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js +0 -2
  232. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js.map +0 -1
  233. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js +0 -2
  234. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js.map +0 -1
  235. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +0 -2
  236. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +0 -1
  237. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js +0 -2
  238. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js.map +0 -1
  239. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js +0 -2
  240. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +0 -1
  241. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js +0 -2
  242. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +0 -1
  243. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js +0 -2
  244. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js.map +0 -1
  245. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js +0 -2
  246. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js.map +0 -1
  247. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js +0 -2
  248. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js.map +0 -1
  249. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js +0 -2
  250. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js.map +0 -1
  251. package/dist/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js +0 -2
  252. package/dist/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js.map +0 -1
  253. package/dist/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js +0 -2
  254. package/dist/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js.map +0 -1
  255. package/dist/features/CognitiveCompare/components/GuidelineSkeletonLoader.js +0 -2
  256. package/dist/features/CognitiveCompare/components/GuidelineSkeletonLoader.js.map +0 -1
  257. package/dist/features/CognitiveCompare/utils/normalizeRedlineMarkdown.js +0 -2
  258. package/dist/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
  259. package/dist/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
  260. package/dist/features/ParentCitationComponent/ParentCitationComponent.js +0 -2
  261. package/dist/features/ParentCitationComponent/ParentCitationComponent.js.map +0 -1
  262. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js +0 -2
  263. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js.map +0 -1
  264. package/dist/features/PdfViewer/nyc-components/CardWrapper.js +0 -2
  265. package/dist/features/PdfViewer/nyc-components/CardWrapper.js.map +0 -1
  266. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js +0 -2
  267. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js.map +0 -1
  268. package/dist/features/PdfViewer/nyc-components/LabelCheck.js +0 -2
  269. package/dist/features/PdfViewer/nyc-components/LabelCheck.js.map +0 -1
  270. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +0 -2
  271. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +0 -1
  272. package/dist/features/PdfViewer/nyc-components/infoAlert.js +0 -2
  273. package/dist/features/PdfViewer/nyc-components/infoAlert.js.map +0 -1
  274. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js +0 -2
  275. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +0 -1
  276. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js +0 -2
  277. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +0 -1
  278. package/dist/features/SegmentReviewComponents/RevertCard.js +0 -2
  279. package/dist/features/SegmentReviewComponents/RevertCard.js.map +0 -1
  280. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js +0 -2
  281. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js.map +0 -1
  282. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js +0 -2
  283. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js.map +0 -1
  284. package/dist/features/SegmentReviewComponents/ReviewedCard.js +0 -2
  285. package/dist/features/SegmentReviewComponents/ReviewedCard.js.map +0 -1
  286. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts +0 -23
  287. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts.map +0 -1
  288. package/dist/types/src/Background.d.ts +0 -7
  289. package/dist/types/src/Background.d.ts.map +0 -1
  290. package/dist/types/src/RedlineApprovalCardTest.d.ts +0 -1
  291. package/dist/types/src/RedlineApprovalCardTest.d.ts.map +0 -1
  292. package/dist/types/src/RedlineEditorTest2.d.ts +0 -3
  293. package/dist/types/src/RedlineEditorTest2.d.ts.map +0 -1
  294. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts +0 -3
  295. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts.map +0 -1
  296. package/dist/types/src/commonConstants.d.ts +0 -31103
  297. package/dist/types/src/commonConstants.d.ts.map +0 -1
  298. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/guidelineTargets.d.ts +0 -3
  299. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/guidelineTargets.d.ts.map +0 -1
  300. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.d.ts +0 -19
  301. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.d.ts.map +0 -1
  302. package/dist/types/src/features/CognitiveCompare/components/GuidelineSkeletonLoader.d.ts +0 -8
  303. package/dist/types/src/features/CognitiveCompare/components/GuidelineSkeletonLoader.d.ts.map +0 -1
  304. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts +0 -2
  305. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts.map +0 -1
  306. package/dist/types/src/features/CognitiveCompare/utils/normalizeRedlineMarkdown.d.ts +0 -6
  307. package/dist/types/src/features/CognitiveCompare/utils/normalizeRedlineMarkdown.d.ts.map +0 -1
  308. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts +0 -128
  309. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts.map +0 -1
  310. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts +0 -13
  311. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts.map +0 -1
  312. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts +0 -59
  313. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts.map +0 -1
  314. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts +0 -19
  315. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts.map +0 -1
  316. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts +0 -3
  317. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts.map +0 -1
  318. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts +0 -77
  319. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts.map +0 -1
  320. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts +0 -47
  321. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts.map +0 -1
  322. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts +0 -15
  323. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts.map +0 -1
  324. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts +0 -3
  325. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts.map +0 -1
  326. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts +0 -36
  327. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts.map +0 -1
  328. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts +0 -3
  329. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts.map +0 -1
  330. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts +0 -37
  331. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts.map +0 -1
  332. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts +0 -9
  333. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts.map +0 -1
  334. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts +0 -7
  335. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts.map +0 -1
  336. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts +0 -2
  337. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts.map +0 -1
  338. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts +0 -2
  339. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts.map +0 -1
  340. /package/dist/cjs/features/{CognitiveCompare → RequirementAI/components/RichTextEditor/Editor}/utils/normalizeRedlineMarkdown.js.map +0 -0
  341. /package/dist/features/{CognitiveCompare → RequirementAI/components/RichTextEditor/Editor}/utils/normalizeRedlineMarkdown.js.map +0 -0
@@ -1,37 +0,0 @@
1
- import { type ReactNode } from 'react';
2
- export interface SegmentData {
3
- title: string;
4
- startPage: number;
5
- endPage: number;
6
- }
7
- export interface RevertData {
8
- currentSegment: SegmentData;
9
- previousSegments: SegmentData[];
10
- }
11
- /** Value returned by the host after the revert request and refresh complete. */
12
- export interface RevertActionResult {
13
- message?: string | null;
14
- }
15
- export interface RevertCardProps {
16
- icon: ReactNode;
17
- title: string;
18
- pageRange: string;
19
- description: string;
20
- onRevert: () => void | RevertActionResult | Promise<void | RevertActionResult>;
21
- /** Called only after `onRevert` completes successfully. */
22
- onRevertComplete?: (result: void | RevertActionResult) => void;
23
- onRevertError?: (error: unknown) => void;
24
- revertData: RevertData;
25
- /** Prevent submission when the host cannot provide a valid revert request. */
26
- confirmDisabled?: boolean;
27
- /** Hide when the surrounding reviewed-card shell already renders it. */
28
- showDocumentHeader?: boolean;
29
- }
30
- /**
31
- * Displays an approved action summary and reveals the appropriate revert
32
- * confirmation after the user selects Revert. An empty `previousSegments`
33
- * collection represents keep-as-is; structural changes provide the segments
34
- * that will be restored after reverting.
35
- */
36
- export default function RevertCard({ icon, title, pageRange, description, onRevert, onRevertComplete, onRevertError, revertData, confirmDisabled, showDocumentHeader, }: RevertCardProps): import("react/jsx-runtime").JSX.Element;
37
- //# sourceMappingURL=RevertCard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RevertCard.d.ts","sourceRoot":"","sources":["../../../../../src/features/SegmentReviewComponents/RevertCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAUjD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IACzB,cAAc,EAAE,WAAW,CAAC;IAC5B,gBAAgB,EAAE,WAAW,EAAE,CAAC;CACjC;AAED,gFAAgF;AAChF,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,GAAG,kBAAkB,GAAG,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC,CAAC;IAC/E,2DAA2D;IAC3D,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,GAAG,kBAAkB,KAAK,IAAI,CAAC;IAC/D,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,UAAU,EAAE,UAAU,CAAC;IACvB,8EAA8E;IAC9E,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,wEAAwE;IACxE,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AA8BD;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,IAAI,EACJ,KAAK,EACL,SAAS,EACT,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,aAAa,EACb,UAAU,EACV,eAAuB,EACvB,kBAAyB,GAC1B,EAAE,eAAe,2CAgPjB"}
@@ -1,9 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export interface RevertSuccessCardProps {
3
- title: ReactNode;
4
- description: ReactNode;
5
- onReview: () => void;
6
- reviewLabel?: ReactNode;
7
- }
8
- export default function RevertSuccessCard({ title, description, onReview, reviewLabel, }: RevertSuccessCardProps): import("react/jsx-runtime").JSX.Element;
9
- //# sourceMappingURL=RevertSuccessCard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RevertSuccessCard.d.ts","sourceRoot":"","sources":["../../../../../src/features/SegmentReviewComponents/RevertSuccessCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvC,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,SAAS,CAAC;IACjB,WAAW,EAAE,SAAS,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,KAAK,EACL,WAAW,EACX,QAAQ,EACR,WAAsB,GACvB,EAAE,sBAAsB,2CAkExB"}
@@ -1,7 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export interface RevertSummaryNoticeProps {
3
- children: ReactNode;
4
- }
5
- /** Operation summary shown in place of the normal review-step question. */
6
- export default function RevertSummaryNotice({ children, }: RevertSummaryNoticeProps): import("react/jsx-runtime").JSX.Element;
7
- //# sourceMappingURL=RevertSummaryNotice.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RevertSummaryNotice.d.ts","sourceRoot":"","sources":["../../../../../src/features/SegmentReviewComponents/RevertSummaryNotice.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,2EAA2E;AAC3E,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,QAAQ,GACT,EAAE,wBAAwB,2CAwB1B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=helper.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"helper.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/SegmentReviewComponents/helper.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=segmentReviewEdgeCases.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"segmentReviewEdgeCases.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.ts"],"names":[],"mappings":""}