@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.
Files changed (438) hide show
  1. package/dist/cjs/features/CitationRenderer/CitationRenderer.js +1 -1
  2. package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
  3. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
  4. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
  5. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
  6. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
  7. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
  8. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
  9. package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
  10. package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
  11. package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  12. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
  13. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
  14. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
  15. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
  16. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
  17. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
  18. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
  19. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
  20. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
  21. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
  22. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
  23. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
  24. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +1 -1
  25. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  26. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
  27. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
  28. package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
  29. package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  30. package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +1 -1
  31. package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
  32. package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js +1 -1
  33. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  34. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  35. package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +1 -1
  36. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  37. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
  38. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
  39. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  40. package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
  41. package/dist/cjs/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
  42. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  43. package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  44. package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
  45. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
  46. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  47. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
  48. package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  49. package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
  50. package/dist/cjs/features/RequirementAI/components/ai-reasoning/CitationPdfRendererWrapper.js +1 -1
  51. package/dist/cjs/features/RequirementAI/components/ai-reasoning/CitationPdfViewer.js +1 -1
  52. package/dist/cjs/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
  53. package/dist/cjs/features/RequirementAI/components/ai-reasoning/pdfCitationUtils.js +1 -1
  54. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
  55. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
  56. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
  57. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
  58. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
  59. package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
  60. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
  61. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
  62. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
  63. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
  64. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
  65. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
  66. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
  67. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
  68. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
  69. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
  70. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
  71. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
  72. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
  73. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
  74. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
  75. package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
  76. package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
  77. package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
  78. package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
  79. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  80. package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  81. package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +1 -1
  82. package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +1 -1
  83. package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
  84. package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
  85. package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
  86. package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
  87. package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
  88. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
  89. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  90. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
  91. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
  92. package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
  93. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
  94. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
  95. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
  96. package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
  97. package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
  98. package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
  99. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
  100. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
  101. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
  102. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
  103. package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
  104. package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
  105. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  106. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  107. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
  108. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
  109. package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
  110. package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
  111. package/dist/cjs/features/RequirementAI/components/segment/Segment.js +1 -1
  112. package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
  113. package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  114. package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
  115. package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.js +1 -1
  116. package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
  117. package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
  118. package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
  119. package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
  120. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
  121. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  122. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
  123. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
  124. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
  125. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
  126. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
  127. package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
  128. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  129. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +1 -1
  130. package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  131. package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
  132. package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
  133. package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  134. package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +1 -1
  135. package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
  136. package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
  137. package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +1 -1
  138. package/dist/cjs/features/RequirementAI/icons/BrainRed.js +1 -1
  139. package/dist/cjs/features/RequirementAI/icons/CDIcon.js +1 -1
  140. package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +1 -1
  141. package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
  142. package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
  143. package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +1 -1
  144. package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
  145. package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
  146. package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +1 -1
  147. package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
  148. package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
  149. package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
  150. package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
  151. package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +1 -1
  152. package/dist/cjs/features/RequirementAI/shared/Accordian.js +1 -1
  153. package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +1 -1
  154. package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
  155. package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
  156. package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +1 -1
  157. package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +1 -1
  158. package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
  159. package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
  160. package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
  161. package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
  162. package/dist/cjs/features/RequirementAI/store/markdown-context.js +1 -1
  163. package/dist/cjs/features/RequirementAI/store/ref.context.js +1 -1
  164. package/dist/cjs/features/RequirementAI/utils/css.utils.js +1 -1
  165. package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +1 -1
  166. package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
  167. package/dist/cjs/features/RequirementAI/utils/json-helper.js +1 -1
  168. package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +1 -1
  169. package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  170. package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +1 -1
  171. package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
  172. package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
  173. package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
  174. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +1 -1
  175. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.js +1 -1
  176. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +1 -1
  177. package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +1 -1
  178. package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +1 -1
  179. package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
  180. package/dist/cjs/features/UserStoryImport/components/BackNav.js +1 -1
  181. package/dist/cjs/features/UserStoryImport/components/Badge.js +1 -1
  182. package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
  183. package/dist/cjs/features/UserStoryImport/components/CardGrid.js +1 -1
  184. package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +1 -1
  185. package/dist/cjs/features/UserStoryImport/components/ContentArea.js +1 -1
  186. package/dist/cjs/features/UserStoryImport/components/Footer.js +1 -1
  187. package/dist/cjs/features/UserStoryImport/components/Header.js +1 -1
  188. package/dist/cjs/features/UserStoryImport/components/NavRow.js +1 -1
  189. package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +1 -1
  190. package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +1 -1
  191. package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +1 -1
  192. package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +1 -1
  193. package/dist/cjs/features/UserStoryImport/components/SearchInput.js +1 -1
  194. package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +1 -1
  195. package/dist/cjs/features/UserStoryImport/components/ShowMore.js +1 -1
  196. package/dist/cjs/features/UserStoryImport/components/Sidebar.js +1 -1
  197. package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
  198. package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +1 -1
  199. package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +1 -1
  200. package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +1 -1
  201. package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +1 -1
  202. package/dist/cjs/features/UserStoryImport/components/Toolbar.js +1 -1
  203. package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +1 -1
  204. package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +1 -1
  205. package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
  206. package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
  207. package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +1 -1
  208. package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
  209. package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +1 -1
  210. package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
  211. package/dist/cjs/features/UserStoryImport/index.js +1 -1
  212. package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +1 -1
  213. package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +1 -1
  214. package/dist/cjs/features/UserStoryImport/lib/cn.js +1 -1
  215. package/dist/cjs/features/UserStoryImport/lib/dialog.js +1 -1
  216. package/dist/cjs/index.js +1 -1
  217. package/dist/features/CitationRenderer/CitationRenderer.js +1 -1
  218. package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
  219. package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
  220. package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
  221. package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
  222. package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
  223. package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
  224. package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
  225. package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
  226. package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
  227. package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
  228. package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
  229. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
  230. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
  231. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
  232. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
  233. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
  234. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
  235. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
  236. package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
  237. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
  238. package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +1 -1
  239. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
  240. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
  241. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +1 -1
  242. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
  243. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
  244. package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
  245. package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
  246. package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
  247. package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
  248. package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +1 -1
  249. package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
  250. package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js +1 -1
  251. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
  252. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
  253. package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +1 -1
  254. package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
  255. package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
  256. package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
  257. package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
  258. package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
  259. package/dist/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
  260. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
  261. package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
  262. package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
  263. package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
  264. package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
  265. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
  266. package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
  267. package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
  268. package/dist/features/RequirementAI/components/ai-reasoning/CitationPdfRendererWrapper.js +1 -1
  269. package/dist/features/RequirementAI/components/ai-reasoning/CitationPdfViewer.js +1 -1
  270. package/dist/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
  271. package/dist/features/RequirementAI/components/ai-reasoning/pdfCitationUtils.js +1 -1
  272. package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
  273. package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
  274. package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
  275. package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
  276. package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
  277. package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
  278. package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +1 -1
  279. package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
  280. package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
  281. package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
  282. package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
  283. package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
  284. package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
  285. package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
  286. package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
  287. package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
  288. package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
  289. package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
  290. package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
  291. package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
  292. package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
  293. package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
  294. package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
  295. package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
  296. package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
  297. package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
  298. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
  299. package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
  300. package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +1 -1
  301. package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +1 -1
  302. package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
  303. package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
  304. package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
  305. package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
  306. package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
  307. package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
  308. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
  309. package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
  310. package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
  311. package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
  312. package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
  313. package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
  314. package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
  315. package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
  316. package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
  317. package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
  318. package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
  319. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
  320. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
  321. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
  322. package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
  323. package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
  324. package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
  325. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
  326. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
  327. package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
  328. package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
  329. package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
  330. package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
  331. package/dist/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
  332. package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
  333. package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
  334. package/dist/features/RequirementAI/components/story-screen/CompletionPanel.js +1 -1
  335. package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
  336. package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
  337. package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
  338. package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
  339. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
  340. package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
  341. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
  342. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
  343. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
  344. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
  345. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
  346. package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
  347. package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
  348. package/dist/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +1 -1
  349. package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
  350. package/dist/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
  351. package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
  352. package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
  353. package/dist/features/RequirementAI/icons/AiGapIcon.js +1 -1
  354. package/dist/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
  355. package/dist/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
  356. package/dist/features/RequirementAI/icons/BookmarkIcon.js +1 -1
  357. package/dist/features/RequirementAI/icons/BrainRed.js +1 -1
  358. package/dist/features/RequirementAI/icons/CDIcon.js +1 -1
  359. package/dist/features/RequirementAI/icons/CheckIcon.js +1 -1
  360. package/dist/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
  361. package/dist/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
  362. package/dist/features/RequirementAI/icons/CognitiveDecision.js +1 -1
  363. package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
  364. package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
  365. package/dist/features/RequirementAI/icons/PencilIcon.js +1 -1
  366. package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
  367. package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
  368. package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
  369. package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
  370. package/dist/features/RequirementAI/icons/TrashIcon.js +1 -1
  371. package/dist/features/RequirementAI/shared/Accordian.js +1 -1
  372. package/dist/features/RequirementAI/shared/AtomicButton.js +1 -1
  373. package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
  374. package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
  375. package/dist/features/RequirementAI/shared/CodeViewer.js +1 -1
  376. package/dist/features/RequirementAI/shared/ExpandableOl.js +1 -1
  377. package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
  378. package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
  379. package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
  380. package/dist/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
  381. package/dist/features/RequirementAI/store/markdown-context.js +1 -1
  382. package/dist/features/RequirementAI/store/ref.context.js +1 -1
  383. package/dist/features/RequirementAI/utils/css.utils.js +1 -1
  384. package/dist/features/RequirementAI/utils/diff-edit.utils.js +1 -1
  385. package/dist/features/RequirementAI/utils/helpers.js +1 -1
  386. package/dist/features/RequirementAI/utils/json-helper.js +1 -1
  387. package/dist/features/RequirementAI/utils/learned-tag.utils.js +1 -1
  388. package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
  389. package/dist/features/RequirementAI/utils/user-story.utils.js +1 -1
  390. package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
  391. package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
  392. package/dist/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
  393. package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +1 -1
  394. package/dist/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.js +1 -1
  395. package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +1 -1
  396. package/dist/features/UserStoryImport/UserStoryPicker.context.js +1 -1
  397. package/dist/features/UserStoryImport/UserStoryPicker.js +1 -1
  398. package/dist/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
  399. package/dist/features/UserStoryImport/components/BackNav.js +1 -1
  400. package/dist/features/UserStoryImport/components/Badge.js +1 -1
  401. package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
  402. package/dist/features/UserStoryImport/components/CardGrid.js +1 -1
  403. package/dist/features/UserStoryImport/components/CardProceedButton.js +1 -1
  404. package/dist/features/UserStoryImport/components/ContentArea.js +1 -1
  405. package/dist/features/UserStoryImport/components/Footer.js +1 -1
  406. package/dist/features/UserStoryImport/components/Header.js +1 -1
  407. package/dist/features/UserStoryImport/components/NavRow.js +1 -1
  408. package/dist/features/UserStoryImport/components/ProceedButton.js +1 -1
  409. package/dist/features/UserStoryImport/components/ProjectCard.js +1 -1
  410. package/dist/features/UserStoryImport/components/ResizeHandle.js +1 -1
  411. package/dist/features/UserStoryImport/components/ScopeDropdown.js +1 -1
  412. package/dist/features/UserStoryImport/components/SearchInput.js +1 -1
  413. package/dist/features/UserStoryImport/components/SectionHeading.js +1 -1
  414. package/dist/features/UserStoryImport/components/ShowMore.js +1 -1
  415. package/dist/features/UserStoryImport/components/Sidebar.js +1 -1
  416. package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
  417. package/dist/features/UserStoryImport/components/SidebarProjectList.js +1 -1
  418. package/dist/features/UserStoryImport/components/SidebarSection.js +1 -1
  419. package/dist/features/UserStoryImport/components/SortDropdown.js +1 -1
  420. package/dist/features/UserStoryImport/components/SplitLayout.js +1 -1
  421. package/dist/features/UserStoryImport/components/Toolbar.js +1 -1
  422. package/dist/features/UserStoryImport/components/TypeDropdown.js +1 -1
  423. package/dist/features/UserStoryImport/components/UserStoryCard.js +1 -1
  424. package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
  425. package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
  426. package/dist/features/UserStoryImport/components/usePanelResize.js +1 -1
  427. package/dist/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
  428. package/dist/features/UserStoryImport/hooks/useUSPData.js +1 -1
  429. package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
  430. package/dist/features/UserStoryImport/index.js +1 -1
  431. package/dist/features/UserStoryImport/lib/CustomTooltip.js +1 -1
  432. package/dist/features/UserStoryImport/lib/Tooltip.js +1 -1
  433. package/dist/features/UserStoryImport/lib/cn.js +1 -1
  434. package/dist/features/UserStoryImport/lib/dialog.js +1 -1
  435. package/dist/index.js +1 -1
  436. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +11 -2
  437. package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
  438. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- import{__assign as n}from"tslib";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{useState as e,useEffect as l,useMemo as t}from"react";import{Tooltip as c}from"@mui/material";import s from"../../../../icons/AiReasoningIcon.js";import{Check as r,Loader as a,ExternalLink as d,ChevronUp as u,ChevronDown as v}from"lucide-react";import m from"../../../ai-reasoning/AiReasoningCitationContent.js";import h from"./GapItem.module.css.js";import{useRequirementAI as y}from"../../../RequirementAIWrapper/RequirementAIWrapper.js";var S=function(S){var g,p,I,x,C,k,f,R,N,w,L,z,A,B,T,_,b,j,H,M,D,G,P,q,F,W=S.item;S.index,S.title;var E=S.isProcessingGapItems,U=S.type,J=S.onClickAiReasoning,K=S.handleFixRisk,O=S.handleHighlightGapContent,Q=S.customStyles,V=S.customIcons,X=e(!1),Y=X[0],Z=X[1],$=e(!1),nn=$[0],on=$[1],en=e(!1),ln=en[0],tn=en[1],cn=function(){try{return y()}catch(n){return null}}(),sn=null==Q?void 0:Q.gapItem,rn="gap_id"in W?W.gap_id:W.risk_id,an="gap_name"in W?W.gap_name:W.risk_name;l(function(){"completed"===(null==W?void 0:W.status)&&Z(!1)},[null==W?void 0:W.status]),l(function(){E||Z(!1)},[E]);var dn=t(function(){return{id:rn,reason:W.reason||"",relevance_score:Number(W.decision_strength.replace("%","")),gap:W.gap||"",explanation:W.explanation||""}},[W]),un=(null===(g=null==V?void 0:V.icons)||void 0===g?void 0:g.checkIcon)||r,vn=(null===(p=null==V?void 0:V.icons)||void 0===p?void 0:p.loaderIcon)||a,mn=(null===(I=null==V?void 0:V.icons)||void 0===I?void 0:I.externalLinkIcon)||d,hn=(null===(x=null==V?void 0:V.icons)||void 0===x?void 0:x.aiReasoningIcon)||s,yn=(null===(C=null==V?void 0:V.icons)||void 0===C?void 0:C.chevronUpIcon)||u,Sn=(null===(k=null==V?void 0:V.icons)||void 0===k?void 0:k.chevronDownIcon)||v,gn=(null==sn?void 0:sn.fixButtonText)||"Fix";return o(c,n({title:an,arrow:!1!==(null==sn?void 0:sn.tooltipArrow)},{children:i("div",n({className:"".concat(h.container," ").concat(ln?h.containerHovered:""),style:n(n({},null==sn?void 0:sn.container),ln?null==sn?void 0:sn.containerHover:{}),onMouseEnter:function(){return tn(!0)},onMouseLeave:function(){return tn(!1)}},{children:[i("div",n({className:h.topRow,style:null==sn?void 0:sn.topRow},{children:[i("div",n({className:h.contentArea,style:null==sn?void 0:sn.contentArea},{children:[i("p",n({className:h.itemText},{children:[i("span",n({className:h.idText,style:null==sn?void 0:sn.idText},{children:[U,"-",rn]})),o("span",n({className:h.nameText,style:null==sn?void 0:sn.nameText},{children:an}))]})),i("span",n({onClick:function(){null==J||J(),on(!nn)},className:h.aiReasoningToggle,style:null==sn?void 0:sn.aiReasoningToggle},{children:[o(hn,{}),nn?o(yn,{className:h.chevronIcon,style:n({color:null===(f=null==V?void 0:V.iconColors)||void 0===f?void 0:f.chevronIcon,width:null===(R=null==V?void 0:V.iconSizes)||void 0===R?void 0:R.chevronIcon,height:null===(N=null==V?void 0:V.iconSizes)||void 0===N?void 0:N.chevronIcon},null==sn?void 0:sn.aiReasoningChevron)}):o(Sn,{className:h.chevronIcon,style:n({color:null===(w=null==V?void 0:V.iconColors)||void 0===w?void 0:w.chevronIcon,width:null===(L=null==V?void 0:V.iconSizes)||void 0===L?void 0:L.chevronIcon,height:null===(z=null==V?void 0:V.iconSizes)||void 0===z?void 0:z.chevronIcon},null==sn?void 0:sn.aiReasoningChevron)})]}))]})),i("div",n({className:h.actionsContainer,style:null==sn?void 0:sn.actionsContainer},{children:[Y?o(vn,{className:h.loaderIcon,style:n({color:null===(A=null==V?void 0:V.iconColors)||void 0===A?void 0:A.loaderIcon,width:null===(B=null==V?void 0:V.iconSizes)||void 0===B?void 0:B.loaderIcon,height:null===(T=null==V?void 0:V.iconSizes)||void 0===T?void 0:T.loaderIcon},null==sn?void 0:sn.loaderIcon)}):"in-progress"===W.status?o("button",n({onClick:function(){return K(W)},disabled:E,className:"".concat(h.fixButton," ").concat(E?h.fixButtonDisabled:""),style:n(n({},null==sn?void 0:sn.fixButton),E?null==sn?void 0:sn.fixButtonDisabled:{})},{children:gn})):o(un,{className:h.checkIcon,style:n({color:null===(_=null==V?void 0:V.iconColors)||void 0===_?void 0:_.checkIcon,width:null===(b=null==V?void 0:V.iconSizes)||void 0===b?void 0:b.checkIcon,height:null===(j=null==V?void 0:V.iconSizes)||void 0===j?void 0:j.checkIcon},null==sn?void 0:sn.checkIcon)}),o("button",n({className:h.externalLinkButton,onClick:function(){return O(W)},style:null==sn?void 0:sn.externalLinkButton},{children:o(mn,{className:"".concat(h.externalLinkIcon," ").concat(ln?h.externalLinkIconHovered:""),style:{color:ln?(null===(H=null==V?void 0:V.iconColors)||void 0===H?void 0:H.externalLinkIconHover)||(null===(M=null==V?void 0:V.iconColors)||void 0===M?void 0:M.externalLinkIcon):null===(D=null==V?void 0:V.iconColors)||void 0===D?void 0:D.externalLinkIcon,width:null===(G=null==V?void 0:V.iconSizes)||void 0===G?void 0:G.externalLinkIcon,height:null===(P=null==V?void 0:V.iconSizes)||void 0===P?void 0:P.externalLinkIcon}})}))]}))]})),nn&&o("div",n({className:h.aiReasoningContent,style:null==sn?void 0:sn.aiReasoningContent},{children:o(m,{aiReason:dn,scenario:"riskSideBar",customStyles:(null===(F=null===(q=null==cn?void 0:cn.customStyles)||void 0===q?void 0:q.userStoryScreenStyles)||void 0===F?void 0:F.userStoryContentStyles)?{aiReasoningPill:cn.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningPill,aiReasoningMarkdown:cn.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningMarkdown,aiReasoningAccordion:cn.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningAccordion,aiReasoningContent:cn.customStyles.userStoryScreenStyles.userStoryContentStyles.aiReasoningContent}:void 0})}))]}))}))};export{S as default};
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{__assign as n}from"tslib";import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t}from"react";import{ChevronUp as i}from"lucide-react";import l from"../GapItem/GapItem.js";import a from"./RiskCategorySection.module.css.js";var c=function(c){var s,r,d,u,v=c.title,g=c.items,m=c.badgeColorClass,h=c.defaultOpen,p=void 0!==h&&h,f=c.type,y=c.isProcessingGapItems,B=c.onClickAiReasoning,C=c.handleFixRisk,I=c.handleHighlightGapContent,N=c.customStyles,S=c.customIcons,k=t(p),x=k[0],G=k[1],R=t(!1),b=R[0],A=R[1],H=null==N?void 0:N.riskCategorySection,j=(null===(s=null==S?void 0:S.icons)||void 0===s?void 0:s.chevronUpIcon)||i;if(0===g.length)return null;var w={Critical:null==H?void 0:H.criticalBadge,Warning:null==H?void 0:H.warningBadge,Suggestion:null==H?void 0:H.suggestionBadge}[v],O={critical:a.statusBadgeCritical,warning:a.statusBadgeWarning,suggestion:a.statusBadgeSuggestion}[m]||"";return e("div",n({className:a.container,style:null==H?void 0:H.container},{children:[e("button",n({onClick:function(){return G(!x)},className:"".concat(a.headerButton," ").concat(x?a.headerButtonOpen:""),style:n(n(n({},null==H?void 0:H.headerButton),b?null==H?void 0:H.headerButtonHover:{}),x?null==H?void 0:H.headerButtonOpen:{}),onMouseEnter:function(){return A(!0)},onMouseLeave:function(){return A(!1)}},{children:[e("div",n({className:a.badgeGroup},{children:[o("span",n({className:"".concat(a.statusBadge," ").concat(O),style:n(n({},null==H?void 0:H.statusBadge),w)},{children:v})),e("span",n({className:a.countBadge,style:null==H?void 0:H.countBadge},{children:["(",g.length,")"]}))]})),o(j,{className:"".concat(a.chevronIcon," ").concat(x?"":a.chevronRotated),style:n({color:null===(r=null==S?void 0:S.iconColors)||void 0===r?void 0:r.chevronIcon,width:null===(d=null==S?void 0:S.iconSizes)||void 0===d?void 0:d.chevronIcon,height:null===(u=null==S?void 0:S.iconSizes)||void 0===u?void 0:u.chevronIcon},null==H?void 0:H.chevronIcon)})]})),o("div",n({className:"".concat(a.contentArea," ").concat(x?"":a.contentHidden),style:null==H?void 0:H.contentArea},{children:g.length>0?g.map(function(n,e){return o(l,{item:n,index:e,title:v,type:f,isProcessingGapItems:y,onClickAiReasoning:B,handleFixRisk:C,handleHighlightGapContent:I,customStyles:N,customIcons:S},e)}):o("p",n({className:a.emptyText,style:null==H?void 0:H.emptyText},{children:"No items found."}))}))]}))};export{c as default};
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{__assign as i}from"tslib";import{jsxs as t,jsx as e}from"react/jsx-runtime";import l from"./RiskSidebarCategorySection.module.css.js";var n=function(n){var o=n.title,a=n.length,r=n.badgeColorClass,s=n.customStyles,g=null==s?void 0:s.riskSidebarCategorySection,d={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}[o],c={critical:l.critical,warning:l.warning,suggestion:l.suggestion}[r]||"";return t("div",i({className:"".concat(l.badge," ").concat(c),style:i(i({},null==g?void 0:g.badge),d)},{children:[e("span",i({style:null==g?void 0:g.countText},{children:a})),e("span",i({style:null==g?void 0:g.titleText},{children:o}))]}))};export{n as default};
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
@@ -1,2 +1,2 @@
1
- import{__assign as i}from"tslib";import{jsxs as n,jsx as o,Fragment as l}from"react/jsx-runtime";import{useState as e,useMemo as t}from"react";import{Bookmark as a,ChevronDown as s,ChevronRight as d,Info as r}from"lucide-react";import{Tooltip as c}from"@mui/material";import{v4 as u}from"uuid";import v from"../RiskSidebarCategorySection/RiskSidebarCategorySection.js";import m from"../RiskCategorySection/RiskCategorySection.js";import h from"./StoryNode.module.css.js";var g=function(i){var n,o,l,e,t,a,s,d=(null===(o=null===(n=i.display_items)||void 0===n?void 0:n.critical)||void 0===o?void 0:o.length)||0,r=(null===(e=null===(l=i.display_items)||void 0===l?void 0:l.warning)||void 0===e?void 0:e.length)||0,c=(null===(a=null===(t=i.display_items)||void 0===t?void 0:t.recommendation)||void 0===a?void 0:a.length)||0;if((null===(s=i.sub_feature)||void 0===s?void 0:s.length)>0)for(var u=0,v=i.sub_feature;u<v.length;u++){var m=v[u],h=g(m);d+=h.critical,r+=h.warning,c+=h.recommendation}return{critical:d,warning:r,recommendation:c}};function p(n,l,e,t){for(var a,s=[],d=/<learned>(.*?)<\/learned>/g,v=0,m=0,g=l||r;null!==(a=d.exec(n));){a[0];var p=a[1],y=a.index;y>v&&s.push(o("span",{children:n.slice(v,y)},"text-pre-".concat(m++))),s.push(o(c,i({title:p,placement:"top"},{children:o(g,{size:t||16,className:h.infoIcon,style:{color:e,width:t,height:t}})}),"tooltip-".concat(u()))),v=d.lastIndex}return v<(null==n?void 0:n.length)&&s.push(o("span",{children:n.slice(v)},"text-post-".concat(m++))),s}var y=function(r){var u,C,f,I,S,k,b,N,w,R,_,x,G,z,A,F,W,H,P,L,j,O,B,D,M=r.story,T=r.depth,E=void 0===T?0:T,J=r.onClickStoryNodeCallback,q=r.type,K=r.isProcessingGapItems,Q=r.onClickAiReasoning,U=r.handleFixRisk,V=r.handleHighlightGapContent,X=r.customStyles,Y=r.customIcons,Z=r.onSelectStory,$=r.rootArtifactId,ii=void 0===$?M.id:$,ni=e(0===E),oi=ni[0],li=ni[1],ei=e(!1),ti=ei[0],ai=ei[1],si=null==X?void 0:X.storyNode,di=(null===(u=null==Y?void 0:Y.icons)||void 0===u?void 0:u.bookmarkIcon)||a,ri=(null===(C=null==Y?void 0:Y.icons)||void 0===C?void 0:C.chevronDownIcon)||s,ci=(null===(f=null==Y?void 0:Y.icons)||void 0===f?void 0:f.chevronRightIcon)||d,ui=t(function(){return M.display_items.critical.length>0?"Critical":M.display_items.warning.length>0?"Warning":M.display_items.recommendation.length>0?"Suggestion":null},[M.display_items,q]),vi=t(function(){return g(M)},[M]),mi=0===((null===(S=null===(I=M.display_items)||void 0===I?void 0:I.critical)||void 0===S?void 0:S.length)||0)+((null===(b=null===(k=M.display_items)||void 0===k?void 0:k.warning)||void 0===b?void 0:b.length)||0)+((null===(w=null===(N=M.display_items)||void 0===N?void 0:N.recommendation)||void 0===w?void 0:w.length)||0);return n("div",i({className:"".concat(h.container," ").concat(E>0?h.nestedContainer:""),style:i(i({},null==si?void 0:si.container),E>0?null==si?void 0:si.nestedContainer:{})},{children:[n("div",i({onClick:function(){li(!oi),null==J||J(),null==Z||Z(ii)},className:h.headerRow,style:i(i({},null==si?void 0:si.headerRow),ti?null==si?void 0:si.headerRowHover:{}),onMouseEnter:function(){return ai(!0)},onMouseLeave:function(){return ai(!1)}},{children:[o("div",i({className:h.chevronWrapper,style:null==si?void 0:si.chevronWrapper},{children:oi?o(ri,{className:h.chevronIcon,style:{color:null===(R=null==Y?void 0:Y.iconColors)||void 0===R?void 0:R.chevronIcon,width:null===(_=null==Y?void 0:Y.iconSizes)||void 0===_?void 0:_.chevronIcon,height:null===(x=null==Y?void 0:Y.iconSizes)||void 0===x?void 0:x.chevronIcon}}):o(ci,{className:h.chevronIcon,style:{color:null===(G=null==Y?void 0:Y.iconColors)||void 0===G?void 0:G.chevronIcon,width:null===(z=null==Y?void 0:Y.iconSizes)||void 0===z?void 0:z.chevronIcon,height:null===(A=null==Y?void 0:Y.iconSizes)||void 0===A?void 0:A.chevronIcon}})})),n("div",i({className:h.headerContent,style:null==si?void 0:si.headerContent},{children:[n("div",i({className:h.artifactIdRow,style:null==si?void 0:si.artifactIdRow},{children:[o(di,{className:h.bookmarkIcon,style:{color:null===(F=null==Y?void 0:Y.iconColors)||void 0===F?void 0:F.bookmarkIcon,width:null===(W=null==Y?void 0:Y.iconSizes)||void 0===W?void 0:W.bookmarkIcon,height:null===(H=null==Y?void 0:Y.iconSizes)||void 0===H?void 0:H.bookmarkIcon}}),o("span",i({style:null==si?void 0:si.artifactIdText},{children:M.artifactTitleID}))]})),o(c,i({title:p(M.title,null===(P=null==Y?void 0:Y.icons)||void 0===P?void 0:P.infoIcon,null===(L=null==Y?void 0:Y.iconColors)||void 0===L?void 0:L.infoIcon,null===(j=null==Y?void 0:Y.iconSizes)||void 0===j?void 0:j.infoIcon),arrow:!0},{children:o("h3",i({className:h.title,style:i(i({},null==si?void 0:si.title),ti?null==si?void 0:si.titleHover:{})},{children:p(M.title,null===(O=null==Y?void 0:Y.icons)||void 0===O?void 0:O.infoIcon,null===(B=null==Y?void 0:Y.iconColors)||void 0===B?void 0:B.infoIcon,null===(D=null==Y?void 0:Y.iconSizes)||void 0===D?void 0:D.infoIcon)}))})),!oi&&o("div",i({className:h.collapsedSummary,style:null==si?void 0:si.collapsedSummary},{children:(0===E||vi.critical+vi.warning+vi.recommendation>0)&&n(l,{children:[o("span",i({className:h.summaryLabel,style:null==si?void 0:si.summaryLabel},{children:"Gap"===q?"Gaps : ":"Risks : "})),n("div",i({className:h.summaryBadgesContainer,style:null==si?void 0:si.summaryBadgesContainer},{children:[vi.critical>0&&o(v,{title:"Critical",length:vi.critical,badgeColorClass:"critical",customStyles:X}),vi.warning>0&&o(v,{title:"Warning",length:vi.warning,badgeColorClass:"warning",customStyles:X}),vi.recommendation>0&&o(v,{title:"JAS",length:vi.recommendation,badgeColorClass:"suggestion",customStyles:X})]}))]})}))]}))]})),oi&&n("div",i({className:h.expandedContent,style:null==si?void 0:si.expandedContent},{children:[o("div",i({className:h.expandedInnerPadding,style:null==si?void 0:si.expandedInnerPadding},{children:mi?E>0&&o("span",i({className:h.summaryLabel,style:null==si?void 0:si.summaryLabel},{children:"Gaps: No Gaps Found"})):n("div",i({className:h.itemsContainer,style:null==si?void 0:si.itemsContainer},{children:[o(m,{title:"Critical",items:M.display_items.critical,badgeColorClass:"critical",defaultOpen:"Critical"===ui,type:q,isProcessingGapItems:K,onClickAiReasoning:Q,handleFixRisk:U,handleHighlightGapContent:V,customStyles:X,customIcons:Y}),o(m,{title:"Warning",items:M.display_items.warning,badgeColorClass:"warning",defaultOpen:"Warning"===ui,type:q,isProcessingGapItems:K,onClickAiReasoning:Q,handleFixRisk:U,handleHighlightGapContent:V,customStyles:X,customIcons:Y}),o(m,{title:"Suggestion",items:M.display_items.recommendation,badgeColorClass:"suggestion",defaultOpen:"Suggestion"===ui,type:q,isProcessingGapItems:K,onClickAiReasoning:Q,handleFixRisk:U,handleHighlightGapContent:V,customStyles:X,customIcons:Y})]}))})),M.sub_feature&&M.sub_feature.length>0&&o("div",i({className:h.subFeaturesWrapper,style:null==si?void 0:si.subFeaturesWrapper},{children:M.sub_feature.map(function(i,n){return o(y,{story:i,depth:E+1,onClickStoryNodeCallback:J,type:q,isProcessingGapItems:K,onClickAiReasoning:Q,handleFixRisk:U,handleHighlightGapContent:V,customStyles:X,customIcons:Y,onSelectStory:Z,rootArtifactId:ii},n)})}))]}))]}))};export{y as default,p as replaceLearnedTagsWithInfo};
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
- import{__assign as t}from"tslib";var r=function(t,e){var i;return{title:t.title,artifactTitleID:e,gap_items:{critical:[],warning:[],recommendation:[]},id:t.artifactId,sub_feature:(null!==(i=t.sub_features)&&void 0!==i?i:[]).map(function(t,i){var n="".concat(e,"-").concat(String.fromCharCode(65+i));return r(t,n)})}},e=function(e,i,n){var a=e.map(function(t,e){return r(t,n[e])});return Object.keys(i.gap_items).forEach(function(r){i.gap_items[r].forEach(function(e){!function(r,e,i){var n,a=function(t){if(t.startsWith("N/A"))return{isArtifactLevel:!0,storyId:"",subId:""};var r=t.indexOf("/");return-1===r?{isArtifactLevel:!1,storyId:t,subId:"null"}:{isArtifactLevel:!1,storyId:t.substring(0,r),subId:t.substring(r+1)}}(i.user_story_id),u=a.isArtifactLevel,o=a.storyId,s=a.subId;if(u)r.length>0?r[0].gap_items[e].push(t({},i)):console.warn("[buildStoryWithGap] No stories available for artifact-level gap:",i.user_story_id);else{var c=r.findIndex(function(t){return t.id===o}),d=r[c];if(d){var f=d.sub_feature.findIndex(function(t){return t.id===s}),m="null"===s.toLowerCase()?d:null===(n=d.sub_feature)||void 0===n?void 0:n[f];m?m.gap_items[e].push(t({},i)):console.warn("[buildStoryWithGap] Target story/sub-feature not found:",{storyId:o,subId:s})}}}(a,r,e)})}),a},i=function(r,e){return t(t({},r),{gap_items:{critical:r.gap_items.critical.map(function(r){return r.gap_id===e?t(t({},r),{status:"completed"}):t({},r)}),warning:r.gap_items.warning.map(function(r){return r.gap_id===e?t(t({},r),{status:"completed"}):t({},r)}),recommendation:r.gap_items.recommendation.map(function(r){return r.gap_id===e?t(t({},r),{status:"completed"}):t({},r)})},sub_feature:r.sub_feature.map(function(t){return i(t,e)})})},n=function(r,e){return{gap_items:{critical:r.gap_items.critical.map(function(r){return r.gap_id===e?t(t({},r),{status:"completed"}):t({},r)}),warning:r.gap_items.warning.map(function(r){return r.gap_id===e?t(t({},r),{status:"completed"}):t({},r)}),recommendation:r.gap_items.recommendation.map(function(r){return r.gap_id===e?t(t({},r),{status:"completed"}):t({},r)})}}};export{e as buildStoryWithGap,n as updateGapInRawData,i as updateGapStory};
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
- import{__assign as t}from"tslib";var i=function(t,r){var e;return{title:t.title,artifactTitleID:r,risk_items:{critical:[],warning:[],recommendation:[]},id:t.artifactId,sub_feature:(null!==(e=t.sub_features)&&void 0!==e?e:[]).map(function(t,e){var n="".concat(r,"-").concat(String.fromCharCode(65+e));return i(t,n)})}},r=function(r,e,n){var s=r.map(function(t,r){return i(t,n[r])});return Object.keys(e.risk_items).forEach(function(i){e.risk_items[i].forEach(function(r){!function(i,r,e){var n,s=function(t){if(t.startsWith("N/A"))return{isArtifactLevel:!0,storyId:"",subId:""};var i=t.indexOf("/");return-1===i?{isArtifactLevel:!1,storyId:t,subId:"null"}:{isArtifactLevel:!1,storyId:t.substring(0,i),subId:t.substring(i+1)}}(e.user_story_id),u=s.isArtifactLevel,a=s.storyId,o=s.subId;if(u)i.length>0?i[0].risk_items[r].push(t({},e)):console.warn("[buildStoryWithRisk] No stories available for artifact-level risk:",e.user_story_id);else{var c=i.findIndex(function(t){return t.id===a}),d=i[c];if(d){var f=d.sub_feature.findIndex(function(t){return t.id===o}),m="null"===o.toLowerCase()?d:null===(n=d.sub_feature)||void 0===n?void 0:n[f];m?m.risk_items[r].push(t({},e)):console.warn("[buildStoryWithRisk] Target story/sub-feature not found:",{storyId:a,subId:o})}}}(s,i,r)})}),s},e=function(i,r){return t(t({},i),{risk_items:{critical:i.risk_items.critical.map(function(i){return i.risk_id===r?t(t({},i),{status:"completed"}):t({},i)}),warning:i.risk_items.warning.map(function(i){return i.risk_id===r?t(t({},i),{status:"completed"}):t({},i)}),recommendation:i.risk_items.recommendation.map(function(i){return i.risk_id===r?t(t({},i),{status:"completed"}):t({},i)})},sub_feature:i.sub_feature.map(function(t){return e(t,r)})})},n=function(i,r){return{risk_items:{critical:i.risk_items.critical.map(function(i){return i.risk_id===r?t(t({},i),{status:"completed"}):t({},i)}),warning:i.risk_items.warning.map(function(i){return i.risk_id===r?t(t({},i),{status:"completed"}):t({},i)}),recommendation:i.risk_items.recommendation.map(function(i){return i.risk_id===r?t(t({},i),{status:"completed"}):t({},i)})}}};export{r as buildStoryWithRisk,n as updateRiskInRawData,e as updateStory};
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{__assign as r}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Tooltip as o}from"@mui/material";import t from"./RecommendationBlock.module.css.js";var i=function(i){var m=i.label,n=i.customStyles;return e("span",r({className:t.recommendationBlockContainer,style:null==n?void 0:n.container},{children:e(o,r({title:m},{children:e("span",{children:"RECOMMENDATION"})}))}))};export{i as default};
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{__assign as n}from"tslib";import{jsx as t}from"react/jsx-runtime";import{createContext as i,useState as e,useMemo as o,useCallback as r,useContext as s}from"react";import{RefProvider as a}from"../../store/ref.context.js";var u;!function(n){n.WAITING="waiting",n.IN_PROGRESS="in_progress",n.GENERATED="generated",n.FAILED="failed",n.GENERATE="generate",n.APPROVED="approved"}(u||(u={}));var c=i(null),f=function(i){var s=i.children,u=i.userStory,f=i.setUserStory,g=i.aiReasoning,d=i.setAiReasoning,l=i.citations,C=i.setCitations,h=i.apiCachingConfig,m=i.customStyles,p=i.customIcons,v=i.searchQueryList,S=i.searchQueryReasoningIdList,y=i.citationConfig,I=i.chatHistory,R=i.chatCitationConfigs,A=i.gptCitationConfigs,E=i.diffEditConfig,x=i.aiReasoningAccordionOpenStates,N=i.persistedDataFiles,D=i.inlineUpdateComponentConfig,L=i.segmentComponentConfig,_=i.sectionStatusConfig,b=i.customSectionConfig,w=e(0),F=w[0],G=w[1],H=o(function(){if(0===u.length||0===g.length)return Array(u.length).fill(0);var n=Array.from({length:u.length},function(){return[]});return g.forEach(function(t){var i=Number(t.relevance_score);if(!(isNaN(i)||i<=0)){var e="ai_reasoning$".concat(t.id),o=u.findIndex(function(n){var t;return n.value.includes(e)||(null===(t=n.sub_features)||void 0===t?void 0:t.some(function(n){return n.value.includes(e)}))});-1!==o&&n[o].push(i)}}),n.map(function(n){return 0===n.length?0:Math.round(n.reduce(function(n,t){return n+t},0)/n.length)})},[u,g]),O=r(function(n){var t,i=u.findIndex(function(t){return t.artifactId===n});return-1===i?0:null!==(t=H[i])&&void 0!==t?t:0},[u,H]);return t(c.Provider,n({value:{chatHistory:I,userStory:u,setUserStory:f,aiReasoning:g,setAiReasoning:d,citations:l,setCitations:C,apiCachingConfig:h,customStyles:m,customIcons:p,searchQueryList:v,searchQueryReasoningIdList:S,citationConfig:y,getAvgScoreForStory:O,chatCitationConfigs:R,gptCitationConfigs:A,diffEditConfig:E,aiReasoningAccordionOpenStates:x,persistedDataFiles:N,currentHighlightIndex:F,setCurrentHighlightIndex:G,inlineUpdateComponentConfig:D,segmentComponentConfig:L,sectionStatusConfig:_,customSectionConfig:b}},{children:t(a,{children:s})}))},g=function(){var n=s(c);if(!n)throw new Error("useRequirementAI must be used within RequirementAIWrapper");return n};export{u as SectionStatus,f as default,g as useRequirementAI};
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{__assign as e}from"tslib";import{jsxs as t,Fragment as o,jsx as r}from"react/jsx-runtime";import{useRef as i,useState as n,useEffect as l}from"react";import{LexicalComposer as a}from"@lexical/react/LexicalComposer";import{HistoryPlugin as c}from"@lexical/react/LexicalHistoryPlugin";import{OnChangePlugin as m}from"@lexical/react/LexicalOnChangePlugin";import{TabIndentationPlugin as u}from"@lexical/react/LexicalTabIndentationPlugin";import{ListNode as s,ListItemNode as p}from"@lexical/list";import{ListPlugin as f}from"@lexical/react/LexicalListPlugin";import{LinkPlugin as d}from"@lexical/react/LexicalLinkPlugin";import{LinkNode as g}from"@lexical/link";import{QuoteNode as x,HeadingNode as h}from"@lexical/rich-text";import{TablePlugin as v}from"@lexical/react/LexicalTablePlugin";import{TableNode as C,TableRowNode as y,TableCellNode as b}from"@lexical/table";import{KEY_DOWN_COMMAND as T,$getSelection as j,$isRangeSelection as S,COMMAND_PRIORITY_CRITICAL as E,TextNode as L,$isTextNode as k}from"lexical";import"./components/EditorToolbar/components/ToolbarButton/ToolbarButton.css.js";import{useRequirementAI as B}from"../../RequirementAIWrapper/RequirementAIWrapper.js";import P from"./components/EditorContainer/EditorContainer.js";import N from"./components/EditorToolbar/EditorToolbar.js";import{LayoutPlugin as _}from"./plugins/LayoutPlugin.js";import D from"./theme/theme.js";import"./theme/theme.css.js";import"./Editor.css.js";import H from"./components/Context/ContextMenu.js";import{MarkNode as w}from"@lexical/mark";import I from"./plugins/CommentPlugin/HTMLNode.js";import{DEFAULT_TOOLBAR_CONFIG as R}from"./constants/editorConfig.js";import{InitialHtml as M}from"./plugins/InitialHtml.js";import{InsertNode as A}from"./plugins/InsertNode.js";import{DeleteNode as F}from"./plugins/DeleteNode.js";import{HighlightSpanNode as W,HighlightButtonNode as q}from"./plugins/HighlightNode.js";import{useLexicalComposerContext as O}from"@lexical/react/LexicalComposerContext";function V(e){console.log(e)}function X(){var e=O()[0];return l(function(){var t=function(e){for(var t=e;t;){if("delete"===t.getType())return!0;t=t.getParent()}return!1};return e.registerCommand(T,function(e){if("Backspace"!==e.key&&"Delete"!==e.key)return!1;var o=j();if(!S(o))return!1;if(o.getNodes().some(function(e){return t(e)}))return e.preventDefault(),!0;if(o.isCollapsed()){var r=o.anchor.getNode();if(t(r))return e.preventDefault(),!0;if("Backspace"===e.key){var i=r.getPreviousSibling();if(0===o.anchor.offset&&"delete"===(null==i?void 0:i.getType()))return e.preventDefault(),!0}if("Delete"===e.key){var n=r.getNextSibling(),l=r.getTextContent().length;if(o.anchor.offset===l&&"delete"===(null==n?void 0:n.getType()))return e.preventDefault(),!0}}return!1},E)},[e]),null}function Y(l){var T,E,O,Y=l.minHeight,z=l.height,G=l.placeholder,J=l.onFocus,K=l.onBlur,Q=l.onChange,U=l.onToolbarButtonClick,Z=l.toolbarConfig,$=void 0===Z?R:Z,ee=l.editorRef,te=l.editorState,oe=l.initialString,re=l.customToolbar,ie=l.plugins;l.nodes,l.dynamicHeight,l.artifactContext,l.commentsPanelState;var ne=l.mode,le=l.doNotShowBorderInViewMode,ae=i(null),ce={namespace:"MyEditor",theme:D,onError:V,nodes:[L,s,p,g,x,h,C,y,b,w,I,A,F,W,q],editorState:te},me=n(null),ue=me[0],se=me[1],pe=n(!1),fe=pe[0],de=pe[1],ge=B().customStyles,xe=function(e){var t;null===(t=ee.current)||void 0===t||t.update(function(){var t=j();S(t)&&t.getNodes().forEach(function(t){k(t)&&t.setStyle("color: ".concat(e))})})};return document.getElementById("lexical_editor_wrapper"),t(o,{children:[(null===(T=null==ge?void 0:ge.textEditorStyles)||void 0===T?void 0:T.themeStyles)&&r("style",{children:null===(E=null==ge?void 0:ge.textEditorStyles)||void 0===E?void 0:E.themeStyles}),t("div",e({ref:ae,className:"w-full lexical_editor_wrapper ".concat(le&&"readOnly"===ne?"":"lexical_editor_wrapper_box"),id:"lexical_editor_wrapper",onContextMenu:function(e){var t;e.preventDefault(),null===(t=ee.current)||void 0===t||t.update(function(){var t=j();S(t)&&!t.isCollapsed()?(de(!0),se({x:e.clientX,y:e.clientY})):(de(!1),se(null))})},style:e({minHeight:Y,height:z},null===(O=null==ge?void 0:ge.textEditorStyles)||void 0===O?void 0:O.textArea)},{children:[t(a,e({initialConfig:ce},{children:[" ","edit"===ne&&r(X,{}),"edit"===ne&&r(N,{onToolbarButtonClick:U,editorWrapperRef:ae,toolbarConfig:$,customToolbar:re,editorRef:ee}),r(P,{placeholder:G}),r(u,{}),r(c,{}),r(f,{}),r(d,{}),r(v,{}),r(_,{onFocus:J,onBlur:K,editorRef:ee}),r(m,{ignoreSelectionChange:!0,ignoreHistoryMergeTagChange:!0,onChange:function(e,t,o){Q&&Q(e,t,o)}}),oe&&r(M,{initialValue:oe.value,initialFormat:oe.type,mode:ne}),ie&&ie]})),ue&&fe&&"edit"===ne&&r(H,{position:ue,options:[{label:"Change Color to Red",action:function(){return xe("red")}},{label:"Change Color to Blue",action:function(){return xe("blue")}}],onClose:function(){se(null)}})]}))]})}export{Y as default};
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{__assign as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{useEffect as t}from"react";var r=function(r){var e=r.options;r.position;var i=r.onClose;return t(function(){var o=function(){return i()};return document.addEventListener("click",o),function(){return document.removeEventListener("click",o)}},[i]),n("div",o({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:e.map(function(t,r){return n("button",o({style:{display:"block",padding:"8px 12px",background:"none",border:"none",textAlign:"left",width:"100%",cursor:"pointer"},onClick:function(){t.action(),i()}},{children:t.label}),r)})}))};export{r as default};
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{__assign as r}from"tslib";import{jsx as e}from"react/jsx-runtime";import{ContentEditable as t}from"@lexical/react/LexicalContentEditable";import{LexicalErrorBoundary as o}from"@lexical/react/LexicalErrorBoundary";import{RichTextPlugin as i}from"@lexical/react/LexicalRichTextPlugin";import l from"../EditorPlaceholder/EditorPlaceholder.js";import"./EditorContainer.css.js";var a=function(a){var c=a.placeholder;return e("div",r({className:"lexical_editor_container"},{children:e(i,{contentEditable:e(t,{className:"lexical_editor_content",id:"lexical_editor_content"}),placeholder:c?function(){return e(l,{placeholder:c})}:null,ErrorBoundary:o})}))};export{a as default};
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{__assign as r}from"tslib";import{jsx as e}from"react/jsx-runtime";import"./EditorPlaceholder.css.js";var l=function(l){var o=l.placeholder;return e("div",r({className:"lexical_editor_placeholder"},{children:o}))};export{l as default};
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{__assign as o}from"tslib";import{jsxs as t,jsx as r,Fragment as e}from"react/jsx-runtime";import{useState as n,useRef as i,useCallback as a,useEffect as l}from"react";import{$getSelection as c,$isRangeSelection as u,CAN_UNDO_COMMAND as m,COMMAND_PRIORITY_CRITICAL as f,CAN_REDO_COMMAND as d,FORMAT_TEXT_COMMAND as p,FORMAT_ELEMENT_COMMAND as s,$createParagraphNode as v}from"lexical";import{$getSelectionStyleValueForProperty as g,$patchStyleText as h,$setBlocksType as x}from"@lexical/selection";import{$isHeadingNode as y,$createHeadingNode as b,$createQuoteNode as T}from"@lexical/rich-text";import{$isListNode as C,ListNode as j}from"@lexical/list";import{useLexicalComposerContext as R}from"@lexical/react/LexicalComposerContext";import{$getNearestNodeOfType as E,mergeRegister as I}from"@lexical/utils";import{$isLinkNode as k,TOGGLE_LINK_COMMAND as A}from"@lexical/link";import{$isCodeNode as B,getDefaultCodeLanguage as S}from"@lexical/code";import q from"./components/ToolbarButton/ToolbarButton.js";import{ToolbarDivider as L}from"./components/ToolbarDivider/ToolbarDivider.js";import{UndoRedo as N}from"./components/UndoRedo/UndoRedo.js";import"./EditorToolbar.css.js";import{ACTIVE_FORMATS as U}from"../../constants/objects.js";import{getSelectedNode as _}from"../../utils/getSelectedNode.js";import{Icon as K}from"../Icons/Icon.js";import{useRequirementAI as W}from"../../../../RequirementAIWrapper/RequirementAIWrapper.js";var z=function(z){var D;z.editorWrapperRef;var F=z.onToolbarButtonClick,O=z.toolbarConfig,P=z.customToolbar;z.editorRef;var w=R()[0],G=n(U),H=G[0],J=G[1],M=n("15px");M[0];var Q=M[1],V=n("Arial");V[0];var X=V[1],Y=n("");Y[0];var Z=Y[1],$=n(!1),oo=$[0],to=$[1],ro=n("paragraph"),eo=ro[0],no=ro[1],io=n(null);io[0];var ao=io[1],lo=n("");lo[0];var co=lo[1],uo=n(!1),mo=uo[0],fo=uo[1],po=n(!1),so=po[0],vo=po[1],go=i(null),ho=W().customStyles,xo=a(function(){var t,r=c();if(u(r)){var e=r.anchor.getNode(),n="root"===e.getKey()?e:e.getTopLevelElementOrThrow(),i=n.getKey();if(null!==w.getElementByKey(i))if(ao(i),C(n)){var a=E(e,j),l=a?a.getTag():n.getTag();no(l)}else{l=y(n)?n.getTag():n.getType();no(l),B(n)&&co(n.getLanguage()||S())}Object.keys(U).forEach(function(t){r.hasFormat(t)?J(function(r){var e;return o(o({},r),((e={})[t]=!0,e))}):J(function(r){var e;return o(o({},r),((e={})[t]=!1,e))})});var m=_(r),f=m.getParent();k(f)||k(m)?to(!0):to(!1),Q(g(r,"font-size","15px")),X(g(r,"font-family","Arial"));var d=null===(t=r.anchor.getNode().getParent())||void 0===t?void 0:t.getFormatType();Z(d)}},[w]);l(function(){return I(w.registerUpdateListener(function(o){o.editorState.read(function(){xo()})}),w.registerCommand(m,function(o){return fo(o),!1},f),w.registerCommand(d,function(o){return vo(o),!1},f))},[w,xo]);var yo=a(function(o,t){w.dispatchCommand(p,t)},[w]);a(function(o,t){["left","center","right","justify"].includes(t)&&w.dispatchCommand(s,t)},[w]),a(function(o,t){w.update(function(){var o,r=c();u(r)&&h(r,((o={})["font-size"]=t,o))})},[w]);return a(function(o,t){var r;"h1"!==t&&"h2"!==t&&"h3"!==t||eo!==(r=t)&&w.update(function(){var o=c();u(o)&&x(o,function(){return b(r)})}),"paragraph"===t&&"paragraph"!==eo&&w.update(function(){var o=c();u(o)&&x(o,function(){return v()})}),"quote"===t&&"quote"!==eo&&w.update(function(){var o=c();u(o)&&x(o,function(){return T()})})},[w,eo]),a(function(o,t){w.update(function(){var o,r=c();u(r)&&h(r,((o={})["font-family"]=t,o))})},[w]),a(function(){oo?w.dispatchCommand(A,null):w.dispatchCommand(A,"https://")},[w,oo]),t("div",o({className:"lexical_editor_toolbar",id:"lexical_editor_toolbar",ref:go,style:o({},null===(D=null==ho?void 0:ho.textEditorStyles)||void 0===D?void 0:D.tooltextArea)},{children:[(null==O?void 0:O.undoRedo.display)&&r(N,{canUndo:mo,canRedo:so}),(null==O?void 0:O.inline.display)&&t(e,{children:[O.inline.options.map(function(o){var t;return r(q,{toolbarItem:o,active:H[o],onClick:yo,icon:r(K,{icon:o,iconColors:null===(t=null==ho?void 0:ho.textEditorStyles)||void 0===t?void 0:t.toolIconColors}),onToolbarButtonClick:F},o)}),r(L,{})]}),P&&P]}))};export{z as default};
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{__assign as t}from"tslib";import{jsx as o}from"react/jsx-runtime";import{useState as e}from"react";import"./ToolbarButton.css.js";import{useRequirementAI as r}from"../../../../../../RequirementAIWrapper/RequirementAIWrapper.js";var i=function(i){var l,n,u,a,d=i.toolbarItem,c=i.active,s=i.onClick,v=i.icon,b=i.disabled,m=i.onToolbarButtonClick,f=r().customStyles,p=e(!1),x=p[0],_=p[1],y=c?null===(l=null==f?void 0:f.textEditorStyles)||void 0===l?void 0:l.activeToolButton:null===(n=null==f?void 0:f.textEditorStyles)||void 0===n?void 0:n.toolbarButton,B=null===(u=null==f?void 0:f.textEditorStyles)||void 0===u?void 0:u.toolbarButtonHover,E=null===(a=null==f?void 0:f.textEditorStyles)||void 0===a?void 0:a.toolbarButtonDisabled,S=t(t(t({},y),x&&!b?B:{}),b?E:{});return o("button",t({className:"lexical_editor_toolbar_button ".concat(c?"lexical_editor_toolbar_button__active":""),onClick:function(t){return function(t,o){s(t,o),m&&m()}(t,d)},disabled:b,style:S,onMouseEnter:function(){return _(!0)},onMouseLeave:function(){return _(!1)}},{children:v}))};export{i as default};
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";var i=function(){return r("div",{className:"lexical-editor_toolbar_divider"})};export{i as ToolbarDivider};
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 i,jsx as r}from"react/jsx-runtime";import{useLexicalComposerContext as l}from"@lexical/react/LexicalComposerContext";import{UNDO_COMMAND as t,REDO_COMMAND as n}from"lexical";import{Undo2 as e,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";var u=function(u){var s,v,p,f,C=u.canUndo,x=u.canRedo,b=u.onToolbarButtonClick,I=l()[0],h=m().customStyles;return o(i,{children:[r(c,{icon:r(e,{color:null===(v=null===(s=null==h?void 0:h.textEditorStyles)||void 0===s?void 0:s.toolIconColors)||void 0===v?void 0:v.undoIcon,className:"w-4 h-4"}),disabled:!C,onClick:function(){null==b||b(),I.dispatchCommand(t,void 0)}}),r(c,{icon:r(d,{color:null===(f=null===(p=null==h?void 0:h.textEditorStyles)||void 0===p?void 0:p.toolIconColors)||void 0===f?void 0:f.redoIcon,className:"w-4 h-4"}),disabled:!x,onClick:function(){null==b||b(),I.dispatchCommand(n,void 0)}}),r(a,{})]})};export{u as UndoRedo};
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
@@ -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
@@ -1,2 +1,2 @@
1
- var l,a=["bold","code"],e=[{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"}],p=[{label:"Arial",value:"Arial"},{label:"Verdana",value:"Verdana"},{label:"Courier New",value:"Courier New"},{label:"Georgia",value:"Georgia"},{label:"Impact",value:"Impact"}],u=[{label:"Left",value:"left"},{label:"Center",value:"center"},{label:"Right",value:"right"},{label:"Justify",value:"justify"}],x=[{label:"Normal",value:"paragraph"},{label:"Quote",value:"quote"},{label:"Heading 1",value:"h1"},{label:"Heading 2",value:"h2"},{label:"Heading 3",value:"h3"}];!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"}(l||(l={}));var i={inline:{display:!0,options:a},type:{display:!0,options:x},fontSize:{display:!0,options:e},undoRedo:{display:!0},fontFamily:{display:!0,options:p},align:{display:!0,options:u},list:{display:!0},link:{display:!0},table:{display:!0}};export{l as BLOCK_TYPE,x as DEFAULT_BLOCK_TYPE_OPTIONS,p as DEFAULT_FONT_FAMILY_OPTIONS,e as DEFAULT_FONT_SIZE_OPTIONS,a as DEFAULT_INLINE_CONFIG,u as DEFAULT_TEXT_ALIGN_OPTIONS,i as DEFAULT_TOOLBAR_CONFIG};
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
- var r={bold:!1,italic:!1,underline:!1,strikethrough:!1,code:!1,subscript:!1,superscript:!1};export{r as ACTIVE_FORMATS};
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{__extends as t}from"tslib";import{jsx as n}from"react/jsx-runtime";import{DecoratorNode as e}from"lexical";var r=function(e){function r(t,n){var r=e.call(this,n)||this;return r.__htmlContent=t,r}return t(r,e),r.getType=function(){return"html"},r.prototype.decorate=function(){return n("div",{dangerouslySetInnerHTML:{__html:this.__htmlContent}})},r.clone=function(t){return new r(t.__htmlContent,t.__key)},r.prototype.createDOM=function(){var t=document.createElement("div");return t.innerHTML=this.__htmlContent,t},r.prototype.updateDOM=function(t,n){return t.__htmlContent!==this.__htmlContent&&(n.innerHTML=this.__htmlContent),!1},r.prototype.exportJSON=function(){return{type:"html",version:1,htmlContent:this.__htmlContent}},r.importJSON=function(t){return new r(t.htmlContent)},r}(e);export{r as default};
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{__extends as e,__assign as t}from"tslib";import{ElementNode as r}from"lexical";var n=function(r){function n(e,t){void 0===e&&(e=crypto.randomUUID());var n=r.call(this,t)||this;return n.__reviewId=e,n}return e(n,r),n.getType=function(){return"delete"},n.clone=function(e){return new n(e.__reviewId,e.__key)},n.prototype.createDOM=function(){var e=document.createElement("del");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__delete-node",e.contentEditable="false",e},n.prototype.exportDOM=function(){var e=document.createElement("del");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__delete-node",{element:e}},n.prototype.updateDOM=function(){return!1},n.importDOM=function(){return{del:function(){return{conversion:o,priority:1}}}},n.importJSON=function(e){return new n(e.reviewId)},n.prototype.exportJSON=function(){return t(t({},r.prototype.exportJSON.call(this)),{type:"delete",version:1,reviewId:this.__reviewId})},n.prototype.isInline=function(){return!0},n.prototype.canBeEmpty=function(){return!1},n.prototype.canInsertTextBefore=function(){return!1},n.prototype.canInsertTextAfter=function(){return!1},n.prototype.canMergeWith=function(){return!1},n}(r);function o(e){var t=e.getAttribute("data-review-id")||crypto.randomUUID();return{node:new n(t)}}export{n as DeleteNode};
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
@@ -1,2 +1,2 @@
1
- import{__extends as t,__assign as i}from"tslib";import{ElementNode as h}from"lexical";var e=function(h){function e(t,i,e){void 0===i&&(i=null);var n=h.call(this,e)||this;return n.__highlightId=t,n.__highlightColor=i,n}return t(e,h),e.getType=function(){return"highlight-span"},e.clone=function(t){return new e(t.__highlightId,t.__highlightColor,t.__key)},e.prototype.createDOM=function(){return this.createHighlightElement()},e.prototype.exportDOM=function(){return{element:this.createHighlightElement()}},e.prototype.createHighlightElement=function(){var t=document.createElement("span");return t.setAttribute("highlight-id",this.__highlightId),null!==this.__highlightColor&&t.setAttribute("highlight-color",this.__highlightColor),t},e.prototype.updateDOM=function(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},e.importDOM=function(){return{span:function(t){return t.hasAttribute("highlight-id")?{conversion:n,priority:1}:null}}},e.importJSON=function(t){var i=new e(t.highlightId,t.highlightColor);return i.setFormat(t.format),i.setIndent(t.indent),i.setDirection(t.direction),i},e.prototype.exportJSON=function(){return i(i({},h.prototype.exportJSON.call(this)),{type:"highlight-span",version:1,highlightId:this.__highlightId,highlightColor:this.__highlightColor})},e.prototype.isInline=function(){return!0},e}(h);function n(t){return{node:new e(t.getAttribute("highlight-id")||"",t.getAttribute("highlight-color"))}}var r=function(h){function e(t,i,e){void 0===t&&(t=null),void 0===i&&(i=null);var n=h.call(this,e)||this;return n.__highlightId=t,n.__highlightType=i,n}return t(e,h),e.getType=function(){return"highlight-button"},e.clone=function(t){return new e(t.__highlightId,t.__highlightType,t.__key)},e.prototype.createDOM=function(t){var i=this.createHighlightButtonElement(),h=t.theme.highlightButton;return"string"==typeof h&&(i.className=h),i.contentEditable="false",i},e.prototype.exportDOM=function(){return{element:this.createHighlightButtonElement()}},e.prototype.createHighlightButtonElement=function(){var 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},e.prototype.updateDOM=function(){return!1},e.importDOM=function(){return{button:function(t){return"highlight"!==t.getAttribute("action")?null:{conversion:o,priority:1}}}},e.importJSON=function(t){var i=new e(t.highlightId,t.highlightType);return i.setFormat(t.format),i.setIndent(t.indent),i.setDirection(t.direction),i},e.prototype.exportJSON=function(){return i(i({},h.prototype.exportJSON.call(this)),{type:"highlight-button",version:1,highlightId:this.__highlightId,highlightType:this.__highlightType})},e.prototype.isInline=function(){return!0},e}(h);function o(t){return{node:new r(t.getAttribute("highlight-id"),t.getAttribute("highlight-type"))}}export{r as HighlightButtonNode,e as HighlightSpanNode};
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 r}from"react";import{useLexicalComposerContext as t}from"@lexical/react/LexicalComposerContext";import{$generateNodesFromDOM as o}from"@lexical/html";import{$getRoot as e,$isParagraphNode as i}from"lexical";import a from"showdown";var n=function(n){var m=n.initialValue,l=n.initialFormat,c=n.mode,f=t()[0];return r(function(){if(m){if(l&&"html"!==l){var r=new a.Converter;m=r.makeHtml(m)}f.update(function(){var r=e();r.clear();var t=(new DOMParser).parseFromString(m||"","text/html");o(f,t).forEach(function(t){try{i(t)&&t.setFormat("justify"),r.append(t)}catch(r){console.error("Error appending node to root: ",r)}})})}},[m,f]),r(function(){f.setEditable("edit"===c)},[f,c]),null};export{n as InitialHtml};
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{__extends as e,__assign as t}from"tslib";import{ElementNode as r}from"lexical";var n=function(r){function n(e,t){void 0===e&&(e=crypto.randomUUID());var n=r.call(this,t)||this;return n.__reviewId=e,n}return e(n,r),n.getType=function(){return"insert"},n.clone=function(e){return new n(e.__reviewId,e.__key)},n.prototype.createDOM=function(){var e=document.createElement("ins");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__insert-node",e},n.prototype.exportDOM=function(){var e=document.createElement("ins");return e.setAttribute("data-review-id",this.__reviewId),e.className="PlaygroundEditorTheme__insert-node",{element:e}},n.prototype.updateDOM=function(e,t,r){return e.__reviewId!==this.__reviewId},n.importDOM=function(){return{ins:function(){return{conversion:i,priority:1}}}},n.importJSON=function(e){var t=new n(e.reviewId);return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t},n.prototype.exportJSON=function(){return t(t({},r.prototype.exportJSON.call(this)),{type:"insert",version:1,reviewId:this.__reviewId})},n.prototype.isInline=function(){return!0},n}(r);function i(e){var t=e.getAttribute("data-review-id")||crypto.randomUUID();return{node:new n(t)}}export{n as InsertNode};
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
@@ -1,2 +1,2 @@
1
- import{useLayoutEffect as r}from"react";import{useLexicalComposerContext as o}from"@lexical/react/LexicalComposerContext";import{FOCUS_COMMAND as t,COMMAND_PRIORITY_CRITICAL as e,BLUR_COMMAND as n}from"lexical";import{mergeRegister as i}from"@lexical/utils";var m=function(m){var c=m.onFocus,u=m.onBlur,l=m.editorRef,a=o()[0];return r(function(){l&&(l.current=a),c&&i(a.registerCommand(t,function(r,o){return c(r,o),!1},e)),u&&i(a.registerCommand(n,function(r,o){return u(r,o),!1},e))},[a]),null};export{m as LayoutPlugin};
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";var 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};
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
@@ -1,2 +1,2 @@
1
- import{$isAtNodeEnd as o}from"@lexical/selection";function e(e){var r=e.anchor,c=e.focus,t=e.anchor.getNode(),a=e.focus.getNode();return t===a?t:e.isBackward()?o(c)?t:a:o(r)?t:a}export{e as getSelectedNode};
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