@e-llm-studio/requirement-ai 0.0.246 → 0.0.248
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.
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineToast.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineToast.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/service/redlineService.js +1 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineToast.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineToast.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/SocketManager.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.js.map +1 -0
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +1 -1
- package/dist/index.js +1 -1
- package/dist/service/redlineService.js +1 -1
- package/dist/types/src/RedlineEditorTest.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +11 -2
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts +8 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.d.ts +13 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/HistoryMenu.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts +17 -13
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +15 -3
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineToast.d.ts +10 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineToast.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +4 -2
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts +14 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEvent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.d.ts +10 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/CwsEventProvider.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts +30 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/SocketManager.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/index.d.ts +4 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/index.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts +2 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/cws/useCwsEvent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/service/redlineService.d.ts +6 -0
- package/dist/types/src/service/redlineService.d.ts.map +1 -1
- package/package.json +8 -1
- package/dist/assests/svg/ButtonCognitiveIcon.js +0 -2
- package/dist/assests/svg/ButtonCognitiveIcon.js.map +0 -1
- package/dist/assests/svg/PdfViewerIcons.js +0 -2
- package/dist/assests/svg/PdfViewerIcons.js.map +0 -1
- package/dist/assests/svg/SparkleIcon.js +0 -2
- package/dist/assests/svg/SparkleIcon.js.map +0 -1
- package/dist/assests/svg/chevronDownArrow.svg.js +0 -2
- package/dist/assests/svg/chevronDownArrow.svg.js.map +0 -1
- package/dist/assests/svg/chevronUp.svg.js +0 -2
- package/dist/assests/svg/chevronUp.svg.js.map +0 -1
- package/dist/cjs/assests/svg/ButtonCognitiveIcon.js +0 -2
- package/dist/cjs/assests/svg/ButtonCognitiveIcon.js.map +0 -1
- package/dist/cjs/assests/svg/PdfViewerIcons.js +0 -2
- package/dist/cjs/assests/svg/PdfViewerIcons.js.map +0 -1
- package/dist/cjs/assests/svg/SparkleIcon.js +0 -2
- package/dist/cjs/assests/svg/SparkleIcon.js.map +0 -1
- package/dist/cjs/assests/svg/chevronDownArrow.svg.js +0 -2
- package/dist/cjs/assests/svg/chevronDownArrow.svg.js.map +0 -1
- package/dist/cjs/assests/svg/chevronUp.svg.js +0 -2
- package/dist/cjs/assests/svg/chevronUp.svg.js.map +0 -1
- package/dist/cjs/constants/diagnosticStylesBySeverity.js +0 -2
- package/dist/cjs/constants/diagnosticStylesBySeverity.js.map +0 -1
- package/dist/cjs/features/BookCitation/BookCitation.js +0 -2
- package/dist/cjs/features/BookCitation/BookCitation.js.map +0 -1
- package/dist/cjs/features/BookCitation/BookCitation.module.css.js +0 -2
- package/dist/cjs/features/BookCitation/BookCitation.module.css.js.map +0 -1
- package/dist/cjs/features/BookCitation/text-cleaner.js +0 -2
- package/dist/cjs/features/BookCitation/text-cleaner.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js +0 -2
- package/dist/cjs/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookDetailsCard/BookDetailsCard.js +0 -2
- package/dist/cjs/features/Bookemon/BookDetailsCard/BookDetailsCard.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookElementsCard/BookElementsCard.js +0 -2
- package/dist/cjs/features/Bookemon/BookElementsCard/BookElementsCard.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookOverviewCard/BookOverviewCard.js +0 -2
- package/dist/cjs/features/Bookemon/BookOverviewCard/BookOverviewCard.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js +0 -2
- package/dist/cjs/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookPreview/BookPreview.js +0 -2
- package/dist/cjs/features/Bookemon/BookPreview/BookPreview.js.map +0 -1
- package/dist/cjs/features/Bookemon/Bookemon.js +0 -2
- package/dist/cjs/features/Bookemon/Bookemon.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookemonCitationLayer.js +0 -2
- package/dist/cjs/features/Bookemon/BookemonCitationLayer.js.map +0 -1
- package/dist/cjs/features/Bookemon/BookemonContent.js +0 -2
- package/dist/cjs/features/Bookemon/BookemonContent.js.map +0 -1
- package/dist/cjs/features/Bookemon/utils/highlight.js +0 -2
- package/dist/cjs/features/Bookemon/utils/highlight.js.map +0 -1
- package/dist/cjs/features/ChatCitation/BigQueryTable.js +0 -2
- package/dist/cjs/features/ChatCitation/BigQueryTable.js.map +0 -1
- package/dist/cjs/features/ChatCitation/ChatCitationRenderer.js +0 -2
- package/dist/cjs/features/ChatCitation/ChatCitationRenderer.js.map +0 -1
- package/dist/cjs/features/ChatCitation/InternalChatCitationRenderer.js +0 -2
- package/dist/cjs/features/ChatCitation/InternalChatCitationRenderer.js.map +0 -1
- package/dist/cjs/features/ChatCitation/assets/cw_chat.svg.js +0 -2
- package/dist/cjs/features/ChatCitation/assets/cw_chat.svg.js.map +0 -1
- package/dist/cjs/features/ChatCitation/assets/message-chat-square.svg.js +0 -2
- package/dist/cjs/features/ChatCitation/assets/message-chat-square.svg.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/AssistantChatItem.js +0 -2
- package/dist/cjs/features/ChatCitation/components/AssistantChatItem.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/ChatCitation.js +0 -2
- package/dist/cjs/features/ChatCitation/components/ChatCitation.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/Chip.js +0 -2
- package/dist/cjs/features/ChatCitation/components/Chip.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/DetailedView.js +0 -2
- package/dist/cjs/features/ChatCitation/components/DetailedView.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/IconContainer.js +0 -2
- package/dist/cjs/features/ChatCitation/components/IconContainer.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/InViewNavigation.js +0 -2
- package/dist/cjs/features/ChatCitation/components/InViewNavigation.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/MarkdownRenderer.js +0 -2
- package/dist/cjs/features/ChatCitation/components/MarkdownRenderer.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/RuleBook.js +0 -2
- package/dist/cjs/features/ChatCitation/components/RuleBook.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/SummarizedView.js +0 -2
- package/dist/cjs/features/ChatCitation/components/SummarizedView.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/UserChatItem.js +0 -2
- package/dist/cjs/features/ChatCitation/components/UserChatItem.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/UserInitialsAsAvatar.js +0 -2
- package/dist/cjs/features/ChatCitation/components/UserInitialsAsAvatar.js.map +0 -1
- package/dist/cjs/features/ChatCitation/components/wrappers/Modal.js +0 -2
- package/dist/cjs/features/ChatCitation/components/wrappers/Modal.js.map +0 -1
- package/dist/cjs/features/ChatCitation/constants/renderer.js +0 -2
- package/dist/cjs/features/ChatCitation/constants/renderer.js.map +0 -1
- package/dist/cjs/features/ChatCitation/utils/helpers.js +0 -2
- package/dist/cjs/features/ChatCitation/utils/helpers.js.map +0 -1
- package/dist/cjs/features/ChatDrawer/ChatDrawer.js +0 -2
- package/dist/cjs/features/ChatDrawer/ChatDrawer.js.map +0 -1
- package/dist/cjs/features/ChatDrawer/constants/ChatDrawer.js +0 -2
- package/dist/cjs/features/ChatDrawer/constants/ChatDrawer.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/MarkdownRenderer.js +0 -2
- package/dist/cjs/features/CitationRenderer/MarkdownRenderer.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/MarkdownRenderer.module.css.js +0 -2
- package/dist/cjs/features/CitationRenderer/MarkdownRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/CitationViewer/CitationsViewer.js +0 -2
- package/dist/cjs/features/CitationViewer/CitationsViewer.js.map +0 -1
- package/dist/cjs/features/CitationViewer/components/AudioWaveform.js +0 -2
- package/dist/cjs/features/CitationViewer/components/AudioWaveform.js.map +0 -1
- package/dist/cjs/features/CitationViewer/components/Header.js +0 -2
- package/dist/cjs/features/CitationViewer/components/Header.js.map +0 -1
- package/dist/cjs/features/CitationViewer/components/KeyTakeaways.js +0 -2
- package/dist/cjs/features/CitationViewer/components/KeyTakeaways.js.map +0 -1
- package/dist/cjs/features/CitationViewer/components/StormeeChatCitation.module.css.js +0 -2
- package/dist/cjs/features/CitationViewer/components/StormeeChatCitation.module.css.js.map +0 -1
- package/dist/cjs/features/CitationViewer/components/Transcript.js +0 -2
- package/dist/cjs/features/CitationViewer/components/Transcript.js.map +0 -1
- package/dist/cjs/features/CitationViewer/config/apiConfig.js +0 -2
- package/dist/cjs/features/CitationViewer/config/apiConfig.js.map +0 -1
- package/dist/cjs/features/CitationViewer/hooks/getSignedUrl.js +0 -2
- package/dist/cjs/features/CitationViewer/hooks/getSignedUrl.js.map +0 -1
- package/dist/cjs/features/CitationViewer/hooks/useResolvedAudioUrl.js +0 -2
- package/dist/cjs/features/CitationViewer/hooks/useResolvedAudioUrl.js.map +0 -1
- package/dist/cjs/features/CodeCitation/CodeCitation.js +0 -2
- package/dist/cjs/features/CodeCitation/CodeCitation.js.map +0 -1
- package/dist/cjs/features/CodeCitation/CodeCitation.module.css.js +0 -2
- package/dist/cjs/features/CodeCitation/CodeCitation.module.css.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/Accordian.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/Accordian.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/CodeCitationPopup.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/CodeCitationPopup.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/CodeCitationsStats.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/CodeCitationsStats.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/CodeEditor.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/CodeEditor.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/DescriptionWithToggle.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/DescriptionWithToggle.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/HighlightedCodeDetails.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/HighlightedCodeDetails.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/Spinner.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/Spinner.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/StatsComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/StatsComponent.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/ThemeToggle.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/ThemeToggle.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CitationAnchor.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CitationAnchor.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CitationRenderer.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CitationRenderer.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompareConfig.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CognitiveCompareConfig.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompareConstants.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CognitiveCompareConstants.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CognitivePopup.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CognitivePopup.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/CompareContext.js +0 -2
- package/dist/cjs/features/CognitiveCompare/CompareContext.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/LoaderComponent.js +0 -2
- package/dist/cjs/features/CognitiveCompare/LoaderComponent.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/MoreFunctionsPopup.js +0 -2
- package/dist/cjs/features/CognitiveCompare/MoreFunctionsPopup.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/OverlayComponent.js +0 -2
- package/dist/cjs/features/CognitiveCompare/OverlayComponent.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/ResizableSplitPane.js +0 -2
- package/dist/cjs/features/CognitiveCompare/ResizableSplitPane.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/CognitiveSummaryPopup.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/CognitiveSummaryPopup.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/CompareHeader.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/CompareHeader.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/LHSSectionRow.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/LHSSectionRow.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/RHSSectionRow.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/RHSSectionRow.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/ScrollLockToggle.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/ScrollLockToggle.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/SvgConnectors.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/SvgConnectors.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/ThreeDotsLoader.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/ThreeDotsLoader.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/components/connectedLines.js +0 -2
- package/dist/cjs/features/CognitiveCompare/components/connectedLines.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/memoizedMarkdown.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/memoizedMarkdown.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useAccordionState.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useAccordionState.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useComparePopups.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useComparePopups.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useDeviationNavigation.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useDeviationNavigation.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useResizeHandler.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useResizeHandler.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useSectionRefs.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useSectionRefs.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js.map +0 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useStyles.js +0 -2
- package/dist/cjs/features/CognitiveCompare/hooks/useStyles.js.map +0 -1
- package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js +0 -2
- package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js.map +0 -1
- package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js +0 -2
- package/dist/cjs/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.js +0 -2
- package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.js.map +0 -1
- package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js +0 -2
- package/dist/cjs/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js.map +0 -1
- package/dist/cjs/features/CognitiveDecisioning/shared/Audacy/GapIcon.js +0 -2
- package/dist/cjs/features/CognitiveDecisioning/shared/Audacy/GapIcon.js.map +0 -1
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +0 -2
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js.map +0 -1
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +0 -2
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js.map +0 -1
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +0 -2
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js.map +0 -1
- package/dist/cjs/features/ExcelCitation/ExcelCitations.js +0 -2
- package/dist/cjs/features/ExcelCitation/ExcelCitations.js.map +0 -1
- package/dist/cjs/features/ExcelCitation/utils/helper.js +0 -2
- package/dist/cjs/features/ExcelCitation/utils/helper.js.map +0 -1
- package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js +0 -2
- package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js.map +0 -1
- package/dist/cjs/features/IngestionStatus/ingestion.module.css.js +0 -2
- package/dist/cjs/features/IngestionStatus/ingestion.module.css.js.map +0 -1
- package/dist/cjs/features/IngestionStatus/useIngestionStatus.js +0 -2
- package/dist/cjs/features/IngestionStatus/useIngestionStatus.js.map +0 -1
- package/dist/cjs/features/ManageRemainders/AssigneeCalendarView.js +0 -2
- package/dist/cjs/features/ManageRemainders/AssigneeCalendarView.js.map +0 -1
- package/dist/cjs/features/ManageRemainders/ManageRemainder.module.css.js +0 -2
- package/dist/cjs/features/ManageRemainders/ManageRemainder.module.css.js.map +0 -1
- package/dist/cjs/features/ManageRemainders/ManageReminders.js +0 -2
- package/dist/cjs/features/ManageRemainders/ManageReminders.js.map +0 -1
- package/dist/cjs/features/ManageRemainders/ReminderFrequencyAutocomplete.js +0 -2
- package/dist/cjs/features/ManageRemainders/ReminderFrequencyAutocomplete.js.map +0 -1
- package/dist/cjs/features/MarkdownWithImageCitation/MarkdownWithImageCitation.js +0 -2
- package/dist/cjs/features/MarkdownWithImageCitation/MarkdownWithImageCitation.js.map +0 -1
- package/dist/cjs/features/MarkdownWithImageCitation/MarkdownWithImageCitation.module.css.js +0 -2
- package/dist/cjs/features/MarkdownWithImageCitation/MarkdownWithImageCitation.module.css.js.map +0 -1
- package/dist/cjs/features/PaginatedTable/PaginatedTable.js +0 -2
- package/dist/cjs/features/PaginatedTable/PaginatedTable.js.map +0 -1
- package/dist/cjs/features/PaginatedTable/paginatedTable.module.css.js +0 -2
- package/dist/cjs/features/PaginatedTable/paginatedTable.module.css.js.map +0 -1
- package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.js +0 -2
- package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.js.map +0 -1
- package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.module.css.js +0 -2
- package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.module.css.js.map +0 -1
- package/dist/cjs/features/PdfViewer/PdfContainer.js +0 -2
- package/dist/cjs/features/PdfViewer/PdfContainer.js.map +0 -1
- package/dist/cjs/features/PdfViewer/PdfStyle.js +0 -2
- package/dist/cjs/features/PdfViewer/PdfStyle.js.map +0 -1
- package/dist/cjs/features/PdfViewer/PdfToolbar.js +0 -2
- package/dist/cjs/features/PdfViewer/PdfToolbar.js.map +0 -1
- package/dist/cjs/features/PdfViewer/PdfViewer.js +0 -2
- package/dist/cjs/features/PdfViewer/PdfViewer.js.map +0 -1
- package/dist/cjs/features/PdfViewer/usePdfHighlight.js +0 -2
- package/dist/cjs/features/PdfViewer/usePdfHighlight.js.map +0 -1
- package/dist/cjs/features/ProjectAccordion/ProjectAccordion.js +0 -2
- package/dist/cjs/features/ProjectAccordion/ProjectAccordion.js.map +0 -1
- package/dist/cjs/features/ProjectAccordion/ProjectAccordion.module.css.js +0 -2
- package/dist/cjs/features/ProjectAccordion/ProjectAccordion.module.css.js.map +0 -1
- package/dist/cjs/features/ProjectAccordion/_components/Markdown.js +0 -2
- package/dist/cjs/features/ProjectAccordion/_components/Markdown.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/ScannedDocCitation/ScannedDocCitation.js +0 -2
- package/dist/cjs/features/ScannedDocCitation/ScannedDocCitation.js.map +0 -1
- package/dist/cjs/features/SplitterCitations/Splitter.module.css.js +0 -2
- package/dist/cjs/features/SplitterCitations/Splitter.module.css.js.map +0 -1
- package/dist/cjs/features/SplitterCitations/SplitterCitationsComponent.js +0 -2
- package/dist/cjs/features/SplitterCitations/SplitterCitationsComponent.js.map +0 -1
- package/dist/cjs/features/TableCitation/TableCitationContent.js +0 -2
- package/dist/cjs/features/TableCitation/TableCitationContent.js.map +0 -1
- package/dist/cjs/features/TableCitation/TableCitationContent.module.css.js +0 -2
- package/dist/cjs/features/TableCitation/TableCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/TextualGuidelines/TextualGuideLinesComponent.js +0 -2
- package/dist/cjs/features/TextualGuidelines/TextualGuideLinesComponent.js.map +0 -1
- package/dist/cjs/features/TextualGuidelines/TextualGuidelines.module.css.js +0 -2
- package/dist/cjs/features/TextualGuidelines/TextualGuidelines.module.css.js.map +0 -1
- package/dist/cjs/utils/codeCitations.utils.js +0 -2
- package/dist/cjs/utils/codeCitations.utils.js.map +0 -1
- package/dist/cjs/utils/sanitizeHtml.js +0 -2
- package/dist/cjs/utils/sanitizeHtml.js.map +0 -1
- package/dist/cjs/utils/themeManager.js +0 -2
- package/dist/cjs/utils/themeManager.js.map +0 -1
- package/dist/constants/diagnosticStylesBySeverity.js +0 -2
- package/dist/constants/diagnosticStylesBySeverity.js.map +0 -1
- package/dist/features/BookCitation/BookCitation.js +0 -2
- package/dist/features/BookCitation/BookCitation.js.map +0 -1
- package/dist/features/BookCitation/BookCitation.module.css.js +0 -2
- package/dist/features/BookCitation/BookCitation.module.css.js.map +0 -1
- package/dist/features/BookCitation/text-cleaner.js +0 -2
- package/dist/features/BookCitation/text-cleaner.js.map +0 -1
- package/dist/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js +0 -2
- package/dist/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.js.map +0 -1
- package/dist/features/Bookemon/BookDetailsCard/BookDetailsCard.js +0 -2
- package/dist/features/Bookemon/BookDetailsCard/BookDetailsCard.js.map +0 -1
- package/dist/features/Bookemon/BookElementsCard/BookElementsCard.js +0 -2
- package/dist/features/Bookemon/BookElementsCard/BookElementsCard.js.map +0 -1
- package/dist/features/Bookemon/BookOverviewCard/BookOverviewCard.js +0 -2
- package/dist/features/Bookemon/BookOverviewCard/BookOverviewCard.js.map +0 -1
- package/dist/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js +0 -2
- package/dist/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.js.map +0 -1
- package/dist/features/Bookemon/BookPreview/BookPreview.js +0 -2
- package/dist/features/Bookemon/BookPreview/BookPreview.js.map +0 -1
- package/dist/features/Bookemon/Bookemon.js +0 -2
- package/dist/features/Bookemon/Bookemon.js.map +0 -1
- package/dist/features/Bookemon/BookemonCitationLayer.js +0 -2
- package/dist/features/Bookemon/BookemonCitationLayer.js.map +0 -1
- package/dist/features/Bookemon/BookemonContent.js +0 -2
- package/dist/features/Bookemon/BookemonContent.js.map +0 -1
- package/dist/features/Bookemon/utils/highlight.js +0 -2
- package/dist/features/Bookemon/utils/highlight.js.map +0 -1
- package/dist/features/ChatCitation/BigQueryTable.js +0 -2
- package/dist/features/ChatCitation/BigQueryTable.js.map +0 -1
- package/dist/features/ChatCitation/ChatCitationRenderer.js +0 -2
- package/dist/features/ChatCitation/ChatCitationRenderer.js.map +0 -1
- package/dist/features/ChatCitation/InternalChatCitationRenderer.js +0 -2
- package/dist/features/ChatCitation/InternalChatCitationRenderer.js.map +0 -1
- package/dist/features/ChatCitation/assets/cw_chat.svg.js +0 -2
- package/dist/features/ChatCitation/assets/cw_chat.svg.js.map +0 -1
- package/dist/features/ChatCitation/assets/message-chat-square.svg.js +0 -2
- package/dist/features/ChatCitation/assets/message-chat-square.svg.js.map +0 -1
- package/dist/features/ChatCitation/components/AssistantChatItem.js +0 -2
- package/dist/features/ChatCitation/components/AssistantChatItem.js.map +0 -1
- package/dist/features/ChatCitation/components/ChatCitation.js +0 -2
- package/dist/features/ChatCitation/components/ChatCitation.js.map +0 -1
- package/dist/features/ChatCitation/components/Chip.js +0 -2
- package/dist/features/ChatCitation/components/Chip.js.map +0 -1
- package/dist/features/ChatCitation/components/DetailedView.js +0 -2
- package/dist/features/ChatCitation/components/DetailedView.js.map +0 -1
- package/dist/features/ChatCitation/components/IconContainer.js +0 -2
- package/dist/features/ChatCitation/components/IconContainer.js.map +0 -1
- package/dist/features/ChatCitation/components/InViewNavigation.js +0 -2
- package/dist/features/ChatCitation/components/InViewNavigation.js.map +0 -1
- package/dist/features/ChatCitation/components/MarkdownRenderer.js +0 -2
- package/dist/features/ChatCitation/components/MarkdownRenderer.js.map +0 -1
- package/dist/features/ChatCitation/components/RuleBook.js +0 -2
- package/dist/features/ChatCitation/components/RuleBook.js.map +0 -1
- package/dist/features/ChatCitation/components/SummarizedView.js +0 -2
- package/dist/features/ChatCitation/components/SummarizedView.js.map +0 -1
- package/dist/features/ChatCitation/components/UserChatItem.js +0 -2
- package/dist/features/ChatCitation/components/UserChatItem.js.map +0 -1
- package/dist/features/ChatCitation/components/UserInitialsAsAvatar.js +0 -2
- package/dist/features/ChatCitation/components/UserInitialsAsAvatar.js.map +0 -1
- package/dist/features/ChatCitation/components/wrappers/Modal.js +0 -2
- package/dist/features/ChatCitation/components/wrappers/Modal.js.map +0 -1
- package/dist/features/ChatCitation/constants/renderer.js +0 -2
- package/dist/features/ChatCitation/constants/renderer.js.map +0 -1
- package/dist/features/ChatCitation/utils/helpers.js +0 -2
- package/dist/features/ChatCitation/utils/helpers.js.map +0 -1
- package/dist/features/ChatDrawer/ChatDrawer.js +0 -2
- package/dist/features/ChatDrawer/ChatDrawer.js.map +0 -1
- package/dist/features/ChatDrawer/constants/ChatDrawer.js +0 -2
- package/dist/features/ChatDrawer/constants/ChatDrawer.js.map +0 -1
- package/dist/features/CitationRenderer/MarkdownRenderer.js +0 -2
- package/dist/features/CitationRenderer/MarkdownRenderer.js.map +0 -1
- package/dist/features/CitationRenderer/MarkdownRenderer.module.css.js +0 -2
- package/dist/features/CitationRenderer/MarkdownRenderer.module.css.js.map +0 -1
- package/dist/features/CitationViewer/CitationsViewer.js +0 -2
- package/dist/features/CitationViewer/CitationsViewer.js.map +0 -1
- package/dist/features/CitationViewer/components/AudioWaveform.js +0 -2
- package/dist/features/CitationViewer/components/AudioWaveform.js.map +0 -1
- package/dist/features/CitationViewer/components/Header.js +0 -2
- package/dist/features/CitationViewer/components/Header.js.map +0 -1
- package/dist/features/CitationViewer/components/KeyTakeaways.js +0 -2
- package/dist/features/CitationViewer/components/KeyTakeaways.js.map +0 -1
- package/dist/features/CitationViewer/components/StormeeChatCitation.module.css.js +0 -2
- package/dist/features/CitationViewer/components/StormeeChatCitation.module.css.js.map +0 -1
- package/dist/features/CitationViewer/components/Transcript.js +0 -2
- package/dist/features/CitationViewer/components/Transcript.js.map +0 -1
- package/dist/features/CitationViewer/config/apiConfig.js +0 -2
- package/dist/features/CitationViewer/config/apiConfig.js.map +0 -1
- package/dist/features/CitationViewer/hooks/getSignedUrl.js +0 -2
- package/dist/features/CitationViewer/hooks/getSignedUrl.js.map +0 -1
- package/dist/features/CitationViewer/hooks/useResolvedAudioUrl.js +0 -2
- package/dist/features/CitationViewer/hooks/useResolvedAudioUrl.js.map +0 -1
- package/dist/features/CodeCitation/CodeCitation.js +0 -2
- package/dist/features/CodeCitation/CodeCitation.js.map +0 -1
- package/dist/features/CodeCitation/CodeCitation.module.css.js +0 -2
- package/dist/features/CodeCitation/CodeCitation.module.css.js.map +0 -1
- package/dist/features/CodeCitation/_components/Accordian.js +0 -2
- package/dist/features/CodeCitation/_components/Accordian.js.map +0 -1
- package/dist/features/CodeCitation/_components/CodeCitationPopup.js +0 -2
- package/dist/features/CodeCitation/_components/CodeCitationPopup.js.map +0 -1
- package/dist/features/CodeCitation/_components/CodeCitationsStats.js +0 -2
- package/dist/features/CodeCitation/_components/CodeCitationsStats.js.map +0 -1
- package/dist/features/CodeCitation/_components/CodeEditor.js +0 -2
- package/dist/features/CodeCitation/_components/CodeEditor.js.map +0 -1
- package/dist/features/CodeCitation/_components/DescriptionWithToggle.js +0 -2
- package/dist/features/CodeCitation/_components/DescriptionWithToggle.js.map +0 -1
- package/dist/features/CodeCitation/_components/HighlightedCodeDetails.js +0 -2
- package/dist/features/CodeCitation/_components/HighlightedCodeDetails.js.map +0 -1
- package/dist/features/CodeCitation/_components/Spinner.js +0 -2
- package/dist/features/CodeCitation/_components/Spinner.js.map +0 -1
- package/dist/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js +0 -2
- package/dist/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js.map +0 -1
- package/dist/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js +0 -2
- package/dist/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js.map +0 -1
- package/dist/features/CodeCitation/_components/StatsComponents/StatsComponent.js +0 -2
- package/dist/features/CodeCitation/_components/StatsComponents/StatsComponent.js.map +0 -1
- package/dist/features/CodeCitation/_components/ThemeToggle.js +0 -2
- package/dist/features/CodeCitation/_components/ThemeToggle.js.map +0 -1
- package/dist/features/CodeCitation/_components/TooltipComponent.js +0 -2
- package/dist/features/CodeCitation/_components/TooltipComponent.js.map +0 -1
- package/dist/features/CognitiveCompare/CitationAnchor.js +0 -2
- package/dist/features/CognitiveCompare/CitationAnchor.js.map +0 -1
- package/dist/features/CognitiveCompare/CitationRenderer.js +0 -2
- package/dist/features/CognitiveCompare/CitationRenderer.js.map +0 -1
- package/dist/features/CognitiveCompare/CognitiveCompare.js +0 -2
- package/dist/features/CognitiveCompare/CognitiveCompare.js.map +0 -1
- package/dist/features/CognitiveCompare/CognitiveCompareConfig.js +0 -2
- package/dist/features/CognitiveCompare/CognitiveCompareConfig.js.map +0 -1
- package/dist/features/CognitiveCompare/CognitiveCompareConstants.js +0 -2
- package/dist/features/CognitiveCompare/CognitiveCompareConstants.js.map +0 -1
- package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +0 -2
- package/dist/features/CognitiveCompare/CognitiveComparehelpers.js.map +0 -1
- package/dist/features/CognitiveCompare/CognitivePopup.js +0 -2
- package/dist/features/CognitiveCompare/CognitivePopup.js.map +0 -1
- package/dist/features/CognitiveCompare/CompareContext.js +0 -2
- package/dist/features/CognitiveCompare/CompareContext.js.map +0 -1
- package/dist/features/CognitiveCompare/LoaderComponent.js +0 -2
- package/dist/features/CognitiveCompare/LoaderComponent.js.map +0 -1
- package/dist/features/CognitiveCompare/MoreFunctionsPopup.js +0 -2
- package/dist/features/CognitiveCompare/MoreFunctionsPopup.js.map +0 -1
- package/dist/features/CognitiveCompare/OverlayComponent.js +0 -2
- package/dist/features/CognitiveCompare/OverlayComponent.js.map +0 -1
- package/dist/features/CognitiveCompare/ResizableSplitPane.js +0 -2
- package/dist/features/CognitiveCompare/ResizableSplitPane.js.map +0 -1
- package/dist/features/CognitiveCompare/components/CognitiveSummaryPopup.js +0 -2
- package/dist/features/CognitiveCompare/components/CognitiveSummaryPopup.js.map +0 -1
- package/dist/features/CognitiveCompare/components/CompareHeader.js +0 -2
- package/dist/features/CognitiveCompare/components/CompareHeader.js.map +0 -1
- package/dist/features/CognitiveCompare/components/LHSSectionRow.js +0 -2
- package/dist/features/CognitiveCompare/components/LHSSectionRow.js.map +0 -1
- package/dist/features/CognitiveCompare/components/RHSSectionRow.js +0 -2
- package/dist/features/CognitiveCompare/components/RHSSectionRow.js.map +0 -1
- package/dist/features/CognitiveCompare/components/ScrollLockToggle.js +0 -2
- package/dist/features/CognitiveCompare/components/ScrollLockToggle.js.map +0 -1
- package/dist/features/CognitiveCompare/components/SectionAccordion.js +0 -2
- package/dist/features/CognitiveCompare/components/SectionAccordion.js.map +0 -1
- package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +0 -2
- package/dist/features/CognitiveCompare/components/SubSectionAccordion.js.map +0 -1
- package/dist/features/CognitiveCompare/components/SvgConnectors.js +0 -2
- package/dist/features/CognitiveCompare/components/SvgConnectors.js.map +0 -1
- package/dist/features/CognitiveCompare/components/ThreeDotsLoader.js +0 -2
- package/dist/features/CognitiveCompare/components/ThreeDotsLoader.js.map +0 -1
- package/dist/features/CognitiveCompare/components/connectedLines.js +0 -2
- package/dist/features/CognitiveCompare/components/connectedLines.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/memoizedMarkdown.js +0 -2
- package/dist/features/CognitiveCompare/hooks/memoizedMarkdown.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useAccordionState.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useAccordionState.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useCompareData.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useCompareData.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useComparePopups.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useComparePopups.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useDeviationNavigation.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useDeviationNavigation.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useResizeHandler.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useResizeHandler.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useSectionRefs.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useSectionRefs.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useSideBySide.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useSideBySide.js.map +0 -1
- package/dist/features/CognitiveCompare/hooks/useStyles.js +0 -2
- package/dist/features/CognitiveCompare/hooks/useStyles.js.map +0 -1
- package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js +0 -2
- package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.js.map +0 -1
- package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js +0 -2
- package/dist/features/CognitiveDecisioning/CognitiveDecisioningWrapper.module.css.js.map +0 -1
- package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.js +0 -2
- package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.js.map +0 -1
- package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js +0 -2
- package/dist/features/CognitiveDecisioning/FaqCitation/FaqCitation.module.css.js.map +0 -1
- package/dist/features/CognitiveDecisioning/shared/Audacy/GapIcon.js +0 -2
- package/dist/features/CognitiveDecisioning/shared/Audacy/GapIcon.js.map +0 -1
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +0 -2
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js.map +0 -1
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +0 -2
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js.map +0 -1
- package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +0 -2
- package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js.map +0 -1
- package/dist/features/ExcelCitation/ExcelCitations.js +0 -2
- package/dist/features/ExcelCitation/ExcelCitations.js.map +0 -1
- package/dist/features/ExcelCitation/utils/helper.js +0 -2
- package/dist/features/ExcelCitation/utils/helper.js.map +0 -1
- package/dist/features/IngestionStatus/IngestionStatusComponent.js +0 -2
- package/dist/features/IngestionStatus/IngestionStatusComponent.js.map +0 -1
- package/dist/features/IngestionStatus/ingestion.module.css.js +0 -2
- package/dist/features/IngestionStatus/ingestion.module.css.js.map +0 -1
- package/dist/features/IngestionStatus/useIngestionStatus.js +0 -2
- package/dist/features/IngestionStatus/useIngestionStatus.js.map +0 -1
- package/dist/features/ManageRemainders/AssigneeCalendarView.js +0 -2
- package/dist/features/ManageRemainders/AssigneeCalendarView.js.map +0 -1
- package/dist/features/ManageRemainders/ManageRemainder.module.css.js +0 -2
- package/dist/features/ManageRemainders/ManageRemainder.module.css.js.map +0 -1
- package/dist/features/ManageRemainders/ManageReminders.js +0 -2
- package/dist/features/ManageRemainders/ManageReminders.js.map +0 -1
- package/dist/features/ManageRemainders/ReminderFrequencyAutocomplete.js +0 -2
- package/dist/features/ManageRemainders/ReminderFrequencyAutocomplete.js.map +0 -1
- package/dist/features/MarkdownWithImageCitation/MarkdownWithImageCitation.js +0 -2
- package/dist/features/MarkdownWithImageCitation/MarkdownWithImageCitation.js.map +0 -1
- package/dist/features/MarkdownWithImageCitation/MarkdownWithImageCitation.module.css.js +0 -2
- package/dist/features/MarkdownWithImageCitation/MarkdownWithImageCitation.module.css.js.map +0 -1
- package/dist/features/PaginatedTable/PaginatedTable.js +0 -2
- package/dist/features/PaginatedTable/PaginatedTable.js.map +0 -1
- package/dist/features/PaginatedTable/paginatedTable.module.css.js +0 -2
- package/dist/features/PaginatedTable/paginatedTable.module.css.js.map +0 -1
- package/dist/features/PdfEditorCitation/PdfEditorCitation.js +0 -2
- package/dist/features/PdfEditorCitation/PdfEditorCitation.js.map +0 -1
- package/dist/features/PdfEditorCitation/PdfEditorCitation.module.css.js +0 -2
- package/dist/features/PdfEditorCitation/PdfEditorCitation.module.css.js.map +0 -1
- package/dist/features/PdfViewer/PdfContainer.js +0 -2
- package/dist/features/PdfViewer/PdfContainer.js.map +0 -1
- package/dist/features/PdfViewer/PdfStyle.js +0 -2
- package/dist/features/PdfViewer/PdfStyle.js.map +0 -1
- package/dist/features/PdfViewer/PdfToolbar.js +0 -2
- package/dist/features/PdfViewer/PdfToolbar.js.map +0 -1
- package/dist/features/PdfViewer/PdfViewer.js +0 -2
- package/dist/features/PdfViewer/PdfViewer.js.map +0 -1
- package/dist/features/PdfViewer/usePdfHighlight.js +0 -2
- package/dist/features/PdfViewer/usePdfHighlight.js.map +0 -1
- package/dist/features/ProjectAccordion/ProjectAccordion.js +0 -2
- package/dist/features/ProjectAccordion/ProjectAccordion.js.map +0 -1
- package/dist/features/ProjectAccordion/ProjectAccordion.module.css.js +0 -2
- package/dist/features/ProjectAccordion/ProjectAccordion.module.css.js.map +0 -1
- package/dist/features/ProjectAccordion/_components/Markdown.js +0 -2
- package/dist/features/ProjectAccordion/_components/Markdown.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.js.map +0 -1
- package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.js +0 -2
- package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.js.map +0 -1
- package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/FileCitation/FileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +0 -2
- package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js.map +0 -1
- package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +0 -2
- package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js.map +0 -1
- package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +0 -2
- package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js.map +0 -1
- package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +0 -2
- package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js.map +0 -1
- package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/ScannedDocCitation/ScannedDocCitation.js +0 -2
- package/dist/features/ScannedDocCitation/ScannedDocCitation.js.map +0 -1
- package/dist/features/SplitterCitations/Splitter.module.css.js +0 -2
- package/dist/features/SplitterCitations/Splitter.module.css.js.map +0 -1
- package/dist/features/SplitterCitations/SplitterCitationsComponent.js +0 -2
- package/dist/features/SplitterCitations/SplitterCitationsComponent.js.map +0 -1
- package/dist/features/TableCitation/TableCitationContent.js +0 -2
- package/dist/features/TableCitation/TableCitationContent.js.map +0 -1
- package/dist/features/TableCitation/TableCitationContent.module.css.js +0 -2
- package/dist/features/TableCitation/TableCitationContent.module.css.js.map +0 -1
- package/dist/features/TextualGuidelines/TextualGuideLinesComponent.js +0 -2
- package/dist/features/TextualGuidelines/TextualGuideLinesComponent.js.map +0 -1
- package/dist/features/TextualGuidelines/TextualGuidelines.module.css.js +0 -2
- package/dist/features/TextualGuidelines/TextualGuidelines.module.css.js.map +0 -1
- package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts +0 -23
- package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts.map +0 -1
- package/dist/types/src/AccordianHeadTest.d.ts +0 -2
- package/dist/types/src/AccordianHeadTest.d.ts.map +0 -1
- package/dist/types/src/AutopilotStyle.d.ts +0 -2
- package/dist/types/src/AutopilotStyle.d.ts.map +0 -1
- package/dist/types/src/BookCitationTest.d.ts +0 -3
- package/dist/types/src/BookCitationTest.d.ts.map +0 -1
- package/dist/types/src/BookemonTest.d.ts +0 -83
- package/dist/types/src/BookemonTest.d.ts.map +0 -1
- package/dist/types/src/ChatCitationTest.d.ts +0 -7
- package/dist/types/src/ChatCitationTest.d.ts.map +0 -1
- package/dist/types/src/ChatDrawerTest.d.ts +0 -17
- package/dist/types/src/ChatDrawerTest.d.ts.map +0 -1
- package/dist/types/src/CodeCitationTest.d.ts +0 -3
- package/dist/types/src/CodeCitationTest.d.ts.map +0 -1
- package/dist/types/src/CognitiveCompareTest.d.ts +0 -3
- package/dist/types/src/CognitiveCompareTest.d.ts.map +0 -1
- package/dist/types/src/DatagestMonTest.d.ts +0 -3
- package/dist/types/src/DatagestMonTest.d.ts.map +0 -1
- package/dist/types/src/DbCodeCitationTest.d.ts +0 -3
- package/dist/types/src/DbCodeCitationTest.d.ts.map +0 -1
- package/dist/types/src/EmailCitationTest.d.ts +0 -3
- package/dist/types/src/EmailCitationTest.d.ts.map +0 -1
- package/dist/types/src/ExcelCitationTest.d.ts +0 -2
- package/dist/types/src/ExcelCitationTest.d.ts.map +0 -1
- package/dist/types/src/MarkdownWithImageCitationTest.d.ts +0 -3
- package/dist/types/src/MarkdownWithImageCitationTest.d.ts.map +0 -1
- package/dist/types/src/PaginatedTableTest/PaginatedTableTest.d.ts +0 -3
- package/dist/types/src/PaginatedTableTest/PaginatedTableTest.d.ts.map +0 -1
- package/dist/types/src/PaginatedTableTest/useFetchData.d.ts +0 -15
- package/dist/types/src/PaginatedTableTest/useFetchData.d.ts.map +0 -1
- package/dist/types/src/PdfViewerTest.d.ts +0 -5
- package/dist/types/src/PdfViewerTest.d.ts.map +0 -1
- package/dist/types/src/ProjectAccordianTest.d.ts +0 -3
- package/dist/types/src/ProjectAccordianTest.d.ts.map +0 -1
- package/dist/types/src/RequirementAICitationTest.d.ts +0 -3
- package/dist/types/src/RequirementAICitationTest.d.ts.map +0 -1
- package/dist/types/src/ScannedDocCitationTest.d.ts +0 -2
- package/dist/types/src/ScannedDocCitationTest.d.ts.map +0 -1
- package/dist/types/src/TableCitationTest.d.ts +0 -3
- package/dist/types/src/TableCitationTest.d.ts.map +0 -1
- package/dist/types/src/assests/svg/SparkleIcon.d.ts +0 -3
- package/dist/types/src/assests/svg/SparkleIcon.d.ts.map +0 -1
- package/dist/types/src/context/DataSelectedContext.d.ts +0 -73
- package/dist/types/src/context/DataSelectedContext.d.ts.map +0 -1
- package/dist/types/src/features/BookCitation/BookCitation.d.ts +0 -42
- package/dist/types/src/features/BookCitation/BookCitation.d.ts.map +0 -1
- package/dist/types/src/features/BookCitation/text-cleaner.d.ts +0 -2
- package/dist/types/src/features/BookCitation/text-cleaner.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.d.ts +0 -21
- package/dist/types/src/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookDetailsCard/BookDetailsCard.d.ts +0 -13
- package/dist/types/src/features/Bookemon/BookDetailsCard/BookDetailsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookElementsCard/BookElementsCard.d.ts +0 -52
- package/dist/types/src/features/Bookemon/BookElementsCard/BookElementsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookOverviewCard/BookOverviewCard.d.ts +0 -20
- package/dist/types/src/features/Bookemon/BookOverviewCard/BookOverviewCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.d.ts +0 -35
- package/dist/types/src/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookPreview/BookPreview.d.ts +0 -51
- package/dist/types/src/features/Bookemon/BookPreview/BookPreview.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/Bookemon.d.ts +0 -9
- package/dist/types/src/features/Bookemon/Bookemon.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookemonCitationLayer.d.ts +0 -7
- package/dist/types/src/features/Bookemon/BookemonCitationLayer.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookemonContent.d.ts +0 -3
- package/dist/types/src/features/Bookemon/BookemonContent.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/types/citation.types.d.ts +0 -65
- package/dist/types/src/features/Bookemon/types/citation.types.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/utils/highlight.d.ts +0 -7
- package/dist/types/src/features/Bookemon/utils/highlight.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/BigQueryTable.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/BigQueryTable.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts +0 -26
- package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts +0 -13
- package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/assets/collapse.d.ts +0 -3
- package/dist/types/src/features/ChatCitation/assets/collapse.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/AssistantChatItem.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/AssistantChatItem.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/ChatCitation.d.ts +0 -15
- package/dist/types/src/features/ChatCitation/components/ChatCitation.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/Chip.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/Chip.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/DetailedView.d.ts +0 -10
- package/dist/types/src/features/ChatCitation/components/DetailedView.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/IconContainer.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/IconContainer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/InViewNavigation.d.ts +0 -11
- package/dist/types/src/features/ChatCitation/components/InViewNavigation.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/MarkdownRenderer.d.ts +0 -10
- package/dist/types/src/features/ChatCitation/components/MarkdownRenderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/RuleBook.d.ts +0 -9
- package/dist/types/src/features/ChatCitation/components/RuleBook.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/SummarizedView.d.ts +0 -19
- package/dist/types/src/features/ChatCitation/components/SummarizedView.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/UserChatItem.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/UserChatItem.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/UserInitialsAsAvatar.d.ts +0 -11
- package/dist/types/src/features/ChatCitation/components/UserInitialsAsAvatar.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/wrappers/Modal.d.ts +0 -10
- package/dist/types/src/features/ChatCitation/components/wrappers/Modal.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/constants/icons.d.ts +0 -9
- package/dist/types/src/features/ChatCitation/constants/icons.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/constants/renderer.d.ts +0 -7
- package/dist/types/src/features/ChatCitation/constants/renderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/types/citations.types.d.ts +0 -111
- package/dist/types/src/features/ChatCitation/types/citations.types.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/utils/helpers.d.ts +0 -16
- package/dist/types/src/features/ChatCitation/utils/helpers.d.ts.map +0 -1
- package/dist/types/src/features/ChatDrawer/ChatDrawer.d.ts +0 -5
- package/dist/types/src/features/ChatDrawer/ChatDrawer.d.ts.map +0 -1
- package/dist/types/src/features/ChatDrawer/UploadedFilesList.types.d.ts +0 -33
- package/dist/types/src/features/ChatDrawer/UploadedFilesList.types.d.ts.map +0 -1
- package/dist/types/src/features/ChatDrawer/Uploadedfileslist.d.ts +0 -5
- package/dist/types/src/features/ChatDrawer/Uploadedfileslist.d.ts.map +0 -1
- package/dist/types/src/features/ChatDrawer/constants/ChatDrawer.d.ts +0 -17
- package/dist/types/src/features/ChatDrawer/constants/ChatDrawer.d.ts.map +0 -1
- package/dist/types/src/features/ChatDrawer/context/ChatDrawerContext.d.ts +0 -8
- package/dist/types/src/features/ChatDrawer/context/ChatDrawerContext.d.ts.map +0 -1
- package/dist/types/src/features/ChatDrawer/types/ChatDrawer.types.d.ts +0 -51
- package/dist/types/src/features/ChatDrawer/types/ChatDrawer.types.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/CitationsViewer.d.ts +0 -5
- package/dist/types/src/features/CitationViewer/CitationsViewer.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/AudioPlayer.d.ts +0 -8
- package/dist/types/src/features/CitationViewer/components/AudioPlayer.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/AudioWaveform.d.ts +0 -17
- package/dist/types/src/features/CitationViewer/components/AudioWaveform.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/ChatHistory.d.ts +0 -8
- package/dist/types/src/features/CitationViewer/components/ChatHistory.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/Header.d.ts +0 -12
- package/dist/types/src/features/CitationViewer/components/Header.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/KeyTakeaways.d.ts +0 -8
- package/dist/types/src/features/CitationViewer/components/KeyTakeaways.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/Transcript.d.ts +0 -10
- package/dist/types/src/features/CitationViewer/components/Transcript.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/config/apiConfig.d.ts +0 -3
- package/dist/types/src/features/CitationViewer/config/apiConfig.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/hooks/getSignedUrl.d.ts +0 -2
- package/dist/types/src/features/CitationViewer/hooks/getSignedUrl.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/hooks/useResolvedAudioUrl.d.ts +0 -2
- package/dist/types/src/features/CitationViewer/hooks/useResolvedAudioUrl.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/types/artifact.d.ts +0 -59
- package/dist/types/src/features/CitationViewer/types/artifact.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/CodeCitation.d.ts +0 -49
- package/dist/types/src/features/CodeCitation/CodeCitation.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/Accordian.d.ts +0 -10
- package/dist/types/src/features/CodeCitation/_components/Accordian.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/CodeCitationPopup.d.ts +0 -31
- package/dist/types/src/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/CodeCitationsStats.d.ts +0 -13
- package/dist/types/src/features/CodeCitation/_components/CodeCitationsStats.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/CodeEditor.d.ts +0 -30
- package/dist/types/src/features/CodeCitation/_components/CodeEditor.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts +0 -6
- package/dist/types/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts +0 -16
- package/dist/types/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/Spinner.d.ts +0 -4
- package/dist/types/src/features/CodeCitation/_components/Spinner.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.d.ts +0 -12
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/DbStatsComponent.d.ts +0 -10
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/DbStatsComponent.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/StatsComponent.d.ts +0 -13
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/StatsComponent.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/ThemeToggle.d.ts +0 -12
- package/dist/types/src/features/CodeCitation/_components/ThemeToggle.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/TooltipComponent.d.ts +0 -8
- package/dist/types/src/features/CodeCitation/_components/TooltipComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts +0 -27
- package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CitationRenderer.d.ts +0 -11
- package/dist/types/src/features/CognitiveCompare/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts +0 -6
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareConfig.d.ts +0 -64
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareConfig.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareConstants.d.ts +0 -11
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareConstants.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +0 -283
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +0 -65
- package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CognitivePopup.d.ts +0 -7
- package/dist/types/src/features/CognitiveCompare/CognitivePopup.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/CompareContext.d.ts +0 -68
- package/dist/types/src/features/CognitiveCompare/CompareContext.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/LoaderComponent.d.ts +0 -3
- package/dist/types/src/features/CognitiveCompare/LoaderComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/MoreFunctionsPopup.d.ts +0 -17
- package/dist/types/src/features/CognitiveCompare/MoreFunctionsPopup.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/OverlayComponent.d.ts +0 -5
- package/dist/types/src/features/CognitiveCompare/OverlayComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/ResizableSplitPane.d.ts +0 -9
- package/dist/types/src/features/CognitiveCompare/ResizableSplitPane.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/CognitiveSummaryPopup.d.ts +0 -3
- package/dist/types/src/features/CognitiveCompare/components/CognitiveSummaryPopup.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/CompareHeader.d.ts +0 -12
- package/dist/types/src/features/CognitiveCompare/components/CompareHeader.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/LHSSectionRow.d.ts +0 -9
- package/dist/types/src/features/CognitiveCompare/components/LHSSectionRow.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/RHSSectionRow.d.ts +0 -9
- package/dist/types/src/features/CognitiveCompare/components/RHSSectionRow.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/ScrollLockToggle.d.ts +0 -11
- package/dist/types/src/features/CognitiveCompare/components/ScrollLockToggle.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts +0 -17
- package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts +0 -13
- package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts +0 -36
- package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/ThreeDotsLoader.d.ts +0 -8
- package/dist/types/src/features/CognitiveCompare/components/ThreeDotsLoader.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/components/connectedLines.d.ts +0 -8
- package/dist/types/src/features/CognitiveCompare/components/connectedLines.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts +0 -13
- package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useAccordionState.d.ts +0 -32
- package/dist/types/src/features/CognitiveCompare/hooks/useAccordionState.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts +0 -18
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts +0 -24
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useComparePopups.d.ts +0 -22
- package/dist/types/src/features/CognitiveCompare/hooks/useComparePopups.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useDeviationNavigation.d.ts +0 -32
- package/dist/types/src/features/CognitiveCompare/hooks/useDeviationNavigation.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts +0 -27
- package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useResizeHandler.d.ts +0 -5
- package/dist/types/src/features/CognitiveCompare/hooks/useResizeHandler.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useSectionRefs.d.ts +0 -19
- package/dist/types/src/features/CognitiveCompare/hooks/useSectionRefs.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts +0 -35
- package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useStyles.d.ts +0 -15
- package/dist/types/src/features/CognitiveCompare/hooks/useStyles.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/CognitiveDecisioningWrapper.d.ts +0 -47
- package/dist/types/src/features/CognitiveDecisioning/CognitiveDecisioningWrapper.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/FaqCitation/FaqCitation.d.ts +0 -8
- package/dist/types/src/features/CognitiveDecisioning/FaqCitation/FaqCitation.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/DecisioningIcon.d.ts +0 -7
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/DecisioningIcon.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/GapIcon.d.ts +0 -7
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/GapIcon.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts +0 -16
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts +0 -25
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts +0 -5
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/DataSelector.d.ts +0 -18
- package/dist/types/src/features/DataSelector/DataSelector.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/SavedDataSetListScreen.d.ts +0 -13
- package/dist/types/src/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/SelectedDataList.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/SelectedDataList.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +0 -11
- package/dist/types/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +0 -7
- package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts +0 -4
- package/dist/types/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +0 -1
- package/dist/types/src/features/DatagestMon/DatagestMon.d.ts +0 -21
- package/dist/types/src/features/DatagestMon/DatagestMon.d.ts.map +0 -1
- package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts +0 -19
- package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts.map +0 -1
- package/dist/types/src/features/DatagestMon/EpubPreviewer/EpubPreview.d.ts +0 -7
- package/dist/types/src/features/DatagestMon/EpubPreviewer/EpubPreview.d.ts.map +0 -1
- package/dist/types/src/features/EmailCitation/EmailCitation.d.ts +0 -43
- package/dist/types/src/features/EmailCitation/EmailCitation.d.ts.map +0 -1
- package/dist/types/src/features/EmailCitation/components/EmailMetaDropdown.d.ts +0 -10
- package/dist/types/src/features/EmailCitation/components/EmailMetaDropdown.d.ts.map +0 -1
- package/dist/types/src/features/ExcelCitation/ExcelCitations.d.ts +0 -15
- package/dist/types/src/features/ExcelCitation/ExcelCitations.d.ts.map +0 -1
- package/dist/types/src/features/ExcelCitation/utils/helper.d.ts +0 -2
- package/dist/types/src/features/ExcelCitation/utils/helper.d.ts.map +0 -1
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts +0 -26
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts.map +0 -1
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponentTest.d.ts +0 -7
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponentTest.d.ts.map +0 -1
- package/dist/types/src/features/IngestionStatus/useIngestionStatus.d.ts +0 -40
- package/dist/types/src/features/IngestionStatus/useIngestionStatus.d.ts.map +0 -1
- package/dist/types/src/features/ManageRemainders/AssigneeCalendarView.d.ts +0 -19
- package/dist/types/src/features/ManageRemainders/AssigneeCalendarView.d.ts.map +0 -1
- package/dist/types/src/features/ManageRemainders/ManageRemainderUsage.d.ts +0 -2
- package/dist/types/src/features/ManageRemainders/ManageRemainderUsage.d.ts.map +0 -1
- package/dist/types/src/features/ManageRemainders/ManageReminders.d.ts +0 -49
- package/dist/types/src/features/ManageRemainders/ManageReminders.d.ts.map +0 -1
- package/dist/types/src/features/ManageRemainders/ReminderFrequencyAutocomplete.d.ts +0 -17
- package/dist/types/src/features/ManageRemainders/ReminderFrequencyAutocomplete.d.ts.map +0 -1
- package/dist/types/src/features/ManageRemainders/types/type.d.ts +0 -79
- package/dist/types/src/features/ManageRemainders/types/type.d.ts.map +0 -1
- package/dist/types/src/features/MarkdownWithImageCitation/MarkdownWithImageCitation.d.ts +0 -37
- package/dist/types/src/features/MarkdownWithImageCitation/MarkdownWithImageCitation.d.ts.map +0 -1
- package/dist/types/src/features/PaginatedTable/PaginatedTable.d.ts +0 -27
- package/dist/types/src/features/PaginatedTable/PaginatedTable.d.ts.map +0 -1
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitation.d.ts +0 -19
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitation.d.ts.map +0 -1
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts +0 -2
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfContainer.d.ts +0 -14
- package/dist/types/src/features/PdfViewer/PdfContainer.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfStyle.d.ts +0 -33
- package/dist/types/src/features/PdfViewer/PdfStyle.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts +0 -26
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts +0 -69
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts +0 -26
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts.map +0 -1
- package/dist/types/src/features/ProjectAccordion/ProjectAccordion.d.ts +0 -24
- package/dist/types/src/features/ProjectAccordion/ProjectAccordion.d.ts.map +0 -1
- package/dist/types/src/features/ProjectAccordion/_components/Markdown.d.ts +0 -5
- package/dist/types/src/features/ProjectAccordion/_components/Markdown.d.ts.map +0 -1
- package/dist/types/src/features/ProjectAccordion/index.d.ts +0 -2
- package/dist/types/src/features/ProjectAccordion/index.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts.map +0 -1
- package/dist/types/src/features/ReviewPanel/ReviewPanel.d.ts +0 -52
- package/dist/types/src/features/ReviewPanel/ReviewPanel.d.ts.map +0 -1
- package/dist/types/src/features/ReviewPanel/ReviewPanelTest/ReviewPanelTest.d.ts +0 -4
- package/dist/types/src/features/ReviewPanel/ReviewPanelTest/ReviewPanelTest.d.ts.map +0 -1
- package/dist/types/src/features/ScannedDocCitation/ScannedDocCitation.d.ts +0 -57
- package/dist/types/src/features/ScannedDocCitation/ScannedDocCitation.d.ts.map +0 -1
- package/dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts +0 -24
- package/dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts.map +0 -1
- package/dist/types/src/features/SplitterCitations/SplitterCitationsTest.d.ts +0 -4
- package/dist/types/src/features/SplitterCitations/SplitterCitationsTest.d.ts.map +0 -1
- package/dist/types/src/features/TableCitation/TableCitationContent.d.ts +0 -14
- package/dist/types/src/features/TableCitation/TableCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/TextualGuidelines/TextualGudelinesTest.d.ts +0 -5
- package/dist/types/src/features/TextualGuidelines/TextualGudelinesTest.d.ts.map +0 -1
- package/dist/types/src/features/TextualGuidelines/TextualGuideLinesComponent.d.ts +0 -13
- package/dist/types/src/features/TextualGuidelines/TextualGuideLinesComponent.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +0 -14
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +0 -13
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +0 -21
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts +0 -33
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +0 -19
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +0 -8
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +0 -17
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +0 -26
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +0 -11
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts +0 -1108
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts +0 -57
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts +0 -643
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts +0 -24
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts +0 -283
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts +0 -58
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts +0 -20
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/NotFound.d.ts +0 -4
- package/dist/types/src/features/UploadData/NotFound.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/main.d.ts +0 -10
- package/dist/types/src/features/UploadData/main.d.ts.map +0 -1
- package/dist/types/src/methodsToExpose.d.ts +0 -13
- package/dist/types/src/methodsToExpose.d.ts.map +0 -1
- package/dist/types/src/routes/Routes.d.ts +0 -2
- package/dist/types/src/routes/Routes.d.ts.map +0 -1
- package/dist/types/src/service/DataService.d.ts +0 -73
- package/dist/types/src/service/DataService.d.ts.map +0 -1
- package/dist/types/src/service/ModelService.d.ts +0 -68
- package/dist/types/src/service/ModelService.d.ts.map +0 -1
- package/dist/types/src/service/ProjectService.d.ts +0 -16
- package/dist/types/src/service/ProjectService.d.ts.map +0 -1
- package/dist/utils/codeCitations.utils.js +0 -2
- package/dist/utils/codeCitations.utils.js.map +0 -1
- package/dist/utils/sanitizeHtml.js +0 -2
- package/dist/utils/sanitizeHtml.js.map +0 -1
- package/dist/utils/themeManager.js +0 -2
- package/dist/utils/themeManager.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MoreFunctionsPopup.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/MoreFunctionsPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,uBAAuB,GAAG;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,sBAAsB,EAAE,MAAM,IAAI,CAAC;IACnC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAoCF,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA8LzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OverlayComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/OverlayComponent.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;6CAwFlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from "react";
|
|
2
|
-
interface ResizableSplitPaneProps {
|
|
3
|
-
leftComponent?: ReactNode;
|
|
4
|
-
rightComponent?: ReactNode;
|
|
5
|
-
isFullscreen?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const ResizableSplitPane: React.FC<ResizableSplitPaneProps>;
|
|
8
|
-
export default ResizableSplitPane;
|
|
9
|
-
//# sourceMappingURL=ResizableSplitPane.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResizableSplitPane.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/ResizableSplitPane.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,UAAU,uBAAuB;IAC/B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAiIzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { CognitiveSummaryPopupProps } from "../CognitiveCompareTypes";
|
|
2
|
-
export default function CognitiveSummaryPopup({ open, anchorEl, containerEl, clipTopEl, scrollContainerEl, onClose, summary, markdownStyles, isLoading, displayImpact, isScrollLocked, }: CognitiveSummaryPopupProps): import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
-
//# sourceMappingURL=CognitiveSummaryPopup.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveSummaryPopup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/CognitiveSummaryPopup.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAoBtE,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC5C,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,OAAO,EACP,OAAO,EACP,cAAc,EACd,SAAS,EACT,aAAa,EACb,cAAc,GACf,EAAE,0BAA0B,kDAka5B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IDisplayConfig } from "../CognitiveCompareTypes";
|
|
2
|
-
type CompareHeaderProps = {
|
|
3
|
-
componentHeaderText: string;
|
|
4
|
-
displayConfig: IDisplayConfig;
|
|
5
|
-
maintainRelativeOrder: boolean | undefined;
|
|
6
|
-
onToggleView: (isDefaultView: boolean) => void;
|
|
7
|
-
onCollapseAll: () => void;
|
|
8
|
-
showCollapseAll: boolean;
|
|
9
|
-
};
|
|
10
|
-
declare const CompareHeader: ({ componentHeaderText, displayConfig, maintainRelativeOrder, onToggleView, onCollapseAll, showCollapseAll, }: CompareHeaderProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
-
export default CompareHeader;
|
|
12
|
-
//# sourceMappingURL=CompareHeader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CompareHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/CompareHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,KAAK,kBAAkB,GAAG;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,cAAc,CAAC;IAC9B,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3C,YAAY,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,aAAa,iHAOhB,kBAAkB,mDA6IpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
-
type LHSSectionRowProps = {
|
|
4
|
-
section: SectionBlock;
|
|
5
|
-
idx: number;
|
|
6
|
-
};
|
|
7
|
-
declare const LHSSectionRow: React.MemoExoticComponent<({ section, idx, }: LHSSectionRowProps) => import("react/jsx-runtime").JSX.Element | null>;
|
|
8
|
-
export default LHSSectionRow;
|
|
9
|
-
//# sourceMappingURL=LHSSectionRow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LHSSectionRow.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/LHSSectionRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EAAE,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAQtE,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,QAAA,MAAM,aAAa,gDAId,kBAAkB,oDAuMtB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
-
type RHSSectionRowProps = {
|
|
4
|
-
section: SectionBlock;
|
|
5
|
-
idx: number;
|
|
6
|
-
};
|
|
7
|
-
declare const RHSSectionRow: React.MemoExoticComponent<({ section, idx, }: RHSSectionRowProps) => import("react/jsx-runtime").JSX.Element>;
|
|
8
|
-
export default RHSSectionRow;
|
|
9
|
-
//# sourceMappingURL=RHSSectionRow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RHSSectionRow.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/RHSSectionRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EAAE,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAQtE,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,QAAA,MAAM,aAAa,gDAId,kBAAkB,6CA2OtB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type ScrollLockToggleProps = {
|
|
3
|
-
locked: boolean;
|
|
4
|
-
onToggle: (e: React.MouseEvent) => void;
|
|
5
|
-
color?: string;
|
|
6
|
-
borderColor?: string;
|
|
7
|
-
size?: number;
|
|
8
|
-
};
|
|
9
|
-
declare const ScrollLockToggle: ({ locked, onToggle, color, borderColor, size, }: ScrollLockToggleProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export default ScrollLockToggle;
|
|
11
|
-
//# sourceMappingURL=ScrollLockToggle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollLockToggle.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/ScrollLockToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,qBAAqB,GAAG;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAOF,QAAA,MAAM,gBAAgB,oDAMnB,qBAAqB,4CAkCvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
-
import { DeviationNavigationEntry } from "../hooks/useDeviationNavigation";
|
|
4
|
-
type SectionAccordionProps = {
|
|
5
|
-
section: SectionBlock;
|
|
6
|
-
idx: number;
|
|
7
|
-
columnKey: "left" | "right";
|
|
8
|
-
colRef: React.RefObject<HTMLDivElement>;
|
|
9
|
-
mb?: number;
|
|
10
|
-
parentNodeId?: string;
|
|
11
|
-
isExpanded: boolean;
|
|
12
|
-
onToggle: () => void;
|
|
13
|
-
navigation: DeviationNavigationEntry | null;
|
|
14
|
-
};
|
|
15
|
-
declare const SectionAccordion: ({ section, idx, columnKey, colRef, mb, isExpanded, onToggle, navigation, parentNodeId, }: SectionAccordionProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export default SectionAccordion;
|
|
17
|
-
//# sourceMappingURL=SectionAccordion.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SectionAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SectionAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAuBjD,OAAO,EAAsB,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAC1F,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AA0C3E,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,wBAAwB,GAAG,IAAI,CAAC;CAC7C,CAAC;AAEF,QAAA,MAAM,gBAAgB,6FAUnB,qBAAqB,4CAiqBvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
-
interface SubSectionAccordionProps {
|
|
4
|
-
section: SectionBlock;
|
|
5
|
-
keyPath: string;
|
|
6
|
-
depth?: number;
|
|
7
|
-
columnKey?: "left" | "right";
|
|
8
|
-
parentNodeId?: string;
|
|
9
|
-
sectionOffset?: number;
|
|
10
|
-
}
|
|
11
|
-
declare const SubSectionAccordion: React.FC<SubSectionAccordionProps>;
|
|
12
|
-
export default SubSectionAccordion;
|
|
13
|
-
//# sourceMappingURL=SubSectionAccordion.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SubSectionAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SubSectionAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAwB1D,OAAO,EAAsB,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAE1F,UAAU,wBAAwB;IAChC,OAAO,EAAE,YAAY,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAsgB1D,CAAC;AAEH,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SectionBlock, SectionPopupState, StyleVariant } from "../CognitiveCompareTypes";
|
|
3
|
-
type SvgConnectorsProps = {
|
|
4
|
-
svgContainerRef: React.MutableRefObject<SVGSVGElement | null>;
|
|
5
|
-
svgDimensions: {
|
|
6
|
-
width: number;
|
|
7
|
-
height: number;
|
|
8
|
-
};
|
|
9
|
-
isResizing: boolean;
|
|
10
|
-
overallConnector: {
|
|
11
|
-
x1: number;
|
|
12
|
-
x2: number;
|
|
13
|
-
y: number;
|
|
14
|
-
} | null;
|
|
15
|
-
rootDeviationStyle: {
|
|
16
|
-
badgeBorder: string;
|
|
17
|
-
};
|
|
18
|
-
lines: Record<string, any>[];
|
|
19
|
-
isSideBySide: boolean;
|
|
20
|
-
activeSideBySideSection: number | string | null;
|
|
21
|
-
isArrowVisible: boolean;
|
|
22
|
-
maintainRelativeOrder: boolean | undefined;
|
|
23
|
-
proposedSections: SectionBlock[];
|
|
24
|
-
existingSections: SectionBlock[];
|
|
25
|
-
cognitivePopup: SectionPopupState;
|
|
26
|
-
activeBadgeId: string | null;
|
|
27
|
-
closeCognitivePopup: () => void;
|
|
28
|
-
setActiveBadgeId: React.Dispatch<React.SetStateAction<string | null>>;
|
|
29
|
-
openCognitivePopupFromState: (nextPopup: SectionPopupState) => void;
|
|
30
|
-
buildSectionPopupState: (anchorEl: HTMLElement | null, baseSec: SectionBlock | null, refSec: SectionBlock | null, sectionIdx: number | string, isOrphan?: boolean, style?: StyleVariant | null, rootNode?: boolean) => SectionPopupState;
|
|
31
|
-
connectedLines: Record<string, any>[];
|
|
32
|
-
pathRefs: React.MutableRefObject<Record<string, SVGPathElement | null>>;
|
|
33
|
-
};
|
|
34
|
-
export default function SvgConnectors({ svgContainerRef, svgDimensions, isResizing, overallConnector, rootDeviationStyle, lines, isSideBySide, activeSideBySideSection, isArrowVisible, maintainRelativeOrder, proposedSections, existingSections, cognitivePopup, activeBadgeId, closeCognitivePopup, setActiveBadgeId, openCognitivePopupFromState, buildSectionPopupState, connectedLines, pathRefs, }: SvgConnectorsProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
-
export {};
|
|
36
|
-
//# sourceMappingURL=SvgConnectors.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SvgConnectors.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SvgConnectors.tsx"],"names":[],"mappings":";AAOA,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACb,MAAM,0BAA0B,CAAC;AAgBlC,KAAK,kBAAkB,GAAG;IACxB,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;IAC9D,aAAa,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC/D,kBAAkB,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAC7B,YAAY,EAAE,OAAO,CAAC;IACtB,uBAAuB,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAChD,cAAc,EAAE,OAAO,CAAC;IACxB,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3C,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,cAAc,EAAE,iBAAiB,CAAC;IAClC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IACtE,2BAA2B,EAAE,CAAC,SAAS,EAAE,iBAAiB,KAAK,IAAI,CAAC;IACpE,sBAAsB,EAAE,CACtB,QAAQ,EAAE,WAAW,GAAG,IAAI,EAC5B,OAAO,EAAE,YAAY,GAAG,IAAI,EAC5B,MAAM,EAAE,YAAY,GAAG,IAAI,EAC3B,UAAU,EAAE,MAAM,GAAG,MAAM,EAC3B,QAAQ,CAAC,EAAE,OAAO,EAClB,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAC3B,QAAQ,CAAC,EAAE,OAAO,KACf,iBAAiB,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IACtC,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,CAAC,CAAC,CAAC;CACzE,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,eAAe,EACf,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,EACL,YAAY,EACZ,uBAAuB,EACvB,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,aAAa,EACb,mBAAmB,EACnB,gBAAgB,EAChB,2BAA2B,EAC3B,sBAAsB,EACtB,cAAc,EACd,QAAQ,GACT,EAAE,kBAAkB,2CAkNpB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface ThreeDotsLoaderProps {
|
|
2
|
-
size?: number;
|
|
3
|
-
color?: string;
|
|
4
|
-
gap?: number;
|
|
5
|
-
}
|
|
6
|
-
declare const ThreeDotsLoader: ({ size, color, gap, }: ThreeDotsLoaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default ThreeDotsLoader;
|
|
8
|
-
//# sourceMappingURL=ThreeDotsLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThreeDotsLoader.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/ThreeDotsLoader.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,eAAe,0BAIlB,oBAAoB,4CA4BtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
declare const ConnectedLinesComp: ({ connectedLines, pathRefs, maintainRelativeOrder, }: {
|
|
3
|
-
connectedLines: Record<string, any>[];
|
|
4
|
-
pathRefs: React.MutableRefObject<Record<string, any>>;
|
|
5
|
-
maintainRelativeOrder?: boolean | undefined;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default ConnectedLinesComp;
|
|
8
|
-
//# sourceMappingURL=connectedLines.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connectedLines.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/connectedLines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,kBAAkB;oBAKN,OAAO,MAAM,EAAE,GAAG,CAAC,EAAE;cAC3B,MAAM,gBAAgB,CAAC,OAAO,MAAM,EAAE,GAAG,CAAC,CAAC;;6CA6GtD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const MemoizedMarkdown: React.MemoExoticComponent<({ content, overlayContent, sxStyles, deviationBadges, highlights, maintainRelativeOrder, highlightBg, suppressHighlightBg, collisionKey }: {
|
|
3
|
-
content: string;
|
|
4
|
-
overlayContent?: string | undefined;
|
|
5
|
-
sxStyles: any;
|
|
6
|
-
deviationBadges?: any[] | undefined;
|
|
7
|
-
highlights?: string[] | undefined;
|
|
8
|
-
maintainRelativeOrder?: boolean | undefined;
|
|
9
|
-
highlightBg: string;
|
|
10
|
-
suppressHighlightBg?: boolean | undefined;
|
|
11
|
-
collisionKey?: string | number | undefined;
|
|
12
|
-
}) => import("react/jsx-runtime").JSX.Element>;
|
|
13
|
-
//# sourceMappingURL=memoizedMarkdown.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"memoizedMarkdown.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/memoizedMarkdown.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoE,MAAM,OAAO,CAAC;AAezF,eAAO,MAAM,gBAAgB;aAWlB,MAAM;;cAEL,GAAG;;;;iBAIA,MAAM;;;8CAwnBpB,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
-
type AccordionStateParams = {
|
|
4
|
-
maintainRelativeOrder: boolean;
|
|
5
|
-
proposedSections: SectionBlock[];
|
|
6
|
-
existingSections: SectionBlock[];
|
|
7
|
-
activeSideBySideSection: number | string | null;
|
|
8
|
-
connectedSections: Set<number | string>;
|
|
9
|
-
resetSideBySide: () => void;
|
|
10
|
-
setConnectedSections: React.Dispatch<React.SetStateAction<Set<number | string>>>;
|
|
11
|
-
setConnectedLines: React.Dispatch<React.SetStateAction<Record<string, any>[]>>;
|
|
12
|
-
cachedConnectedPositions: React.MutableRefObject<any[]>;
|
|
13
|
-
svgContainerRef: React.MutableRefObject<SVGSVGElement | null>;
|
|
14
|
-
isAnimatingRef: React.MutableRefObject<boolean>;
|
|
15
|
-
animationTimerRef: React.MutableRefObject<ReturnType<typeof setTimeout> | null>;
|
|
16
|
-
calculateLinesRef: React.MutableRefObject<() => void>;
|
|
17
|
-
sectionLeftRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
18
|
-
sectionRightRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
19
|
-
subSectionLeftRefs: React.MutableRefObject<Record<string, React.RefObject<HTMLDivElement>>>;
|
|
20
|
-
subSectionRightRefs: React.MutableRefObject<Record<string, React.RefObject<HTMLDivElement>>>;
|
|
21
|
-
};
|
|
22
|
-
export declare const useAccordionState: ({ maintainRelativeOrder, proposedSections, existingSections, activeSideBySideSection, connectedSections, resetSideBySide, setConnectedSections, setConnectedLines, cachedConnectedPositions, svgContainerRef, isAnimatingRef, animationTimerRef, calculateLinesRef, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, }: AccordionStateParams) => {
|
|
23
|
-
expandedSections: Record<string, boolean>;
|
|
24
|
-
setExpandedSections: React.Dispatch<React.SetStateAction<Record<string, boolean>>>;
|
|
25
|
-
expandedSubSections: Record<string, boolean>;
|
|
26
|
-
setExpandedSubSections: React.Dispatch<React.SetStateAction<Record<string, boolean>>>;
|
|
27
|
-
handleSubSectionToggle: (keyPath: string) => void;
|
|
28
|
-
toggleSection: (idx: number, columnKey: "left" | "right") => void;
|
|
29
|
-
forceExpandCrossWiredSections: (actionId: string | number | null) => void;
|
|
30
|
-
};
|
|
31
|
-
export {};
|
|
32
|
-
//# sourceMappingURL=useAccordionState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAccordionState.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useAccordionState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGxD,KAAK,oBAAoB,GAAG;IAC1B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,uBAAuB,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAChD,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;IACjF,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;IAC/E,wBAAwB,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,EAAE,CAAC,CAAC;IACxD,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;IAC9D,cAAc,EAAE,KAAK,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAChD,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC;IAChF,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,IAAI,CAAC,CAAC;IACtD,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IAClG,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IACnG,kBAAkB,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IAC5F,mBAAmB,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;CAC9F,CAAC;AAEF,eAAO,MAAM,iBAAiB,sVAkB3B,oBAAoB;;;;;sCA4EoB,MAAM;yBAUnB,MAAM,aAAa,MAAM,GAAG,OAAO;8CArDF,MAAM,GAAG,MAAM,GAAG,IAAI;CAuJpF,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { SectionBlock, ProposedRuleData, RuleData, ComparisonConfig } from "../CognitiveCompareTypes";
|
|
2
|
-
export declare const useCognitiveTreeData: (treeData: Record<string, any> | undefined, maintainRelativeOrder: boolean, deviationData: Record<string, any> | null, resolvedComparisonConfig: ComparisonConfig, enableDeviationSchemaBackwardCompatibility?: boolean) => {
|
|
3
|
-
activeProposed: ProposedRuleData;
|
|
4
|
-
activeVariants: never[] | RuleData[];
|
|
5
|
-
existingRule: RuleData;
|
|
6
|
-
proposedSections: SectionBlock[];
|
|
7
|
-
existingSections: SectionBlock[];
|
|
8
|
-
visibleFields: import("../CognitiveCompareTypes").FieldConfigItem[];
|
|
9
|
-
parentDeviationRecord: Record<string, SectionBlock[]>;
|
|
10
|
-
deviationNumberRegistry: {
|
|
11
|
-
[k: string]: number;
|
|
12
|
-
};
|
|
13
|
-
deviationParentRegistry: {
|
|
14
|
-
[k: string]: number;
|
|
15
|
-
};
|
|
16
|
-
parseError: string | null;
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=useCompareData.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCompareData.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useCompareData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAItG,eAAO,MAAM,oBAAoB,aACrB,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,yBAClB,OAAO,iBACf,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,4BACf,gBAAgB,+CACE,OAAO;;;;;;;;;;;;;;;CAuhBpD,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare const useCompareLayout: (initialMaintainOrder: boolean, scrollContainerRef: React.RefObject<HTMLDivElement>, lhsBadgeRefs: any, rhsBadgeRefs: any, proposedSections: any[], existingSections: any[]) => {
|
|
2
|
-
maintainRelativeOrder: boolean;
|
|
3
|
-
setMaintainRelativeOrder: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
4
|
-
isToggling: boolean;
|
|
5
|
-
setIsToggling: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
6
|
-
isSideBySide: boolean;
|
|
7
|
-
setIsSideBySide: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
8
|
-
isSideBySideLoading: boolean;
|
|
9
|
-
setIsSideBySideLoading: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
10
|
-
isArrowVisible: boolean;
|
|
11
|
-
setIsArrowVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
12
|
-
expandedSections: Record<string, boolean>;
|
|
13
|
-
setExpandedSections: import("react").Dispatch<import("react").SetStateAction<Record<string, boolean>>>;
|
|
14
|
-
expandedSubSections: Record<string, boolean>;
|
|
15
|
-
setExpandedSubSections: import("react").Dispatch<import("react").SetStateAction<Record<string, boolean>>>;
|
|
16
|
-
activeSideBySideSection: string | number | null;
|
|
17
|
-
setActiveSideBySideSection: import("react").Dispatch<import("react").SetStateAction<string | number | null>>;
|
|
18
|
-
showDeviationNavigation: Record<string, any>;
|
|
19
|
-
scrollLock: import("react").MutableRefObject<boolean>;
|
|
20
|
-
isSideBySideRef: import("react").MutableRefObject<boolean>;
|
|
21
|
-
activeSideBySideSectionRef: import("react").MutableRefObject<string | number | null>;
|
|
22
|
-
activeSideBySideRightSectionRef: import("react").MutableRefObject<string | number | null>;
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=useCompareLayout.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCompareLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useCompareLayout.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBACL,OAAO,sBACT,MAAM,SAAS,CAAC,cAAc,CAAC,gBACrC,GAAG,gBACH,GAAG,oBACC,GAAG,EAAE,oBACL,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;CAkFxB,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionPopupState, PopupPosition, SummaryPopupState } from "../CognitiveCompareTypes";
|
|
3
|
-
export declare const useComparePopups: (scrollContainerRef: React.RefObject<HTMLDivElement>) => {
|
|
4
|
-
cognitivePopup: SectionPopupState;
|
|
5
|
-
setCognitivePopup: React.Dispatch<React.SetStateAction<SectionPopupState>>;
|
|
6
|
-
moreFunctions: SectionPopupState;
|
|
7
|
-
setMoreFunctions: React.Dispatch<React.SetStateAction<SectionPopupState>>;
|
|
8
|
-
summaryPopup: SummaryPopupState;
|
|
9
|
-
setSummaryPopup: React.Dispatch<React.SetStateAction<SummaryPopupState>>;
|
|
10
|
-
closeSummaryPopup: () => void;
|
|
11
|
-
position: PopupPosition | null;
|
|
12
|
-
setPosition: React.Dispatch<React.SetStateAction<PopupPosition | null>>;
|
|
13
|
-
activeBadgeId: string | null;
|
|
14
|
-
setActiveBadgeId: React.Dispatch<React.SetStateAction<string | null>>;
|
|
15
|
-
popupRef: React.RefObject<HTMLDivElement>;
|
|
16
|
-
closeCognitivePopup: () => void;
|
|
17
|
-
closeMoreFunctionsPopup: () => void;
|
|
18
|
-
recalcPosition: () => void;
|
|
19
|
-
handleOpenCognitiveCompare: () => void;
|
|
20
|
-
openCognitivePopupFromState: (nextPopup: SectionPopupState) => void;
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=useComparePopups.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useComparePopups.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useComparePopups.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAG/F,eAAO,MAAM,gBAAgB,uBAAwB,MAAM,SAAS,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;6CA2GlE,iBAAiB;CAuClC,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
-
export type DeviationNavigationEntry = {
|
|
4
|
-
showAbove: boolean;
|
|
5
|
-
showAboveRef: React.RefObject<HTMLDivElement> | null;
|
|
6
|
-
showBelow: boolean;
|
|
7
|
-
showBelowRef: React.RefObject<HTMLDivElement> | null;
|
|
8
|
-
firstDeviationRef: React.RefObject<HTMLDivElement> | null;
|
|
9
|
-
firstDeviationPosition: "above" | "below" | "inside" | null;
|
|
10
|
-
columnKey: "left" | "right";
|
|
11
|
-
};
|
|
12
|
-
type UseDeviationNavigationParams = {
|
|
13
|
-
proposedSections: SectionBlock[];
|
|
14
|
-
existingSections: SectionBlock[];
|
|
15
|
-
parentDeviationRecord: Record<string, SectionBlock[]>;
|
|
16
|
-
expandedSections: Record<string, boolean>;
|
|
17
|
-
maintainRelativeOrder: boolean;
|
|
18
|
-
scrollContainerRef: React.RefObject<HTMLDivElement>;
|
|
19
|
-
leftContainerRef: React.RefObject<HTMLDivElement>;
|
|
20
|
-
rightContainerRef: React.RefObject<HTMLDivElement>;
|
|
21
|
-
lhsBadgeRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
22
|
-
rhsBadgeRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
23
|
-
};
|
|
24
|
-
export declare const useDeviationNavigation: ({ proposedSections, existingSections, parentDeviationRecord, expandedSections, maintainRelativeOrder, scrollContainerRef, leftContainerRef, rightContainerRef, lhsBadgeRefs, rhsBadgeRefs, }: UseDeviationNavigationParams) => {
|
|
25
|
-
showDeviationNavigation: Record<string, DeviationNavigationEntry>;
|
|
26
|
-
showOpenNodeRef: React.MutableRefObject<string | undefined>;
|
|
27
|
-
adjustScrollForPopup: (anchorEl: HTMLElement | null, onComplete: () => void, options?: {
|
|
28
|
-
skipScroll?: boolean;
|
|
29
|
-
}) => void;
|
|
30
|
-
};
|
|
31
|
-
export {};
|
|
32
|
-
//# sourceMappingURL=useDeviationNavigation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDeviationNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useDeviationNavigation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACrD,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACrD,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAC1D,sBAAsB,EAAE,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,IAAI,CAAC;IAC5D,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;CAC7B,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAC;IACtD,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1C,qBAAqB,EAAE,OAAO,CAAC;IAC/B,kBAAkB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACpD,gBAAgB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAClD,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACnD,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IAC/F,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;CAChG,CAAC;AAEF,eAAO,MAAM,sBAAsB,iMAWhC,4BAA4B;;;qCAyMjB,WAAW,GAAG,IAAI,cAChB,MAAM,IAAI,YACZ;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE;CA2ErC,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const useLinesCalculator: ({ containerRef, leftContainerRef, rightContainerRef, svgContainerRef, pathRefs, leftHeaderRef, rightHeaderRef, proposedSections, existingSections, visibleFields, leftRefs, rightRefs, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, lhsBadgeRefs, rhsBadgeRefs, sectionRowRefs, expandedSections, expandedSubSections, connectedSections, isSideBySide, activeSideBySideSection, maintainRelativeOrder, cognitiveMap, getSectionCompareStyle, getSubSectionCompareStyle, getDeviationStyleByKey, isArrowVisible, isAnimatingRef, isSideBySideRef, sideBySideCacheRef, sideBySideLineRef, activeSideBySideSectionRef, activeSideBySideRightSectionRef, connectedLines: providedConnectedLines, setConnectedLines: providedSetConnectedLines, cachedConnectedPositions: providedCachedConnectedPositions, calculateLinesRef, resizeTimerRef, scrollLock, scrollSyncLocked, handleResizeRef, activeProposed, existingRule, analysisData, pendingScrollTargetRef, pendingScrollCallbackRef, resolvedComparisonConfig, getFieldData }: any) => {
|
|
3
|
-
lines: Record<string, any>[];
|
|
4
|
-
setLines: import("react").Dispatch<import("react").SetStateAction<Record<string, any>[]>>;
|
|
5
|
-
overallConnector: {
|
|
6
|
-
x1: number;
|
|
7
|
-
x2: number;
|
|
8
|
-
y: number;
|
|
9
|
-
} | null;
|
|
10
|
-
setOverallConnector: import("react").Dispatch<import("react").SetStateAction<{
|
|
11
|
-
x1: number;
|
|
12
|
-
x2: number;
|
|
13
|
-
y: number;
|
|
14
|
-
} | null>>;
|
|
15
|
-
connectedLines: any;
|
|
16
|
-
setConnectedLines: any;
|
|
17
|
-
svgDimensions: {
|
|
18
|
-
width: number;
|
|
19
|
-
height: number;
|
|
20
|
-
};
|
|
21
|
-
cachedConnectedPositions: any;
|
|
22
|
-
calculateLines: () => void;
|
|
23
|
-
calculateLinesRef: any;
|
|
24
|
-
calculateLinesDebounced: () => void;
|
|
25
|
-
handleColumnScroll: (e: any) => void;
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=useLinesCalculator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLinesCalculator.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useLinesCalculator.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,kBAAkB,ogCA0C5B,GAAG;;;;YAG6D,MAAM;YAAM,MAAM;WAAK,MAAM;;;YAA7B,MAAM;YAAM,MAAM;WAAK,MAAM;;;;;eAIhC,MAAM;gBAAU,MAAM;;;;;;4BA6vBrC,GAAG;CAmPnD,CAAA"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const useResizeHandler: ({ timerRef, ruleComponentRef, scrollContainerRef, containerRef, maintainRelativeOrder, proposedSections, existingSections, isSideBySideRef, activeSideBySideSectionRef, activeSideBySideRightSectionRef, sectionRowRefs, sectionRightRowRefs, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, lhsBadgeRefs, rhsBadgeRefs, leftContainerRef, rightContainerRef, calculateLinesRef, handleResizeRef: externalHandleResizeRef, setIsResizing, setIsArrowVisible, sideBySideCacheRef, cachedConnectedPositions }: any) => {
|
|
2
|
-
handleResize: () => void;
|
|
3
|
-
handleResizeRef: any;
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=useResizeHandler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResizeHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useResizeHandler.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,6gBA2B1B,GAAG;;;CA6NL,CAAA"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { DivRefMap } from "../CognitiveCompareTypes";
|
|
3
|
-
export declare const useSectionRefs: (visibleFieldKeys: string[], sectionCount: number) => {
|
|
4
|
-
leftRefs: React.MutableRefObject<DivRefMap<string>>;
|
|
5
|
-
rightRefs: React.MutableRefObject<DivRefMap<string>>;
|
|
6
|
-
sectionLeftRefs: React.MutableRefObject<DivRefMap<string | number>>;
|
|
7
|
-
sectionRightRefs: React.MutableRefObject<DivRefMap<string | number>>;
|
|
8
|
-
lhsBadgeRefs: React.MutableRefObject<DivRefMap<string | number>>;
|
|
9
|
-
rhsBadgeRefs: React.MutableRefObject<DivRefMap<string | number>>;
|
|
10
|
-
sectionRightRowRefs: React.MutableRefObject<DivRefMap<string | number>>;
|
|
11
|
-
subSectionLeftRefs: React.MutableRefObject<DivRefMap<string>>;
|
|
12
|
-
subSectionRightRefs: React.MutableRefObject<DivRefMap<string>>;
|
|
13
|
-
sectionRowRefs: React.MutableRefObject<DivRefMap<string | number>>;
|
|
14
|
-
getFieldRef: (side: "left" | "right", key: string) => React.RefObject<HTMLDivElement>;
|
|
15
|
-
getSectionRowRef: (idx: string | number) => React.RefObject<HTMLDivElement>;
|
|
16
|
-
getSubSectionRef: (side: "left" | "right", keyPath: string) => React.RefObject<HTMLDivElement>;
|
|
17
|
-
getBadgeRef: (side: "left" | "right", key: string | number) => React.RefObject<HTMLDivElement>;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=useSectionRefs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSectionRefs.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useSectionRefs.ts"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAMrD,eAAO,MAAM,cAAc,qBACP,MAAM,EAAE,gBACZ,MAAM;;;;;;;;;;;wBAcX,MAAM,GAAG,OAAO,OAAO,MAAM;4BAkC9B,MAAM,GAAG,MAAM;6BAKd,MAAM,GAAG,OAAO,WAAW,MAAM;wBAYjC,MAAM,GAAG,OAAO,OAAO,MAAM,GAAG,MAAM;CAuBhD,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const useSideBySide: ({ maintainRelativeOrder, proposedSections, existingSections, leftContainerRef, rightContainerRef, scrollContainerRef, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, lhsBadgeRefs, rhsBadgeRefs, sectionRowRefs, sectionRightRowRefs, rhsTopSpacerRef, rhsBottomSpacerRef, lhsTopSpacerRef, lhsBottomSpacerRef, calculateLinesRef, setConnectedSections, setConnectedLines, cachedConnectedPositions, closeMoreFunctionsPopup, setErrorToast, moreFunctions, closeSummaryPopup, }: any) => {
|
|
3
|
-
isSideBySide: boolean;
|
|
4
|
-
setIsSideBySide: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
5
|
-
isArrowVisible: boolean;
|
|
6
|
-
setIsArrowVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
7
|
-
isResizing: boolean;
|
|
8
|
-
setIsResizing: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
9
|
-
isSideBySideLoading: boolean;
|
|
10
|
-
setIsSideBySideLoading: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
11
|
-
activeSideBySideSection: string | number | null;
|
|
12
|
-
setActiveSideBySideSection: import("react").Dispatch<import("react").SetStateAction<string | number | null>>;
|
|
13
|
-
scrollLock: import("react").MutableRefObject<boolean>;
|
|
14
|
-
sideBySideCacheRef: import("react").MutableRefObject<{
|
|
15
|
-
badgeScreenY: number;
|
|
16
|
-
initialScrollTop: number;
|
|
17
|
-
leftTop: number;
|
|
18
|
-
leftBottom: number;
|
|
19
|
-
cTop: number;
|
|
20
|
-
} | null>;
|
|
21
|
-
isSideBySideRef: import("react").MutableRefObject<boolean>;
|
|
22
|
-
activeSideBySideSectionRef: import("react").MutableRefObject<string | number | null>;
|
|
23
|
-
activeSideBySideRightSectionRef: import("react").MutableRefObject<string | number | null>;
|
|
24
|
-
sideBySideLineRef: import("react").MutableRefObject<SVGLineElement | null>;
|
|
25
|
-
highlightedClauseRefs: import("react").MutableRefObject<Set<HTMLElement>>;
|
|
26
|
-
clearClauseHighlight: () => void;
|
|
27
|
-
applyAlignmentPadding: (isSub: boolean, idx: any, activeRightIdx: any) => void;
|
|
28
|
-
resetSideBySide: () => void;
|
|
29
|
-
activateSideBySide: (idx: number | string, isOrphan: boolean, options?: {
|
|
30
|
-
toggleIfSame?: boolean | undefined;
|
|
31
|
-
onReady?: (() => void) | undefined;
|
|
32
|
-
sourceSide?: "left" | "right" | undefined;
|
|
33
|
-
} | undefined) => void;
|
|
34
|
-
};
|
|
35
|
-
//# sourceMappingURL=useSideBySide.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSideBySide.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useSideBySide.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,aAAa,mfAavB,GAAG;;;;;;;;;;;;;sBASgD,MAAM;0BAAoB,MAAM;iBAAW,MAAM;oBAAc,MAAM;cAAQ,MAAM;;;;;;;;mCAe/F,OAAO,OAAO,GAAG,kBAAkB,GAAG;;8BA2I/D,MAAM,GAAG,MAAM,YACV,OAAO;;yBACmC,IAAI;;;CAiOnE,CAAA"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { SectionBlock, StyleVariant } from "../CognitiveCompareTypes";
|
|
2
|
-
export declare const useStyleHelpers: ({ proposedSections, existingSections, maintainRelativeOrder, cognitiveMap, deviationData, treeData, resolvedComparisonConfig }: {
|
|
3
|
-
proposedSections: SectionBlock[];
|
|
4
|
-
existingSections: SectionBlock[];
|
|
5
|
-
maintainRelativeOrder: boolean;
|
|
6
|
-
cognitiveMap: any;
|
|
7
|
-
deviationData: any;
|
|
8
|
-
treeData: any;
|
|
9
|
-
resolvedComparisonConfig: any;
|
|
10
|
-
}) => {
|
|
11
|
-
getSectionCompareStyle: (idx: number, side?: "left" | "right") => StyleVariant | null;
|
|
12
|
-
getSubSectionCompareStyle: (keyPath: string) => StyleVariant | null;
|
|
13
|
-
getDeviationStyleByKey: (nodeId: string, deviationKey: string) => StyleVariant | null;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=useStyles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useStyles.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAEtE,eAAO,MAAM,eAAe;sBAAuJ,YAAY,EAAE;sBAAoB,YAAY,EAAE;2BAAyB,OAAO;kBAAgB,GAAG;mBAAiB,GAAG;cAAY,GAAG;8BAA4B,GAAG;;kCAE9U,MAAM,SAAQ,MAAM,GAAG,OAAO,KAAY,YAAY,GAAG,IAAI;yCA8DrD,MAAM,KAAG,YAAY,GAAG,IAAI;qCA0D7B,MAAM,gBAAgB,MAAM,KAAG,YAAY,GAAG,IAAI;CA0ClE,CAAA"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const HumanWithBrainIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export interface SectionContent {
|
|
4
|
-
id: string;
|
|
5
|
-
title: string;
|
|
6
|
-
subtitle?: string;
|
|
7
|
-
icon: React.ReactNode;
|
|
8
|
-
content: string;
|
|
9
|
-
}
|
|
10
|
-
interface StyleOverrides {
|
|
11
|
-
container?: React.CSSProperties;
|
|
12
|
-
header?: React.CSSProperties;
|
|
13
|
-
headerTitle?: React.CSSProperties;
|
|
14
|
-
headerTitleText?: React.CSSProperties;
|
|
15
|
-
pill?: React.CSSProperties;
|
|
16
|
-
textContent?: React.CSSProperties;
|
|
17
|
-
badge?: React.CSSProperties;
|
|
18
|
-
sectionItem?: React.CSSProperties;
|
|
19
|
-
sectionButton?: React.CSSProperties;
|
|
20
|
-
sectionHeaderGroup?: React.CSSProperties;
|
|
21
|
-
sectionTitle?: React.CSSProperties;
|
|
22
|
-
sectionSubtitle?: React.CSSProperties;
|
|
23
|
-
}
|
|
24
|
-
interface Props {
|
|
25
|
-
reasoning: string;
|
|
26
|
-
gap: string;
|
|
27
|
-
score: string | null;
|
|
28
|
-
isOpen: boolean;
|
|
29
|
-
onToggle: () => void;
|
|
30
|
-
title?: string;
|
|
31
|
-
reasoningTitle?: string;
|
|
32
|
-
reasoningSubtitle?: string;
|
|
33
|
-
gapTitle?: string;
|
|
34
|
-
gapSubtitle?: string;
|
|
35
|
-
scoreLabel?: string;
|
|
36
|
-
sections?: SectionContent[];
|
|
37
|
-
styles?: StyleOverrides;
|
|
38
|
-
mdComponents?: Partial<import('react-markdown').Components>;
|
|
39
|
-
headerIcon?: React.ReactNode;
|
|
40
|
-
reasoningIcon?: React.ReactNode;
|
|
41
|
-
gapIcon?: React.ReactNode;
|
|
42
|
-
scoreIcon?: React.ReactNode;
|
|
43
|
-
hideTrigger?: boolean;
|
|
44
|
-
}
|
|
45
|
-
declare const CognitiveDecisioningCard: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
46
|
-
export default CognitiveDecisioningCard;
|
|
47
|
-
//# sourceMappingURL=CognitiveDecisioningWrapper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveDecisioningWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveDecisioning/CognitiveDecisioningWrapper.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAM7D,eAAO,MAAM,kBAAkB,+CAI9B,CAAC;AAyDF,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,cAAc;IACtB,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACzC,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACvC;AAED,UAAU,KAAK;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC,OAAO,gBAAgB,EAAE,UAAU,CAAC,CAAC;IAE5D,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,QAAA,MAAM,wBAAwB,8EAmJ5B,CAAC;AAGH,eAAe,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FaqCitation.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveDecisioning/FaqCitation/FaqCitation.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAgBpE,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,GAAG,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AA8JD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8I9C,CAAC;AACF,eAAe,WAAW,CAAC"}
|