@e-llm-studio/requirement-ai 0.0.224 → 0.0.225
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/CitationRenderer/CitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.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/CognitiveComponents/ResizableSplitPane.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/CitationPdfRendererWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/CitationPdfViewer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/pdfCitationUtils.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.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/HighlightButtonComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/CDIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
- package/dist/cjs/features/RequirementAI/store/markdown-context.js +1 -1
- package/dist/cjs/features/RequirementAI/store/ref.context.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/css.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/json-helper.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +1 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +1 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +1 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/BackNav.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Badge.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Footer.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Header.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/NavRow.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +1 -1
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +1 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
- package/dist/cjs/features/UserStoryImport/index.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/cn.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/dialog.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/features/CitationRenderer/CitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.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/CognitiveComponents/ResizableSplitPane.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/CitationPdfRendererWrapper.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/CitationPdfViewer.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/pdfCitationUtils.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
- package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +1 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
- package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/CompletionPanel.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
- package/dist/features/RequirementAI/icons/AiGapIcon.js +1 -1
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
- package/dist/features/RequirementAI/icons/BookmarkIcon.js +1 -1
- package/dist/features/RequirementAI/icons/BrainRed.js +1 -1
- package/dist/features/RequirementAI/icons/CDIcon.js +1 -1
- package/dist/features/RequirementAI/icons/CheckIcon.js +1 -1
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
- package/dist/features/RequirementAI/icons/CognitiveDecision.js +1 -1
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
- package/dist/features/RequirementAI/icons/PencilIcon.js +1 -1
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
- package/dist/features/RequirementAI/icons/TrashIcon.js +1 -1
- package/dist/features/RequirementAI/shared/Accordian.js +1 -1
- package/dist/features/RequirementAI/shared/AtomicButton.js +1 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
- package/dist/features/RequirementAI/shared/CodeViewer.js +1 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
- package/dist/features/RequirementAI/store/markdown-context.js +1 -1
- package/dist/features/RequirementAI/store/ref.context.js +1 -1
- package/dist/features/RequirementAI/utils/css.utils.js +1 -1
- package/dist/features/RequirementAI/utils/diff-edit.utils.js +1 -1
- package/dist/features/RequirementAI/utils/helpers.js +1 -1
- package/dist/features/RequirementAI/utils/json-helper.js +1 -1
- package/dist/features/RequirementAI/utils/learned-tag.utils.js +1 -1
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
- package/dist/features/RequirementAI/utils/user-story.utils.js +1 -1
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +1 -1
- package/dist/features/UserStoryImport/UserStoryPicker.context.js +1 -1
- package/dist/features/UserStoryImport/UserStoryPicker.js +1 -1
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
- package/dist/features/UserStoryImport/components/BackNav.js +1 -1
- package/dist/features/UserStoryImport/components/Badge.js +1 -1
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
- package/dist/features/UserStoryImport/components/CardGrid.js +1 -1
- package/dist/features/UserStoryImport/components/CardProceedButton.js +1 -1
- package/dist/features/UserStoryImport/components/ContentArea.js +1 -1
- package/dist/features/UserStoryImport/components/Footer.js +1 -1
- package/dist/features/UserStoryImport/components/Header.js +1 -1
- package/dist/features/UserStoryImport/components/NavRow.js +1 -1
- package/dist/features/UserStoryImport/components/ProceedButton.js +1 -1
- package/dist/features/UserStoryImport/components/ProjectCard.js +1 -1
- package/dist/features/UserStoryImport/components/ResizeHandle.js +1 -1
- package/dist/features/UserStoryImport/components/ScopeDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/SearchInput.js +1 -1
- package/dist/features/UserStoryImport/components/SectionHeading.js +1 -1
- package/dist/features/UserStoryImport/components/ShowMore.js +1 -1
- package/dist/features/UserStoryImport/components/Sidebar.js +1 -1
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
- package/dist/features/UserStoryImport/components/SidebarProjectList.js +1 -1
- package/dist/features/UserStoryImport/components/SidebarSection.js +1 -1
- package/dist/features/UserStoryImport/components/SortDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/SplitLayout.js +1 -1
- package/dist/features/UserStoryImport/components/Toolbar.js +1 -1
- package/dist/features/UserStoryImport/components/TypeDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/UserStoryCard.js +1 -1
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/usePanelResize.js +1 -1
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
- package/dist/features/UserStoryImport/hooks/useUSPData.js +1 -1
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
- package/dist/features/UserStoryImport/index.js +1 -1
- package/dist/features/UserStoryImport/lib/CustomTooltip.js +1 -1
- package/dist/features/UserStoryImport/lib/Tooltip.js +1 -1
- package/dist/features/UserStoryImport/lib/cn.js +1 -1
- package/dist/features/UserStoryImport/lib/dialog.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +11 -2
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as n,jsxs as o}from"react/jsx-runtime";import{useState as i,useEffect as e,useMemo as l}from"react";import{Tooltip as s}from"@mui/material";import t from"../../../../icons/AiReasoningIcon.js";import{Check as c,Loader as a,ExternalLink as r,ChevronUp as d,ChevronDown as v}from"lucide-react";import u from"../../../ai-reasoning/AiReasoningCitationContent.js";import g from"./GapItem.module.css.js";import{useRequirementAI as m}from"../../../RequirementAIWrapper/RequirementAIWrapper.js";const h=({item:h,index:y,title:S,isProcessingGapItems:I,type:p,onClickAiReasoning:x,handleFixRisk:C,handleHighlightGapContent:b,customStyles:k,customIcons:j})=>{var R,O,N,f,w,L,z,A,B,T,_,$,H,M,D,G,P,q,F,W,E,U,J,K,Q;const[V,X]=i(!1),[Y,Z]=i(!1),[nn,on]=i(!1),en=function(){try{return m()}catch(n){return null}}(),ln=null==k?void 0:k.gapItem,sn="gap_id"in h?h.gap_id:h.risk_id,tn="gap_name"in h?h.gap_name:h.risk_name;e(()=>{"completed"===(null==h?void 0:h.status)&&X(!1)},[null==h?void 0:h.status]),e(()=>{I||X(!1)},[I]);const cn=l(()=>({id:sn,reason:h.reason||"",relevance_score:Number(h.decision_strength.replace("%","")),gap:h.gap||"",explanation:h.explanation||""}),[h]),an=(null===(R=null==j?void 0:j.icons)||void 0===R?void 0:R.checkIcon)||c,rn=(null===(O=null==j?void 0:j.icons)||void 0===O?void 0:O.loaderIcon)||a,dn=(null===(N=null==j?void 0:j.icons)||void 0===N?void 0:N.externalLinkIcon)||r,vn=(null===(f=null==j?void 0:j.icons)||void 0===f?void 0:f.aiReasoningIcon)||t,un=(null===(w=null==j?void 0:j.icons)||void 0===w?void 0:w.chevronUpIcon)||d,gn=(null===(L=null==j?void 0:j.icons)||void 0===L?void 0:L.chevronDownIcon)||v,mn=(null==ln?void 0:ln.fixButtonText)||"Fix";return n(s,Object.assign({title:tn,arrow:!1!==(null==ln?void 0:ln.tooltipArrow)},{children:o("div",Object.assign({className:`${g.container} ${nn?g.containerHovered:""}`,style:Object.assign(Object.assign({},null==ln?void 0:ln.container),nn?null==ln?void 0:ln.containerHover:{}),onMouseEnter:()=>on(!0),onMouseLeave:()=>on(!1)},{children:[o("div",Object.assign({className:g.topRow,style:null==ln?void 0:ln.topRow},{children:[o("div",Object.assign({className:g.contentArea,style:null==ln?void 0:ln.contentArea},{children:[o("p",Object.assign({className:g.itemText},{children:[o("span",Object.assign({className:g.idText,style:null==ln?void 0:ln.idText},{children:[p,"-",sn]})),n("span",Object.assign({className:g.nameText,style:null==ln?void 0:ln.nameText},{children:tn}))]})),o("span",Object.assign({onClick:()=>{null==x||x(),Z(!Y)},className:g.aiReasoningToggle,style:null==ln?void 0:ln.aiReasoningToggle},{children:[n(vn,{}),Y?n(un,{className:g.chevronIcon,style:Object.assign({color:null===(z=null==j?void 0:j.iconColors)||void 0===z?void 0:z.chevronIcon,width:null===(A=null==j?void 0:j.iconSizes)||void 0===A?void 0:A.chevronIcon,height:null===(B=null==j?void 0:j.iconSizes)||void 0===B?void 0:B.chevronIcon},null==ln?void 0:ln.aiReasoningChevron)}):n(gn,{className:g.chevronIcon,style:Object.assign({color:null===(T=null==j?void 0:j.iconColors)||void 0===T?void 0:T.chevronIcon,width:null===(_=null==j?void 0:j.iconSizes)||void 0===_?void 0:_.chevronIcon,height:null===($=null==j?void 0:j.iconSizes)||void 0===$?void 0:$.chevronIcon},null==ln?void 0:ln.aiReasoningChevron)})]}))]})),o("div",Object.assign({className:g.actionsContainer,style:null==ln?void 0:ln.actionsContainer},{children:[V?n(rn,{className:g.loaderIcon,style:Object.assign({color:null===(H=null==j?void 0:j.iconColors)||void 0===H?void 0:H.loaderIcon,width:null===(M=null==j?void 0:j.iconSizes)||void 0===M?void 0:M.loaderIcon,height:null===(D=null==j?void 0:j.iconSizes)||void 0===D?void 0:D.loaderIcon},null==ln?void 0:ln.loaderIcon)}):"in-progress"===h.status?n("button",Object.assign({onClick:()=>C(h),disabled:I,className:`${g.fixButton} ${I?g.fixButtonDisabled:""}`,style:Object.assign(Object.assign({},null==ln?void 0:ln.fixButton),I?null==ln?void 0:ln.fixButtonDisabled:{})},{children:mn})):n(an,{className:g.checkIcon,style:Object.assign({color:null===(G=null==j?void 0:j.iconColors)||void 0===G?void 0:G.checkIcon,width:null===(P=null==j?void 0:j.iconSizes)||void 0===P?void 0:P.checkIcon,height:null===(q=null==j?void 0:j.iconSizes)||void 0===q?void 0:q.checkIcon},null==ln?void 0:ln.checkIcon)}),n("button",Object.assign({className:g.externalLinkButton,onClick:()=>b(h),style:null==ln?void 0:ln.externalLinkButton},{children:n(dn,{className:`${g.externalLinkIcon} ${nn?g.externalLinkIconHovered:""}`,style:{color:nn?(null===(F=null==j?void 0:j.iconColors)||void 0===F?void 0:F.externalLinkIconHover)||(null===(W=null==j?void 0:j.iconColors)||void 0===W?void 0:W.externalLinkIcon):null===(E=null==j?void 0:j.iconColors)||void 0===E?void 0:E.externalLinkIcon,width:null===(U=null==j?void 0:j.iconSizes)||void 0===U?void 0:U.externalLinkIcon,height:null===(J=null==j?void 0:j.iconSizes)||void 0===J?void 0:J.externalLinkIcon}})}))]}))]})),Y&&n("div",Object.assign({className:g.aiReasoningContent,style:null==ln?void 0:ln.aiReasoningContent},{children:n(u,{aiReason:cn,scenario:"riskSideBar",customStyles:(null===(Q=null===(K=null==en?void 0:en.customStyles)||void 0===K?void 0:K.userStoryScreenStyles)||void 0===Q?void 0:Q.userStoryContentStyles)?{aiReasoningPill:en.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningPill,aiReasoningMarkdown:en.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningMarkdown,aiReasoningAccordion:en.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningAccordion,aiReasoningContent:en.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningContent}:void 0})}))]}))}))};export{h as default};
|
|
2
2
|
//# sourceMappingURL=GapItem.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsxs as e,jsx as n}from"react/jsx-runtime";import{useState as t}from"react";import{ChevronUp as i}from"lucide-react";import o from"../GapItem/GapItem.js";import s from"./RiskCategorySection.module.css.js";const l=({title:l,items:a,badgeColorClass:c,defaultOpen:d=!1,type:r,isProcessingGapItems:u,onClickAiReasoning:g,handleFixRisk:v,handleHighlightGapContent:m,customStyles:h,customIcons:p})=>{var b,j,O,y;const[B,C]=t(d),[I,f]=t(!1),N=null==h?void 0:h.riskCategorySection,S=(null===(b=null==p?void 0:p.icons)||void 0===b?void 0:b.chevronUpIcon)||i;if(0===a.length)return null;const $={Critical:null==N?void 0:N.criticalBadge,Warning:null==N?void 0:N.warningBadge,Suggestion:null==N?void 0:N.suggestionBadge}[l],k={critical:s.statusBadgeCritical,warning:s.statusBadgeWarning,suggestion:s.statusBadgeSuggestion}[c]||"";return e("div",Object.assign({className:s.container,style:null==N?void 0:N.container},{children:[e("button",Object.assign({onClick:()=>C(!B),className:`${s.headerButton} ${B?s.headerButtonOpen:""}`,style:Object.assign(Object.assign(Object.assign({},null==N?void 0:N.headerButton),I?null==N?void 0:N.headerButtonHover:{}),B?null==N?void 0:N.headerButtonOpen:{}),onMouseEnter:()=>f(!0),onMouseLeave:()=>f(!1)},{children:[e("div",Object.assign({className:s.badgeGroup},{children:[n("span",Object.assign({className:`${s.statusBadge} ${k}`,style:Object.assign(Object.assign({},null==N?void 0:N.statusBadge),$)},{children:l})),e("span",Object.assign({className:s.countBadge,style:null==N?void 0:N.countBadge},{children:["(",a.length,")"]}))]})),n(S,{className:`${s.chevronIcon} ${B?"":s.chevronRotated}`,style:Object.assign({color:null===(j=null==p?void 0:p.iconColors)||void 0===j?void 0:j.chevronIcon,width:null===(O=null==p?void 0:p.iconSizes)||void 0===O?void 0:O.chevronIcon,height:null===(y=null==p?void 0:p.iconSizes)||void 0===y?void 0:y.chevronIcon},null==N?void 0:N.chevronIcon)})]})),n("div",Object.assign({className:`${s.contentArea} ${B?"":s.contentHidden}`,style:null==N?void 0:N.contentArea},{children:a.length>0?a.map((e,t)=>n(o,{item:e,index:t,title:l,type:r,isProcessingGapItems:u,onClickAiReasoning:g,handleFixRisk:v,handleHighlightGapContent:m,customStyles:h,customIcons:p},t)):n("p",Object.assign({className:s.emptyText,style:null==N?void 0:N.emptyText},{children:"No items found."}))}))]}))};export{l as default};
|
|
2
2
|
//# sourceMappingURL=RiskCategorySection.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsxs as i,jsx as e}from"react/jsx-runtime";import t from"./RiskSidebarCategorySection.module.css.js";const n=({title:n,length:s,badgeColorClass:l,customStyles:a})=>{const g=null==a?void 0:a.riskSidebarCategorySection,o={Critical:null==g?void 0:g.criticalBadge,Warning:null==g?void 0:g.warningBadge,JAS:null==g?void 0:g.suggestionBadge,Suggestion:null==g?void 0:g.suggestionBadge}[n],r={critical:t.critical,warning:t.warning,suggestion:t.suggestion}[l]||"";return i("div",Object.assign({className:`${t.badge} ${r}`,style:Object.assign(Object.assign({},null==g?void 0:g.badge),o)},{children:[e("span",Object.assign({style:null==g?void 0:g.countText},{children:s})),e("span",Object.assign({style:null==g?void 0:g.titleText},{children:n}))]}))};export{n as default};
|
|
2
2
|
//# sourceMappingURL=RiskSidebarCategorySection.js.map
|
package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsxs as i,jsx as n,Fragment as o}from"react/jsx-runtime";import{useState as e,useMemo as l}from"react";import{Bookmark as t,ChevronDown as s,ChevronRight as a,Info as d}from"lucide-react";import{Tooltip as c}from"@mui/material";import{v4 as r}from"uuid";import u from"../RiskSidebarCategorySection/RiskSidebarCategorySection.js";import v from"../RiskCategorySection/RiskCategorySection.js";import m from"./StoryNode.module.css.js";const g=i=>{var n,o,e,l,t,s,a;let d=(null===(o=null===(n=i.display_items)||void 0===n?void 0:n.critical)||void 0===o?void 0:o.length)||0,c=(null===(l=null===(e=i.display_items)||void 0===e?void 0:e.warning)||void 0===l?void 0:l.length)||0,r=(null===(s=null===(t=i.display_items)||void 0===t?void 0:t.recommendation)||void 0===s?void 0:s.length)||0;if((null===(a=i.sub_feature)||void 0===a?void 0:a.length)>0)for(const n of i.sub_feature){const i=g(n);d+=i.critical,c+=i.warning,r+=i.recommendation}return{critical:d,warning:c,recommendation:r}};function h(i,o,e,l){const t=[],s=/<learned>(.*?)<\/learned>/g;let a,u=0,v=0;const g=o||d;for(;null!==(a=s.exec(i));){const[o,d]=a,h=a.index;h>u&&t.push(n("span",{children:i.slice(u,h)},"text-pre-"+v++)),t.push(n(c,Object.assign({title:d,placement:"top"},{children:n(g,{size:l||16,className:m.infoIcon,style:{color:e,width:l,height:l}})}),`tooltip-${r()}`)),u=s.lastIndex}return u<(null==i?void 0:i.length)&&t.push(n("span",{children:i.slice(u)},"text-post-"+v++)),t}const p=({story:d,depth:r=0,onClickStoryNodeCallback:y,type:C,isProcessingGapItems:b,onClickAiReasoning:I,handleFixRisk:f,handleHighlightGapContent:S,customStyles:k,customIcons:j,onSelectStory:O,rootArtifactId:N=d.id})=>{var w,R,_,x,G,z,A,F,W,H,P,L,$,B,D,M,T,E,J,q,K,Q,U,V;const[X,Y]=e(0===r),[Z,ii]=e(!1),ni=null==k?void 0:k.storyNode,oi=(null===(w=null==j?void 0:j.icons)||void 0===w?void 0:w.bookmarkIcon)||t,ei=(null===(R=null==j?void 0:j.icons)||void 0===R?void 0:R.chevronDownIcon)||s,li=(null===(_=null==j?void 0:j.icons)||void 0===_?void 0:_.chevronRightIcon)||a,ti=l(()=>d.display_items.critical.length>0?"Critical":d.display_items.warning.length>0?"Warning":d.display_items.recommendation.length>0?"Suggestion":null,[d.display_items,C]),si=l(()=>g(d),[d]),ai=0===((null===(G=null===(x=d.display_items)||void 0===x?void 0:x.critical)||void 0===G?void 0:G.length)||0)+((null===(A=null===(z=d.display_items)||void 0===z?void 0:z.warning)||void 0===A?void 0:A.length)||0)+((null===(W=null===(F=d.display_items)||void 0===F?void 0:F.recommendation)||void 0===W?void 0:W.length)||0);return i("div",Object.assign({className:`${m.container} ${r>0?m.nestedContainer:""}`,style:Object.assign(Object.assign({},null==ni?void 0:ni.container),r>0?null==ni?void 0:ni.nestedContainer:{})},{children:[i("div",Object.assign({onClick:()=>{Y(!X),null==y||y(),null==O||O(N)},className:m.headerRow,style:Object.assign(Object.assign({},null==ni?void 0:ni.headerRow),Z?null==ni?void 0:ni.headerRowHover:{}),onMouseEnter:()=>ii(!0),onMouseLeave:()=>ii(!1)},{children:[n("div",Object.assign({className:m.chevronWrapper,style:null==ni?void 0:ni.chevronWrapper},{children:X?n(ei,{className:m.chevronIcon,style:{color:null===(H=null==j?void 0:j.iconColors)||void 0===H?void 0:H.chevronIcon,width:null===(P=null==j?void 0:j.iconSizes)||void 0===P?void 0:P.chevronIcon,height:null===(L=null==j?void 0:j.iconSizes)||void 0===L?void 0:L.chevronIcon}}):n(li,{className:m.chevronIcon,style:{color:null===($=null==j?void 0:j.iconColors)||void 0===$?void 0:$.chevronIcon,width:null===(B=null==j?void 0:j.iconSizes)||void 0===B?void 0:B.chevronIcon,height:null===(D=null==j?void 0:j.iconSizes)||void 0===D?void 0:D.chevronIcon}})})),i("div",Object.assign({className:m.headerContent,style:null==ni?void 0:ni.headerContent},{children:[i("div",Object.assign({className:m.artifactIdRow,style:null==ni?void 0:ni.artifactIdRow},{children:[n(oi,{className:m.bookmarkIcon,style:{color:null===(M=null==j?void 0:j.iconColors)||void 0===M?void 0:M.bookmarkIcon,width:null===(T=null==j?void 0:j.iconSizes)||void 0===T?void 0:T.bookmarkIcon,height:null===(E=null==j?void 0:j.iconSizes)||void 0===E?void 0:E.bookmarkIcon}}),n("span",Object.assign({style:null==ni?void 0:ni.artifactIdText},{children:d.artifactTitleID}))]})),n(c,Object.assign({title:h(d.title,null===(J=null==j?void 0:j.icons)||void 0===J?void 0:J.infoIcon,null===(q=null==j?void 0:j.iconColors)||void 0===q?void 0:q.infoIcon,null===(K=null==j?void 0:j.iconSizes)||void 0===K?void 0:K.infoIcon),arrow:!0},{children:n("h3",Object.assign({className:m.title,style:Object.assign(Object.assign({},null==ni?void 0:ni.title),Z?null==ni?void 0:ni.titleHover:{})},{children:h(d.title,null===(Q=null==j?void 0:j.icons)||void 0===Q?void 0:Q.infoIcon,null===(U=null==j?void 0:j.iconColors)||void 0===U?void 0:U.infoIcon,null===(V=null==j?void 0:j.iconSizes)||void 0===V?void 0:V.infoIcon)}))})),!X&&n("div",Object.assign({className:m.collapsedSummary,style:null==ni?void 0:ni.collapsedSummary},{children:(0===r||si.critical+si.warning+si.recommendation>0)&&i(o,{children:[n("span",Object.assign({className:m.summaryLabel,style:null==ni?void 0:ni.summaryLabel},{children:"Gap"===C?"Gaps : ":"Risks : "})),i("div",Object.assign({className:m.summaryBadgesContainer,style:null==ni?void 0:ni.summaryBadgesContainer},{children:[si.critical>0&&n(u,{title:"Critical",length:si.critical,badgeColorClass:"critical",customStyles:k}),si.warning>0&&n(u,{title:"Warning",length:si.warning,badgeColorClass:"warning",customStyles:k}),si.recommendation>0&&n(u,{title:"JAS",length:si.recommendation,badgeColorClass:"suggestion",customStyles:k})]}))]})}))]}))]})),X&&i("div",Object.assign({className:m.expandedContent,style:null==ni?void 0:ni.expandedContent},{children:[n("div",Object.assign({className:m.expandedInnerPadding,style:null==ni?void 0:ni.expandedInnerPadding},{children:ai?r>0&&n("span",Object.assign({className:m.summaryLabel,style:null==ni?void 0:ni.summaryLabel},{children:"Gaps: No Gaps Found"})):i("div",Object.assign({className:m.itemsContainer,style:null==ni?void 0:ni.itemsContainer},{children:[n(v,{title:"Critical",items:d.display_items.critical,badgeColorClass:"critical",defaultOpen:"Critical"===ti,type:C,isProcessingGapItems:b,onClickAiReasoning:I,handleFixRisk:f,handleHighlightGapContent:S,customStyles:k,customIcons:j}),n(v,{title:"Warning",items:d.display_items.warning,badgeColorClass:"warning",defaultOpen:"Warning"===ti,type:C,isProcessingGapItems:b,onClickAiReasoning:I,handleFixRisk:f,handleHighlightGapContent:S,customStyles:k,customIcons:j}),n(v,{title:"Suggestion",items:d.display_items.recommendation,badgeColorClass:"suggestion",defaultOpen:"Suggestion"===ti,type:C,isProcessingGapItems:b,onClickAiReasoning:I,handleFixRisk:f,handleHighlightGapContent:S,customStyles:k,customIcons:j})]}))})),d.sub_feature&&d.sub_feature.length>0&&n("div",Object.assign({className:m.subFeaturesWrapper,style:null==ni?void 0:ni.subFeaturesWrapper},{children:d.sub_feature.map((i,o)=>n(p,{story:i,depth:r+1,onClickStoryNodeCallback:y,type:C,isProcessingGapItems:b,onClickAiReasoning:I,handleFixRisk:f,handleHighlightGapContent:S,customStyles:k,customIcons:j,onSelectStory:O,rootArtifactId:N},o))}))]}))]}))};export{p as default,h as replaceLearnedTagsWithInfo};
|
|
2
2
|
//# sourceMappingURL=StoryNode.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const t=(s,e)=>{var a;return{title:s.title,artifactTitleID:e,gap_items:{critical:[],warning:[],recommendation:[]},id:s.artifactId,sub_feature:(null!==(a=s.sub_features)&&void 0!==a?a:[]).map((s,a)=>{const i=`${e}-${String.fromCharCode(65+a)}`;return t(s,i)})}},s=(s,e,a)=>{const i=s.map((s,e)=>t(s,a[e]));return Object.keys(e.gap_items).forEach(t=>{e.gap_items[t].forEach(s=>{((t,s,e)=>{var a;const{isArtifactLevel:i,storyId:n,subId:r}=(t=>{if(t.startsWith("N/A"))return{isArtifactLevel:!0,storyId:"",subId:""};const s=t.indexOf("/");return-1===s?{isArtifactLevel:!1,storyId:t,subId:"null"}:{isArtifactLevel:!1,storyId:t.substring(0,s),subId:t.substring(s+1)}})(e.user_story_id);if(i)return void(t.length>0?t[0].gap_items[s].push(Object.assign({},e)):console.warn("[buildStoryWithGap] No stories available for artifact-level gap:",e.user_story_id));const c=t.findIndex(t=>t.id===n),o=t[c];if(!o)return;const g=o.sub_feature.findIndex(t=>t.id===r),d="null"===r.toLowerCase()?o:null===(a=o.sub_feature)||void 0===a?void 0:a[g];d?d.gap_items[s].push(Object.assign({},e)):console.warn("[buildStoryWithGap] Target story/sub-feature not found:",{storyId:n,subId:r})})(i,t,s)})}),i},e=(t,s)=>Object.assign(Object.assign({},t),{gap_items:{critical:t.gap_items.critical.map(t=>t.gap_id===s?Object.assign(Object.assign({},t),{status:"completed"}):Object.assign({},t)),warning:t.gap_items.warning.map(t=>t.gap_id===s?Object.assign(Object.assign({},t),{status:"completed"}):Object.assign({},t)),recommendation:t.gap_items.recommendation.map(t=>t.gap_id===s?Object.assign(Object.assign({},t),{status:"completed"}):Object.assign({},t))},sub_feature:t.sub_feature.map(t=>e(t,s))}),a=(t,s)=>({gap_items:{critical:t.gap_items.critical.map(t=>t.gap_id===s?Object.assign(Object.assign({},t),{status:"completed"}):Object.assign({},t)),warning:t.gap_items.warning.map(t=>t.gap_id===s?Object.assign(Object.assign({},t),{status:"completed"}):Object.assign({},t)),recommendation:t.gap_items.recommendation.map(t=>t.gap_id===s?Object.assign(Object.assign({},t),{status:"completed"}):Object.assign({},t))}});export{s as buildStoryWithGap,a as updateGapInRawData,e as updateGapStory};
|
|
2
2
|
//# sourceMappingURL=buildStoryWithGap.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const s=(t,i)=>{var e;return{title:t.title,artifactTitleID:i,risk_items:{critical:[],warning:[],recommendation:[]},id:t.artifactId,sub_feature:(null!==(e=t.sub_features)&&void 0!==e?e:[]).map((t,e)=>{const r=`${i}-${String.fromCharCode(65+e)}`;return s(t,r)})}},t=(t,i,e)=>{const r=t.map((t,i)=>s(t,e[i]));return Object.keys(i.risk_items).forEach(s=>{i.risk_items[s].forEach(t=>{((s,t,i)=>{var e;const{isArtifactLevel:r,storyId:a,subId:n}=(s=>{if(s.startsWith("N/A"))return{isArtifactLevel:!0,storyId:"",subId:""};const t=s.indexOf("/");return-1===t?{isArtifactLevel:!1,storyId:s,subId:"null"}:{isArtifactLevel:!1,storyId:s.substring(0,t),subId:s.substring(t+1)}})(i.user_story_id);if(r)return void(s.length>0?s[0].risk_items[t].push(Object.assign({},i)):console.warn("[buildStoryWithRisk] No stories available for artifact-level risk:",i.user_story_id));const c=s.findIndex(s=>s.id===a),o=s[c];if(!o)return;const d=o.sub_feature.findIndex(s=>s.id===n),u="null"===n.toLowerCase()?o:null===(e=o.sub_feature)||void 0===e?void 0:e[d];u?u.risk_items[t].push(Object.assign({},i)):console.warn("[buildStoryWithRisk] Target story/sub-feature not found:",{storyId:a,subId:n})})(r,s,t)})}),r},i=(s,t)=>Object.assign(Object.assign({},s),{risk_items:{critical:s.risk_items.critical.map(s=>s.risk_id===t?Object.assign(Object.assign({},s),{status:"completed"}):Object.assign({},s)),warning:s.risk_items.warning.map(s=>s.risk_id===t?Object.assign(Object.assign({},s),{status:"completed"}):Object.assign({},s)),recommendation:s.risk_items.recommendation.map(s=>s.risk_id===t?Object.assign(Object.assign({},s),{status:"completed"}):Object.assign({},s))},sub_feature:s.sub_feature.map(s=>i(s,t))}),e=(s,t)=>({risk_items:{critical:s.risk_items.critical.map(s=>s.risk_id===t?Object.assign(Object.assign({},s),{status:"completed"}):Object.assign({},s)),warning:s.risk_items.warning.map(s=>s.risk_id===t?Object.assign(Object.assign({},s),{status:"completed"}):Object.assign({},s)),recommendation:s.risk_items.recommendation.map(s=>s.risk_id===t?Object.assign(Object.assign({},s),{status:"completed"}):Object.assign({},s))}});export{t as buildStoryWithRisk,e as updateRiskInRawData,i as updateStory};
|
|
2
2
|
//# sourceMappingURL=buildStoryWithRisk.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{Tooltip as t}from"@mui/material";import o from"./RecommendationBlock.module.css.js";const n=({label:n,customStyles:i})=>e("span",Object.assign({className:o.recommendationBlockContainer,style:null==i?void 0:i.container},{children:e(t,Object.assign({title:n},{children:e("span",{children:"RECOMMENDATION"})}))}));export{n as default};
|
|
2
2
|
//# sourceMappingURL=RecommendationBlock.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{createContext as e,useState as n,useMemo as i,useCallback as o,useContext as r}from"react";import{RefProvider as s}from"../../store/ref.context.js";var a;!function(t){t.WAITING="waiting",t.IN_PROGRESS="in_progress",t.GENERATED="generated",t.FAILED="failed",t.GENERATE="generate",t.APPROVED="approved"}(a||(a={}));const c=e(null),g=({children:e,userStory:r,setUserStory:a,aiReasoning:g,setAiReasoning:u,citations:f,setCitations:d,apiCachingConfig:l,customStyles:C,customIcons:h,searchQueryList:m,searchQueryReasoningIdList:p,citationConfig:S,chatHistory:y,chatCitationConfigs:I,gptCitationConfigs:R,diffEditConfig:A,aiReasoningAccordionOpenStates:v,persistedDataFiles:E,inlineUpdateComponentConfig:x,segmentComponentConfig:N,sectionStatusConfig:D,customSectionConfig:L})=>{const[O,_]=n(0),b=i(()=>{if(0===r.length||0===g.length)return Array(r.length).fill(0);const t=Array.from({length:r.length},()=>[]);return g.forEach(e=>{const n=Number(e.relevance_score);if(isNaN(n)||n<=0)return;const i=`ai_reasoning$${e.id}`,o=r.findIndex(t=>{var e;return t.value.includes(i)||(null===(e=t.sub_features)||void 0===e?void 0:e.some(t=>t.value.includes(i)))});-1!==o&&t[o].push(n)}),t.map(t=>0===t.length?0:Math.round(t.reduce((t,e)=>t+e,0)/t.length))},[r,g]),w=o(t=>{var e;const n=r.findIndex(e=>e.artifactId===t);return-1===n?0:null!==(e=b[n])&&void 0!==e?e:0},[r,b]);return t(c.Provider,Object.assign({value:{chatHistory:y,userStory:r,setUserStory:a,aiReasoning:g,setAiReasoning:u,citations:f,setCitations:d,apiCachingConfig:l,customStyles:C,customIcons:h,searchQueryList:m,searchQueryReasoningIdList:p,citationConfig:S,getAvgScoreForStory:w,chatCitationConfigs:I,gptCitationConfigs:R,diffEditConfig:A,aiReasoningAccordionOpenStates:v,persistedDataFiles:E,currentHighlightIndex:O,setCurrentHighlightIndex:_,inlineUpdateComponentConfig:x,segmentComponentConfig:N,sectionStatusConfig:D,customSectionConfig:L}},{children:t(s,{children:e})}))},u=()=>{const t=r(c);if(!t)throw new Error("useRequirementAI must be used within RequirementAIWrapper");return t};export{a as SectionStatus,g as default,u as useRequirementAI};
|
|
2
2
|
//# sourceMappingURL=RequirementAIWrapper.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsxs as e,Fragment as t,jsx as o}from"react/jsx-runtime";import{useRef as r,useState as i,useEffect as l}from"react";import{LexicalComposer as n}from"@lexical/react/LexicalComposer";import{HistoryPlugin as a}from"@lexical/react/LexicalHistoryPlugin";import{OnChangePlugin as m}from"@lexical/react/LexicalOnChangePlugin";import{TabIndentationPlugin as c}from"@lexical/react/LexicalTabIndentationPlugin";import{ListNode as s,ListItemNode as p}from"@lexical/list";import{ListPlugin as u}from"@lexical/react/LexicalListPlugin";import{LinkPlugin as d}from"@lexical/react/LexicalLinkPlugin";import{LinkNode as f}from"@lexical/link";import{QuoteNode as g,HeadingNode as x}from"@lexical/rich-text";import{TablePlugin as h}from"@lexical/react/LexicalTablePlugin";import{TableNode as C,TableRowNode as y,TableCellNode as v}from"@lexical/table";import{KEY_DOWN_COMMAND as b,$getSelection as j,$isRangeSelection as T,COMMAND_PRIORITY_CRITICAL as S,TextNode as E,$isTextNode as L}from"lexical";import"./components/EditorToolbar/components/ToolbarButton/ToolbarButton.css.js";import{useRequirementAI as k}from"../../RequirementAIWrapper/RequirementAIWrapper.js";import B from"./components/EditorContainer/EditorContainer.js";import P from"./components/EditorToolbar/EditorToolbar.js";import{LayoutPlugin as N}from"./plugins/LayoutPlugin.js";import _ from"./theme/theme.js";import"./theme/theme.css.js";import"./Editor.css.js";import D from"./components/Context/ContextMenu.js";import{MarkNode as H}from"@lexical/mark";import w from"./plugins/CommentPlugin/HTMLNode.js";import{DEFAULT_TOOLBAR_CONFIG as I}from"./constants/editorConfig.js";import{InitialHtml as R}from"./plugins/InitialHtml.js";import{InsertNode as M}from"./plugins/InsertNode.js";import{DeleteNode as O}from"./plugins/DeleteNode.js";import{HighlightSpanNode as A,HighlightButtonNode as F}from"./plugins/HighlightNode.js";import{useLexicalComposerContext as W}from"@lexical/react/LexicalComposerContext";function q(e){console.log(e)}function V(){const[e]=W();return l(()=>{const t=e=>{let t=e;for(;t;){if("delete"===t.getType())return!0;t=t.getParent()}return!1};return e.registerCommand(b,e=>{if("Backspace"!==e.key&&"Delete"!==e.key)return!1;const o=j();if(!T(o))return!1;if(o.getNodes().some(e=>t(e)))return e.preventDefault(),!0;if(o.isCollapsed()){const r=o.anchor.getNode();if(t(r))return e.preventDefault(),!0;if("Backspace"===e.key){const t=r.getPreviousSibling();if(0===o.anchor.offset&&"delete"===(null==t?void 0:t.getType()))return e.preventDefault(),!0}if("Delete"===e.key){const t=r.getNextSibling(),i=r.getTextContent().length;if(o.anchor.offset===i&&"delete"===(null==t?void 0:t.getType()))return e.preventDefault(),!0}}return!1},S)},[e]),null}function X({minHeight:l,height:b,placeholder:S,onFocus:W,onBlur:X,onChange:Y,onToolbarButtonClick:$,toolbarConfig:z=I,editorRef:G,editorState:J,initialString:K,customToolbar:Q,plugins:U,nodes:Z,dynamicHeight:ee,artifactContext:te,commentsPanelState:oe,mode:re,doNotShowBorderInViewMode:ie}){var le,ne,ae;const me=r(null),ce={namespace:"MyEditor",theme:_,onError:q,nodes:[E,s,p,f,g,x,C,y,v,H,w,M,O,A,F],editorState:J},[se,pe]=i(null),[ue,de]=i(!1),{customStyles:fe}=k(),ge=e=>{var t;null===(t=G.current)||void 0===t||t.update(()=>{const t=j();T(t)&&t.getNodes().forEach(t=>{L(t)&&t.setStyle(`color: ${e}`)})})};return document.getElementById("lexical_editor_wrapper"),e(t,{children:[(null===(le=null==fe?void 0:fe.textEditorStyles)||void 0===le?void 0:le.themeStyles)&&o("style",{children:null===(ne=null==fe?void 0:fe.textEditorStyles)||void 0===ne?void 0:ne.themeStyles}),e("div",Object.assign({ref:me,className:"w-full lexical_editor_wrapper "+(ie&&"readOnly"===re?"":"lexical_editor_wrapper_box"),id:"lexical_editor_wrapper",onContextMenu:e=>{var t;e.preventDefault(),null===(t=G.current)||void 0===t||t.update(()=>{const t=j();T(t)&&!t.isCollapsed()?(de(!0),pe({x:e.clientX,y:e.clientY})):(de(!1),pe(null))})},style:Object.assign({minHeight:l,height:b},null===(ae=null==fe?void 0:fe.textEditorStyles)||void 0===ae?void 0:ae.textArea)},{children:[e(n,Object.assign({initialConfig:ce},{children:[" ","edit"===re&&o(V,{}),"edit"===re&&o(P,{onToolbarButtonClick:$,editorWrapperRef:me,toolbarConfig:z,customToolbar:Q,editorRef:G}),o(B,{placeholder:S}),o(c,{}),o(a,{}),o(u,{}),o(d,{}),o(h,{}),o(N,{onFocus:W,onBlur:X,editorRef:G}),o(m,{ignoreSelectionChange:!0,ignoreHistoryMergeTagChange:!0,onChange:(e,t,o)=>{Y&&Y(e,t,o)}}),K&&o(R,{initialValue:K.value,initialFormat:K.type,mode:re}),U&&U]})),se&&ue&&"edit"===re&&o(D,{position:se,options:[{label:"Change Color to Red",action:()=>ge("red")},{label:"Change Color to Blue",action:()=>ge("blue")}],onClose:()=>{pe(null)}})]}))]})}export{X as default};
|
|
2
2
|
//# sourceMappingURL=Editor.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{useEffect as e}from"react";const t=({options:t,position:n,onClose:r})=>(e(()=>{const o=()=>r();return document.addEventListener("click",o),()=>document.removeEventListener("click",o)},[r]),o("div",Object.assign({style:{position:"absolute",top:0,left:0,backgroundColor:"white",border:"1px solid #ccc",borderRadius:"4px",boxShadow:"0px 2px 5px rgba(0,0,0,0.2)",zIndex:1e3}},{children:t.map((e,t)=>o("button",Object.assign({style:{display:"block",padding:"8px 12px",background:"none",border:"none",textAlign:"left",width:"100%",cursor:"pointer"},onClick:()=>{e.action(),r()}},{children:e.label}),t))})));export{t as default};
|
|
2
2
|
//# sourceMappingURL=ContextMenu.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{ContentEditable as r}from"@lexical/react/LexicalContentEditable";import{LexicalErrorBoundary as l}from"@lexical/react/LexicalErrorBoundary";import{RichTextPlugin as o}from"@lexical/react/LexicalRichTextPlugin";import t from"../EditorPlaceholder/EditorPlaceholder.js";import"./EditorContainer.css.js";const i=({placeholder:i})=>e("div",Object.assign({className:"lexical_editor_container"},{children:e(o,{contentEditable:e(r,{className:"lexical_editor_content",id:"lexical_editor_content"}),placeholder:i?()=>e(t,{placeholder:i}):null,ErrorBoundary:l})}));export{i as default};
|
|
2
2
|
//# sourceMappingURL=EditorContainer.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import"./EditorPlaceholder.css.js";const r=({placeholder:r})=>e("div",Object.assign({className:"lexical_editor_placeholder"},{children:r}));export{r as default};
|
|
2
2
|
//# sourceMappingURL=EditorPlaceholder.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsxs as o,jsx as t,Fragment as e}from"react/jsx-runtime";import{useState as r,useRef as i,useCallback as a,useEffect as n}from"react";import{$getSelection as l,$isRangeSelection as s,CAN_UNDO_COMMAND as c,COMMAND_PRIORITY_CRITICAL as m,CAN_REDO_COMMAND as d,FORMAT_TEXT_COMMAND as p,FORMAT_ELEMENT_COMMAND as u,$createParagraphNode as f}from"lexical";import{$getSelectionStyleValueForProperty as g,$patchStyleText as b,$setBlocksType as h}from"@lexical/selection";import{$isHeadingNode as x,$createHeadingNode as v,$createQuoteNode as j}from"@lexical/rich-text";import{$isListNode as y,ListNode as T}from"@lexical/list";import{useLexicalComposerContext as C}from"@lexical/react/LexicalComposerContext";import{$getNearestNodeOfType as O,mergeRegister as R}from"@lexical/utils";import{$isLinkNode as E,TOGGLE_LINK_COMMAND as I}from"@lexical/link";import{$isCodeNode as k,getDefaultCodeLanguage as A}from"@lexical/code";import B from"./components/ToolbarButton/ToolbarButton.js";import{ToolbarDivider as S}from"./components/ToolbarDivider/ToolbarDivider.js";import{UndoRedo as q}from"./components/UndoRedo/UndoRedo.js";import"./EditorToolbar.css.js";import{ACTIVE_FORMATS as L}from"../../constants/objects.js";import{getSelectedNode as N}from"../../utils/getSelectedNode.js";import{Icon as U}from"../Icons/Icon.js";import{useRequirementAI as _}from"../../../../RequirementAIWrapper/RequirementAIWrapper.js";const K=({editorWrapperRef:K,onToolbarButtonClick:W,toolbarConfig:z,customToolbar:D,editorRef:F})=>{var P;const[w]=C(),[G,H]=r(L),[J,M]=r("15px"),[Q,V]=r("Arial"),[X,Y]=r(""),[Z,$]=r(!1),[oo,to]=r("paragraph"),[eo,ro]=r(null),[io,ao]=r(""),[no,lo]=r(!1),[so,co]=r(!1),mo=i(null),{customStyles:po}=_(),uo=a(()=>{var o;const t=l();if(s(t)){const e=t.anchor.getNode(),r="root"===e.getKey()?e:e.getTopLevelElementOrThrow(),i=r.getKey();if(null!==w.getElementByKey(i))if(ro(i),y(r)){const o=O(e,T),t=o?o.getTag():r.getTag();to(t)}else{const o=x(r)?r.getTag():r.getType();to(o),k(r)&&ao(r.getLanguage()||A())}Object.keys(L).forEach(o=>{t.hasFormat(o)?H(t=>Object.assign(Object.assign({},t),{[o]:!0})):H(t=>Object.assign(Object.assign({},t),{[o]:!1}))});const a=N(t),n=a.getParent();E(n)||E(a)?$(!0):$(!1),M(g(t,"font-size","15px")),V(g(t,"font-family","Arial"));const l=null===(o=t.anchor.getNode().getParent())||void 0===o?void 0:o.getFormatType();Y(l)}},[w]);n(()=>R(w.registerUpdateListener(({editorState:o})=>{o.read(()=>{uo()})}),w.registerCommand(c,o=>(lo(o),!1),m),w.registerCommand(d,o=>(co(o),!1),m)),[w,uo]);const fo=a((o,t)=>{w.dispatchCommand(p,t)},[w]);a((o,t)=>{["left","center","right","justify"].includes(t)&&w.dispatchCommand(u,t)},[w]),a((o,t)=>{w.update(()=>{const o=l();s(o)&&b(o,{"font-size":t})})},[w]);return a((o,t)=>{var e;"h1"!==t&&"h2"!==t&&"h3"!==t||oo!==(e=t)&&w.update(()=>{const o=l();s(o)&&h(o,()=>v(e))}),"paragraph"===t&&"paragraph"!==oo&&w.update(()=>{const o=l();s(o)&&h(o,()=>f())}),"quote"===t&&"quote"!==oo&&w.update(()=>{const o=l();s(o)&&h(o,()=>j())})},[w,oo]),a((o,t)=>{w.update(()=>{const o=l();s(o)&&b(o,{"font-family":t})})},[w]),a(()=>{Z?w.dispatchCommand(I,null):w.dispatchCommand(I,"https://")},[w,Z]),o("div",Object.assign({className:"lexical_editor_toolbar",id:"lexical_editor_toolbar",ref:mo,style:Object.assign({},null===(P=null==po?void 0:po.textEditorStyles)||void 0===P?void 0:P.tooltextArea)},{children:[(null==z?void 0:z.undoRedo.display)&&t(q,{canUndo:no,canRedo:so}),(null==z?void 0:z.inline.display)&&o(e,{children:[z.inline.options.map(o=>{var e;return t(B,{toolbarItem:o,active:G[o],onClick:fo,icon:t(U,{icon:o,iconColors:null===(e=null==po?void 0:po.textEditorStyles)||void 0===e?void 0:e.toolIconColors}),onToolbarButtonClick:W},o)}),t(S,{})]}),D&&D]}))};export{K as default};
|
|
2
2
|
//# sourceMappingURL=EditorToolbar.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{useState as o}from"react";import"./ToolbarButton.css.js";import{useRequirementAI as e}from"../../../../../../RequirementAIWrapper/RequirementAIWrapper.js";const l=({toolbarItem:l,active:i,onClick:r,icon:n,disabled:a,onToolbarButtonClick:s})=>{var d,u,c,b;const{customStyles:v}=e(),[m,p]=o(!1),x=i?null===(d=null==v?void 0:v.textEditorStyles)||void 0===d?void 0:d.activeToolButton:null===(u=null==v?void 0:v.textEditorStyles)||void 0===u?void 0:u.toolbarButton,_=null===(c=null==v?void 0:v.textEditorStyles)||void 0===c?void 0:c.toolbarButtonHover,j=null===(b=null==v?void 0:v.textEditorStyles)||void 0===b?void 0:b.toolbarButtonDisabled,y=Object.assign(Object.assign(Object.assign({},x),m&&!a?_:{}),a?j:{});return t("button",Object.assign({className:"lexical_editor_toolbar_button "+(i?"lexical_editor_toolbar_button__active":""),onClick:t=>((t,o)=>{r(t,o),s&&s()})(t,l),disabled:a,style:y,onMouseEnter:()=>p(!0),onMouseLeave:()=>p(!1)},{children:n}))};export{l as default};
|
|
2
2
|
//# sourceMappingURL=ToolbarButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as r}from"react/jsx-runtime";import"./ToolbarDivider.css.js";
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import"./ToolbarDivider.css.js";const i=()=>r("div",{className:"lexical-editor_toolbar_divider"});export{i as ToolbarDivider};
|
|
2
2
|
//# sourceMappingURL=ToolbarDivider.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsxs as o,Fragment as
|
|
1
|
+
import{jsxs as o,Fragment as l,jsx as r}from"react/jsx-runtime";import{useLexicalComposerContext as i}from"@lexical/react/LexicalComposerContext";import{UNDO_COMMAND as t,REDO_COMMAND as e}from"lexical";import{Undo2 as n,Redo2 as d}from"lucide-react";import c from"../ToolbarButton/ToolbarButton.js";import{ToolbarDivider as a}from"../ToolbarDivider/ToolbarDivider.js";import{useRequirementAI as m}from"../../../../../../RequirementAIWrapper/RequirementAIWrapper.js";const s=({canUndo:s,canRedo:u,onToolbarButtonClick:p})=>{var v,C,x,b;const[f]=i(),{customStyles:I}=m();return o(l,{children:[r(c,{icon:r(n,{color:null===(C=null===(v=null==I?void 0:I.textEditorStyles)||void 0===v?void 0:v.toolIconColors)||void 0===C?void 0:C.undoIcon,className:"w-4 h-4"}),disabled:!s,onClick:()=>{null==p||p(),f.dispatchCommand(t,void 0)}}),r(c,{icon:r(d,{color:null===(b=null===(x=null==I?void 0:I.textEditorStyles)||void 0===x?void 0:x.toolIconColors)||void 0===b?void 0:b.redoIcon,className:"w-4 h-4"}),disabled:!u,onClick:()=>{null==p||p(),f.dispatchCommand(e,void 0)}}),r(a,{})]})};export{s as UndoRedo};
|
|
2
2
|
//# sourceMappingURL=UndoRedo.js.map
|
package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e}from"tslib";import{jsx as t,jsxs as i}from"react/jsx-runtime";import{memo as r}from"react";var h=r(function(r){var h=r.icon,n=r.iconColors,o=r.width,w=void 0===o?18:o,s=r.height,l=void 0===s?18:s,C=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M4.17867 11.9825L11.6744 4.48681M12.1888 8.67557L14.0259 6.8384C15.3247 5.53965 15.3247 3.43397 14.0259 2.13522C12.7272 0.836477 10.6215 0.836477 9.32277 2.13522L7.48559 3.9724M8.51441 12.3499L6.67723 14.1871C5.37849 15.4858 3.2728 15.4858 1.97406 14.1871C0.675314 12.8884 0.675314 10.7827 1.97406 9.48393L3.81124 7.64675",stroke:"#2B2E31"})})),d=i("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[t("rect",{x:"2",y:"2",width:"12",height:"12",stroke:"#2B2E31",fill:"none"}),t("line",{x1:"2",y1:"6",x2:"14",y2:"6",stroke:"#2B2E31"}),t("line",{x1:"2",y1:"10",x2:"14",y2:"10",stroke:"#2B2E31"}),t("line",{x1:"6",y1:"2",x2:"6",y2:"14",stroke:"#2B2E31"}),t("line",{x1:"10",y1:"2",x2:"10",y2:"14",stroke:"#2B2E31"})]})),g=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M5.99998 4H15M5.99998 12H15M5.99998 8H15M2.99998 5.5V2H2.5L1.5 3M2.99998 5.5H1.5M2.99998 5.5H4.5M4.49998 13H1.5C1.5 13 1.77682 12.2232 2.5 11.5C3.22318 10.7768 4 9.5 3 9C2 8.5 1 10 1 10",stroke:"#2B2E31"})})),c=i("svg",e({fill:"#000000",width:w,height:l,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},{children:[t("rect",{x:"5.94",y:"6.42",width:"18.06",height:"1.75"}),t("rect",{x:"5.94",y:"11.71",width:"18.06",height:"1.75"}),t("rect",{x:"5.94",y:"16.99",width:"18.06",height:"1.75"}),t("circle",{cx:"1.85",cy:"7.29",r:"1.52"}),t("circle",{cx:"1.85",cy:"12.58",r:"1.52"}),t("circle",{cx:"1.85",cy:"17.87",r:"1.52"})]})),L=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M8 2H4C2.89543 2 2 2.89543 2 4V12C2 13.1046 2.89543 14 4 14H12C13.1046 14 14 13.1046 14 12V8M5.5 10.5L7 9M15 1L8 8",stroke:"#2B2E31"})})),v=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M4 8L7 8C9.20914 8 11 7.20914 11 5C11 2.79086 9.5 2 8 2L5 2C4.44772 2 4 2.44772 4 3L4 7.98578L7 7.98578C11 8 12.5 8.77664 12.5 10.9858C12.5 13.1949 10.7091 14 8.5 14L5 14C4.44772 14 4 13.5523 4 13L4 8Z",stroke:(null==n?void 0:n.boldIcon)||"#2B2E31",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})),M=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M9 3L7 13M9 3H7M9 3L11 3M7 13H9M7 13H5",stroke:"#2B2E31",strokeLinejoin:"round"})})),x=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M11.5 4.34494C11.2142 3.61887 10.6861 2.98052 9.95116 2.5606C7.58847 1.21067 4.56562 2.39989 4.56767 5.04366C4.56925 7.07499 6.39082 7.42492 8.15689 8.00308M4.5 11.6549C4.78581 12.381 5.31389 13.0193 6.04884 13.4392C8.40908 14.7878 11.4296 13.6036 11.4323 10.9625C11.4327 10.6022 11.3549 10.2836 11.2157 10M8.15689 8.00308H13.5M8.15689 8.00308H2.5",stroke:"#2B2E31",strokeLinejoin:"round"})})),p=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M4 2V8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8V2M4 14H12",stroke:"#2B2E31",strokeLinejoin:"round"})})),a=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M1 4H15M2.5 12H13.5M4 8H12",stroke:"#2B2E31"})})),u=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M1 4H15M1 12H7.39999M1 8H15",stroke:"#2B2E31"})})),B=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M1 4H15M8.60001 12H15M1 8H15",stroke:"#2B2E31"})})),k=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M1 4H15M1 12H15M1 8H15",stroke:"#2B2E31"})})),f=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M2 11L8.25223 5L14 11",stroke:"#2B2E31"})})),H=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M14 5L7.74778 11L2 5",stroke:"#2B2E31"})})),m=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M1.5 7L6.5 12L15 4",stroke:"#2B2E31"})})),E=i("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[t("g",e({clipPath:"url(#clip0_37_1104)"},{children:t("path",{d:"M12.1887 8.67557L14.0259 6.83839C15.3246 5.53965 15.3246 3.43397 14.0259 2.13522C12.7271 0.836475 10.6215 0.836475 9.32271 2.13522L7.48553 3.9724M8.51435 12.3499L6.67717 14.1871C5.37843 15.4858 3.27274 15.4858 1.974 14.1871C0.675254 12.8884 0.675254 10.7827 1.974 9.48393L3.81118 7.64675M10.4999 12.5V15M5.49994 0.790009V2.9724M0.973999 5.5H3.474M12.5259 10.5L15.0259 10.5",stroke:"#2B2E31"})})),t("defs",{children:t("clipPath",e({id:"clip0_37_1104"},{children:t("rect",{width:"16",height:"16",fill:"white"})}))})]})),y=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M2.5 13L8.25 7.75M14 2.5L8.25 7.75M8.25 7.75L2.5 2.5M8.25 7.75L14 13",stroke:"#2B2E31"})})),Z=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M4.5 11.913L1 7.56367L4.5 3.56522M11.5 11.913L15 7.56367L11.5 3.56522M10 2L6 14",stroke:(null==n?void 0:n.codeIcon)||"#2B2E31"})})),V=t("svg",e({fill:"#000000",width:"800px",height:"800px",viewBox:"0 0 56 56",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M 16.5860 52.2461 C 17.7579 52.2461 18.5548 51.6367 19.9610 50.3711 L 28.0704 43.1758 L 43.0938 43.1758 C 50.0783 43.1758 53.8280 39.3086 53.8280 32.4414 L 53.8280 14.4883 C 53.8280 7.6211 50.0783 3.7539 43.0938 3.7539 L 12.9064 3.7539 C 5.9454 3.7539 2.1720 7.5976 2.1720 14.4883 L 2.1720 32.4414 C 2.1720 39.3320 5.9454 43.1758 12.9064 43.1758 L 14.0313 43.1758 L 14.0313 49.2695 C 14.0313 51.0742 14.9688 52.2461 16.5860 52.2461 Z M 17.5469 47.9570 L 17.5469 41.1602 C 17.5469 39.8945 17.0782 39.4023 15.7891 39.4023 L 12.9298 39.4023 C 8.1720 39.4023 5.9454 36.9883 5.9454 32.4180 L 5.9454 14.4883 C 5.9454 9.9180 8.1720 7.5273 12.9298 7.5273 L 43.0938 7.5273 C 47.8280 7.5273 50.0548 9.9180 50.0548 14.4883 L 50.0548 32.4180 C 50.0548 36.9883 47.8280 39.4023 43.0938 39.4023 L 27.9064 39.4023 C 26.6173 39.4023 25.9376 39.5898 25.0469 40.5039 Z M 17.2423 22.3633 C 17.2423 24.9414 18.8360 26.9336 21.4142 26.9336 C 22.3516 26.9336 23.2891 26.7695 23.8751 26.0430 L 24.0626 26.0430 C 23.2188 27.8945 21.5079 29.0898 20.0313 29.4649 C 19.1876 29.6992 18.9298 30.0742 18.9298 30.6133 C 18.9298 31.1992 19.3985 31.6445 20.0548 31.6445 C 22.3516 31.6445 26.9220 28.9258 26.9220 23.2071 C 26.9220 20.1367 24.9298 17.7695 22.0001 17.7695 C 19.2813 17.7695 17.2423 19.6680 17.2423 22.3633 Z M 29.4298 22.3633 C 29.4298 24.9414 31.0235 26.9336 33.6016 26.9336 C 34.5391 26.9336 35.4766 26.7695 36.0626 26.0430 L 36.2501 26.0430 C 35.4064 27.8945 33.6954 29.0898 32.2188 29.4649 C 31.3751 29.6992 31.1173 30.0742 31.1173 30.6133 C 31.1173 31.1992 31.5860 31.6445 32.2423 31.6445 C 34.5391 31.6445 39.1329 28.9258 39.1329 23.2071 C 39.1329 20.1367 37.1173 17.7695 34.1876 17.7695 C 31.4688 17.7695 29.4298 19.6680 29.4298 22.3633 Z"})})),j=t("svg",e({width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M4 7H15C17.7614 7 20 9.23857 20 12C20 14.7614 17.7614 17 15 17H8.00001M4 7L7 4M4 7L7 10",stroke:"#1C274C",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})),b=t("svg",e({width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M20 7H9.00001C6.23858 7 4 9.23857 4 12C4 14.7614 6.23858 17 9 17H16M20 7L17 4M20 7L17 10",stroke:"#1C274C",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})),_=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M5 8L9 12M5 8L1 12M5 8L1 4M5 8L9 4M14.5 5.15056H11.5C11.5 5.15056 12 4.15057 13 3.65057C14 3.15057 14.2938 1.79744 13 1.15057C11.7062 0.503693 11 2.15057 11 2.15057",stroke:"#2B2E31"})})),I=t("svg",e({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:t("path",{d:"M11.5 13.1506L11.0528 12.927L10.691 13.6506H11.5V13.1506ZM12.7764 11.2034C12.19 11.4965 11.7617 11.9293 11.4846 12.2757C11.3446 12.4507 11.2392 12.6086 11.1679 12.7245C11.1322 12.7825 11.1048 12.8304 11.0856 12.8651C11.0761 12.8824 11.0686 12.8965 11.0631 12.9069C11.0603 12.9122 11.0581 12.9165 11.0564 12.9198C11.0556 12.9215 11.0548 12.9229 11.0542 12.9241C11.0539 12.9247 11.0536 12.9252 11.0534 12.9257C11.0533 12.926 11.0532 12.9262 11.0531 12.9264C11.053 12.9265 11.0529 12.9266 11.0529 12.9267C11.0529 12.9268 11.0528 12.927 11.5 13.1506C11.9472 13.3742 11.9471 13.3743 11.9471 13.3744C11.9471 13.3745 11.947 13.3746 11.947 13.3747C11.9469 13.3748 11.9468 13.3749 11.9468 13.375C11.9467 13.3753 11.9466 13.3754 11.9465 13.3756C11.9464 13.3758 11.9464 13.3758 11.9465 13.3755C11.9468 13.3751 11.9475 13.3737 11.9486 13.3715C11.951 13.367 11.9552 13.3591 11.9612 13.3482C11.9733 13.3262 11.9928 13.2921 12.0196 13.2486C12.0733 13.1613 12.1554 13.0379 12.2654 12.9004C12.4883 12.6218 12.81 12.3046 13.2236 12.0978L12.7764 11.2034ZM11.5 13.6506H14.5V12.6506H11.5V13.6506ZM13.2236 12.0978C13.8609 11.7791 14.307 11.1716 14.3587 10.4937C14.413 9.78149 14.0258 9.10443 13.2236 8.70335L12.7764 9.59778C13.268 9.84358 13.3807 10.1665 13.3616 10.4176C13.3399 10.703 13.1391 11.022 12.7764 11.2034L13.2236 12.0978ZM13.2236 8.70335C12.7995 8.49129 12.3898 8.45443 12.0179 8.54949C11.658 8.64148 11.3741 8.84627 11.1652 9.05054C10.9556 9.25558 10.8016 9.47946 10.7016 9.64642C10.6509 9.73116 10.6121 9.8044 10.5855 9.85784C10.5721 9.88463 10.5617 9.90664 10.5542 9.92288C10.5504 9.931 10.5474 9.9377 10.5451 9.94284C10.544 9.94541 10.543 9.94759 10.5423 9.94938C10.5419 9.95027 10.5415 9.95106 10.5412 9.95175C10.5411 9.95209 10.5409 9.95241 10.5408 9.9527C10.5408 9.95285 10.5407 9.95305 10.5406 9.95312C10.5406 9.95332 10.5405 9.9535 11 10.1506C11.4595 10.3476 11.4595 10.3478 11.4594 10.348C11.4594 10.348 11.4593 10.3482 11.4592 10.3483C11.4592 10.3485 11.4591 10.3486 11.459 10.3488C11.4589 10.3491 11.4588 10.3493 11.4588 10.3494C11.4587 10.3496 11.4588 10.3494 11.459 10.3489C11.4595 10.3478 11.4606 10.3454 11.4623 10.3416C11.4658 10.334 11.4718 10.3213 11.4803 10.3043C11.4973 10.2702 11.5238 10.2198 11.5595 10.1603C11.6323 10.0387 11.7358 9.89126 11.8645 9.76544C11.9939 9.63885 12.1291 9.55321 12.2655 9.51834C12.3899 9.48655 12.5536 9.4864 12.7764 9.59778L13.2236 8.70335ZM4.64645 8.35355L8.64645 12.3536L9.35355 11.6464L5.35355 7.64645L4.64645 8.35355ZM1.35355 12.3536L5.35355 8.35355L4.64645 7.64645L0.646447 11.6464L1.35355 12.3536ZM5.35355 7.64645L1.35355 3.64645L0.646447 4.35355L4.64645 8.35355L5.35355 7.64645ZM5.35355 8.35355L9.35355 4.35355L8.64645 3.64645L4.64645 7.64645L5.35355 8.35355Z",fill:"#2B2E31"})}));switch(h){case"link":return C;case"list-ordered":return g;case"list-unordered":return c;case"edit-link":return L;case"bold":return v;case"italic":return M;case"strikethrough":return x;case"underline":return p;case"center":return a;case"left":return u;case"right":return B;case"justify":return k;case"arrow-up":return f;case"arrow-down":return H;case"confirm":return m;case"remove":return E;case"cancel":return y;case"code":return Z;case"quote":return V;case"undo":return j;case"redo":return b;case"superscript":return _;case"subscript":return I;case"table":return d;default:return null}});h.displayName="Icon";export{h as Icon};
|
|
1
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{memo as i}from"react";const s=i(({icon:i,iconColors:s,width:n=18,height:r=18})=>{const h=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M4.17867 11.9825L11.6744 4.48681M12.1888 8.67557L14.0259 6.8384C15.3247 5.53965 15.3247 3.43397 14.0259 2.13522C12.7272 0.836477 10.6215 0.836477 9.32277 2.13522L7.48559 3.9724M8.51441 12.3499L6.67723 14.1871C5.37849 15.4858 3.2728 15.4858 1.97406 14.1871C0.675314 12.8884 0.675314 10.7827 1.97406 9.48393L3.81124 7.64675",stroke:"#2B2E31"})})),w=t("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e("rect",{x:"2",y:"2",width:"12",height:"12",stroke:"#2B2E31",fill:"none"}),e("line",{x1:"2",y1:"6",x2:"14",y2:"6",stroke:"#2B2E31"}),e("line",{x1:"2",y1:"10",x2:"14",y2:"10",stroke:"#2B2E31"}),e("line",{x1:"6",y1:"2",x2:"6",y2:"14",stroke:"#2B2E31"}),e("line",{x1:"10",y1:"2",x2:"10",y2:"14",stroke:"#2B2E31"})]})),o=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M5.99998 4H15M5.99998 12H15M5.99998 8H15M2.99998 5.5V2H2.5L1.5 3M2.99998 5.5H1.5M2.99998 5.5H4.5M4.49998 13H1.5C1.5 13 1.77682 12.2232 2.5 11.5C3.22318 10.7768 4 9.5 3 9C2 8.5 1 10 1 10",stroke:"#2B2E31"})})),l=t("svg",Object.assign({fill:"#000000",width:n,height:r,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},{children:[e("rect",{x:"5.94",y:"6.42",width:"18.06",height:"1.75"}),e("rect",{x:"5.94",y:"11.71",width:"18.06",height:"1.75"}),e("rect",{x:"5.94",y:"16.99",width:"18.06",height:"1.75"}),e("circle",{cx:"1.85",cy:"7.29",r:"1.52"}),e("circle",{cx:"1.85",cy:"12.58",r:"1.52"}),e("circle",{cx:"1.85",cy:"17.87",r:"1.52"})]})),g=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M8 2H4C2.89543 2 2 2.89543 2 4V12C2 13.1046 2.89543 14 4 14H12C13.1046 14 14 13.1046 14 12V8M5.5 10.5L7 9M15 1L8 8",stroke:"#2B2E31"})})),c=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M4 8L7 8C9.20914 8 11 7.20914 11 5C11 2.79086 9.5 2 8 2L5 2C4.44772 2 4 2.44772 4 3L4 7.98578L7 7.98578C11 8 12.5 8.77664 12.5 10.9858C12.5 13.1949 10.7091 14 8.5 14L5 14C4.44772 14 4 13.5523 4 13L4 8Z",stroke:(null==s?void 0:s.boldIcon)||"#2B2E31",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})),C=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M9 3L7 13M9 3H7M9 3L11 3M7 13H9M7 13H5",stroke:"#2B2E31",strokeLinejoin:"round"})})),d=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M11.5 4.34494C11.2142 3.61887 10.6861 2.98052 9.95116 2.5606C7.58847 1.21067 4.56562 2.39989 4.56767 5.04366C4.56925 7.07499 6.39082 7.42492 8.15689 8.00308M4.5 11.6549C4.78581 12.381 5.31389 13.0193 6.04884 13.4392C8.40908 14.7878 11.4296 13.6036 11.4323 10.9625C11.4327 10.6022 11.3549 10.2836 11.2157 10M8.15689 8.00308H13.5M8.15689 8.00308H2.5",stroke:"#2B2E31",strokeLinejoin:"round"})})),L=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M4 2V8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8V2M4 14H12",stroke:"#2B2E31",strokeLinejoin:"round"})})),a=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M1 4H15M2.5 12H13.5M4 8H12",stroke:"#2B2E31"})})),M=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M1 4H15M1 12H7.39999M1 8H15",stroke:"#2B2E31"})})),v=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M1 4H15M8.60001 12H15M1 8H15",stroke:"#2B2E31"})})),x=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M1 4H15M1 12H15M1 8H15",stroke:"#2B2E31"})})),p=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M2 11L8.25223 5L14 11",stroke:"#2B2E31"})})),u=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M14 5L7.74778 11L2 5",stroke:"#2B2E31"})})),B=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M1.5 7L6.5 12L15 4",stroke:"#2B2E31"})})),k=t("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e("g",Object.assign({clipPath:"url(#clip0_37_1104)"},{children:e("path",{d:"M12.1887 8.67557L14.0259 6.83839C15.3246 5.53965 15.3246 3.43397 14.0259 2.13522C12.7271 0.836475 10.6215 0.836475 9.32271 2.13522L7.48553 3.9724M8.51435 12.3499L6.67717 14.1871C5.37843 15.4858 3.27274 15.4858 1.974 14.1871C0.675254 12.8884 0.675254 10.7827 1.974 9.48393L3.81118 7.64675M10.4999 12.5V15M5.49994 0.790009V2.9724M0.973999 5.5H3.474M12.5259 10.5L15.0259 10.5",stroke:"#2B2E31"})})),e("defs",{children:e("clipPath",Object.assign({id:"clip0_37_1104"},{children:e("rect",{width:"16",height:"16",fill:"white"})}))})]})),H=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M2.5 13L8.25 7.75M14 2.5L8.25 7.75M8.25 7.75L2.5 2.5M8.25 7.75L14 13",stroke:"#2B2E31"})})),f=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M4.5 11.913L1 7.56367L4.5 3.56522M11.5 11.913L15 7.56367L11.5 3.56522M10 2L6 14",stroke:(null==s?void 0:s.codeIcon)||"#2B2E31"})})),j=e("svg",Object.assign({fill:"#000000",width:"800px",height:"800px",viewBox:"0 0 56 56",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M 16.5860 52.2461 C 17.7579 52.2461 18.5548 51.6367 19.9610 50.3711 L 28.0704 43.1758 L 43.0938 43.1758 C 50.0783 43.1758 53.8280 39.3086 53.8280 32.4414 L 53.8280 14.4883 C 53.8280 7.6211 50.0783 3.7539 43.0938 3.7539 L 12.9064 3.7539 C 5.9454 3.7539 2.1720 7.5976 2.1720 14.4883 L 2.1720 32.4414 C 2.1720 39.3320 5.9454 43.1758 12.9064 43.1758 L 14.0313 43.1758 L 14.0313 49.2695 C 14.0313 51.0742 14.9688 52.2461 16.5860 52.2461 Z M 17.5469 47.9570 L 17.5469 41.1602 C 17.5469 39.8945 17.0782 39.4023 15.7891 39.4023 L 12.9298 39.4023 C 8.1720 39.4023 5.9454 36.9883 5.9454 32.4180 L 5.9454 14.4883 C 5.9454 9.9180 8.1720 7.5273 12.9298 7.5273 L 43.0938 7.5273 C 47.8280 7.5273 50.0548 9.9180 50.0548 14.4883 L 50.0548 32.4180 C 50.0548 36.9883 47.8280 39.4023 43.0938 39.4023 L 27.9064 39.4023 C 26.6173 39.4023 25.9376 39.5898 25.0469 40.5039 Z M 17.2423 22.3633 C 17.2423 24.9414 18.8360 26.9336 21.4142 26.9336 C 22.3516 26.9336 23.2891 26.7695 23.8751 26.0430 L 24.0626 26.0430 C 23.2188 27.8945 21.5079 29.0898 20.0313 29.4649 C 19.1876 29.6992 18.9298 30.0742 18.9298 30.6133 C 18.9298 31.1992 19.3985 31.6445 20.0548 31.6445 C 22.3516 31.6445 26.9220 28.9258 26.9220 23.2071 C 26.9220 20.1367 24.9298 17.7695 22.0001 17.7695 C 19.2813 17.7695 17.2423 19.6680 17.2423 22.3633 Z M 29.4298 22.3633 C 29.4298 24.9414 31.0235 26.9336 33.6016 26.9336 C 34.5391 26.9336 35.4766 26.7695 36.0626 26.0430 L 36.2501 26.0430 C 35.4064 27.8945 33.6954 29.0898 32.2188 29.4649 C 31.3751 29.6992 31.1173 30.0742 31.1173 30.6133 C 31.1173 31.1992 31.5860 31.6445 32.2423 31.6445 C 34.5391 31.6445 39.1329 28.9258 39.1329 23.2071 C 39.1329 20.1367 37.1173 17.7695 34.1876 17.7695 C 31.4688 17.7695 29.4298 19.6680 29.4298 22.3633 Z"})})),m=e("svg",Object.assign({width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M4 7H15C17.7614 7 20 9.23857 20 12C20 14.7614 17.7614 17 15 17H8.00001M4 7L7 4M4 7L7 10",stroke:"#1C274C",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})),b=e("svg",Object.assign({width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M20 7H9.00001C6.23858 7 4 9.23857 4 12C4 14.7614 6.23858 17 9 17H16M20 7L17 4M20 7L17 10",stroke:"#1C274C",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})),O=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M5 8L9 12M5 8L1 12M5 8L1 4M5 8L9 4M14.5 5.15056H11.5C11.5 5.15056 12 4.15057 13 3.65057C14 3.15057 14.2938 1.79744 13 1.15057C11.7062 0.503693 11 2.15057 11 2.15057",stroke:"#2B2E31"})})),E=e("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M11.5 13.1506L11.0528 12.927L10.691 13.6506H11.5V13.1506ZM12.7764 11.2034C12.19 11.4965 11.7617 11.9293 11.4846 12.2757C11.3446 12.4507 11.2392 12.6086 11.1679 12.7245C11.1322 12.7825 11.1048 12.8304 11.0856 12.8651C11.0761 12.8824 11.0686 12.8965 11.0631 12.9069C11.0603 12.9122 11.0581 12.9165 11.0564 12.9198C11.0556 12.9215 11.0548 12.9229 11.0542 12.9241C11.0539 12.9247 11.0536 12.9252 11.0534 12.9257C11.0533 12.926 11.0532 12.9262 11.0531 12.9264C11.053 12.9265 11.0529 12.9266 11.0529 12.9267C11.0529 12.9268 11.0528 12.927 11.5 13.1506C11.9472 13.3742 11.9471 13.3743 11.9471 13.3744C11.9471 13.3745 11.947 13.3746 11.947 13.3747C11.9469 13.3748 11.9468 13.3749 11.9468 13.375C11.9467 13.3753 11.9466 13.3754 11.9465 13.3756C11.9464 13.3758 11.9464 13.3758 11.9465 13.3755C11.9468 13.3751 11.9475 13.3737 11.9486 13.3715C11.951 13.367 11.9552 13.3591 11.9612 13.3482C11.9733 13.3262 11.9928 13.2921 12.0196 13.2486C12.0733 13.1613 12.1554 13.0379 12.2654 12.9004C12.4883 12.6218 12.81 12.3046 13.2236 12.0978L12.7764 11.2034ZM11.5 13.6506H14.5V12.6506H11.5V13.6506ZM13.2236 12.0978C13.8609 11.7791 14.307 11.1716 14.3587 10.4937C14.413 9.78149 14.0258 9.10443 13.2236 8.70335L12.7764 9.59778C13.268 9.84358 13.3807 10.1665 13.3616 10.4176C13.3399 10.703 13.1391 11.022 12.7764 11.2034L13.2236 12.0978ZM13.2236 8.70335C12.7995 8.49129 12.3898 8.45443 12.0179 8.54949C11.658 8.64148 11.3741 8.84627 11.1652 9.05054C10.9556 9.25558 10.8016 9.47946 10.7016 9.64642C10.6509 9.73116 10.6121 9.8044 10.5855 9.85784C10.5721 9.88463 10.5617 9.90664 10.5542 9.92288C10.5504 9.931 10.5474 9.9377 10.5451 9.94284C10.544 9.94541 10.543 9.94759 10.5423 9.94938C10.5419 9.95027 10.5415 9.95106 10.5412 9.95175C10.5411 9.95209 10.5409 9.95241 10.5408 9.9527C10.5408 9.95285 10.5407 9.95305 10.5406 9.95312C10.5406 9.95332 10.5405 9.9535 11 10.1506C11.4595 10.3476 11.4595 10.3478 11.4594 10.348C11.4594 10.348 11.4593 10.3482 11.4592 10.3483C11.4592 10.3485 11.4591 10.3486 11.459 10.3488C11.4589 10.3491 11.4588 10.3493 11.4588 10.3494C11.4587 10.3496 11.4588 10.3494 11.459 10.3489C11.4595 10.3478 11.4606 10.3454 11.4623 10.3416C11.4658 10.334 11.4718 10.3213 11.4803 10.3043C11.4973 10.2702 11.5238 10.2198 11.5595 10.1603C11.6323 10.0387 11.7358 9.89126 11.8645 9.76544C11.9939 9.63885 12.1291 9.55321 12.2655 9.51834C12.3899 9.48655 12.5536 9.4864 12.7764 9.59778L13.2236 8.70335ZM4.64645 8.35355L8.64645 12.3536L9.35355 11.6464L5.35355 7.64645L4.64645 8.35355ZM1.35355 12.3536L5.35355 8.35355L4.64645 7.64645L0.646447 11.6464L1.35355 12.3536ZM5.35355 7.64645L1.35355 3.64645L0.646447 4.35355L4.64645 8.35355L5.35355 7.64645ZM5.35355 8.35355L9.35355 4.35355L8.64645 3.64645L4.64645 7.64645L5.35355 8.35355Z",fill:"#2B2E31"})}));switch(i){case"link":return h;case"list-ordered":return o;case"list-unordered":return l;case"edit-link":return g;case"bold":return c;case"italic":return C;case"strikethrough":return d;case"underline":return L;case"center":return a;case"left":return M;case"right":return v;case"justify":return x;case"arrow-up":return p;case"arrow-down":return u;case"confirm":return B;case"remove":return k;case"cancel":return H;case"code":return f;case"quote":return j;case"undo":return m;case"redo":return b;case"superscript":return O;case"subscript":return E;case"table":return w;default:return null}});s.displayName="Icon";export{s as Icon};
|
|
2
2
|
//# sourceMappingURL=Icon.js.map
|
package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const l=["bold","code"],a=[{label:"8px",value:"8px"},{label:"9px",value:"9px"},{label:"10px",value:"10px"},{label:"11px",value:"11px"},{label:"12px",value:"12px"},{label:"15px",value:"15px"},{label:"14px",value:"14px"},{label:"16px",value:"16px"},{label:"18px",value:"18px"},{label:"20px",value:"20px"},{label:"24px",value:"24px"},{label:"28px",value:"28px"},{label:"32px",value:"32px"},{label:"36px",value:"36px"},{label:"40px",value:"40px"},{label:"48px",value:"48px"},{label:"56px",value:"56px"},{label:"64px",value:"64px"},{label:"72px",value:"72px"},{label:"80px",value:"80px"},{label:"96px",value:"96px"}],e=[{label:"Arial",value:"Arial"},{label:"Verdana",value:"Verdana"},{label:"Courier New",value:"Courier New"},{label:"Georgia",value:"Georgia"},{label:"Impact",value:"Impact"}],p=[{label:"Left",value:"left"},{label:"Center",value:"center"},{label:"Right",value:"right"},{label:"Justify",value:"justify"}],u=[{label:"Normal",value:"paragraph"},{label:"Quote",value:"quote"},{label:"Heading 1",value:"h1"},{label:"Heading 2",value:"h2"},{label:"Heading 3",value:"h3"}];var x;!function(l){l.code="Code Block",l.h1="Heading 1",l.h2="Heading 2",l.h3="Heading 3",l.h4="Heading 4",l.h5="Heading 5",l.h6="Heading 6",l.paragraph="Normal",l.quote="Quote"}(x||(x={}));const i={inline:{display:!0,options:l},type:{display:!0,options:u},fontSize:{display:!0,options:a},undoRedo:{display:!0},fontFamily:{display:!0,options:e},align:{display:!0,options:p},list:{display:!0},link:{display:!0},table:{display:!0}};export{x as BLOCK_TYPE,u as DEFAULT_BLOCK_TYPE_OPTIONS,e as DEFAULT_FONT_FAMILY_OPTIONS,a as DEFAULT_FONT_SIZE_OPTIONS,l as DEFAULT_INLINE_CONFIG,p as DEFAULT_TEXT_ALIGN_OPTIONS,i as DEFAULT_TOOLBAR_CONFIG};
|
|
2
2
|
//# sourceMappingURL=editorConfig.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const r={bold:!1,italic:!1,underline:!1,strikethrough:!1,code:!1,subscript:!1,superscript:!1};export{r as ACTIVE_FORMATS};
|
|
2
2
|
//# sourceMappingURL=objects.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{DecoratorNode as e}from"lexical";class n extends e{static getType(){return"html"}decorate(){return t("div",{dangerouslySetInnerHTML:{__html:this.__htmlContent}})}static clone(t){return new n(t.__htmlContent,t.__key)}constructor(t,e){super(e),this.__htmlContent=t}createDOM(){const t=document.createElement("div");return t.innerHTML=this.__htmlContent,t}updateDOM(t,e){return t.__htmlContent!==this.__htmlContent&&(e.innerHTML=this.__htmlContent),!1}exportJSON(){return{type:"html",version:1,htmlContent:this.__htmlContent}}static importJSON(t){const{htmlContent:e}=t;return new n(e)}}export{n as default};
|
|
2
2
|
//# sourceMappingURL=HTMLNode.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ElementNode as e}from"lexical";class t extends e{static getType(){return"delete"}static clone(e){return new t(e.__reviewId,e.__key)}constructor(e=crypto.randomUUID(),t){super(t),this.__reviewId=e}createDOM(){const e=document.createElement("del");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__delete-node",e.contentEditable="false",e}exportDOM(){const e=document.createElement("del");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__delete-node",{element:e}}updateDOM(){return!1}static importDOM(){return{del:()=>({conversion:r,priority:1})}}static importJSON(e){return new t(e.reviewId)}exportJSON(){return Object.assign(Object.assign({},super.exportJSON()),{type:"delete",version:1,reviewId:this.__reviewId})}isInline(){return!0}canBeEmpty(){return!1}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canMergeWith(){return!1}}function r(e){const r=e.getAttribute("data-review-id")||crypto.randomUUID();return{node:new t(r)}}export{t as DeleteNode};
|
|
2
2
|
//# sourceMappingURL=DeleteNode.js.map
|
package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ElementNode as t}from"lexical";class i extends t{static getType(){return"highlight-span"}static clone(t){return new i(t.__highlightId,t.__highlightColor,t.__key)}constructor(t,i=null,h){super(h),this.__highlightId=t,this.__highlightColor=i}createDOM(){return this.createHighlightElement()}exportDOM(){return{element:this.createHighlightElement()}}createHighlightElement(){const t=document.createElement("span");return t.setAttribute("highlight-id",this.__highlightId),null!==this.__highlightColor&&t.setAttribute("highlight-color",this.__highlightColor),t}updateDOM(t,i){return t.__highlightId!==this.__highlightId&&i.setAttribute("highlight-id",this.__highlightId),t.__highlightColor!==this.__highlightColor&&(null===this.__highlightColor?i.removeAttribute("highlight-color"):i.setAttribute("highlight-color",this.__highlightColor)),!1}static importDOM(){return{span:t=>t.hasAttribute("highlight-id")?{conversion:h,priority:1}:null}}static importJSON(t){const h=new i(t.highlightId,t.highlightColor);return h.setFormat(t.format),h.setIndent(t.indent),h.setDirection(t.direction),h}exportJSON(){return Object.assign(Object.assign({},super.exportJSON()),{type:"highlight-span",version:1,highlightId:this.__highlightId,highlightColor:this.__highlightColor})}isInline(){return!0}}function h(t){return{node:new i(t.getAttribute("highlight-id")||"",t.getAttribute("highlight-color"))}}class e extends t{static getType(){return"highlight-button"}static clone(t){return new e(t.__highlightId,t.__highlightType,t.__key)}constructor(t=null,i=null,h){super(h),this.__highlightId=t,this.__highlightType=i}createDOM(t){const i=this.createHighlightButtonElement(),h=t.theme.highlightButton;return"string"==typeof h&&(i.className=h),i.contentEditable="false",i}exportDOM(){return{element:this.createHighlightButtonElement()}}createHighlightButtonElement(){const t=document.createElement("button");return t.setAttribute("action","highlight"),null!==this.__highlightId&&t.setAttribute("highlight-id",this.__highlightId),null!==this.__highlightType&&t.setAttribute("highlight-type",this.__highlightType),t}updateDOM(){return!1}static importDOM(){return{button:t=>"highlight"!==t.getAttribute("action")?null:{conversion:g,priority:1}}}static importJSON(t){const i=new e(t.highlightId,t.highlightType);return i.setFormat(t.format),i.setIndent(t.indent),i.setDirection(t.direction),i}exportJSON(){return Object.assign(Object.assign({},super.exportJSON()),{type:"highlight-button",version:1,highlightId:this.__highlightId,highlightType:this.__highlightType})}isInline(){return!0}}function g(t){return{node:new e(t.getAttribute("highlight-id"),t.getAttribute("highlight-type"))}}export{e as HighlightButtonNode,i as HighlightSpanNode};
|
|
2
2
|
//# sourceMappingURL=HighlightNode.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useEffect as
|
|
1
|
+
import{useEffect as t}from"react";import{useLexicalComposerContext as r}from"@lexical/react/LexicalComposerContext";import{$generateNodesFromDOM as o}from"@lexical/html";import{$getRoot as e,$isParagraphNode as a}from"lexical";import i from"showdown";const m=({initialValue:m,initialFormat:l,mode:n})=>{const[c]=r();return t(()=>{if(m){if(l&&"html"!==l){var t=new i.Converter;m=t.makeHtml(m)}c.update(()=>{const t=e();t.clear();const r=(new DOMParser).parseFromString(m||"","text/html");o(c,r).forEach(r=>{try{a(r)&&r.setFormat("justify"),t.append(r)}catch(t){console.error("Error appending node to root: ",t)}})})}},[m,c]),t(()=>{c.setEditable("edit"===n)},[c,n]),null};export{m as InitialHtml};
|
|
2
2
|
//# sourceMappingURL=InitialHtml.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ElementNode as e}from"lexical";class t extends e{static getType(){return"insert"}static clone(e){return new t(e.__reviewId,e.__key)}constructor(e=crypto.randomUUID(),t){super(t),this.__reviewId=e}createDOM(){const e=document.createElement("ins");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__insert-node",e}exportDOM(){const e=document.createElement("ins");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__insert-node",{element:e}}updateDOM(e,t,r){return e.__reviewId!==this.__reviewId}static importDOM(){return{ins:()=>({conversion:r,priority:1})}}static importJSON(e){const r=new t(e.reviewId);return r.setFormat(e.format),r.setIndent(e.indent),r.setDirection(e.direction),r}exportJSON(){return Object.assign(Object.assign({},super.exportJSON()),{type:"insert",version:1,reviewId:this.__reviewId})}isInline(){return!0}}function r(e){const r=e.getAttribute("data-review-id")||crypto.randomUUID();return{node:new t(r)}}export{t as InsertNode};
|
|
2
2
|
//# sourceMappingURL=InsertNode.js.map
|
package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useLayoutEffect as r}from"react";import{useLexicalComposerContext as o}from"@lexical/react/LexicalComposerContext";import{FOCUS_COMMAND as
|
|
1
|
+
import{useLayoutEffect as r}from"react";import{useLexicalComposerContext as o}from"@lexical/react/LexicalComposerContext";import{FOCUS_COMMAND as e,COMMAND_PRIORITY_CRITICAL as t,BLUR_COMMAND as m}from"lexical";import{mergeRegister as i}from"@lexical/utils";const l=({onFocus:l,onBlur:c,editorRef:n})=>{const[a]=o();return r(()=>{n&&(n.current=a),l&&i(a.registerCommand(e,(r,o)=>(l(r,o),!1),t)),c&&i(a.registerCommand(m,(r,o)=>(c(r,o),!1),t))},[a]),null};export{l as LayoutPlugin};
|
|
2
2
|
//# sourceMappingURL=LayoutPlugin.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"./theme.css.js";
|
|
1
|
+
import"./theme.css.js";const e={characterLimit:"PlaygroundEditorTheme__characterLimit",code:"PlaygroundEditorTheme__code",codeHighlight:{atrule:"PlaygroundEditorTheme__tokenAttr",attr:"PlaygroundEditorTheme__tokenAttr",boolean:"PlaygroundEditorTheme__tokenProperty",builtin:"PlaygroundEditorTheme__tokenSelector",cdata:"PlaygroundEditorTheme__tokenComment",char:"PlaygroundEditorTheme__tokenSelector",class:"PlaygroundEditorTheme__tokenFunction","class-name":"PlaygroundEditorTheme__tokenFunction",comment:"PlaygroundEditorTheme__tokenComment",constant:"PlaygroundEditorTheme__tokenProperty",deleted:"PlaygroundEditorTheme__tokenProperty",doctype:"PlaygroundEditorTheme__tokenComment",entity:"PlaygroundEditorTheme__tokenOperator",function:"PlaygroundEditorTheme__tokenFunction",important:"PlaygroundEditorTheme__tokenVariable",inserted:"PlaygroundEditorTheme__tokenSelector",keyword:"PlaygroundEditorTheme__tokenAttr",namespace:"PlaygroundEditorTheme__tokenVariable",number:"PlaygroundEditorTheme__tokenProperty",operator:"PlaygroundEditorTheme__tokenOperator",prolog:"PlaygroundEditorTheme__tokenComment",property:"PlaygroundEditorTheme__tokenProperty",punctuation:"PlaygroundEditorTheme__tokenPunctuation",regex:"PlaygroundEditorTheme__tokenVariable",selector:"PlaygroundEditorTheme__tokenSelector",string:"PlaygroundEditorTheme__tokenSelector",symbol:"PlaygroundEditorTheme__tokenProperty",tag:"PlaygroundEditorTheme__tokenProperty",url:"PlaygroundEditorTheme__tokenOperator",variable:"PlaygroundEditorTheme__tokenVariable"},embedBlock:{base:"PlaygroundEditorTheme__embedBlock",focus:"PlaygroundEditorTheme__embedBlockFocus"},hashtag:"PlaygroundEditorTheme__hashtag",heading:{h1:"PlaygroundEditorTheme__h1",h2:"PlaygroundEditorTheme__h2",h3:"PlaygroundEditorTheme__h3",h4:"PlaygroundEditorTheme__h4",h5:"PlaygroundEditorTheme__h5",h6:"PlaygroundEditorTheme__h6"},image:"editor-image",link:"PlaygroundEditorTheme__link",list:{listitem:"PlaygroundEditorTheme__listItem",listitemChecked:"PlaygroundEditorTheme__listItemChecked",listitemUnchecked:"PlaygroundEditorTheme__listItemUnchecked",nested:{listitem:"PlaygroundEditorTheme__nestedListItem"},olDepth:["PlaygroundEditorTheme__ol1","PlaygroundEditorTheme__ol2","PlaygroundEditorTheme__ol3","PlaygroundEditorTheme__ol4","PlaygroundEditorTheme__ol5"],ul:"PlaygroundEditorTheme__ul"},ltr:"PlaygroundEditorTheme__ltr",mark:"PlaygroundEditorTheme__mark",markOverlap:"PlaygroundEditorTheme__markOverlap",paragraph:"PlaygroundEditorTheme__paragraph",quote:"PlaygroundEditorTheme__quote",rtl:"PlaygroundEditorTheme__rtl",table:"PlaygroundEditorTheme__table",tableCell:"PlaygroundEditorTheme__tableCell",tableCellHeader:"PlaygroundEditorTheme__tableCellHeader",text:{bold:"PlaygroundEditorTheme__textBold",code:"PlaygroundEditorTheme__textCode",italic:"PlaygroundEditorTheme__textItalic",strikethrough:"PlaygroundEditorTheme__textStrikethrough",subscript:"PlaygroundEditorTheme__textSubscript",superscript:"PlaygroundEditorTheme__textSuperscript",underline:"PlaygroundEditorTheme__textUnderline",underlineStrikethrough:"PlaygroundEditorTheme__textUnderlineStrikethrough"},deleteNode:"PlaygroundEditorTheme__delete-node",insertNode:"PlaygroundEditorTheme__insert-node",highlightButton:"PlaygroundEditorTheme__highlight-button"};export{e as default};
|
|
2
2
|
//# sourceMappingURL=theme.js.map
|
package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{$isAtNodeEnd as o}from"@lexical/selection";function e(e){
|
|
1
|
+
import{$isAtNodeEnd as o}from"@lexical/selection";function e(e){const r=e.anchor,c=e.focus,t=e.anchor.getNode(),n=e.focus.getNode();if(t===n)return t;return e.isBackward()?o(c)?t:n:o(r)?t:n}export{e as getSelectedNode};
|
|
2
2
|
//# sourceMappingURL=getSelectedNode.js.map
|