@viswa-test/test-citation 0.0.228 → 0.0.230

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 (664) hide show
  1. package/README.md +284 -45
  2. package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  3. package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  4. package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  5. package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  6. package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  7. package/dist/cjs/features/GptWebCitation/GptWebCitation.js +1 -1
  8. package/dist/cjs/features/GptWebCitation/GptWebCitation.module.css.js +1 -1
  9. package/dist/cjs/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
  10. package/dist/cjs/features/GptWebCitation/GptWebCitationImageFullScreenView.js +1 -1
  11. package/dist/cjs/features/GptWebCitation/GptWebCitationSkeleton.js +1 -1
  12. package/dist/cjs/features/GptWebCitation/types.js +2 -0
  13. package/dist/cjs/features/GptWebCitation/types.js.map +1 -0
  14. package/dist/cjs/features/GptWebCitation/utils/citationData.utils.js +1 -1
  15. package/dist/cjs/features/GptWebCitation/utils/fixedHeight.utils.js +2 -0
  16. package/dist/cjs/features/GptWebCitation/utils/fixedHeight.utils.js.map +1 -0
  17. package/dist/cjs/features/GptWebCitation/utils/styleOverrides.utils.js +2 -0
  18. package/dist/cjs/features/GptWebCitation/utils/styleOverrides.utils.js.map +1 -0
  19. package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js +1 -1
  20. package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
  21. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
  22. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
  23. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
  24. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
  25. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
  26. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
  27. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
  28. package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
  29. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  30. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
  31. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
  32. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
  33. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
  34. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
  35. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
  36. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
  37. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
  38. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
  39. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
  40. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
  41. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
  42. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +2 -0
  43. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js.map +1 -0
  44. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  45. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
  46. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js +2 -0
  47. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js.map +1 -0
  48. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
  49. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +2 -0
  50. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js.map +1 -0
  51. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js +2 -0
  52. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js.map +1 -0
  53. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +2 -0
  54. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js.map +1 -0
  55. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js +1 -1
  56. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
  57. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
  58. package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  59. package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +2 -0
  60. package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js.map +1 -0
  61. package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js +2 -0
  62. package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js.map +1 -0
  63. package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
  64. package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +1 -1
  65. package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js +2 -0
  66. package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js.map +1 -0
  67. package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js +2 -0
  68. package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js.map +1 -0
  69. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  70. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  71. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +1 -1
  72. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  73. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
  74. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +2 -0
  75. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js.map +1 -0
  76. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
  77. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  78. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
  79. package/dist/cjs/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
  80. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  81. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  82. package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
  83. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
  84. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  85. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
  86. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  87. package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
  88. package/dist/cjs/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
  89. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
  90. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
  91. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
  92. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
  93. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
  94. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
  95. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
  96. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
  97. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
  98. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
  99. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
  100. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
  101. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
  102. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
  103. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
  104. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
  105. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
  106. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
  107. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
  108. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
  109. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
  110. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
  111. package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
  112. package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
  113. package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
  114. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  115. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  116. package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +2 -0
  117. package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js.map +1 -0
  118. package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +2 -0
  119. package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js.map +1 -0
  120. package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
  121. package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
  122. package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
  123. package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
  124. package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
  125. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
  126. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  127. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
  128. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
  129. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
  130. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
  131. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
  132. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
  133. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
  134. package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
  135. package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
  136. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
  137. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
  138. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
  139. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
  140. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
  141. package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
  142. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  143. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  144. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
  145. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
  146. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
  147. package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
  148. package/dist/cjs/features/RequirementAI/components/segment/Segment.js +1 -1
  149. package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
  150. package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  151. package/dist/cjs/features/RequirementAI/components/segment/segment-common.css.js +1 -1
  152. package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
  153. package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.js +2 -0
  154. package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.js.map +1 -0
  155. package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js +2 -0
  156. package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js.map +1 -0
  157. package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
  158. package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
  159. package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
  160. package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
  161. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
  162. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  163. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +1 -1
  164. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
  165. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
  166. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
  167. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
  168. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
  169. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
  170. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +1 -1
  171. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  172. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  173. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +2 -0
  174. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js.map +1 -0
  175. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js +2 -0
  176. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js.map +1 -0
  177. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js +2 -0
  178. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js.map +1 -0
  179. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  180. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +1 -1
  181. package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
  182. package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
  183. package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  184. package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +1 -1
  185. package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
  186. package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
  187. package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +1 -1
  188. package/dist/cjs/features/RequirementAI/icons/BrainRed.js +1 -1
  189. package/dist/cjs/features/RequirementAI/icons/CDIcon.js +2 -0
  190. package/dist/cjs/features/RequirementAI/icons/CDIcon.js.map +1 -0
  191. package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +1 -1
  192. package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
  193. package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
  194. package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +1 -1
  195. package/dist/cjs/features/RequirementAI/icons/Illustration.svg.js +2 -0
  196. package/dist/cjs/features/RequirementAI/icons/Illustration.svg.js.map +1 -0
  197. package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
  198. package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
  199. package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +1 -1
  200. package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
  201. package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
  202. package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
  203. package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
  204. package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +1 -1
  205. package/dist/cjs/features/RequirementAI/shared/Accordian.js +1 -1
  206. package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +1 -1
  207. package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
  208. package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
  209. package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +1 -1
  210. package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +1 -1
  211. package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
  212. package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
  213. package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
  214. package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
  215. package/dist/cjs/features/RequirementAI/store/markdown-context.js +1 -1
  216. package/dist/cjs/features/RequirementAI/store/ref.context.js +1 -1
  217. package/dist/cjs/features/RequirementAI/utils/css.utils.js +1 -1
  218. package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +1 -1
  219. package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
  220. package/dist/cjs/features/RequirementAI/utils/json-helper.js +1 -1
  221. package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +1 -1
  222. package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  223. package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +1 -1
  224. package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
  225. package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
  226. package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
  227. package/dist/cjs/features/RulebookCitations/RuleBookCitationApi.js +1 -1
  228. package/dist/cjs/features/RulebookCitations/RuleBookCitationWrapper.js +1 -1
  229. package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +1 -1
  230. package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +1 -1
  231. package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
  232. package/dist/cjs/features/UserStoryImport/components/BackNav.js +1 -1
  233. package/dist/cjs/features/UserStoryImport/components/Badge.js +1 -1
  234. package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
  235. package/dist/cjs/features/UserStoryImport/components/CardGrid.js +1 -1
  236. package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +1 -1
  237. package/dist/cjs/features/UserStoryImport/components/ContentArea.js +1 -1
  238. package/dist/cjs/features/UserStoryImport/components/Footer.js +1 -1
  239. package/dist/cjs/features/UserStoryImport/components/Header.js +1 -1
  240. package/dist/cjs/features/UserStoryImport/components/NavRow.js +1 -1
  241. package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +1 -1
  242. package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +1 -1
  243. package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +1 -1
  244. package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +1 -1
  245. package/dist/cjs/features/UserStoryImport/components/SearchInput.js +1 -1
  246. package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +1 -1
  247. package/dist/cjs/features/UserStoryImport/components/ShowMore.js +1 -1
  248. package/dist/cjs/features/UserStoryImport/components/Sidebar.js +1 -1
  249. package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
  250. package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +1 -1
  251. package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +1 -1
  252. package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +1 -1
  253. package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +1 -1
  254. package/dist/cjs/features/UserStoryImport/components/Toolbar.js +1 -1
  255. package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +1 -1
  256. package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +1 -1
  257. package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
  258. package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
  259. package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +1 -1
  260. package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
  261. package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +1 -1
  262. package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
  263. package/dist/cjs/features/UserStoryImport/index.js +1 -1
  264. package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +1 -1
  265. package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +1 -1
  266. package/dist/cjs/features/UserStoryImport/lib/cn.js +1 -1
  267. package/dist/cjs/features/UserStoryImport/lib/dialog.js +1 -1
  268. package/dist/cjs/index.js +1 -1
  269. package/dist/cjs/service/redlineService.js +2 -0
  270. package/dist/cjs/service/redlineService.js.map +1 -0
  271. package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  272. package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  273. package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  274. package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  275. package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  276. package/dist/features/GptWebCitation/GptWebCitation.js +1 -1
  277. package/dist/features/GptWebCitation/GptWebCitation.module.css.js +1 -1
  278. package/dist/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
  279. package/dist/features/GptWebCitation/GptWebCitationImageFullScreenView.js +1 -1
  280. package/dist/features/GptWebCitation/GptWebCitationSkeleton.js +1 -1
  281. package/dist/features/GptWebCitation/types.js +2 -0
  282. package/dist/features/GptWebCitation/types.js.map +1 -0
  283. package/dist/features/GptWebCitation/utils/citationData.utils.js +1 -1
  284. package/dist/features/GptWebCitation/utils/fixedHeight.utils.js +2 -0
  285. package/dist/features/GptWebCitation/utils/fixedHeight.utils.js.map +1 -0
  286. package/dist/features/GptWebCitation/utils/styleOverrides.utils.js +2 -0
  287. package/dist/features/GptWebCitation/utils/styleOverrides.utils.js.map +1 -0
  288. package/dist/features/IngestionStatus/IngestionStatusComponent.js +1 -1
  289. package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
  290. package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
  291. package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
  292. package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
  293. package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
  294. package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
  295. package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
  296. package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
  297. package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
  298. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  299. package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
  300. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
  301. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
  302. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
  303. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
  304. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
  305. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
  306. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
  307. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
  308. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
  309. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +1 -1
  310. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
  311. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
  312. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +2 -0
  313. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js.map +1 -0
  314. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  315. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
  316. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js +2 -0
  317. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js.map +1 -0
  318. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
  319. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +2 -0
  320. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js.map +1 -0
  321. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js +2 -0
  322. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js.map +1 -0
  323. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +2 -0
  324. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js.map +1 -0
  325. package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js +1 -1
  326. package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
  327. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
  328. package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  329. package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +2 -0
  330. package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js.map +1 -0
  331. package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js +2 -0
  332. package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js.map +1 -0
  333. package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
  334. package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +1 -1
  335. package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js +2 -0
  336. package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js.map +1 -0
  337. package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js +2 -0
  338. package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js.map +1 -0
  339. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  340. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  341. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +1 -1
  342. package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  343. package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
  344. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +2 -0
  345. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js.map +1 -0
  346. package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
  347. package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  348. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
  349. package/dist/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
  350. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  351. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  352. package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
  353. package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
  354. package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  355. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
  356. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  357. package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
  358. package/dist/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
  359. package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
  360. package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
  361. package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
  362. package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
  363. package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
  364. package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
  365. package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +1 -1
  366. package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
  367. package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
  368. package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
  369. package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
  370. package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
  371. package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
  372. package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
  373. package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
  374. package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
  375. package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
  376. package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
  377. package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
  378. package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
  379. package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
  380. package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
  381. package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
  382. package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
  383. package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
  384. package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
  385. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  386. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  387. package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +2 -0
  388. package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js.map +1 -0
  389. package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +2 -0
  390. package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js.map +1 -0
  391. package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
  392. package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
  393. package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
  394. package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
  395. package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
  396. package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
  397. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  398. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
  399. package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
  400. package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
  401. package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
  402. package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
  403. package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
  404. package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
  405. package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
  406. package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
  407. package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
  408. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
  409. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
  410. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
  411. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
  412. package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
  413. package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  414. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  415. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
  416. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
  417. package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
  418. package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
  419. package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
  420. package/dist/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
  421. package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  422. package/dist/features/RequirementAI/components/segment/segment-common.css.js +1 -1
  423. package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
  424. package/dist/features/RequirementAI/components/story-screen/CompletionPanel.js +2 -0
  425. package/dist/features/RequirementAI/components/story-screen/CompletionPanel.js.map +1 -0
  426. package/dist/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js +2 -0
  427. package/dist/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js.map +1 -0
  428. package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
  429. package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
  430. package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
  431. package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
  432. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
  433. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  434. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +1 -1
  435. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
  436. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
  437. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
  438. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
  439. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
  440. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
  441. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +1 -1
  442. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  443. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
  444. package/dist/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +2 -0
  445. package/dist/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js.map +1 -0
  446. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js +2 -0
  447. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js.map +1 -0
  448. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js +2 -0
  449. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js.map +1 -0
  450. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  451. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +1 -1
  452. package/dist/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
  453. package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
  454. package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  455. package/dist/features/RequirementAI/icons/AiGapIcon.js +1 -1
  456. package/dist/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
  457. package/dist/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
  458. package/dist/features/RequirementAI/icons/BookmarkIcon.js +1 -1
  459. package/dist/features/RequirementAI/icons/BrainRed.js +1 -1
  460. package/dist/features/RequirementAI/icons/CDIcon.js +2 -0
  461. package/dist/features/RequirementAI/icons/CDIcon.js.map +1 -0
  462. package/dist/features/RequirementAI/icons/CheckIcon.js +1 -1
  463. package/dist/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
  464. package/dist/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
  465. package/dist/features/RequirementAI/icons/CognitiveDecision.js +1 -1
  466. package/dist/features/RequirementAI/icons/Illustration.svg.js +2 -0
  467. package/dist/features/RequirementAI/icons/Illustration.svg.js.map +1 -0
  468. package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
  469. package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
  470. package/dist/features/RequirementAI/icons/PencilIcon.js +1 -1
  471. package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
  472. package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
  473. package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
  474. package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
  475. package/dist/features/RequirementAI/icons/TrashIcon.js +1 -1
  476. package/dist/features/RequirementAI/shared/Accordian.js +1 -1
  477. package/dist/features/RequirementAI/shared/AtomicButton.js +1 -1
  478. package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
  479. package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
  480. package/dist/features/RequirementAI/shared/CodeViewer.js +1 -1
  481. package/dist/features/RequirementAI/shared/ExpandableOl.js +1 -1
  482. package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
  483. package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
  484. package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
  485. package/dist/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
  486. package/dist/features/RequirementAI/store/markdown-context.js +1 -1
  487. package/dist/features/RequirementAI/store/ref.context.js +1 -1
  488. package/dist/features/RequirementAI/utils/css.utils.js +1 -1
  489. package/dist/features/RequirementAI/utils/diff-edit.utils.js +1 -1
  490. package/dist/features/RequirementAI/utils/helpers.js +1 -1
  491. package/dist/features/RequirementAI/utils/json-helper.js +1 -1
  492. package/dist/features/RequirementAI/utils/learned-tag.utils.js +1 -1
  493. package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  494. package/dist/features/RequirementAI/utils/user-story.utils.js +1 -1
  495. package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
  496. package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
  497. package/dist/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
  498. package/dist/features/RulebookCitations/RuleBookCitationApi.js +1 -1
  499. package/dist/features/RulebookCitations/RuleBookCitationWrapper.js +1 -1
  500. package/dist/features/UserStoryImport/UserStoryPicker.context.js +1 -1
  501. package/dist/features/UserStoryImport/UserStoryPicker.js +1 -1
  502. package/dist/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
  503. package/dist/features/UserStoryImport/components/BackNav.js +1 -1
  504. package/dist/features/UserStoryImport/components/Badge.js +1 -1
  505. package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
  506. package/dist/features/UserStoryImport/components/CardGrid.js +1 -1
  507. package/dist/features/UserStoryImport/components/CardProceedButton.js +1 -1
  508. package/dist/features/UserStoryImport/components/ContentArea.js +1 -1
  509. package/dist/features/UserStoryImport/components/Footer.js +1 -1
  510. package/dist/features/UserStoryImport/components/Header.js +1 -1
  511. package/dist/features/UserStoryImport/components/NavRow.js +1 -1
  512. package/dist/features/UserStoryImport/components/ProceedButton.js +1 -1
  513. package/dist/features/UserStoryImport/components/ProjectCard.js +1 -1
  514. package/dist/features/UserStoryImport/components/ResizeHandle.js +1 -1
  515. package/dist/features/UserStoryImport/components/ScopeDropdown.js +1 -1
  516. package/dist/features/UserStoryImport/components/SearchInput.js +1 -1
  517. package/dist/features/UserStoryImport/components/SectionHeading.js +1 -1
  518. package/dist/features/UserStoryImport/components/ShowMore.js +1 -1
  519. package/dist/features/UserStoryImport/components/Sidebar.js +1 -1
  520. package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
  521. package/dist/features/UserStoryImport/components/SidebarProjectList.js +1 -1
  522. package/dist/features/UserStoryImport/components/SidebarSection.js +1 -1
  523. package/dist/features/UserStoryImport/components/SortDropdown.js +1 -1
  524. package/dist/features/UserStoryImport/components/SplitLayout.js +1 -1
  525. package/dist/features/UserStoryImport/components/Toolbar.js +1 -1
  526. package/dist/features/UserStoryImport/components/TypeDropdown.js +1 -1
  527. package/dist/features/UserStoryImport/components/UserStoryCard.js +1 -1
  528. package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
  529. package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
  530. package/dist/features/UserStoryImport/components/usePanelResize.js +1 -1
  531. package/dist/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
  532. package/dist/features/UserStoryImport/hooks/useUSPData.js +1 -1
  533. package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
  534. package/dist/features/UserStoryImport/index.js +1 -1
  535. package/dist/features/UserStoryImport/lib/CustomTooltip.js +1 -1
  536. package/dist/features/UserStoryImport/lib/Tooltip.js +1 -1
  537. package/dist/features/UserStoryImport/lib/cn.js +1 -1
  538. package/dist/features/UserStoryImport/lib/dialog.js +1 -1
  539. package/dist/index.js +1 -1
  540. package/dist/service/redlineService.js +2 -0
  541. package/dist/service/redlineService.js.map +1 -0
  542. package/dist/types/src/Background.d.ts +7 -0
  543. package/dist/types/src/Background.d.ts.map +1 -0
  544. package/dist/types/src/DeviationSummaryTest.d.ts +2 -0
  545. package/dist/types/src/DeviationSummaryTest.d.ts.map +1 -0
  546. package/dist/types/src/RedlineEditorTest.d.ts +3 -0
  547. package/dist/types/src/RedlineEditorTest.d.ts.map +1 -0
  548. package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
  549. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +5 -0
  550. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
  551. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +9 -1
  552. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +1 -1
  553. package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
  554. package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
  555. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
  556. package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -1
  557. package/dist/types/src/features/GptWebCitation/GptWebCitation.d.ts +10 -0
  558. package/dist/types/src/features/GptWebCitation/GptWebCitation.d.ts.map +1 -1
  559. package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts +9 -1
  560. package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts.map +1 -1
  561. package/dist/types/src/features/GptWebCitation/GptWebCitationImageFullScreenView.d.ts +3 -1
  562. package/dist/types/src/features/GptWebCitation/GptWebCitationImageFullScreenView.d.ts.map +1 -1
  563. package/dist/types/src/features/GptWebCitation/GptWebCitationSkeleton.d.ts +12 -1
  564. package/dist/types/src/features/GptWebCitation/GptWebCitationSkeleton.d.ts.map +1 -1
  565. package/dist/types/src/features/GptWebCitation/GptWebCitationTest.d.ts +1 -1
  566. package/dist/types/src/features/GptWebCitation/GptWebCitationTest.d.ts.map +1 -1
  567. package/dist/types/src/features/GptWebCitation/WebCitationSampleResponse.d.ts.map +1 -1
  568. package/dist/types/src/features/GptWebCitation/types.d.ts +313 -20
  569. package/dist/types/src/features/GptWebCitation/types.d.ts.map +1 -1
  570. package/dist/types/src/features/GptWebCitation/utils/citationData.utils.d.ts +2 -0
  571. package/dist/types/src/features/GptWebCitation/utils/citationData.utils.d.ts.map +1 -1
  572. package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts +10 -0
  573. package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts.map +1 -0
  574. package/dist/types/src/features/GptWebCitation/utils/styleOverrides.utils.d.ts +6 -0
  575. package/dist/types/src/features/GptWebCitation/utils/styleOverrides.utils.d.ts.map +1 -0
  576. package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts +2 -0
  577. package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts.map +1 -1
  578. package/dist/types/src/features/IngestionStatus/IngestionStatusComponentTest.d.ts.map +1 -1
  579. package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts.map +1 -1
  580. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +156 -3
  581. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  582. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts +2 -1
  583. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map +1 -1
  584. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +1 -4
  585. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +1 -1
  586. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.d.ts +44 -0
  587. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.d.ts.map +1 -0
  588. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +1 -1
  589. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +4 -3
  590. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +1 -1
  591. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.d.ts +35 -0
  592. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.d.ts.map +1 -0
  593. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts +25 -0
  594. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts.map +1 -0
  595. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.d.ts +23 -0
  596. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.d.ts.map +1 -0
  597. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts +25 -0
  598. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts.map +1 -0
  599. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts.map +1 -1
  600. package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts.map +1 -1
  601. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts +9 -1
  602. package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  603. package/dist/types/src/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.d.ts +8 -0
  604. package/dist/types/src/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.d.ts.map +1 -0
  605. package/dist/types/src/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.d.ts +29 -0
  606. package/dist/types/src/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.d.ts.map +1 -0
  607. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +8 -3
  608. package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
  609. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +44 -4
  610. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
  611. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts +25 -0
  612. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -0
  613. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +17 -3
  614. package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
  615. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +35 -2
  616. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
  617. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
  618. package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.d.ts +12 -0
  619. package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.d.ts.map +1 -0
  620. package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.d.ts +6 -0
  621. package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.d.ts.map +1 -0
  622. package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts +1 -0
  623. package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts.map +1 -1
  624. package/dist/types/src/features/RequirementAI/components/story-screen/CompletionPanel.d.ts +15 -0
  625. package/dist/types/src/features/RequirementAI/components/story-screen/CompletionPanel.d.ts.map +1 -0
  626. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +7 -1
  627. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +1 -1
  628. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts +4 -1
  629. package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts.map +1 -1
  630. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +14 -1
  631. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  632. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.d.ts +11 -0
  633. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.d.ts.map +1 -0
  634. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.d.ts +10 -0
  635. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.d.ts.map +1 -0
  636. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +2 -1
  637. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
  638. package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts +4 -1
  639. package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts.map +1 -1
  640. package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts +17 -2
  641. package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts.map +1 -1
  642. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +10 -0
  643. package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +1 -1
  644. package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts +4 -1
  645. package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts.map +1 -1
  646. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +22 -12
  647. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  648. package/dist/types/src/features/RequirementAI/types/citation.type.d.ts +20 -0
  649. package/dist/types/src/features/RequirementAI/types/citation.type.d.ts.map +1 -1
  650. package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts.map +1 -1
  651. package/dist/types/src/features/RulebookCitations/RuleBookCitationApi.d.ts +2 -2
  652. package/dist/types/src/features/RulebookCitations/RuleBookCitationApi.d.ts.map +1 -1
  653. package/dist/types/src/features/RulebookCitations/RuleBookCitationWrapper.d.ts +1 -0
  654. package/dist/types/src/features/RulebookCitations/RuleBookCitationWrapper.d.ts.map +1 -1
  655. package/dist/types/src/features/RulebookCitations/RuleBookCitationWrapperTest.d.ts.map +1 -1
  656. package/dist/types/src/index.d.ts +3 -2
  657. package/dist/types/src/index.d.ts.map +1 -1
  658. package/dist/types/src/service/redlineService.d.ts +33 -0
  659. package/dist/types/src/service/redlineService.d.ts.map +1 -0
  660. package/package.json +9 -6
  661. package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
  662. package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
  663. package/dist/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
  664. package/dist/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
@@ -1,34 +1,60 @@
1
- import { CSSProperties } from "react";
2
- import type { CognitiveInternalgptCoreProps } from "../CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent";
1
+ import { CSSProperties, ElementType } from "react";
2
+ import type { INonReasoningSource, NonWebReasoningIconsConfig } from "../CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent";
3
+ /** Database metadata returned with a web citation API response. */
3
4
  export interface IGptWebCitationDbMetadata {
5
+ /** Citation identifier stored in the backend. */
4
6
  citation_id?: string;
7
+ /** GCS/blob storage path for the citation screenshot. */
5
8
  blob_path?: string;
6
9
  }
10
+ /** Image snapshot metadata for a web citation (screenshot of the source page). */
7
11
  export interface IGptWebCitationImageMetadata {
12
+ /** Preferred signed HTTPS URL for the screenshot image. */
8
13
  signed_url?: string;
14
+ /** Blob path inside the citation storage bucket. */
9
15
  blob_path?: string;
16
+ /** GCS URI fallback (`gs://...`) when a signed URL is not available. */
10
17
  gs_uri?: string;
11
18
  }
12
19
  type GptWebCitationType = "web" | (string & {});
20
+ /**
21
+ * Web citation payload from your `get_citation` (or equivalent) API.
22
+ *
23
+ * When `imageMetadata.signed_url` is present, the component renders a screenshot.
24
+ * Otherwise it falls back to rendering `content` as HTML/markdown.
25
+ */
13
26
  export interface IWebCitationApiResponse {
27
+ /** Unique citation identifier. */
14
28
  citationId?: string;
29
+ /** HTML/markdown explanation with optional `<highlight>` tags and anchor links. */
15
30
  content?: string;
31
+ /** Citation type — use `"web"` for web citation toggle flows. */
16
32
  citationType?: GptWebCitationType;
33
+ /** Optional status message from the API. */
17
34
  message?: string;
18
35
  userId?: string;
19
36
  userName?: string;
20
37
  userEmail?: string;
38
+ /** Original source URL shown in the visit-link footer. */
21
39
  citationUrl?: string;
40
+ /** Highlighted source URL returned by the citation API (preferred for visit links). */
41
+ highlightedUrl?: string;
22
42
  db?: IGptWebCitationDbMetadata;
23
43
  imageMetadata?: IGptWebCitationImageMetadata;
24
44
  }
45
+ /** Normalized display fields derived from {@link IWebCitationApiResponse}. */
25
46
  export interface IGptWebCitationMappedData {
26
47
  citationId?: string;
27
48
  content: string;
28
49
  citationType?: GptWebCitationType;
29
50
  citationUrl?: string;
51
+ /** Highlighted source URL from the API (preferred over `defaultCitationUrl` for visit links). */
52
+ highlightedUrl?: string;
53
+ /** Topic label extracted from content (first anchor text) or overridden via props. */
30
54
  topic: string;
55
+ /** Decision strength / relevance score parsed from content or overridden via props. */
31
56
  relevanceScore: number;
57
+ /** Site name derived from `citationUrl` (e.g. `forbes.com` → `Forbes`). */
32
58
  learnedFrom?: string;
33
59
  web_citation_gcs_url?: string;
34
60
  userId?: string;
@@ -37,28 +63,190 @@ export interface IGptWebCitationMappedData {
37
63
  db?: IGptWebCitationDbMetadata;
38
64
  imageMetadata?: IGptWebCitationImageMetadata;
39
65
  }
66
+ /** Active citation panel: GPT reasoning or web snapshot/markdown. */
40
67
  export type GptWebCitationView = "gpt" | "web";
41
- export type IGptCitationConfig = Pick<CognitiveInternalgptCoreProps, "item" | "headerTitle" | "index" | "iconsConfig" | "DocumentTitle" | "previewCallback" | "bodyHeight" | "disableMaximize">;
68
+ /**
69
+ * Controls which citation views are available and whether the GPT/Web toggle is shown.
70
+ *
71
+ * | Value | GPT view | Web view | Toggle |
72
+ * | --------- | -------- | -------- | ------ |
73
+ * | `GPT` | yes | no | no |
74
+ * | `WEB` | no | yes | no |
75
+ * | `GPT_WEB` | yes | yes | yes |
76
+ */
77
+ export declare enum CitationType {
78
+ GPT = "gpt",
79
+ WEB = "web",
80
+ GPT_WEB = "gptWeb"
81
+ }
82
+ export declare const allowsGptCitationView: (citationType: CitationType) => boolean;
83
+ export declare const allowsWebCitationView: (citationType: CitationType) => boolean;
84
+ export declare const showsCitationViewToggle: (citationType: CitationType) => boolean;
85
+ /**
86
+ * Web citation lifecycle status — set by the parent from their API call state.
87
+ *
88
+ * - `"pending"` — fetch in progress; shows loading skeleton (default).
89
+ * - `"success"` — fetch succeeded; renders screenshot when `webCitationData` has an image URL.
90
+ * - `"error"` — fetch failed or no preview; shows error skeleton.
91
+ */
92
+ export type GptWebCitationStatus = "pending" | "success" | "error";
93
+ /**
94
+ * Configuration for the embedded GPT reasoning panel
95
+ * (`CognitiveInternalgptCoreComponent`).
96
+ */
97
+ export interface IGptCitationConfig {
98
+ /**
99
+ * GPT reasoning source data — highlights, paraphrase, confidence score, etc.
100
+ * Passed to the underlying GPT citation core component.
101
+ */
102
+ item: INonReasoningSource;
103
+ /** Panel header title (e.g. `"Summary Citations"`). */
104
+ headerTitle: string;
105
+ /** Zero-based citation index shown in the header. */
106
+ index?: number;
107
+ /**
108
+ * Icon component overrides for the GPT panel (chevrons, maximize, close).
109
+ * Supply React components compatible with your icon library version.
110
+ */
111
+ iconsConfig?: NonWebReasoningIconsConfig;
112
+ /**
113
+ * Source document label in the GPT footer (right side).
114
+ * Hidden when `citationType` is `CitationType.GPT_WEB` or `CitationType.WEB`.
115
+ */
116
+ DocumentTitle?: string;
117
+ /**
118
+ * Called when the user clicks the GPT footer source link.
119
+ * Hidden when `citationType` is `CitationType.GPT_WEB` or `CitationType.WEB`.
120
+ */
121
+ previewCallback?: () => void;
122
+ /**
123
+ * Fixed height for the GPT content body (e.g. `"384px"`).
124
+ * Pair with `styles.webCitation.content` to match web view height.
125
+ */
126
+ bodyHeight?: string;
127
+ /** When true, hides the GPT header fullscreen/maximize button. */
128
+ disableMaximize?: boolean;
129
+ }
130
+ /**
131
+ * Icon overrides for the web citation screenshot view.
132
+ *
133
+ * @example
134
+ * ```tsx
135
+ * import { ExternalLink, Maximize2 } from "lucide-react";
136
+ *
137
+ * iconsConfig={{
138
+ * MaximizeIcon: Maximize2,
139
+ * ExternalLinkIcon: ExternalLink,
140
+ * }}
141
+ * ```
142
+ */
143
+ export type IGptWebCitationImageIconsConfig = {
144
+ /** Expand screenshot button icon. Falls back to `gptCitation.iconsConfig.MaximizeIcon`, then `Maximize2`. */
145
+ MaximizeIcon?: ElementType;
146
+ /** Visit-link icon in the screenshot footer. Defaults to `ExternalLink`. */
147
+ ExternalLinkIcon?: ElementType;
148
+ };
149
+ /** Style overrides for the GPT citation card and its footer toggle. */
42
150
  export interface IGptWebCitationGptStyles {
43
- /** Border wrapper around the GPT citation panel */
151
+ /** Border card around the GPT citation panel. */
44
152
  wrapper?: CSSProperties;
45
- /** View Web Citation button row overlay in the GPT footer */
153
+ /** Row overlay for the **View Web Citation** button in the GPT footer. */
46
154
  footerAction?: CSSProperties;
47
- /** View Web Citation toggle button */
155
+ /** **View Web Citation** button styles. */
48
156
  toggleButton?: CSSProperties;
49
157
  }
158
+ /** Style overrides for the web citation card (header, content, footer). */
159
+ export interface IGptWebCitationVisitLinkStyles {
160
+ /** Visit link row container (hint + link). */
161
+ row?: CSSProperties;
162
+ /** Hint text beside the visit link (e.g. "to view details"). */
163
+ hint?: CSSProperties;
164
+ /** Visit link anchor/button styles. */
165
+ link?: CSSProperties;
166
+ }
167
+ /** Style overrides for the web citation screenshot view. */
168
+ export interface IGptWebCitationImageStyles {
169
+ /** Outer image citation wrapper. */
170
+ wrapper?: CSSProperties;
171
+ /** Center column that holds the viewport or loading skeleton. */
172
+ center?: CSSProperties;
173
+ /** Viewport around the scroll container and expand button. */
174
+ viewport?: CSSProperties;
175
+ /** Scrollable container around the screenshot. */
176
+ scrollContainer?: CSSProperties;
177
+ /** Screenshot `<img>` element. */
178
+ image?: CSSProperties;
179
+ /** Full-screen expand button. */
180
+ expandButton?: CSSProperties;
181
+ /** Visit link overrides for the screenshot footer. */
182
+ visitLink?: IGptWebCitationVisitLinkStyles;
183
+ /** Full-screen image viewer (portal overlay). */
184
+ fullScreen?: IGptWebCitationFullScreenStyles;
185
+ }
186
+ /** Style overrides for the full-screen screenshot viewer. */
187
+ export interface IGptWebCitationFullScreenStyles {
188
+ overlay?: CSSProperties;
189
+ content?: CSSProperties;
190
+ closeButton?: CSSProperties;
191
+ imageWrapper?: CSSProperties;
192
+ image?: CSSProperties;
193
+ }
194
+ /** Style overrides for pending/error loading skeletons. */
195
+ export interface IGptWebCitationSkeletonStyles {
196
+ /** Outer skeleton column wrapper. */
197
+ container?: CSSProperties;
198
+ /** Skeleton frame (gray background area). */
199
+ frame?: CSSProperties;
200
+ /** Shimmer animation overlay (pending state). */
201
+ shimmer?: CSSProperties;
202
+ pending?: {
203
+ content?: CSSProperties;
204
+ text?: CSSProperties;
205
+ actionRow?: CSSProperties;
206
+ actionHint?: CSSProperties;
207
+ };
208
+ error?: {
209
+ content?: CSSProperties;
210
+ title?: CSSProperties;
211
+ message?: CSSProperties;
212
+ actionGroup?: CSSProperties;
213
+ detailsToggle?: CSSProperties;
214
+ detailsMessage?: CSSProperties;
215
+ /** Glowing visit link in error state. Merged on top of `visitLink.link`. */
216
+ visitLinkGlow?: CSSProperties;
217
+ };
218
+ /** Visit link overrides inside skeleton states. */
219
+ visitLink?: IGptWebCitationVisitLinkStyles;
220
+ }
221
+ /** Style overrides for the web citation card (header, content, footer). */
50
222
  export interface IGptWebCitationWebStyles {
51
- /** Outer web citation card (header + content + footer) */
223
+ /** Outer web citation card. */
52
224
  panel?: CSSProperties;
225
+ /** Header row (source label, pagination, relevance badge). */
53
226
  header?: CSSProperties;
227
+ /** Main content area (markdown, image, or loading skeleton). */
54
228
  content?: CSSProperties;
229
+ /** Footer row (**View GPT Citation** + Learned From). */
55
230
  footer?: CSSProperties;
56
- /** View GPT Citation toggle button */
231
+ /** **View GPT Citation** button styles. */
57
232
  toggleButton?: CSSProperties;
233
+ /** "Learned From …" text styles. */
58
234
  learnedFrom?: CSSProperties;
235
+ /** Shared visit link styles for image footer and skeleton states. */
236
+ visitLink?: IGptWebCitationVisitLinkStyles;
237
+ /** Screenshot image view styles. */
238
+ image?: IGptWebCitationImageStyles;
239
+ /** Pending/error skeleton styles. */
240
+ skeleton?: IGptWebCitationSkeletonStyles;
59
241
  }
242
+ /**
243
+ * Inline style overrides for GPT and web citation layouts.
244
+ *
245
+ * Use nested `gptCitation` / `webCitation` keys for view-specific styling.
246
+ * Legacy flat keys (`gptCitationWrapper`, `footerAction`, `webCitationButton`) still work.
247
+ */
60
248
  export interface IGptWebCitationStyleOverrides {
61
- /** Shared outer wrapper applied in both GPT and web views */
249
+ /** Shared outer wrapper applied in both GPT and web views. */
62
250
  container?: CSSProperties;
63
251
  gptCitation?: IGptWebCitationGptStyles;
64
252
  webCitation?: IGptWebCitationWebStyles;
@@ -69,43 +257,148 @@ export interface IGptWebCitationStyleOverrides {
69
257
  /** @deprecated Use `gptCitation.toggleButton` or `webCitation.toggleButton` */
70
258
  webCitationButton?: CSSProperties;
71
259
  }
260
+ /**
261
+ * Props for {@link GptWebCitation} — composite GPT + optional web citation panel.
262
+ *
263
+ * The component is **presentational**: it does not fetch web citations.
264
+ * The parent owns `webCitationData`, loading state, and view toggling.
265
+ *
266
+ * @example Basic controlled usage
267
+ * ```tsx
268
+ * const [status, setStatus] = useState<GptWebCitationStatus>("pending");
269
+ *
270
+ * <GptWebCitation
271
+ * gptCitation={gptCitationConfig}
272
+ * defaultCitationUrl="https://example.com/article"
273
+ * citationType={CitationType.GPT_WEB}
274
+ * webCitationData={data}
275
+ * webCitationStatus={status}
276
+ * showWebCitation={showWeb}
277
+ * onToggleCitationView={() => setShowWeb((v) => !v)}
278
+ * onGenerateWebCitation={fetchWebCitation}
279
+ * />
280
+ * ```
281
+ *
282
+ * @example GPT-only (no web toggle)
283
+ * ```tsx
284
+ * <GptWebCitation
285
+ * gptCitation={gptCitationConfig}
286
+ * defaultCitationUrl="https://example.com/article"
287
+ * citationType={CitationType.GPT}
288
+ * />
289
+ * ```
290
+ */
72
291
  export interface IGptWebCitationProps {
292
+ /**
293
+ * **Required.** GPT citation configuration forwarded to
294
+ * `CognitiveInternalgptCoreComponent`.
295
+ */
73
296
  gptCitation: IGptCitationConfig;
74
- /** When true, enables the web citation overlay and toggle button. When false, only GPT citation is shown. */
75
- isWebCitation?: boolean;
297
+ /**
298
+ * Fallback source URL for visit links while web citation is pending or failed.
299
+ * Used when `webCitationData.highlightedUrl` is not yet available.
300
+ */
301
+ defaultCitationUrl: string;
302
+ /**
303
+ * **Required.** Controls available views and toggle visibility.
304
+ * Use `CitationType.GPT_WEB` for dual GPT + web with toggle (default web view).
305
+ */
306
+ citationType: CitationType;
307
+ /**
308
+ * Web citation API response (screenshot and/or markdown content).
309
+ * Omit until the parent has fetched or prefetched data.
310
+ */
76
311
  webCitationData?: IWebCitationApiResponse;
312
+ /**
313
+ * Overrides the topic label in the web citation header.
314
+ * Auto-extracted from `webCitationData.content` when omitted.
315
+ */
77
316
  topic?: string;
317
+ /** @deprecated Use `sourceLabel` instead. */
78
318
  sourceModel?: string;
319
+ /**
320
+ * Overrides the header source label in web view
321
+ * (default: `Source: Web Citation > {topic}`).
322
+ */
79
323
  sourceLabel?: string;
324
+ /**
325
+ * Overrides the relevance / decision strength badge (%).
326
+ * Auto-parsed from content (e.g. "decision strength is 85%") when omitted.
327
+ */
80
328
  relevanceScore?: number;
329
+ /**
330
+ * Overrides the "Learned From …" site name in the web footer.
331
+ * Auto-derived from `citationUrl` when omitted.
332
+ */
81
333
  learnedFrom?: string;
82
- /** When true, renders the Web Citation view instead of GPT Citation. */
334
+ /**
335
+ * Controls which view is active when `citationType` is `CitationType.GPT_WEB`.
336
+ * - `false` → GPT view (+ **View Web Citation** toggle)
337
+ * - `true` → Web citation panel (+ **View GPT Citation** toggle)
338
+ *
339
+ * Ignored for `CitationType.GPT` (always GPT) and `CitationType.WEB` (always web).
340
+ * Omit for uncontrolled internal state (defaults to web for `GPT_WEB`).
341
+ */
83
342
  showWebCitation?: boolean;
84
- /** Called when the user requests web citation generation (no cached data yet). */
343
+ /**
344
+ * Optional override for web citation lifecycle status from the parent's API call.
345
+ * When omitted, status is inferred from `webCitationData`:
346
+ * image URL → `"success"`, data without image → `"error"`, no data → `"pending"`.
347
+ * Pass `"pending"` explicitly while fetching (before image is available).
348
+ */
349
+ webCitationStatus?: GptWebCitationStatus;
350
+ /**
351
+ * Called when the user clicks **View Web Citation**.
352
+ * Parent should start their fetch and update `webCitationStatus` / `webCitationData`.
353
+ */
85
354
  onGenerateWebCitation?: () => void;
86
- /** Parent-controlled loading state while web citation is being generated. */
87
- isWebCitationLoading?: boolean;
355
+ /**
356
+ * Called when the user toggles between GPT and web views.
357
+ * Required for controlled mode (`showWebCitation` is set by parent).
358
+ */
88
359
  onToggleCitationView?: () => void;
89
- /** When true, shows the expand button on image citation snapshots. Defaults to true. */
360
+ /**
361
+ * Shows the fullscreen expand button on web citation screenshot images.
362
+ * @default true
363
+ */
90
364
  showExpandImageButton?: boolean;
91
365
  /**
92
- * When false, hides the GPT citation header maximize/expand icon.
93
- * Equivalent to `gptCitation.disableMaximize: true`.
366
+ * Shows the GPT citation header maximize/expand icon.
367
+ * When `false`, equivalent to `gptCitation.disableMaximize: true`.
368
+ * @default true (unless `gptCitation.disableMaximize` is set)
94
369
  */
95
370
  showGptMaximizeButton?: boolean;
371
+ /**
372
+ * Icon overrides for the web citation screenshot view
373
+ * (expand button + visit link). See {@link IGptWebCitationImageIconsConfig}.
374
+ */
375
+ iconsConfig?: IGptWebCitationImageIconsConfig;
376
+ /**
377
+ * When `true`, GPT and web citation panels share the same fixed height and width.
378
+ * Screenshot images use `object-fit: contain` within the content box.
379
+ * @default false
380
+ */
381
+ isFixedHeight?: boolean;
382
+ /**
383
+ * Inline style overrides for GPT and web citation layouts.
384
+ * See {@link IGptWebCitationStyleOverrides}.
385
+ */
96
386
  styles?: IGptWebCitationStyleOverrides;
97
387
  }
388
+ /** Props for the local `GptWebCitationTest` dev harness. */
98
389
  export interface IGptWebCitationTestProps {
99
390
  gptCitation?: IGptCitationConfig;
100
- isWebCitation?: boolean;
391
+ citationType?: CitationType;
101
392
  webCitationData?: IWebCitationApiResponse;
102
393
  sourceModel?: string;
103
394
  learnedFrom?: string;
104
395
  showWebCitation?: boolean;
105
396
  onGenerateWebCitation?: () => void;
106
- isWebCitationLoading?: boolean;
397
+ webCitationStatus?: GptWebCitationStatus;
107
398
  showExpandImageButton?: boolean;
108
399
  showGptMaximizeButton?: boolean;
400
+ iconsConfig?: IGptWebCitationImageIconsConfig;
401
+ isFixedHeight?: boolean;
109
402
  styles?: IGptWebCitationStyleOverrides;
110
403
  }
111
404
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/GptWebCitation/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/GptWebCitation/types.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,8 @@ export declare const sanitizeExternalUrl: (url?: string) => string | undefined;
3
3
  export declare const extractRelevanceScoreFromContent: (content?: string) => number | undefined;
4
4
  export declare const extractTopicFromContent: (content?: string) => string | undefined;
5
5
  export declare const extractLearnedFromUrl: (citationUrl?: string) => string | undefined;
6
+ /** Visit link for pending/error skeletons: `highlightedUrl` wins, then `defaultCitationUrl`. */
7
+ export declare const resolveSkeletonVisitUrl: (highlightedUrl?: string, defaultCitationUrl?: string) => string | undefined;
6
8
  export declare const getWebCitationImageUrl: (citationData?: IWebCitationApiResponse) => string | undefined;
7
9
  export declare const mapCitationDataToDisplay: (citationData: IWebCitationApiResponse) => IGptWebCitationMappedData;
8
10
  //# sourceMappingURL=citationData.utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"citationData.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/GptWebCitation/utils/citationData.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,uBAAuB,EACxB,MAAM,UAAU,CAAC;AASlB,eAAO,MAAM,mBAAmB,SAAU,MAAM,KAAG,MAAM,GAAG,SAgB3D,CAAC;AAEF,eAAO,MAAM,gCAAgC,aAAc,MAAM,KAAG,MAAM,GAAG,SAmB5E,CAAC;AAEF,eAAO,MAAM,uBAAuB,aAAc,MAAM,KAAG,MAAM,GAAG,SAWnE,CAAC;AAEF,eAAO,MAAM,qBAAqB,iBAClB,MAAM,KACnB,MAAM,GAAG,SAkBX,CAAC;AAEF,eAAO,MAAM,sBAAsB,kBAClB,uBAAuB,KACrC,MAAM,GAAG,SAQX,CAAC;AAEF,eAAO,MAAM,wBAAwB,iBACrB,uBAAuB,KACpC,yBAkBF,CAAC"}
1
+ {"version":3,"file":"citationData.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/GptWebCitation/utils/citationData.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,uBAAuB,EACxB,MAAM,UAAU,CAAC;AASlB,eAAO,MAAM,mBAAmB,SAAU,MAAM,KAAG,MAAM,GAAG,SAgB3D,CAAC;AAEF,eAAO,MAAM,gCAAgC,aAAc,MAAM,KAAG,MAAM,GAAG,SAmB5E,CAAC;AAEF,eAAO,MAAM,uBAAuB,aAAc,MAAM,KAAG,MAAM,GAAG,SAWnE,CAAC;AAEF,eAAO,MAAM,qBAAqB,iBAClB,MAAM,KACnB,MAAM,GAAG,SAkBX,CAAC;AAEF,gGAAgG;AAChG,eAAO,MAAM,uBAAuB,oBACjB,MAAM,uBACF,MAAM,KAC1B,MAAM,GAAG,SACoE,CAAC;AAEjF,eAAO,MAAM,sBAAsB,kBAClB,uBAAuB,KACrC,MAAM,GAAG,SAQX,CAAC;AAEF,eAAO,MAAM,wBAAwB,iBACrB,uBAAuB,KACpC,yBAmBF,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { CSSProperties } from "react";
2
+ export type GptWebCitationFixedHeightLayout = {
3
+ panelHeight: string;
4
+ gptBodyHeight: string;
5
+ contentHeight: string;
6
+ };
7
+ export declare const resolveFixedHeightLayout: (bodyHeight?: string, hasToggleFooter?: boolean) => GptWebCitationFixedHeightLayout;
8
+ export declare const getFixedPanelStyle: (panelHeight: string) => CSSProperties;
9
+ export declare const getFixedWebContentStyle: () => CSSProperties;
10
+ //# sourceMappingURL=fixedHeight.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixedHeight.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/GptWebCitation/utils/fixedHeight.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAK3C,MAAM,MAAM,+BAA+B,GAAG;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,gBACtB,MAAM,gCAElB,+BAyBF,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,KAAG,aASvD,CAAC;AAEH,eAAO,MAAM,uBAAuB,QAAO,aAOzC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { CSSProperties } from "react";
2
+ import type { IGptWebCitationVisitLinkStyles, IGptWebCitationWebStyles } from "../types";
3
+ export declare const resolveInlineStyle: (overrides?: CSSProperties) => CSSProperties | undefined;
4
+ export declare const mergeVisitLinkStyles: (shared?: IGptWebCitationVisitLinkStyles, specific?: IGptWebCitationVisitLinkStyles) => IGptWebCitationVisitLinkStyles;
5
+ export declare const resolveWebCitationVisitLinkStyles: (webStyles?: IGptWebCitationWebStyles, scope?: "image" | "skeleton") => IGptWebCitationVisitLinkStyles;
6
+ //# sourceMappingURL=styleOverrides.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styleOverrides.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/GptWebCitation/utils/styleOverrides.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EACV,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,UAAU,CAAC;AAElB,eAAO,MAAM,kBAAkB,eACjB,aAAa,KACxB,aAAa,GAAG,SAIlB,CAAC;AAEF,eAAO,MAAM,oBAAoB,YACtB,8BAA8B,aAC5B,8BAA8B,KACxC,8BAID,CAAC;AAEH,eAAO,MAAM,iCAAiC,eAChC,wBAAwB,UAC5B,OAAO,GAAG,UAAU,mCAO7B,CAAC"}
@@ -11,6 +11,7 @@ interface IngestionStatusChipProps {
11
11
  label?: string;
12
12
  percentage?: number;
13
13
  customConfig?: CustomChipConfig;
14
+ redirectionLink?: string;
14
15
  }
15
16
  export declare const IngestionStatusChip: React.FC<IngestionStatusChipProps>;
16
17
  interface IngestionStatusComponentProps {
@@ -20,6 +21,7 @@ interface IngestionStatusComponentProps {
20
21
  showPercentage?: boolean;
21
22
  statusMap?: Record<string, string>;
22
23
  customStatusConfigs?: Record<string, CustomChipConfig>;
24
+ redirectionLink?: string;
23
25
  }
24
26
  export declare const IngestionStatusComponent: React.FC<IngestionStatusComponentProps>;
25
27
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"IngestionStatusComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/IngestionStatus/IngestionStatusComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAYD,UAAU,wBAAwB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAwClE,CAAC;AAKF,UAAU,6BAA6B;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAqC5E,CAAC"}
1
+ {"version":3,"file":"IngestionStatusComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/IngestionStatus/IngestionStatusComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAYD,UAAU,wBAAwB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;CAE1B;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAyDlE,CAAC;AAKF,UAAU,6BAA6B;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;IACvD,eAAe,CAAC,EAAE,MAAM,CAAC;CAE1B;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAyC5E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"IngestionStatusComponentTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/IngestionStatus/IngestionStatusComponentTest.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAQrD,CAAC;AAqBF,UAAU,iCAAiC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,4BAA4B,kBAAmB,iCAAiC,4CA6FrF,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
1
+ {"version":3,"file":"IngestionStatusComponentTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/IngestionStatus/IngestionStatusComponentTest.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAQrD,CAAC;AAqBF,UAAU,iCAAiC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,4BAA4B,kBAAmB,iCAAiC,4CAyHjF,CAAC;AAEN,eAAe,4BAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"StoryNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAoBpH,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC,EACF,SAAS,CAAC,EAAE,MAAM,EAClB,QAAQ,CAAC,EAAE,MAAM,GAChB,KAAK,CAAC,SAAS,EAAE,CAiDnB;AAED;;GAEG;AACH,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IACxB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wBAAwB,CAAC,EAAE,MAAM,IAAI,CAAC;IACtC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;IACrB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,aAAa,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IAC5D,yBAAyB,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IACxE,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAiRA,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"StoryNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EACL,iBAAiB,EACjB,sBAAsB,EACtB,qBAAqB,EACtB,MAAM,kCAAkC,CAAC;AAsB1C,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,MAAM,EACf,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC,EACF,SAAS,CAAC,EAAE,MAAM,EAClB,QAAQ,CAAC,EAAE,MAAM,GAChB,KAAK,CAAC,SAAS,EAAE,CA+CnB;AAED;;GAEG;AACH,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IACxB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wBAAwB,CAAC,EAAE,MAAM,IAAI,CAAC;IACtC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;IACrB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,aAAa,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IAC5D,yBAAyB,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IACxE,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAsRA,CAAC;AAEF,eAAe,SAAS,CAAC"}