@viswa-test/test-citation 0.0.334 → 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 (339) 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/PdfViewer/PdfViewer.d.ts.map +1 -1
  122. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +39 -29
  123. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  124. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.d.ts +2 -0
  125. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.d.ts.map +1 -0
  126. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts +2 -0
  127. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/normalizeRedlineMarkdown.d.ts.map +1 -0
  128. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  129. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts +10 -0
  130. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/Avatar.d.ts.map +1 -0
  131. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts +17 -0
  132. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsGroup.d.ts.map +1 -0
  133. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts +23 -0
  134. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/CollaboratorsPopup.d.ts.map +1 -0
  135. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts +3 -0
  136. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Avatar/avatarUtils.d.ts.map +1 -0
  137. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +1 -1
  138. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +1 -1
  139. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
  140. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts +84 -5439
  141. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/userstory.mock.data.d.ts.map +1 -1
  142. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +1 -1
  143. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
  144. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts +1 -1
  145. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -1
  146. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +2 -2
  147. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
  148. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +19 -2
  149. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
  150. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts +7 -2
  151. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts.map +1 -1
  152. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.d.ts.map +1 -1
  153. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts +15 -1
  154. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts.map +1 -1
  155. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts +2 -1
  156. package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts.map +1 -1
  157. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +3 -2
  158. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
  159. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
  160. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +1 -0
  161. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +1 -1
  162. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +1 -0
  163. package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +1 -1
  164. package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +1 -1
  165. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts +12 -0
  166. package/dist/types/src/features/RequirementAI/components/common/onDemandCitationButton.d.ts.map +1 -0
  167. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +3 -2
  168. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +1 -1
  169. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +1 -1
  170. package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +1 -1
  171. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +3 -1
  172. package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +1 -1
  173. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +2 -1
  174. package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +1 -1
  175. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +1 -0
  176. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +1 -1
  177. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +2 -0
  178. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +1 -1
  179. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +2 -1
  180. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  181. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +2 -1
  182. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
  183. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +1 -1
  184. package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +1 -1
  185. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +2 -0
  186. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +1 -1
  187. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +3 -0
  188. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  189. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +2 -1
  190. package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +1 -1
  191. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +2 -0
  192. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +1 -1
  193. package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +1 -1
  194. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts +1 -3
  195. package/dist/types/src/features/SegmentReviewComponents/BoundaryCard.d.ts.map +1 -1
  196. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts +1 -3
  197. package/dist/types/src/features/SegmentReviewComponents/LabelCheck.d.ts.map +1 -1
  198. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts +51 -0
  199. package/dist/types/src/features/SegmentReviewComponents/PageCheck.d.ts.map +1 -0
  200. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts +1 -2
  201. package/dist/types/src/features/SegmentReviewComponents/ReviewedCard.d.ts.map +1 -1
  202. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts +5 -17
  203. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewPdfWrapper.d.ts.map +1 -1
  204. package/dist/types/src/features/SegmentReviewComponents/SegmentReviewRedirectionTest.d.ts.map +1 -1
  205. package/dist/types/src/features/SegmentReviewComponents/helper.d.ts.map +1 -1
  206. package/dist/types/src/features/SegmentReviewComponents/index.d.ts +5 -6
  207. package/dist/types/src/features/SegmentReviewComponents/index.d.ts.map +1 -1
  208. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts +37 -38
  209. package/dist/types/src/features/SegmentReviewComponents/reviewStepAdapters.d.ts.map +1 -1
  210. package/dist/types/src/index.d.ts +2 -2
  211. package/dist/types/src/index.d.ts.map +1 -1
  212. package/dist/types/src/service/redlineService.d.ts.map +1 -1
  213. package/package.json +9 -4
  214. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js +0 -2
  215. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js.map +0 -1
  216. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js +0 -2
  217. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js.map +0 -1
  218. package/dist/cjs/features/CognitiveCompare/components/GuidelineSkeletonLoader.js +0 -2
  219. package/dist/cjs/features/CognitiveCompare/components/GuidelineSkeletonLoader.js.map +0 -1
  220. package/dist/cjs/features/CognitiveCompare/utils/normalizeRedlineMarkdown.js +0 -2
  221. package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
  222. package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
  223. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js +0 -2
  224. package/dist/cjs/features/ParentCitationComponent/ParentCitationComponent.js.map +0 -1
  225. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js +0 -2
  226. package/dist/cjs/features/PdfViewer/nyc-components/BoundaryCard.js.map +0 -1
  227. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js +0 -2
  228. package/dist/cjs/features/PdfViewer/nyc-components/CardWrapper.js.map +0 -1
  229. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js +0 -2
  230. package/dist/cjs/features/PdfViewer/nyc-components/CognitiveIcon.js.map +0 -1
  231. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js +0 -2
  232. package/dist/cjs/features/PdfViewer/nyc-components/LabelCheck.js.map +0 -1
  233. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +0 -2
  234. package/dist/cjs/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +0 -1
  235. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js +0 -2
  236. package/dist/cjs/features/PdfViewer/nyc-components/infoAlert.js.map +0 -1
  237. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js +0 -2
  238. package/dist/cjs/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +0 -1
  239. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js +0 -2
  240. package/dist/cjs/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +0 -1
  241. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js +0 -2
  242. package/dist/cjs/features/SegmentReviewComponents/RevertCard.js.map +0 -1
  243. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js +0 -2
  244. package/dist/cjs/features/SegmentReviewComponents/RevertSuccessCard.js.map +0 -1
  245. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js +0 -2
  246. package/dist/cjs/features/SegmentReviewComponents/RevertSummaryNotice.js.map +0 -1
  247. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js +0 -2
  248. package/dist/cjs/features/SegmentReviewComponents/ReviewedCard.js.map +0 -1
  249. package/dist/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js +0 -2
  250. package/dist/features/CognitiveCompare/Guidelines/utils/guidelineTargets.js.map +0 -1
  251. package/dist/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js +0 -2
  252. package/dist/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.js.map +0 -1
  253. package/dist/features/CognitiveCompare/components/GuidelineSkeletonLoader.js +0 -2
  254. package/dist/features/CognitiveCompare/components/GuidelineSkeletonLoader.js.map +0 -1
  255. package/dist/features/CognitiveCompare/utils/normalizeRedlineMarkdown.js +0 -2
  256. package/dist/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
  257. package/dist/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
  258. package/dist/features/ParentCitationComponent/ParentCitationComponent.js +0 -2
  259. package/dist/features/ParentCitationComponent/ParentCitationComponent.js.map +0 -1
  260. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js +0 -2
  261. package/dist/features/PdfViewer/nyc-components/BoundaryCard.js.map +0 -1
  262. package/dist/features/PdfViewer/nyc-components/CardWrapper.js +0 -2
  263. package/dist/features/PdfViewer/nyc-components/CardWrapper.js.map +0 -1
  264. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js +0 -2
  265. package/dist/features/PdfViewer/nyc-components/CognitiveIcon.js.map +0 -1
  266. package/dist/features/PdfViewer/nyc-components/LabelCheck.js +0 -2
  267. package/dist/features/PdfViewer/nyc-components/LabelCheck.js.map +0 -1
  268. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js +0 -2
  269. package/dist/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.js.map +0 -1
  270. package/dist/features/PdfViewer/nyc-components/infoAlert.js +0 -2
  271. package/dist/features/PdfViewer/nyc-components/infoAlert.js.map +0 -1
  272. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js +0 -2
  273. package/dist/features/PdfViewer/nyc-components/reviewStepAdapters.js.map +0 -1
  274. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js +0 -2
  275. package/dist/features/SegmentReviewComponents/ChartBreakoutCircle.js.map +0 -1
  276. package/dist/features/SegmentReviewComponents/RevertCard.js +0 -2
  277. package/dist/features/SegmentReviewComponents/RevertCard.js.map +0 -1
  278. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js +0 -2
  279. package/dist/features/SegmentReviewComponents/RevertSuccessCard.js.map +0 -1
  280. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js +0 -2
  281. package/dist/features/SegmentReviewComponents/RevertSummaryNotice.js.map +0 -1
  282. package/dist/features/SegmentReviewComponents/ReviewedCard.js +0 -2
  283. package/dist/features/SegmentReviewComponents/ReviewedCard.js.map +0 -1
  284. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts +0 -23
  285. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts.map +0 -1
  286. package/dist/types/src/Background.d.ts +0 -7
  287. package/dist/types/src/Background.d.ts.map +0 -1
  288. package/dist/types/src/RedlineApprovalCardTest.d.ts +0 -1
  289. package/dist/types/src/RedlineApprovalCardTest.d.ts.map +0 -1
  290. package/dist/types/src/RedlineEditorTest2.d.ts +0 -3
  291. package/dist/types/src/RedlineEditorTest2.d.ts.map +0 -1
  292. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts +0 -3
  293. package/dist/types/src/assests/icons/ChartSplitIcon.d.ts.map +0 -1
  294. package/dist/types/src/commonConstants.d.ts +0 -31103
  295. package/dist/types/src/commonConstants.d.ts.map +0 -1
  296. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/guidelineTargets.d.ts +0 -3
  297. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/guidelineTargets.d.ts.map +0 -1
  298. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.d.ts +0 -19
  299. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/resolveGuidelineSelection.d.ts.map +0 -1
  300. package/dist/types/src/features/CognitiveCompare/components/GuidelineSkeletonLoader.d.ts +0 -8
  301. package/dist/types/src/features/CognitiveCompare/components/GuidelineSkeletonLoader.d.ts.map +0 -1
  302. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts +0 -2
  303. package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.test.d.ts.map +0 -1
  304. package/dist/types/src/features/CognitiveCompare/utils/normalizeRedlineMarkdown.d.ts +0 -6
  305. package/dist/types/src/features/CognitiveCompare/utils/normalizeRedlineMarkdown.d.ts.map +0 -1
  306. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts +0 -128
  307. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponent.d.ts.map +0 -1
  308. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts +0 -13
  309. package/dist/types/src/features/ParentCitationComponent/ParentCitationComponentTest.d.ts.map +0 -1
  310. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts +0 -59
  311. package/dist/types/src/features/PdfViewer/nyc-components/BoundaryCard.d.ts.map +0 -1
  312. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts +0 -19
  313. package/dist/types/src/features/PdfViewer/nyc-components/CardWrapper.d.ts.map +0 -1
  314. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts +0 -3
  315. package/dist/types/src/features/PdfViewer/nyc-components/CognitiveIcon.d.ts.map +0 -1
  316. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts +0 -77
  317. package/dist/types/src/features/PdfViewer/nyc-components/LabelCheck.d.ts.map +0 -1
  318. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts +0 -47
  319. package/dist/types/src/features/PdfViewer/nyc-components/SegmentReviewPdfWrapper.d.ts.map +0 -1
  320. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts +0 -15
  321. package/dist/types/src/features/PdfViewer/nyc-components/index.d.ts.map +0 -1
  322. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts +0 -3
  323. package/dist/types/src/features/PdfViewer/nyc-components/infoAlert.d.ts.map +0 -1
  324. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts +0 -36
  325. package/dist/types/src/features/PdfViewer/nyc-components/reviewStepAdapters.d.ts.map +0 -1
  326. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts +0 -3
  327. package/dist/types/src/features/SegmentReviewComponents/ChartBreakoutCircle.d.ts.map +0 -1
  328. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts +0 -37
  329. package/dist/types/src/features/SegmentReviewComponents/RevertCard.d.ts.map +0 -1
  330. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts +0 -9
  331. package/dist/types/src/features/SegmentReviewComponents/RevertSuccessCard.d.ts.map +0 -1
  332. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts +0 -7
  333. package/dist/types/src/features/SegmentReviewComponents/RevertSummaryNotice.d.ts.map +0 -1
  334. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts +0 -2
  335. package/dist/types/src/features/SegmentReviewComponents/helper.test.d.ts.map +0 -1
  336. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts +0 -2
  337. package/dist/types/src/features/SegmentReviewComponents/segmentReviewEdgeCases.test.d.ts.map +0 -1
  338. /package/dist/cjs/features/{CognitiveCompare → RequirementAI/components/RichTextEditor/Editor}/utils/normalizeRedlineMarkdown.js.map +0 -0
  339. /package/dist/features/{CognitiveCompare → RequirementAI/components/RichTextEditor/Editor}/utils/normalizeRedlineMarkdown.js.map +0 -0
@@ -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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"}