@e-llm-studio/requirement-ai 0.0.43 → 0.0.44

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 (356) hide show
  1. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  2. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  3. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  4. package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +2 -0
  5. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  6. package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  9. package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  10. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  11. package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +2 -0
  12. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  13. package/dist/features/RequirementAI/utils/helpers.js +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts +0 -1
  16. package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts.map +1 -1
  17. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +13 -2
  18. package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
  19. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +2 -0
  20. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
  21. package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
  22. package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts +18 -0
  23. package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts.map +1 -0
  24. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +1 -0
  25. package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
  26. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +6 -0
  27. package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
  28. package/dist/types/src/features/RequirementAI/types/user.type.d.ts +21 -0
  29. package/dist/types/src/features/RequirementAI/types/user.type.d.ts.map +1 -0
  30. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +1 -0
  31. package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +1 -1
  32. package/dist/types/src/index.d.ts +6 -21
  33. package/dist/types/src/index.d.ts.map +1 -1
  34. package/package.json +33 -8
  35. package/dist/assests/svg/ButtonCognitiveIcon.js +0 -2
  36. package/dist/assests/svg/ButtonCognitiveIcon.js.map +0 -1
  37. package/dist/assests/svg/PdfViewerIcons.js +0 -2
  38. package/dist/assests/svg/PdfViewerIcons.js.map +0 -1
  39. package/dist/cjs/assests/svg/ButtonCognitiveIcon.js +0 -2
  40. package/dist/cjs/assests/svg/ButtonCognitiveIcon.js.map +0 -1
  41. package/dist/cjs/assests/svg/PdfViewerIcons.js +0 -2
  42. package/dist/cjs/assests/svg/PdfViewerIcons.js.map +0 -1
  43. package/dist/cjs/features/BookCitation/BookCitation.js +0 -2
  44. package/dist/cjs/features/BookCitation/BookCitation.js.map +0 -1
  45. package/dist/cjs/features/BookCitation/BookCitation.module.css.js +0 -2
  46. package/dist/cjs/features/BookCitation/BookCitation.module.css.js.map +0 -1
  47. package/dist/cjs/features/BookCitation/text-cleaner.js +0 -2
  48. package/dist/cjs/features/BookCitation/text-cleaner.js.map +0 -1
  49. package/dist/cjs/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js +0 -2
  50. package/dist/cjs/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js.map +0 -1
  51. package/dist/cjs/features/Bookemon/BookDetailsCard/BookDetailsCard.js +0 -2
  52. package/dist/cjs/features/Bookemon/BookDetailsCard/BookDetailsCard.js.map +0 -1
  53. package/dist/cjs/features/Bookemon/BookElementsCard/BookElementsCard.js +0 -2
  54. package/dist/cjs/features/Bookemon/BookElementsCard/BookElementsCard.js.map +0 -1
  55. package/dist/cjs/features/Bookemon/BookOverviewCard/BookOverviewCard.js +0 -2
  56. package/dist/cjs/features/Bookemon/BookOverviewCard/BookOverviewCard.js.map +0 -1
  57. package/dist/cjs/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js +0 -2
  58. package/dist/cjs/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js.map +0 -1
  59. package/dist/cjs/features/Bookemon/BookPreview/BookPreview.js +0 -2
  60. package/dist/cjs/features/Bookemon/BookPreview/BookPreview.js.map +0 -1
  61. package/dist/cjs/features/Bookemon/Bookemon.js +0 -2
  62. package/dist/cjs/features/Bookemon/Bookemon.js.map +0 -1
  63. package/dist/cjs/features/Bookemon/BookemonContent.js +0 -2
  64. package/dist/cjs/features/Bookemon/BookemonContent.js.map +0 -1
  65. package/dist/cjs/features/Bookemon/utils/highlight.js +0 -2
  66. package/dist/cjs/features/Bookemon/utils/highlight.js.map +0 -1
  67. package/dist/cjs/features/ChatCitation/BigQueryTable.js +0 -2
  68. package/dist/cjs/features/ChatCitation/BigQueryTable.js.map +0 -1
  69. package/dist/cjs/features/ChatCitation/ChatCitationRenderer.js +0 -2
  70. package/dist/cjs/features/ChatCitation/InternalChatCitationRenderer.js +0 -2
  71. package/dist/cjs/features/ChatCitation/InternalChatCitationRenderer.js.map +0 -1
  72. package/dist/cjs/features/ChatCitation/assets/cw_chat.svg.js +0 -2
  73. package/dist/cjs/features/ChatCitation/assets/cw_chat.svg.js.map +0 -1
  74. package/dist/cjs/features/ChatCitation/assets/message-chat-square.svg.js +0 -2
  75. package/dist/cjs/features/ChatCitation/assets/message-chat-square.svg.js.map +0 -1
  76. package/dist/cjs/features/ChatCitation/components/AssistantChatItem.js +0 -2
  77. package/dist/cjs/features/ChatCitation/components/AssistantChatItem.js.map +0 -1
  78. package/dist/cjs/features/ChatCitation/components/ChatCitation.js +0 -2
  79. package/dist/cjs/features/ChatCitation/components/ChatCitation.js.map +0 -1
  80. package/dist/cjs/features/ChatCitation/components/Chip.js +0 -2
  81. package/dist/cjs/features/ChatCitation/components/Chip.js.map +0 -1
  82. package/dist/cjs/features/ChatCitation/components/DetailedView.js +0 -2
  83. package/dist/cjs/features/ChatCitation/components/DetailedView.js.map +0 -1
  84. package/dist/cjs/features/ChatCitation/components/IconContainer.js +0 -2
  85. package/dist/cjs/features/ChatCitation/components/IconContainer.js.map +0 -1
  86. package/dist/cjs/features/ChatCitation/components/InViewNavigation.js +0 -2
  87. package/dist/cjs/features/ChatCitation/components/InViewNavigation.js.map +0 -1
  88. package/dist/cjs/features/ChatCitation/components/MarkdownRenderer.js +0 -2
  89. package/dist/cjs/features/ChatCitation/components/MarkdownRenderer.js.map +0 -1
  90. package/dist/cjs/features/ChatCitation/components/RuleBook.js +0 -2
  91. package/dist/cjs/features/ChatCitation/components/RuleBook.js.map +0 -1
  92. package/dist/cjs/features/ChatCitation/components/SummarizedView.js +0 -2
  93. package/dist/cjs/features/ChatCitation/components/SummarizedView.js.map +0 -1
  94. package/dist/cjs/features/ChatCitation/components/UserChatItem.js +0 -2
  95. package/dist/cjs/features/ChatCitation/components/UserChatItem.js.map +0 -1
  96. package/dist/cjs/features/ChatCitation/components/UserInitialsAsAvatar.js +0 -2
  97. package/dist/cjs/features/ChatCitation/components/UserInitialsAsAvatar.js.map +0 -1
  98. package/dist/cjs/features/ChatCitation/components/wrappers/Modal.js +0 -2
  99. package/dist/cjs/features/ChatCitation/components/wrappers/Modal.js.map +0 -1
  100. package/dist/cjs/features/ChatCitation/constants/renderer.js +0 -2
  101. package/dist/cjs/features/ChatCitation/constants/renderer.js.map +0 -1
  102. package/dist/cjs/features/ChatCitation/utils/helpers.js +0 -2
  103. package/dist/cjs/features/ChatCitation/utils/helpers.js.map +0 -1
  104. package/dist/cjs/features/CitationRenderer/MarkdownRenderer.js +0 -2
  105. package/dist/cjs/features/CitationRenderer/MarkdownRenderer.js.map +0 -1
  106. package/dist/cjs/features/CitationRenderer/MarkdownRenderer.module.css.js +0 -2
  107. package/dist/cjs/features/CitationRenderer/MarkdownRenderer.module.css.js.map +0 -1
  108. package/dist/cjs/features/CitationViewer/CitationsViewer.js +0 -2
  109. package/dist/cjs/features/CitationViewer/CitationsViewer.js.map +0 -1
  110. package/dist/cjs/features/CitationViewer/components/AudioWaveform.js +0 -2
  111. package/dist/cjs/features/CitationViewer/components/AudioWaveform.js.map +0 -1
  112. package/dist/cjs/features/CitationViewer/components/Header.js +0 -2
  113. package/dist/cjs/features/CitationViewer/components/Header.js.map +0 -1
  114. package/dist/cjs/features/CitationViewer/components/KeyTakeaways.js +0 -2
  115. package/dist/cjs/features/CitationViewer/components/KeyTakeaways.js.map +0 -1
  116. package/dist/cjs/features/CitationViewer/components/StormeeChatCitation.module.css.js +0 -2
  117. package/dist/cjs/features/CitationViewer/components/StormeeChatCitation.module.css.js.map +0 -1
  118. package/dist/cjs/features/CitationViewer/components/Transcript.js +0 -2
  119. package/dist/cjs/features/CitationViewer/components/Transcript.js.map +0 -1
  120. package/dist/cjs/features/CitationViewer/config/apiConfig.js +0 -2
  121. package/dist/cjs/features/CitationViewer/config/apiConfig.js.map +0 -1
  122. package/dist/cjs/features/CitationViewer/hooks/getSignedUrl.js +0 -2
  123. package/dist/cjs/features/CitationViewer/hooks/getSignedUrl.js.map +0 -1
  124. package/dist/cjs/features/CitationViewer/hooks/useResolvedAudioUrl.js +0 -2
  125. package/dist/cjs/features/CitationViewer/hooks/useResolvedAudioUrl.js.map +0 -1
  126. package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js +0 -2
  127. package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js.map +0 -1
  128. package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js +0 -2
  129. package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js.map +0 -1
  130. package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js +0 -2
  131. package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js.map +0 -1
  132. package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.js +0 -2
  133. package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.js.map +0 -1
  134. package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js +0 -2
  135. package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js.map +0 -1
  136. package/dist/cjs/features/CognitiveDecisioning/shared/Audacy/GapIcon.js +0 -2
  137. package/dist/cjs/features/CognitiveDecisioning/shared/Audacy/GapIcon.js.map +0 -1
  138. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +0 -2
  139. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js.map +0 -1
  140. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +0 -2
  141. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js.map +0 -1
  142. package/dist/cjs/features/ExcelCitation/ExcelCitations.js +0 -2
  143. package/dist/cjs/features/ExcelCitation/ExcelCitations.js.map +0 -1
  144. package/dist/cjs/features/ExcelCitation/utils/helper.js +0 -2
  145. package/dist/cjs/features/ExcelCitation/utils/helper.js.map +0 -1
  146. package/dist/cjs/features/PaginatedTable/PaginatedTable.js +0 -2
  147. package/dist/cjs/features/PaginatedTable/PaginatedTable.js.map +0 -1
  148. package/dist/cjs/features/PaginatedTable/paginatedTable.module.css.js +0 -2
  149. package/dist/cjs/features/PaginatedTable/paginatedTable.module.css.js.map +0 -1
  150. package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.js +0 -2
  151. package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.js.map +0 -1
  152. package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.module.css.js +0 -2
  153. package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.module.css.js.map +0 -1
  154. package/dist/cjs/features/PdfViewer/PdfContainer.js +0 -2
  155. package/dist/cjs/features/PdfViewer/PdfContainer.js.map +0 -1
  156. package/dist/cjs/features/PdfViewer/PdfStyle.js +0 -2
  157. package/dist/cjs/features/PdfViewer/PdfStyle.js.map +0 -1
  158. package/dist/cjs/features/PdfViewer/PdfToolbar.js +0 -2
  159. package/dist/cjs/features/PdfViewer/PdfToolbar.js.map +0 -1
  160. package/dist/cjs/features/PdfViewer/PdfViewer.js +0 -2
  161. package/dist/cjs/features/PdfViewer/PdfViewer.js.map +0 -1
  162. package/dist/cjs/features/PdfViewer/usePdfHighlight.js +0 -2
  163. package/dist/cjs/features/PdfViewer/usePdfHighlight.js.map +0 -1
  164. package/dist/cjs/features/ProjectAccordion/ProjectAccordion.js +0 -2
  165. package/dist/cjs/features/ProjectAccordion/ProjectAccordion.js.map +0 -1
  166. package/dist/cjs/features/ProjectAccordion/ProjectAccordion.module.css.js +0 -2
  167. package/dist/cjs/features/ProjectAccordion/ProjectAccordion.module.css.js.map +0 -1
  168. package/dist/cjs/features/ProjectAccordion/_components/Markdown.js +0 -2
  169. package/dist/cjs/features/ProjectAccordion/_components/Markdown.js.map +0 -1
  170. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js +0 -2
  171. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js.map +0 -1
  172. package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.js +0 -2
  173. package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.js.map +0 -1
  174. package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js +0 -2
  175. package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js.map +0 -1
  176. package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +0 -2
  177. package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js.map +0 -1
  178. package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js +0 -2
  179. package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js.map +0 -1
  180. package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +0 -2
  181. package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js.map +0 -1
  182. package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js +0 -2
  183. package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js.map +0 -1
  184. package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +0 -2
  185. package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js.map +0 -1
  186. package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js +0 -2
  187. package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js.map +0 -1
  188. package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +0 -2
  189. package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js.map +0 -1
  190. package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js +0 -2
  191. package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js.map +0 -1
  192. package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +0 -2
  193. package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js.map +0 -1
  194. package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js +0 -2
  195. package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js.map +0 -1
  196. package/dist/cjs/utils/sanitizeHtml.js +0 -2
  197. package/dist/cjs/utils/sanitizeHtml.js.map +0 -1
  198. package/dist/features/BookCitation/BookCitation.js +0 -2
  199. package/dist/features/BookCitation/BookCitation.js.map +0 -1
  200. package/dist/features/BookCitation/BookCitation.module.css.js +0 -2
  201. package/dist/features/BookCitation/BookCitation.module.css.js.map +0 -1
  202. package/dist/features/BookCitation/text-cleaner.js +0 -2
  203. package/dist/features/BookCitation/text-cleaner.js.map +0 -1
  204. package/dist/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js +0 -2
  205. package/dist/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js.map +0 -1
  206. package/dist/features/Bookemon/BookDetailsCard/BookDetailsCard.js +0 -2
  207. package/dist/features/Bookemon/BookDetailsCard/BookDetailsCard.js.map +0 -1
  208. package/dist/features/Bookemon/BookElementsCard/BookElementsCard.js +0 -2
  209. package/dist/features/Bookemon/BookElementsCard/BookElementsCard.js.map +0 -1
  210. package/dist/features/Bookemon/BookOverviewCard/BookOverviewCard.js +0 -2
  211. package/dist/features/Bookemon/BookOverviewCard/BookOverviewCard.js.map +0 -1
  212. package/dist/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js +0 -2
  213. package/dist/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js.map +0 -1
  214. package/dist/features/Bookemon/BookPreview/BookPreview.js +0 -2
  215. package/dist/features/Bookemon/BookPreview/BookPreview.js.map +0 -1
  216. package/dist/features/Bookemon/Bookemon.js +0 -2
  217. package/dist/features/Bookemon/Bookemon.js.map +0 -1
  218. package/dist/features/Bookemon/BookemonContent.js +0 -2
  219. package/dist/features/Bookemon/BookemonContent.js.map +0 -1
  220. package/dist/features/Bookemon/utils/highlight.js +0 -2
  221. package/dist/features/Bookemon/utils/highlight.js.map +0 -1
  222. package/dist/features/ChatCitation/BigQueryTable.js +0 -2
  223. package/dist/features/ChatCitation/BigQueryTable.js.map +0 -1
  224. package/dist/features/ChatCitation/ChatCitationRenderer.js +0 -2
  225. package/dist/features/ChatCitation/InternalChatCitationRenderer.js +0 -2
  226. package/dist/features/ChatCitation/InternalChatCitationRenderer.js.map +0 -1
  227. package/dist/features/ChatCitation/assets/cw_chat.svg.js +0 -2
  228. package/dist/features/ChatCitation/assets/cw_chat.svg.js.map +0 -1
  229. package/dist/features/ChatCitation/assets/message-chat-square.svg.js +0 -2
  230. package/dist/features/ChatCitation/assets/message-chat-square.svg.js.map +0 -1
  231. package/dist/features/ChatCitation/components/AssistantChatItem.js +0 -2
  232. package/dist/features/ChatCitation/components/AssistantChatItem.js.map +0 -1
  233. package/dist/features/ChatCitation/components/ChatCitation.js +0 -2
  234. package/dist/features/ChatCitation/components/ChatCitation.js.map +0 -1
  235. package/dist/features/ChatCitation/components/Chip.js +0 -2
  236. package/dist/features/ChatCitation/components/Chip.js.map +0 -1
  237. package/dist/features/ChatCitation/components/DetailedView.js +0 -2
  238. package/dist/features/ChatCitation/components/DetailedView.js.map +0 -1
  239. package/dist/features/ChatCitation/components/IconContainer.js +0 -2
  240. package/dist/features/ChatCitation/components/IconContainer.js.map +0 -1
  241. package/dist/features/ChatCitation/components/InViewNavigation.js +0 -2
  242. package/dist/features/ChatCitation/components/InViewNavigation.js.map +0 -1
  243. package/dist/features/ChatCitation/components/MarkdownRenderer.js +0 -2
  244. package/dist/features/ChatCitation/components/MarkdownRenderer.js.map +0 -1
  245. package/dist/features/ChatCitation/components/RuleBook.js +0 -2
  246. package/dist/features/ChatCitation/components/RuleBook.js.map +0 -1
  247. package/dist/features/ChatCitation/components/SummarizedView.js +0 -2
  248. package/dist/features/ChatCitation/components/SummarizedView.js.map +0 -1
  249. package/dist/features/ChatCitation/components/UserChatItem.js +0 -2
  250. package/dist/features/ChatCitation/components/UserChatItem.js.map +0 -1
  251. package/dist/features/ChatCitation/components/UserInitialsAsAvatar.js +0 -2
  252. package/dist/features/ChatCitation/components/UserInitialsAsAvatar.js.map +0 -1
  253. package/dist/features/ChatCitation/components/wrappers/Modal.js +0 -2
  254. package/dist/features/ChatCitation/components/wrappers/Modal.js.map +0 -1
  255. package/dist/features/ChatCitation/constants/renderer.js +0 -2
  256. package/dist/features/ChatCitation/constants/renderer.js.map +0 -1
  257. package/dist/features/ChatCitation/utils/helpers.js +0 -2
  258. package/dist/features/ChatCitation/utils/helpers.js.map +0 -1
  259. package/dist/features/CitationRenderer/MarkdownRenderer.js +0 -2
  260. package/dist/features/CitationRenderer/MarkdownRenderer.js.map +0 -1
  261. package/dist/features/CitationRenderer/MarkdownRenderer.module.css.js +0 -2
  262. package/dist/features/CitationRenderer/MarkdownRenderer.module.css.js.map +0 -1
  263. package/dist/features/CitationViewer/CitationsViewer.js +0 -2
  264. package/dist/features/CitationViewer/CitationsViewer.js.map +0 -1
  265. package/dist/features/CitationViewer/components/AudioWaveform.js +0 -2
  266. package/dist/features/CitationViewer/components/AudioWaveform.js.map +0 -1
  267. package/dist/features/CitationViewer/components/Header.js +0 -2
  268. package/dist/features/CitationViewer/components/Header.js.map +0 -1
  269. package/dist/features/CitationViewer/components/KeyTakeaways.js +0 -2
  270. package/dist/features/CitationViewer/components/KeyTakeaways.js.map +0 -1
  271. package/dist/features/CitationViewer/components/StormeeChatCitation.module.css.js +0 -2
  272. package/dist/features/CitationViewer/components/StormeeChatCitation.module.css.js.map +0 -1
  273. package/dist/features/CitationViewer/components/Transcript.js +0 -2
  274. package/dist/features/CitationViewer/components/Transcript.js.map +0 -1
  275. package/dist/features/CitationViewer/config/apiConfig.js +0 -2
  276. package/dist/features/CitationViewer/config/apiConfig.js.map +0 -1
  277. package/dist/features/CitationViewer/hooks/getSignedUrl.js +0 -2
  278. package/dist/features/CitationViewer/hooks/getSignedUrl.js.map +0 -1
  279. package/dist/features/CitationViewer/hooks/useResolvedAudioUrl.js +0 -2
  280. package/dist/features/CitationViewer/hooks/useResolvedAudioUrl.js.map +0 -1
  281. package/dist/features/CodeCitation/_components/TooltipComponent.js +0 -2
  282. package/dist/features/CodeCitation/_components/TooltipComponent.js.map +0 -1
  283. package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js +0 -2
  284. package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js.map +0 -1
  285. package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js +0 -2
  286. package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js.map +0 -1
  287. package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.js +0 -2
  288. package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.js.map +0 -1
  289. package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js +0 -2
  290. package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js.map +0 -1
  291. package/dist/features/CognitiveDecisioning/shared/Audacy/GapIcon.js +0 -2
  292. package/dist/features/CognitiveDecisioning/shared/Audacy/GapIcon.js.map +0 -1
  293. package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +0 -2
  294. package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js.map +0 -1
  295. package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +0 -2
  296. package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js.map +0 -1
  297. package/dist/features/ExcelCitation/ExcelCitations.js +0 -2
  298. package/dist/features/ExcelCitation/ExcelCitations.js.map +0 -1
  299. package/dist/features/ExcelCitation/utils/helper.js +0 -2
  300. package/dist/features/ExcelCitation/utils/helper.js.map +0 -1
  301. package/dist/features/PaginatedTable/PaginatedTable.js +0 -2
  302. package/dist/features/PaginatedTable/PaginatedTable.js.map +0 -1
  303. package/dist/features/PaginatedTable/paginatedTable.module.css.js +0 -2
  304. package/dist/features/PaginatedTable/paginatedTable.module.css.js.map +0 -1
  305. package/dist/features/PdfEditorCitation/PdfEditorCitation.js +0 -2
  306. package/dist/features/PdfEditorCitation/PdfEditorCitation.js.map +0 -1
  307. package/dist/features/PdfEditorCitation/PdfEditorCitation.module.css.js +0 -2
  308. package/dist/features/PdfEditorCitation/PdfEditorCitation.module.css.js.map +0 -1
  309. package/dist/features/PdfViewer/PdfContainer.js +0 -2
  310. package/dist/features/PdfViewer/PdfContainer.js.map +0 -1
  311. package/dist/features/PdfViewer/PdfStyle.js +0 -2
  312. package/dist/features/PdfViewer/PdfStyle.js.map +0 -1
  313. package/dist/features/PdfViewer/PdfToolbar.js +0 -2
  314. package/dist/features/PdfViewer/PdfToolbar.js.map +0 -1
  315. package/dist/features/PdfViewer/PdfViewer.js +0 -2
  316. package/dist/features/PdfViewer/PdfViewer.js.map +0 -1
  317. package/dist/features/PdfViewer/usePdfHighlight.js +0 -2
  318. package/dist/features/PdfViewer/usePdfHighlight.js.map +0 -1
  319. package/dist/features/ProjectAccordion/ProjectAccordion.js +0 -2
  320. package/dist/features/ProjectAccordion/ProjectAccordion.js.map +0 -1
  321. package/dist/features/ProjectAccordion/ProjectAccordion.module.css.js +0 -2
  322. package/dist/features/ProjectAccordion/ProjectAccordion.module.css.js.map +0 -1
  323. package/dist/features/ProjectAccordion/_components/Markdown.js +0 -2
  324. package/dist/features/ProjectAccordion/_components/Markdown.js.map +0 -1
  325. package/dist/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js +0 -2
  326. package/dist/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js.map +0 -1
  327. package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.js +0 -2
  328. package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.js.map +0 -1
  329. package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js +0 -2
  330. package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js.map +0 -1
  331. package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +0 -2
  332. package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js.map +0 -1
  333. package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js +0 -2
  334. package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js.map +0 -1
  335. package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +0 -2
  336. package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js.map +0 -1
  337. package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js +0 -2
  338. package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js.map +0 -1
  339. package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +0 -2
  340. package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js.map +0 -1
  341. package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js +0 -2
  342. package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js.map +0 -1
  343. package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +0 -2
  344. package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js.map +0 -1
  345. package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js +0 -2
  346. package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js.map +0 -1
  347. package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +0 -2
  348. package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js.map +0 -1
  349. package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js +0 -2
  350. package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js.map +0 -1
  351. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts +0 -23
  352. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts.map +0 -1
  353. package/dist/utils/sanitizeHtml.js +0 -2
  354. package/dist/utils/sanitizeHtml.js.map +0 -1
  355. /package/dist/cjs/features/{ChatCitation → RequirementAI/components/citations/chat-citation}/ChatCitationRenderer.js.map +0 -0
  356. /package/dist/features/{ChatCitation → RequirementAI/components/citations/chat-citation}/ChatCitationRenderer.js.map +0 -0
@@ -1,2 +0,0 @@
1
- import{__assign as e}from"tslib";import{jsxs as l,jsx as i,Fragment as n}from"react/jsx-runtime";import{useState as o,useEffect as r}from"react";import{renderCitationAIConfidenceDisplay as t}from"../components/CitationAIConfidenceDisplay.js";import s from"../AiReasoning/components/icons/FullScreenIcon.js";import a from"./components/ImagePreviewDialog.js";import{CircularProgress as c}from"@mui/material";import d from"./WebCitationWithImageContent.module.css.js";var u=function(u){var v,m,g,h,f,p,C,y=null===(v=null==u?void 0:u.closeCitationConfig)||void 0===v?void 0:v.CloseIcon,N=u.visitIcon,I=o(!1),P=I[0],U=I[1],k=null===(m=null==u?void 0:u.cachingConfig)||void 0===m?void 0:m.queryClient,S=u.styles,D=["getSignedUrl",u.gsUtilPath||""],w=null!==(h=null===(g=u.cachingConfig)||void 0===g?void 0:g.useGetSignedUrlQuery)&&void 0!==h?h:function(){return{data:void 0}},W=null!==(p=null===(f=u.cachingConfig)||void 0===f?void 0:f.useGetSignedUrlMutation)&&void 0!==p?p:function(){return{mutate:function(e){},isPending:!1}},b=w((null==u?void 0:u.gsUtilPath)||"",D).data,L=W((null==u?void 0:u.gsUtilPath)||""),j=L.mutate,x=L.isPending;return r(function(){u.signedUrl||u.gsUtilPath&&(((null==k?void 0:k.getQueryData)?k.getQueryData(D):void 0)||j({gsUtilPath:u.gsUtilPath}))},[u.gsUtilPath,u.signedUrl,k,j]),l("div",e({className:d.container,style:null==S?void 0:S.container},{children:[l("div",e({className:d.header,style:null==S?void 0:S.header},{children:[i("div",e({className:d.headerLeft,style:null==S?void 0:S.headerLeft},{children:i("a",e({className:d.link,target:"_blank",rel:"noopener noreferrer",href:u.url},{children:u.label}))})),(null==u?void 0:u.closeCitationConfig)?l("div",e({className:d.headerActions,style:null==S?void 0:S.headerActions},{children:[t(u.relevanceScore,!1,null==S?void 0:S.aiConfidenceDisplayPill),i("div",{className:d.divider,style:null==S?void 0:S.divider}),y&&i("div",e({className:d.closeIconWrapper,style:null==S?void 0:S.closeIconWrapper,onClick:u.closeCitationConfig.handleCloseCitationPreview},{children:i(y,{className:d.closeIcon})}))]})):i(n,{children:t(u.relevanceScore,!0,null==S?void 0:S.aiConfidenceDisplayPill)})]})),u.signedUrl?l("div",e({className:d.imageWrapper,style:null==S?void 0:S.imageWrapper},{children:[i("img",{src:u.signedUrl,alt:"images",className:d.image,style:null==S?void 0:S.image}),i("div",e({className:d.fullScreenButton,style:null==S?void 0:S.fullScreenButton,onClick:function(){return U(!0)}},{children:i(s,{})})),i(a,{open:P,handleClose:function(){return U(!1)},src:u.signedUrl,CloseIcon:u.PreviewDialogCloseIcon,styles:null===(C=u.styles)||void 0===C?void 0:C.previewDialogStyles})]})):x?l("div",e({className:d.loaderContainer},{children:[i("style",{children:".mui-circular-progress-circle { stroke-linecap: round; }"}),i(c,{size:48,thickness:4,style:{color:"#4F85FF"},classes:{circle:"mui-circular-progress-circle"}}),i("span",e({className:d.loaderText,style:null==S?void 0:S.loaderText},{children:"Loading Image..."}))]})):b&&l("div",e({className:d.imageWrapper},{children:[i("img",{src:b,alt:"images",className:d.image,style:null==S?void 0:S.image}),i("div",e({className:d.fullScreenButton,style:null==S?void 0:S.fullScreenButton,onClick:function(){return U(!0)}},{children:i(s,{})})),i(a,{open:P,handleClose:function(){return U(!1)},src:b,CloseIcon:u.PreviewDialogCloseIcon,styles:null==S?void 0:S.previewDialogStyles})]})),i("div",e({className:d.footer,style:null==S?void 0:S.footer},{children:l("div",e({className:d.footerContent,style:null==S?void 0:S.footerContent},{children:[i("span",{children:"Open link in new tab to read in detail"}),l("a",e({className:d.visitLink,style:null==S?void 0:S.visitLink,href:u.url,target:"_blank",rel:"noopener noreferrer"},{children:[i("span",{children:"Visit Link"}),i(N,{className:d.visitIcon})]}))]}))}))]}))};export{u as default};
2
- //# sourceMappingURL=WebCitationWithImageContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WebCitationWithImageContent.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- var e={container:"WebCitationWithImageContent-module_container__0caP3",header:"WebCitationWithImageContent-module_header__yd-ED",headerLeft:"WebCitationWithImageContent-module_headerLeft__vemHH",link:"WebCitationWithImageContent-module_link__9am5l",headerActions:"WebCitationWithImageContent-module_headerActions__pinS2",divider:"WebCitationWithImageContent-module_divider__OR-bP",closeIconWrapper:"WebCitationWithImageContent-module_closeIconWrapper__D6HHj",closeIcon:"WebCitationWithImageContent-module_closeIcon__CDrjR",imageWrapper:"WebCitationWithImageContent-module_imageWrapper__Zk2jF",image:"WebCitationWithImageContent-module_image__KJMJS",fullScreenButton:"WebCitationWithImageContent-module_fullScreenButton__JH8MC",loaderContainer:"WebCitationWithImageContent-module_loaderContainer__9UQBM",loaderText:"WebCitationWithImageContent-module_loaderText__fqlg2",footer:"WebCitationWithImageContent-module_footer__7-3Et",footerContent:"WebCitationWithImageContent-module_footerContent__U60cY",visitLink:"WebCitationWithImageContent-module_visitLink__YiGQo",visitIcon:"WebCitationWithImageContent-module_visitIcon__FjN9-"};!function(){if("undefined"==typeof document)return;const e=document.createElement("style");e.type="text/css";const t=window.__CSP_NONCE__||document.querySelector('meta[name="csp-nonce"]')?.content;t&&e.setAttribute("nonce",t),e.appendChild(document.createTextNode(".WebCitationWithImageContent-module_container__0caP3{border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;height:100%;min-height:200px;position:relative}.WebCitationWithImageContent-module_header__yd-ED{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:row;justify-content:space-between;padding:.5rem 1rem;width:100%}.WebCitationWithImageContent-module_headerLeft__vemHH{align-items:center;display:flex;flex-direction:row;gap:.5rem}.WebCitationWithImageContent-module_link__9am5l{color:#1f2937;font-weight:600;text-decoration-color:#1f2937;text-decoration:none}.WebCitationWithImageContent-module_headerActions__pinS2{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.WebCitationWithImageContent-module_divider__OR-bP{align-self:stretch;background-color:#e5e7eb;margin-bottom:-.5rem;margin-top:-.5rem;width:1px}.WebCitationWithImageContent-module_closeIconWrapper__D6HHj{cursor:pointer}.WebCitationWithImageContent-module_closeIcon__CDrjR{color:#6b7280;height:1.5rem;width:1.5rem}.WebCitationWithImageContent-module_imageWrapper__Zk2jF{padding-left:.75rem;padding-right:.75rem;position:relative}.WebCitationWithImageContent-module_image__KJMJS{border:1px solid #e5e7eb;border-radius:8px;width:100%}.WebCitationWithImageContent-module_fullScreenButton__JH8MC{background-color:#f9fafb;border:1px solid #d0d5dd;border-radius:8px;bottom:.5rem;cursor:pointer;padding:.5rem;position:absolute;right:1.25rem}.WebCitationWithImageContent-module_loaderContainer__9UQBM{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.WebCitationWithImageContent-module_loaderText__fqlg2{color:#4b5563;font-size:.875rem;font-weight:500;margin-top:.5rem}.WebCitationWithImageContent-module_footer__7-3Et{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-bottom:1rem;width:100%}.WebCitationWithImageContent-module_footerContent__U60cY{align-items:center;color:#000;display:flex;flex-direction:row;gap:.5rem;padding-left:.75rem}.WebCitationWithImageContent-module_visitLink__YiGQo{align-items:center;background-color:#eee9fd;border-radius:8px;color:#5928ed;display:flex;flex-direction:row;gap:.5rem;padding:.25rem .5rem;text-decoration:none;width:fit-content}.WebCitationWithImageContent-module_visitIcon__FjN9-{color:#5928ed;height:1rem;width:1rem}"));const o=document.head||document.getElementsByTagName("head")[0]||document.documentElement;o&&o.appendChild(e)}();export{e as default};
2
- //# sourceMappingURL=WebCitationWithImageContent.module.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WebCitationWithImageContent.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import{__assign as e}from"tslib";import{jsx as l,jsxs as i}from"react/jsx-runtime";import{Dialog as r}from"@mui/material";import a from"./ImagePreviewDialog.module.css.js";var o=function(o){var s=o.open,n=o.handleClose,c=o.CloseIcon,t=o.src,m=o.styles;return l(r,e({maxWidth:"lg",onClose:n,open:s},{children:i("div",e({className:a.container,style:null==m?void 0:m.container},{children:[i("div",e({className:a.header,style:null==m?void 0:m.header},{children:[l("h1",e({className:a.title,style:null==m?void 0:m.title},{children:"Image Preview"})),l("div",e({className:a.closeIconWrapper,style:null==m?void 0:m.closeIconWrapper,onClick:n},{children:l(c,{className:a.closeIcon})}))]})),l("img",{src:t,alt:"Preview",className:a.image,style:null==m?void 0:m.image})]}))}))};export{o as default};
2
- //# sourceMappingURL=ImagePreviewDialog.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImagePreviewDialog.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- var e={container:"ImagePreviewDialog-module_container__TZ-XG",header:"ImagePreviewDialog-module_header__UkyPs",title:"ImagePreviewDialog-module_title__oy6IG",closeIconWrapper:"ImagePreviewDialog-module_closeIconWrapper__1aCR-",closeIcon:"ImagePreviewDialog-module_closeIcon__PgwPb",image:"ImagePreviewDialog-module_image__wdNen"};!function(){if("undefined"==typeof document)return;const e=document.createElement("style");e.type="text/css";const o=window.__CSP_NONCE__||document.querySelector('meta[name="csp-nonce"]')?.content;o&&e.setAttribute("nonce",o),e.appendChild(document.createTextNode(".ImagePreviewDialog-module_container__TZ-XG{padding:16px}.ImagePreviewDialog-module_header__UkyPs{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.ImagePreviewDialog-module_title__oy6IG{font-size:1.125rem;font-weight:600}.ImagePreviewDialog-module_closeIconWrapper__1aCR-,.ImagePreviewDialog-module_closeIcon__PgwPb{cursor:pointer}.ImagePreviewDialog-module_image__wdNen{height:auto;width:100%}"));const t=document.head||document.getElementsByTagName("head")[0]||document.documentElement;t&&t.appendChild(e)}();export{e as default};
2
- //# sourceMappingURL=ImagePreviewDialog.module.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImagePreviewDialog.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import{__assign as n}from"tslib";import{jsxs as e,jsx as o}from"react/jsx-runtime";import{Tooltip as i}from"@mui/material";import r from"./CitationAIConfidenceDisplay.module.css.js";import t from"../AiReasoning/components/icons/RelevanceScoreIcon.js";var c=function(c,a,l){if("number"!=typeof c||isNaN(c))return null;var m=e("div",n({className:"".concat(r.container," ").concat(a?r.legacy:r.modern),style:null==l?void 0:l.container},{children:[o(t,{size:20}),o("span",{children:a?"Citation Relevance: ".concat(c,"%"):"".concat(c,"%")})]}));return a?m:o(i,n({title:"Citation Relevance",arrow:!0},{children:m}))};export{c as renderCitationAIConfidenceDisplay};
2
- //# sourceMappingURL=CitationAIConfidenceDisplay.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CitationAIConfidenceDisplay.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- var e={container:"CitationAIConfidenceDisplay-module_container__hiteg",legacy:"CitationAIConfidenceDisplay-module_legacy__fZ3Im",modern:"CitationAIConfidenceDisplay-module_modern__s41uG"};!function(){if("undefined"==typeof document)return;const e=document.createElement("style");e.type="text/css";const n=window.__CSP_NONCE__||document.querySelector('meta[name="csp-nonce"]')?.content;n&&e.setAttribute("nonce",n),e.appendChild(document.createTextNode(".CitationAIConfidenceDisplay-module_container__hiteg{align-items:center;border-radius:9999px;display:flex;flex-direction:row;font-weight:500;gap:.5rem;margin-left:1.5rem;padding:.25rem .75rem}.CitationAIConfidenceDisplay-module_legacy__fZ3Im{background-color:#fff;border:2px solid #ac93f6;color:#1f2937;min-width:13.83rem}.CitationAIConfidenceDisplay-module_modern__s41uG{background-color:#bbf7d0;border:2px solid #10b981;color:#1f2937;min-width:6.4rem}"));const o=document.head||document.getElementsByTagName("head")[0]||document.documentElement;o&&o.appendChild(e)}();export{e as default};
2
- //# sourceMappingURL=CitationAIConfidenceDisplay.module.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CitationAIConfidenceDisplay.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,23 +0,0 @@
1
- import type { ReactNode, ComponentType, ComponentPropsWithoutRef } from 'react';
2
- import type { Position } from 'unist';
3
- import type { Element } from 'hast';
4
- export type ReactMarkdownProps = {
5
- node: Element;
6
- children: ReactNode[];
7
- /**
8
- * Passed when `options.rawSourcePos` is given
9
- */
10
- sourcePosition?: Position;
11
- /**
12
- * Passed when `options.includeElementIndex` is given
13
- */
14
- index?: number;
15
- /**
16
- * Passed when `options.includeElementIndex` is given
17
- */
18
- siblingCount?: number;
19
- };
20
- export type NormalComponents = {
21
- [TagName in keyof JSX.IntrinsicElements]: keyof JSX.IntrinsicElements | ComponentType<ComponentPropsWithoutRef<TagName> & ReactMarkdownProps>;
22
- };
23
- //# sourceMappingURL=complex-types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"complex-types.d.ts","sourceRoot":"","sources":["../../../../../node_modules/react-markdown/lib/complex-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,SAAS,EAAE,aAAa,EAAE,wBAAwB,EAAC,MAAM,OAAO,CAAA;AAC7E,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAA;AACnC,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,MAAM,CAAA;AAIjC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,OAAO,CAAA;IACb,QAAQ,EAAE,SAAS,EAAE,CAAA;IACrB;;OAEG;IACH,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;KAC5B,OAAO,IAAI,MAAM,GAAG,CAAC,iBAAiB,GACnC,MAAM,GAAG,CAAC,iBAAiB,GAC3B,aAAa,CAAC,wBAAwB,CAAC,OAAO,CAAC,GAAG,kBAAkB,CAAC;CAC1E,CAAA"}
@@ -1,2 +0,0 @@
1
- import{__spreadArray as t}from"tslib";import r from"dompurify";var a=["address","article","aside","blockquote","dd","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","li","main","nav","noscript","ol","p","pre","section","table","thead","tbody","tfoot","tr","th","td","ul"],e=["a","abbr","b","br","code","em","i","mark","q","s","small","span","strong","sub","sup","u"],i=["br","hr","img"],o=["highlight"],s=function(s){return r.sanitize(s,{ALLOWED_TAGS:t(t(t(t([],a,!0),e,!0),i,!0),o,!0),ALLOWED_ATTR:["class","style","href","target","rel","src","alt","title","colspan","rowspan"],ALLOWED_URI_REGEXP:/^(?:(?:https?|mailto|tel):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i})};export{s as sanitizeHtml};
2
- //# sourceMappingURL=sanitizeHtml.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sanitizeHtml.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}