@viswa-test/creative-workspace-ui-component 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/cjs/_virtual/_tslib.js +1 -1
- package/dist/cjs/features/lsc-guidelines/LscGuidelines.js +2 -0
- package/dist/cjs/features/lsc-guidelines/LscGuidelines.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineAttachmentIcon.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineAttachmentIcon.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCardMenu.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCardMenu.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCart.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCart.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartHeader.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartHeader.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartItem.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartItem.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineConfirmDialog.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditor.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditor.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditorPage.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditorPage.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEmptyState.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEmptyState.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineHeader.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineHeader.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineIconButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineIconButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLandingPage.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLandingPage.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibrary.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibrary.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibraryCard.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelinePopoverCart.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelinePopoverCart.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineProceedButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineProceedButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSavedModal.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSavedModal.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSelectButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSelectButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/constants.js +2 -0
- package/dist/cjs/features/lsc-guidelines/constants.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/editor.js +2 -0
- package/dist/cjs/features/lsc-guidelines/editor.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useControllableState.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useControllableState.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineFlow.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineFlow.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineSelection.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/index.js +2 -0
- package/dist/cjs/features/lsc-guidelines/theme.css +8 -0
- package/dist/cjs/features/lsc-guidelines/utils.js +2 -0
- package/dist/cjs/features/lsc-guidelines/utils.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.mjs.js.map +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js.map +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.mjs.js.map +1 -1
- package/dist/features/lsc-guidelines/LscGuidelines.js +2 -0
- package/dist/features/lsc-guidelines/LscGuidelines.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineAttachmentIcon.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineAttachmentIcon.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCardMenu.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCardMenu.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCart.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCart.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartHeader.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartHeader.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartItem.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartItem.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineConfirmDialog.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditor.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditor.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditorPage.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditorPage.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEmptyState.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEmptyState.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineHeader.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineHeader.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineIconButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineIconButton.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLandingPage.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLandingPage.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibrary.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibrary.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibraryCard.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelinePopoverCart.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelinePopoverCart.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineProceedButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineProceedButton.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineSavedModal.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineSavedModal.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineSelectButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineSelectButton.js.map +1 -0
- package/dist/features/lsc-guidelines/constants.js +2 -0
- package/dist/features/lsc-guidelines/constants.js.map +1 -0
- package/dist/features/lsc-guidelines/editor.js +2 -0
- package/dist/features/lsc-guidelines/editor.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useControllableState.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useControllableState.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineFlow.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineFlow.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineSelection.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/features/lsc-guidelines/index.js +2 -0
- package/dist/features/lsc-guidelines/theme.css +8 -0
- package/dist/features/lsc-guidelines/utils.js +2 -0
- package/dist/features/lsc-guidelines/utils.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.mjs.js.map +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js.map +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.mjs.js.map +1 -1
- package/dist/types/App.d.ts +4 -0
- package/dist/types/App.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignLevelAccordions.d.ts +9 -0
- package/dist/types/components/AssignReminders/AssignLevelAccordions.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderLevels.d.ts +5 -0
- package/dist/types/components/AssignReminders/AssignReminderLevels.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderTest.d.ts +6 -0
- package/dist/types/components/AssignReminders/AssignReminderTest.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderWrapper.d.ts +4 -0
- package/dist/types/components/AssignReminders/AssignReminderWrapper.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/FileCheckCorner.d.ts +6 -0
- package/dist/types/components/AssignReminders/assets/FileCheckCorner.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/InfoIcon.d.ts +4 -0
- package/dist/types/components/AssignReminders/assets/InfoIcon.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/VerticalLine.d.ts +3 -0
- package/dist/types/components/AssignReminders/assets/VerticalLine.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/AssignEmailFields.d.ts +13 -0
- package/dist/types/components/AssignReminders/components/AssignEmailFields.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/AssignLevelsDatePicker.d.ts +8 -0
- package/dist/types/components/AssignReminders/components/AssignLevelsDatePicker.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomCheckbox.d.ts +8 -0
- package/dist/types/components/AssignReminders/components/CustomCheckbox.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomDatePicker.d.ts +9 -0
- package/dist/types/components/AssignReminders/components/CustomDatePicker.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomDropdown.d.ts +9 -0
- package/dist/types/components/AssignReminders/components/CustomDropdown.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/LevelData.d.ts +5 -0
- package/dist/types/components/AssignReminders/components/LevelData.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/ReviewStatus.d.ts +4 -0
- package/dist/types/components/AssignReminders/components/ReviewStatus.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/constants/assignReminderDefaultLevels.d.ts +4 -0
- package/dist/types/components/AssignReminders/constants/assignReminderDefaultLevels.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderWrapperStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderWrapperStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/ReviewStatusStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/ReviewStatusStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/accordionLevels.type.d.ts +12 -0
- package/dist/types/components/AssignReminders/types/accordionLevels.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/assignReminderLevels.type.d.ts +16 -0
- package/dist/types/components/AssignReminders/types/assignReminderLevels.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/levelData.type.d.ts +9 -0
- package/dist/types/components/AssignReminders/types/levelData.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/types.d.ts +92 -0
- package/dist/types/components/AssignReminders/types/types.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/utils/generateRandomColorsPair.d.ts +5 -0
- package/dist/types/components/AssignReminders/utils/generateRandomColorsPair.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/HighlightedText.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeAddAction.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeMenu.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeNode.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeSectionItem.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeSidebar.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeTooltip.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/LscGuidelines.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/LscGuidelines.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineAttachmentIcon.d.ts +35 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineAttachmentIcon.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCardMenu.d.ts +34 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCardMenu.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCart.d.ts +20 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCart.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartHeader.d.ts +14 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartHeader.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartItem.d.ts +16 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartItem.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineConfirmDialog.d.ts +18 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineConfirmDialog.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditor.d.ts +15 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditor.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditorPage.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditorPage.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEmptyState.d.ts +11 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEmptyState.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineHeader.d.ts +19 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineHeader.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineIconButton.d.ts +15 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineIconButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLandingPage.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLandingPage.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibrary.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibrary.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibraryCard.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibraryCard.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelinePopoverCart.d.ts +29 -0
- package/dist/types/features/lsc-guidelines/components/GuidelinePopoverCart.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineProceedButton.d.ts +12 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineProceedButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSavedModal.d.ts +20 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSavedModal.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSelectButton.d.ts +11 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSelectButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/constants.d.ts +51 -0
- package/dist/types/features/lsc-guidelines/constants.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/editor.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/editor.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useControllableState.d.ts +8 -0
- package/dist/types/features/lsc-guidelines/hooks/useControllableState.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineFlow.d.ts +10 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineFlow.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineSelection.d.ts +17 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineSelection.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/index.d.ts +27 -0
- package/dist/types/features/lsc-guidelines/index.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/types.d.ts +98 -0
- package/dist/types/features/lsc-guidelines/types.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/utils.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/utils.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/utils/treeUtils.d.ts.map +1 -0
- package/package.json +43 -690
- package/dist/_virtual/__node-resolve_empty.js +0 -2
- package/dist/_virtual/__node-resolve_empty.js.map +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -2
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/_node-resolve_empty.js +0 -2
- package/dist/_virtual/_node-resolve_empty.js.map +0 -1
- package/dist/_virtual/browser-index.js +0 -2
- package/dist/_virtual/browser-index.js.map +0 -1
- package/dist/_virtual/browser-index2.js +0 -2
- package/dist/_virtual/browser-index2.js.map +0 -1
- package/dist/_virtual/clock.js +0 -2
- package/dist/_virtual/clock.js.map +0 -1
- package/dist/_virtual/conventions.js +0 -2
- package/dist/_virtual/conventions.js.map +0 -1
- package/dist/_virtual/document.js +0 -2
- package/dist/_virtual/document.js.map +0 -1
- package/dist/_virtual/dom-parser.js +0 -2
- package/dist/_virtual/dom-parser.js.map +0 -1
- package/dist/_virtual/dom.js +0 -2
- package/dist/_virtual/dom.js.map +0 -1
- package/dist/_virtual/entities.js +0 -2
- package/dist/_virtual/entities.js.map +0 -1
- package/dist/_virtual/extends.js +0 -2
- package/dist/_virtual/extends.js.map +0 -1
- package/dist/_virtual/index.js +0 -2
- package/dist/_virtual/index2.js +0 -2
- package/dist/_virtual/index2.js.map +0 -1
- package/dist/_virtual/index3.js +0 -2
- package/dist/_virtual/index3.js.map +0 -1
- package/dist/_virtual/index4.js +0 -2
- package/dist/_virtual/index4.js.map +0 -1
- package/dist/_virtual/parse-sidx.js +0 -2
- package/dist/_virtual/parse-sidx.js.map +0 -1
- package/dist/_virtual/prism-cpp.js +0 -2
- package/dist/_virtual/prism-cpp.js.map +0 -1
- package/dist/_virtual/prism-cpp2.js +0 -2
- package/dist/_virtual/prism-cpp2.js.map +0 -1
- package/dist/_virtual/prism-java.js +0 -2
- package/dist/_virtual/prism-java.js.map +0 -1
- package/dist/_virtual/prism-java2.js +0 -2
- package/dist/_virtual/prism-java2.js.map +0 -1
- package/dist/_virtual/prism-python.js +0 -2
- package/dist/_virtual/prism-python.js.map +0 -1
- package/dist/_virtual/prism-python2.js +0 -2
- package/dist/_virtual/prism-python2.js.map +0 -1
- package/dist/_virtual/prism-rust.js +0 -2
- package/dist/_virtual/prism-rust.js.map +0 -1
- package/dist/_virtual/prism-rust2.js +0 -2
- package/dist/_virtual/prism-rust2.js.map +0 -1
- package/dist/_virtual/prism-typescript.js +0 -2
- package/dist/_virtual/prism-typescript.js.map +0 -1
- package/dist/_virtual/prism-typescript2.js +0 -2
- package/dist/_virtual/prism-typescript2.js.map +0 -1
- package/dist/_virtual/prism.js +0 -2
- package/dist/_virtual/prism.js.map +0 -1
- package/dist/_virtual/prism2.js +0 -2
- package/dist/_virtual/prism2.js.map +0 -1
- package/dist/_virtual/sax.js +0 -2
- package/dist/_virtual/sax.js.map +0 -1
- package/dist/_virtual/showdown.js +0 -2
- package/dist/_virtual/showdown.js.map +0 -1
- package/dist/_virtual/showdown2.js +0 -2
- package/dist/_virtual/showdown2.js.map +0 -1
- package/dist/_virtual/window.js +0 -2
- package/dist/_virtual/window.js.map +0 -1
- package/dist/cjs/_virtual/__node-resolve_empty.js +0 -2
- package/dist/cjs/_virtual/__node-resolve_empty.js.map +0 -1
- package/dist/cjs/_virtual/_commonjsHelpers.js +0 -2
- package/dist/cjs/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/cjs/_virtual/_node-resolve_empty.js +0 -2
- package/dist/cjs/_virtual/_node-resolve_empty.js.map +0 -1
- package/dist/cjs/_virtual/browser-index.js +0 -2
- package/dist/cjs/_virtual/browser-index.js.map +0 -1
- package/dist/cjs/_virtual/browser-index2.js +0 -2
- package/dist/cjs/_virtual/browser-index2.js.map +0 -1
- package/dist/cjs/_virtual/clock.js +0 -2
- package/dist/cjs/_virtual/clock.js.map +0 -1
- package/dist/cjs/_virtual/conventions.js +0 -2
- package/dist/cjs/_virtual/conventions.js.map +0 -1
- package/dist/cjs/_virtual/document.js +0 -2
- package/dist/cjs/_virtual/document.js.map +0 -1
- package/dist/cjs/_virtual/dom-parser.js +0 -2
- package/dist/cjs/_virtual/dom-parser.js.map +0 -1
- package/dist/cjs/_virtual/dom.js +0 -2
- package/dist/cjs/_virtual/dom.js.map +0 -1
- package/dist/cjs/_virtual/entities.js +0 -2
- package/dist/cjs/_virtual/entities.js.map +0 -1
- package/dist/cjs/_virtual/extends.js +0 -2
- package/dist/cjs/_virtual/extends.js.map +0 -1
- package/dist/cjs/_virtual/index.js +0 -2
- package/dist/cjs/_virtual/index2.js +0 -2
- package/dist/cjs/_virtual/index2.js.map +0 -1
- package/dist/cjs/_virtual/index3.js +0 -2
- package/dist/cjs/_virtual/index3.js.map +0 -1
- package/dist/cjs/_virtual/index4.js +0 -2
- package/dist/cjs/_virtual/index4.js.map +0 -1
- package/dist/cjs/_virtual/parse-sidx.js +0 -2
- package/dist/cjs/_virtual/parse-sidx.js.map +0 -1
- package/dist/cjs/_virtual/prism-cpp.js +0 -2
- package/dist/cjs/_virtual/prism-cpp.js.map +0 -1
- package/dist/cjs/_virtual/prism-cpp2.js +0 -2
- package/dist/cjs/_virtual/prism-cpp2.js.map +0 -1
- package/dist/cjs/_virtual/prism-java.js +0 -2
- package/dist/cjs/_virtual/prism-java.js.map +0 -1
- package/dist/cjs/_virtual/prism-java2.js +0 -2
- package/dist/cjs/_virtual/prism-java2.js.map +0 -1
- package/dist/cjs/_virtual/prism-python.js +0 -2
- package/dist/cjs/_virtual/prism-python.js.map +0 -1
- package/dist/cjs/_virtual/prism-python2.js +0 -2
- package/dist/cjs/_virtual/prism-python2.js.map +0 -1
- package/dist/cjs/_virtual/prism-rust.js +0 -2
- package/dist/cjs/_virtual/prism-rust.js.map +0 -1
- package/dist/cjs/_virtual/prism-rust2.js +0 -2
- package/dist/cjs/_virtual/prism-rust2.js.map +0 -1
- package/dist/cjs/_virtual/prism-typescript.js +0 -2
- package/dist/cjs/_virtual/prism-typescript.js.map +0 -1
- package/dist/cjs/_virtual/prism-typescript2.js +0 -2
- package/dist/cjs/_virtual/prism-typescript2.js.map +0 -1
- package/dist/cjs/_virtual/prism.js +0 -2
- package/dist/cjs/_virtual/prism.js.map +0 -1
- package/dist/cjs/_virtual/prism2.js +0 -2
- package/dist/cjs/_virtual/prism2.js.map +0 -1
- package/dist/cjs/_virtual/sax.js +0 -2
- package/dist/cjs/_virtual/sax.js.map +0 -1
- package/dist/cjs/_virtual/showdown.js +0 -2
- package/dist/cjs/_virtual/showdown.js.map +0 -1
- package/dist/cjs/_virtual/showdown2.js +0 -2
- package/dist/cjs/_virtual/showdown2.js.map +0 -1
- package/dist/cjs/_virtual/window.js +0 -2
- package/dist/cjs/_virtual/window.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/CitationRenderer.js +0 -2
- package/dist/cjs/features/CitationRenderer/CitationRenderer.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/CitationRenderer.module.css.js +0 -2
- package/dist/cjs/features/CitationRenderer/CitationRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +0 -2
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/Accordian.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/Accordian.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js.map +0 -1
- package/dist/cjs/features/RequirementAI/store/ref.context.js +0 -2
- package/dist/cjs/features/RequirementAI/store/ref.context.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/css.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/css.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/helpers.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/helpers.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/json-helper.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/json-helper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/BackNav.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/BackNav.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Badge.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Badge.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Footer.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Footer.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Header.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Header.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/NavRow.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/NavRow.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/adaptLabel.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/adaptLabel.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/cn.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/cn.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/dialog.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/dialog.js.map +0 -1
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/cjs/node_modules/@babel/runtime/helpers/extends.js +0 -2
- package/dist/cjs/node_modules/@babel/runtime/helpers/extends.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-accordion/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/byte-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/byte-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/codecs.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/codecs.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/containers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/containers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/ebml-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/ebml-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/id3-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/id3-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-groups.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-groups.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-types.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-types.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/mp4-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/mp4-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/nal-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/nal-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/resolve-url.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/resolve-url.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/stream.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/stream.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/http-handler.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/http-handler.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/index.js +0 -10
- package/dist/cjs/node_modules/@videojs/xhr/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/interceptors.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/interceptors.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/retry.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/retry.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/conventions.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/conventions.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/entities.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/entities.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/index.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/sax.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/sax.js.map +0 -1
- package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js +0 -2
- package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js +0 -2
- package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/cjs/node_modules/global/document.js +0 -2
- package/dist/cjs/node_modules/global/document.js.map +0 -1
- package/dist/cjs/node_modules/global/window.js +0 -2
- package/dist/cjs/node_modules/global/window.js.map +0 -1
- package/dist/cjs/node_modules/is-function/index.js +0 -2
- package/dist/cjs/node_modules/is-function/index.js.map +0 -1
- package/dist/cjs/node_modules/m3u8-parser/dist/m3u8-parser.es.js +0 -4
- package/dist/cjs/node_modules/m3u8-parser/dist/m3u8-parser.es.js.map +0 -1
- package/dist/cjs/node_modules/mpd-parser/dist/mpd-parser.es.js +0 -4
- package/dist/cjs/node_modules/mpd-parser/dist/mpd-parser.es.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/tools/parse-sidx.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/tools/parse-sidx.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/utils/clock.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/utils/clock.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/utils/numbers.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/utils/numbers.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-c.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-c.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-clike.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-clike.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-cpp.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-cpp.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-css.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-css.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-java.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-java.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-javascript.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-javascript.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-markdown.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-markdown.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-markup.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-markup.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-objectivec.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-objectivec.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-powershell.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-powershell.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-python.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-python.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-rust.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-rust.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-sql.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-sql.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-swift.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-swift.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-typescript.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-typescript.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/prism.js +0 -2
- package/dist/cjs/node_modules/prismjs/prism.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/cjs/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +0 -2
- package/dist/cjs/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/cjs/node_modules/showdown/dist/showdown.js +0 -2
- package/dist/cjs/node_modules/showdown/dist/showdown.js.map +0 -1
- package/dist/cjs/node_modules/turndown/lib/turndown.browser.es.js +0 -2
- package/dist/cjs/node_modules/turndown/lib/turndown.browser.es.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js +0 -2
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js +0 -2
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/native.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/native.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/rng.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/rng.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/stringify.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/stringify.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/v4.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/v4.js.map +0 -1
- package/dist/cjs/node_modules/video.js/dist/video-js.css.js +0 -2
- package/dist/cjs/node_modules/video.js/dist/video-js.css.js.map +0 -1
- package/dist/cjs/node_modules/video.js/dist/video.es.js +0 -8
- package/dist/cjs/node_modules/video.js/dist/video.es.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/browser-index.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/browser-index.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vtt.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vtt.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttcue.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttcue.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttregion.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttregion.js.map +0 -1
- package/dist/features/CitationRenderer/CitationRenderer.js +0 -2
- package/dist/features/CitationRenderer/CitationRenderer.js.map +0 -1
- package/dist/features/CitationRenderer/CitationRenderer.module.css.js +0 -2
- package/dist/features/CitationRenderer/CitationRenderer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +0 -2
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +0 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +0 -2
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js.map +0 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +0 -2
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +0 -2
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +0 -2
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js.map +0 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/Segment.js +0 -2
- package/dist/features/RequirementAI/components/segment/Segment.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js +0 -2
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/segment.module.css.js +0 -2
- package/dist/features/RequirementAI/components/segment/segment.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js +0 -2
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +0 -2
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +0 -2
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js.map +0 -1
- package/dist/features/RequirementAI/icons/AiGapIcon.js +0 -2
- package/dist/features/RequirementAI/icons/AiGapIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js +0 -2
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js +0 -2
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BookmarkIcon.js +0 -2
- package/dist/features/RequirementAI/icons/BookmarkIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BrainRed.js +0 -2
- package/dist/features/RequirementAI/icons/BrainRed.js.map +0 -1
- package/dist/features/RequirementAI/icons/CheckIcon.js +0 -2
- package/dist/features/RequirementAI/icons/CheckIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/CognitiveDecision.js +0 -2
- package/dist/features/RequirementAI/icons/CognitiveDecision.js.map +0 -1
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +0 -2
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +0 -2
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/PencilIcon.js +0 -2
- package/dist/features/RequirementAI/icons/PencilIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +0 -2
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +0 -2
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +0 -2
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/TrashIcon.js +0 -2
- package/dist/features/RequirementAI/icons/TrashIcon.js.map +0 -1
- package/dist/features/RequirementAI/shared/Accordian.js +0 -2
- package/dist/features/RequirementAI/shared/Accordian.js.map +0 -1
- package/dist/features/RequirementAI/shared/Accordian.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/Accordian.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/AtomicButton.js +0 -2
- package/dist/features/RequirementAI/shared/AtomicButton.js.map +0 -1
- package/dist/features/RequirementAI/shared/AtomicButton.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/AtomicButton.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +0 -2
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CodeViewer.js +0 -2
- package/dist/features/RequirementAI/shared/CodeViewer.js.map +0 -1
- package/dist/features/RequirementAI/shared/CodeViewer.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CodeViewer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +0 -2
- package/dist/features/RequirementAI/shared/ExpandableOl.js.map +0 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/ExpandableOl.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +0 -2
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js.map +0 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +0 -2
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js.map +0 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js +0 -2
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js.map +0 -1
- package/dist/features/RequirementAI/store/ref.context.js +0 -2
- package/dist/features/RequirementAI/store/ref.context.js.map +0 -1
- package/dist/features/RequirementAI/utils/css.utils.js +0 -2
- package/dist/features/RequirementAI/utils/css.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/diff-edit.utils.js +0 -2
- package/dist/features/RequirementAI/utils/diff-edit.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/helpers.js +0 -2
- package/dist/features/RequirementAI/utils/helpers.js.map +0 -1
- package/dist/features/RequirementAI/utils/json-helper.js +0 -2
- package/dist/features/RequirementAI/utils/json-helper.js.map +0 -1
- package/dist/features/RequirementAI/utils/learned-tag.utils.js +0 -2
- package/dist/features/RequirementAI/utils/learned-tag.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js +0 -2
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/user-story.utils.js +0 -2
- package/dist/features/RequirementAI/utils/user-story.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.context.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.context.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js.map +0 -1
- package/dist/features/UserStoryImport/components/BackNav.js +0 -2
- package/dist/features/UserStoryImport/components/BackNav.js.map +0 -1
- package/dist/features/UserStoryImport/components/Badge.js +0 -2
- package/dist/features/UserStoryImport/components/Badge.js.map +0 -1
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +0 -2
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/CardGrid.js +0 -2
- package/dist/features/UserStoryImport/components/CardGrid.js.map +0 -1
- package/dist/features/UserStoryImport/components/CardProceedButton.js +0 -2
- package/dist/features/UserStoryImport/components/CardProceedButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/ContentArea.js +0 -2
- package/dist/features/UserStoryImport/components/ContentArea.js.map +0 -1
- package/dist/features/UserStoryImport/components/Footer.js +0 -2
- package/dist/features/UserStoryImport/components/Footer.js.map +0 -1
- package/dist/features/UserStoryImport/components/Header.js +0 -2
- package/dist/features/UserStoryImport/components/Header.js.map +0 -1
- package/dist/features/UserStoryImport/components/NavRow.js +0 -2
- package/dist/features/UserStoryImport/components/NavRow.js.map +0 -1
- package/dist/features/UserStoryImport/components/ProceedButton.js +0 -2
- package/dist/features/UserStoryImport/components/ProceedButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/ProjectCard.js +0 -2
- package/dist/features/UserStoryImport/components/ProjectCard.js.map +0 -1
- package/dist/features/UserStoryImport/components/ResizeHandle.js +0 -2
- package/dist/features/UserStoryImport/components/ResizeHandle.js.map +0 -1
- package/dist/features/UserStoryImport/components/ScopeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/ScopeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/SearchInput.js +0 -2
- package/dist/features/UserStoryImport/components/SearchInput.js.map +0 -1
- package/dist/features/UserStoryImport/components/SectionHeading.js +0 -2
- package/dist/features/UserStoryImport/components/SectionHeading.js.map +0 -1
- package/dist/features/UserStoryImport/components/ShowMore.js +0 -2
- package/dist/features/UserStoryImport/components/ShowMore.js.map +0 -1
- package/dist/features/UserStoryImport/components/Sidebar.js +0 -2
- package/dist/features/UserStoryImport/components/Sidebar.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarProjectList.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarProjectList.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarSection.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarSection.js.map +0 -1
- package/dist/features/UserStoryImport/components/SortDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/SortDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/SplitLayout.js +0 -2
- package/dist/features/UserStoryImport/components/SplitLayout.js.map +0 -1
- package/dist/features/UserStoryImport/components/Toolbar.js +0 -2
- package/dist/features/UserStoryImport/components/Toolbar.js.map +0 -1
- package/dist/features/UserStoryImport/components/TypeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/TypeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryCard.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryCard.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/usePanelResize.js +0 -2
- package/dist/features/UserStoryImport/components/usePanelResize.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js +0 -2
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useUSPData.js +0 -2
- package/dist/features/UserStoryImport/hooks/useUSPData.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +0 -2
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js.map +0 -1
- package/dist/features/UserStoryImport/lib/CustomTooltip.js +0 -2
- package/dist/features/UserStoryImport/lib/CustomTooltip.js.map +0 -1
- package/dist/features/UserStoryImport/lib/Tooltip.js +0 -2
- package/dist/features/UserStoryImport/lib/Tooltip.js.map +0 -1
- package/dist/features/UserStoryImport/lib/adaptLabel.js +0 -2
- package/dist/features/UserStoryImport/lib/adaptLabel.js.map +0 -1
- package/dist/features/UserStoryImport/lib/cn.js +0 -2
- package/dist/features/UserStoryImport/lib/cn.js.map +0 -1
- package/dist/features/UserStoryImport/lib/dialog.js +0 -2
- package/dist/features/UserStoryImport/lib/dialog.js.map +0 -1
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/node_modules/@babel/runtime/helpers/extends.js +0 -2
- package/dist/node_modules/@babel/runtime/helpers/extends.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-collection/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-direction/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/byte-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/byte-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/codecs.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/codecs.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/containers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/containers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/ebml-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/ebml-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/id3-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/id3-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/media-groups.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/media-groups.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/media-types.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/media-types.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/mp4-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/mp4-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/nal-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/nal-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/resolve-url.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/resolve-url.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/stream.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/stream.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/http-handler.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/http-handler.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/index.js +0 -10
- package/dist/node_modules/@videojs/xhr/lib/index.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/interceptors.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/interceptors.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/retry.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/retry.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/conventions.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/conventions.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/dom.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/dom.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/entities.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/entities.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/index.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/index.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/sax.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/sax.js.map +0 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -2
- package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -2
- package/dist/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/node_modules/global/document.js +0 -2
- package/dist/node_modules/global/document.js.map +0 -1
- package/dist/node_modules/global/window.js +0 -2
- package/dist/node_modules/global/window.js.map +0 -1
- package/dist/node_modules/is-function/index.js +0 -2
- package/dist/node_modules/is-function/index.js.map +0 -1
- package/dist/node_modules/m3u8-parser/dist/m3u8-parser.es.js +0 -3
- package/dist/node_modules/m3u8-parser/dist/m3u8-parser.es.js.map +0 -1
- package/dist/node_modules/mpd-parser/dist/mpd-parser.es.js +0 -3
- package/dist/node_modules/mpd-parser/dist/mpd-parser.es.js.map +0 -1
- package/dist/node_modules/mux.js/lib/tools/parse-sidx.js +0 -2
- package/dist/node_modules/mux.js/lib/tools/parse-sidx.js.map +0 -1
- package/dist/node_modules/mux.js/lib/utils/clock.js +0 -2
- package/dist/node_modules/mux.js/lib/utils/clock.js.map +0 -1
- package/dist/node_modules/mux.js/lib/utils/numbers.js +0 -2
- package/dist/node_modules/mux.js/lib/utils/numbers.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-c.js +0 -2
- package/dist/node_modules/prismjs/components/prism-c.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-clike.js +0 -2
- package/dist/node_modules/prismjs/components/prism-clike.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-cpp.js +0 -2
- package/dist/node_modules/prismjs/components/prism-cpp.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-css.js +0 -2
- package/dist/node_modules/prismjs/components/prism-css.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-java.js +0 -2
- package/dist/node_modules/prismjs/components/prism-java.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-javascript.js +0 -2
- package/dist/node_modules/prismjs/components/prism-javascript.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-markdown.js +0 -2
- package/dist/node_modules/prismjs/components/prism-markdown.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-markup.js +0 -2
- package/dist/node_modules/prismjs/components/prism-markup.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-objectivec.js +0 -2
- package/dist/node_modules/prismjs/components/prism-objectivec.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-powershell.js +0 -2
- package/dist/node_modules/prismjs/components/prism-powershell.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-python.js +0 -2
- package/dist/node_modules/prismjs/components/prism-python.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-rust.js +0 -2
- package/dist/node_modules/prismjs/components/prism-rust.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-sql.js +0 -2
- package/dist/node_modules/prismjs/components/prism-sql.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-swift.js +0 -2
- package/dist/node_modules/prismjs/components/prism-swift.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-typescript.js +0 -2
- package/dist/node_modules/prismjs/components/prism-typescript.js.map +0 -1
- package/dist/node_modules/prismjs/prism.js +0 -2
- package/dist/node_modules/prismjs/prism.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +0 -2
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/node_modules/showdown/dist/showdown.js +0 -2
- package/dist/node_modules/showdown/dist/showdown.js.map +0 -1
- package/dist/node_modules/turndown/lib/turndown.browser.es.js +0 -2
- package/dist/node_modules/turndown/lib/turndown.browser.es.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -2
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -2
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/node_modules/uuid/dist/native.js +0 -2
- package/dist/node_modules/uuid/dist/native.js.map +0 -1
- package/dist/node_modules/uuid/dist/rng.js +0 -2
- package/dist/node_modules/uuid/dist/rng.js.map +0 -1
- package/dist/node_modules/uuid/dist/stringify.js +0 -2
- package/dist/node_modules/uuid/dist/stringify.js.map +0 -1
- package/dist/node_modules/uuid/dist/v4.js +0 -2
- package/dist/node_modules/uuid/dist/v4.js.map +0 -1
- package/dist/node_modules/video.js/dist/video-js.css.js +0 -2
- package/dist/node_modules/video.js/dist/video-js.css.js.map +0 -1
- package/dist/node_modules/video.js/dist/video.es.js +0 -19
- package/dist/node_modules/video.js/dist/video.es.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/browser-index.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/browser-index.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vtt.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vtt.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vttcue.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vttcue.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vttregion.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vttregion.js.map +0 -1
- package/dist/types/src/App.d.ts +0 -3
- package/dist/types/src/App.d.ts.map +0 -1
- package/dist/types/src/RequirementAiTest.d.ts +0 -12
- package/dist/types/src/RequirementAiTest.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/HighlightedText.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeAddAction.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeMenu.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeNode.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeNodeHeader.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeSectionItem.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeSidebar.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeTooltip.d.ts.map +0 -1
- package/dist/types/src/features/CitationRenderer/CitationRenderer.d.ts +0 -31
- package/dist/types/src/features/CitationRenderer/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/CitationRenderer/MarkdownRenderer.d.ts +0 -25
- package/dist/types/src/features/CitationRenderer/MarkdownRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts +0 -64
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types.d.ts +0 -248
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +0 -369
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts +0 -38
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/EditorDropdown/EditorDropdown.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/EditorDropdown/EditorDropdown.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/LinkEditor/LinkEditorButton/LinkEditorButton.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/LinkEditor/LinkEditorButton/LinkEditorButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Table/tableHelpers.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Table/tableHelpers.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.d.ts +0 -32
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/enums.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/enums.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/models.d.ts +0 -48
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/models.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useModal.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useModal.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useOnClickOutside.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useOnClickOutside.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialString.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialString.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/CommentEditorTheme.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/CommentEditorTheme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Button.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Button.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/ContentEditable.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/ContentEditable.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Modal.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Modal.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/commentsHelper.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/commentsHelper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/joinClasses.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/joinClasses.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/commenting/index.d.ts +0 -52
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/commenting/index.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts +0 -27
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +0 -34
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +0 -58
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts +0 -58
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts +0 -29
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +0 -50
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +0 -72
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronDown.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronDown.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronUpIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ExternalLinkIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ExternalLinkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/MessageCircleIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/MessageCircleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/NotebookIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/NotebookIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts +0 -74
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.d.ts +0 -35
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.d.ts +0 -30
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/CloseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/CloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/searchwaveform.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/searchwaveform.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.d.ts +0 -23
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/LoadingScreen.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/LoadingScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationContent.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts +0 -28
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts +0 -72
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeContent.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/FullScreenIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/FullScreenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitation.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.d.ts +0 -23
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +0 -56
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +0 -65
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts +0 -44
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/SegmentLoader.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/segment/SegmentLoader.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/BigEnoughPanel.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/story-screen/BigEnoughPanel.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/ReplaceLearnedTags.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/story-screen/ReplaceLearnedTags.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts +0 -47
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +0 -31
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +0 -70
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts +0 -43
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts +0 -29
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +0 -114
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useApprovalStatus.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/hooks/useApprovalStatus.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useDiffEditReviewMode.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/hooks/useDiffEditReviewMode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/AiReasoningIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/AiReasoningIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BigEnoughIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/icons/BigEnoughIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BookmarkIcon.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/icons/BookmarkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BrainRed.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/BrainRed.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CheckIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/CheckIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ChevronDownIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/ChevronDownIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ChevronUpIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/MeetingHighlightsIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/MeetingHighlightsIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/MenuUnfoldIcon.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/icons/MenuUnfoldIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/PencilIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/PencilIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ReasoningBulbIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/ReasoningBulbIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/SidebarCloseIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/SidebarCloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/SidebarOpenIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/SidebarOpenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/TrashIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/TrashIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/approval-screen.interface.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/interfaces/approval-screen.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts +0 -47
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +0 -316
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/Accordian.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/shared/Accordian.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/AtomicButton.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/shared/AtomicButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CitationAIConfidenceDisplay.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/shared/CitationAIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CitationLoadingIndicator.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/shared/CitationLoadingIndicator.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CodeViewer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/shared/CodeViewer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/GeneratedCodeCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/shared/GeneratedCodeCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts +0 -46
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/useMarkdownSearch.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/shared/useMarkdownSearch.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/store/ref.context.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/store/ref.context.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +0 -449
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts +0 -136
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/gapFilterStyles.type.d.ts +0 -82
- package/dist/types/src/features/RequirementAI/types/gapFilterStyles.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/streaming-block.type.d.ts +0 -30
- package/dist/types/src/features/RequirementAI/types/streaming-block.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/user.type.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/types/user.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/diff-edit.utils.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/utils/diff-edit.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/json-helper.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/utils/json-helper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/learned-tag.utils.d.ts +0 -33
- package/dist/types/src/features/RequirementAI/utils/learned-tag.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/user-story.utils.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/utils/user-story.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts +0 -33
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userstory-approval.utils.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/utils/userstory-approval.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts +0 -124
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.d.ts +0 -26
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts +0 -26
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts +0 -123
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts +0 -92
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts +0 -183
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/FileCitation/FileCitationContent.d.ts +0 -32
- package/dist/types/src/features/RequirementAiCitations/FileCitation/FileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts +0 -33
- package/dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/VideoCitation/VideoCitationContent.d.ts +0 -42
- package/dist/types/src/features/RequirementAiCitations/VideoCitation/VideoCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts +0 -48
- package/dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.d.ts +0 -17
- package/dist/types/src/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.context.d.ts +0 -53
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.context.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.theme.d.ts +0 -98
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.theme.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts +0 -277
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/BackNav.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/BackNav.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Badge.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/Badge.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/BrowseProjectsButton.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/BrowseProjectsButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/CardGrid.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/CardGrid.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/CardProceedButton.d.ts +0 -7
- package/dist/types/src/features/UserStoryImport/components/CardProceedButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ContentArea.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/ContentArea.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Footer.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/Footer.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Header.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/Header.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/NavRow.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/NavRow.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ProceedButton.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/ProceedButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ProjectCard.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/ProjectCard.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ResizeHandle.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/ResizeHandle.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ScopeDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/ScopeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SearchInput.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/SearchInput.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SectionHeading.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/SectionHeading.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ShowMore.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/ShowMore.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Sidebar.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/Sidebar.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarFavoritesList.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SidebarFavoritesList.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarProjectList.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SidebarProjectList.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarSection.d.ts +0 -24
- package/dist/types/src/features/UserStoryImport/components/SidebarSection.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SortDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/SortDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SplitLayout.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SplitLayout.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Toolbar.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/Toolbar.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryImportDialog.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/UserStoryImportDialog.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryScopeDropdown.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/UserStoryScopeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/usePanelResize.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/usePanelResize.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/useProjectUserStory.d.ts +0 -33
- package/dist/types/src/features/UserStoryImport/components/useProjectUserStory.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useFilteredItems.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/hooks/useFilteredItems.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts +0 -28
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUserStoryPickerState.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/hooks/useUserStoryPickerState.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/index.d.ts +0 -65
- package/dist/types/src/features/UserStoryImport/index.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/CustomTooltip.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/lib/CustomTooltip.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/Tooltip.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/lib/Tooltip.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/adaptLabel.d.ts +0 -2
- package/dist/types/src/features/UserStoryImport/lib/adaptLabel.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/cn.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/lib/cn.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/dialog.d.ts +0 -22
- package/dist/types/src/features/UserStoryImport/lib/dialog.d.ts.map +0 -1
- package/dist/types/src/index.d.ts +0 -123
- package/dist/types/src/index.d.ts.map +0 -1
- package/dist/types/src/types/CodeCitationTypes.d.ts +0 -46
- package/dist/types/src/types/CodeCitationTypes.d.ts.map +0 -1
- package/dist/types/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +0 -23
- package/dist/types/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +0 -1
- package/dist/types/src/types/epubItems.d.ts +0 -23
- package/dist/types/src/types/epubItems.d.ts.map +0 -1
- package/dist/types/src/types.d.ts.map +0 -1
- package/dist/types/src/utils/CustomSkeleton.d.ts +0 -2
- package/dist/types/src/utils/CustomSkeleton.d.ts.map +0 -1
- package/dist/types/src/utils/SkeletonLoader.d.ts +0 -3
- package/dist/types/src/utils/SkeletonLoader.d.ts.map +0 -1
- package/dist/types/src/utils/api.d.ts +0 -2
- package/dist/types/src/utils/api.d.ts.map +0 -1
- package/dist/types/src/utils/codeCitations.utils.d.ts +0 -9
- package/dist/types/src/utils/codeCitations.utils.d.ts.map +0 -1
- package/dist/types/src/utils/colors.d.ts +0 -5
- package/dist/types/src/utils/colors.d.ts.map +0 -1
- package/dist/types/src/utils/date.d.ts +0 -1
- package/dist/types/src/utils/date.d.ts.map +0 -1
- package/dist/types/src/utils/helperFunctions.d.ts +0 -6
- package/dist/types/src/utils/helperFunctions.d.ts.map +0 -1
- package/dist/types/src/utils/regexHelperService.d.ts +0 -9
- package/dist/types/src/utils/regexHelperService.d.ts.map +0 -1
- package/dist/types/src/utils/sanitizeHtml.d.ts +0 -5
- package/dist/types/src/utils/sanitizeHtml.d.ts.map +0 -1
- package/dist/types/src/utils/themeManager.d.ts +0 -13
- package/dist/types/src/utils/themeManager.d.ts.map +0 -1
- package/dist/types/src/utils/treeUtils.d.ts.map +0 -1
- package/dist/types/src/utils/urlQueryParamService.d.ts +0 -2
- package/dist/types/src/utils/urlQueryParamService.d.ts.map +0 -1
- package/dist/types/src/utils/variableHelperService.d.ts +0 -7
- package/dist/types/src/utils/variableHelperService.d.ts.map +0 -1
- /package/dist/{_virtual → cjs/features/lsc-guidelines}/index.js.map +0 -0
- /package/dist/{cjs/_virtual → features/lsc-guidelines}/index.js.map +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/HighlightedText.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeAddAction.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeMenu.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeNode.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeNodeHeader.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeSectionItem.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeSidebar.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeTooltip.d.ts +0 -0
- /package/dist/types/{src/types.d.ts → types.d.ts} +0 -0
- /package/dist/types/{src/utils → utils}/treeUtils.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalCode.dev.mjs.js","sources":["../../../../node_modules/@lexical/code/LexicalCode.dev.mjs"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport { isHTMLElement, addClassNamesToElement, removeClassNamesFromElement, $getAdjacentCaret, mergeRegister } from '@lexical/utils';\nimport { ElementNode, $createParagraphNode, $isTextNode, $isTabNode, $createTabNode, $createLineBreakNode, $create, TextNode, $applyNodeReplacement, $getSiblingCaret, getTextDirection, $isElementNode, $isLineBreakNode, defineExtension, $createTextNode, $getNodeByKey, $getSelection, $isRangeSelection, $createPoint, INDENT_CONTENT_COMMAND, OUTDENT_CONTENT_COMMAND, INSERT_TAB_COMMAND, $setSelectionFromCaretRange, $getCaretRangeInDirection, $getCaretRange, $getTextPointCaret, $normalizeCaret, KEY_ARROW_UP_COMMAND, MOVE_TO_START, KEY_TAB_COMMAND, COMMAND_PRIORITY_LOW, $insertNodes, $getRoot, KEY_ARROW_DOWN_COMMAND, MOVE_TO_END } from 'lexical';\nimport 'prismjs';\nimport 'prismjs/components/prism-clike.js';\nimport 'prismjs/components/prism-javascript.js';\nimport 'prismjs/components/prism-markup.js';\nimport 'prismjs/components/prism-markdown.js';\nimport 'prismjs/components/prism-c.js';\nimport 'prismjs/components/prism-css.js';\nimport 'prismjs/components/prism-objectivec.js';\nimport 'prismjs/components/prism-sql.js';\nimport 'prismjs/components/prism-powershell.js';\nimport 'prismjs/components/prism-python.js';\nimport 'prismjs/components/prism-rust.js';\nimport 'prismjs/components/prism-swift.js';\nimport 'prismjs/components/prism-typescript.js';\nimport 'prismjs/components/prism-java.js';\nimport 'prismjs/components/prism-cpp.js';\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\n// Do not require this module directly! Use normal `invariant` calls.\n\nfunction formatDevErrorMessage(message) {\n throw new Error(message);\n}\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\n// invariant(condition, message) will refine types based on \"condition\", and\n// if \"condition\" is false will throw an error. This function is special-cased\n// in flow itself, so we can't name it anything else.\nfunction invariant(cond, message, ...args) {\n if (cond) {\n return;\n }\n throw new Error('Internal Lexical error: invariant() is meant to be replaced at compile ' + 'time. There is no runtime version. Error: ' + message);\n}\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nconst DEFAULT_CODE_LANGUAGE = 'javascript';\nconst getDefaultCodeLanguage = () => DEFAULT_CODE_LANGUAGE;\nfunction hasChildDOMNodeTag(node, tagName) {\n for (const child of node.childNodes) {\n if (isHTMLElement(child) && child.tagName === tagName) {\n return true;\n }\n hasChildDOMNodeTag(child, tagName);\n }\n return false;\n}\nconst LANGUAGE_DATA_ATTRIBUTE = 'data-language';\nconst HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE = 'data-highlight-language';\nconst THEME_DATA_ATTRIBUTE = 'data-theme';\n\n/** @noInheritDoc */\nclass CodeNode extends ElementNode {\n /** @internal */\n __language;\n /** @internal */\n __theme;\n /** @internal */\n __isSyntaxHighlightSupported;\n static getType() {\n return 'code';\n }\n static clone(node) {\n return new CodeNode(node.__language, node.__key);\n }\n constructor(language, key) {\n super(key);\n this.__language = language || undefined;\n this.__isSyntaxHighlightSupported = false;\n this.__theme = undefined;\n }\n afterCloneFrom(prevNode) {\n super.afterCloneFrom(prevNode);\n this.__language = prevNode.__language;\n this.__theme = prevNode.__theme;\n this.__isSyntaxHighlightSupported = prevNode.__isSyntaxHighlightSupported;\n }\n\n // View\n createDOM(config) {\n const element = document.createElement('code');\n addClassNamesToElement(element, config.theme.code);\n element.setAttribute('spellcheck', 'false');\n const language = this.getLanguage();\n if (language) {\n element.setAttribute(LANGUAGE_DATA_ATTRIBUTE, language);\n if (this.getIsSyntaxHighlightSupported()) {\n element.setAttribute(HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE, language);\n }\n }\n const theme = this.getTheme();\n if (theme) {\n element.setAttribute(THEME_DATA_ATTRIBUTE, theme);\n }\n const style = this.getStyle();\n if (style) {\n element.setAttribute('style', style);\n }\n return element;\n }\n updateDOM(prevNode, dom, config) {\n const language = this.__language;\n const prevLanguage = prevNode.__language;\n if (language) {\n if (language !== prevLanguage) {\n dom.setAttribute(LANGUAGE_DATA_ATTRIBUTE, language);\n }\n } else if (prevLanguage) {\n dom.removeAttribute(LANGUAGE_DATA_ATTRIBUTE);\n }\n const isSyntaxHighlightSupported = this.__isSyntaxHighlightSupported;\n const prevIsSyntaxHighlightSupported = prevNode.__isSyntaxHighlightSupported;\n if (prevIsSyntaxHighlightSupported && prevLanguage) {\n if (isSyntaxHighlightSupported && language) {\n if (language !== prevLanguage) {\n dom.setAttribute(HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE, language);\n }\n } else {\n dom.removeAttribute(HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE);\n }\n } else if (isSyntaxHighlightSupported && language) {\n dom.setAttribute(HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE, language);\n }\n const theme = this.__theme;\n const prevTheme = prevNode.__theme;\n if (theme) {\n if (theme !== prevTheme) {\n dom.setAttribute(THEME_DATA_ATTRIBUTE, theme);\n }\n } else if (prevTheme) {\n dom.removeAttribute(THEME_DATA_ATTRIBUTE);\n }\n const style = this.__style;\n const prevStyle = prevNode.__style;\n if (style) {\n if (style !== prevStyle) {\n dom.setAttribute('style', style);\n }\n } else if (prevStyle) {\n dom.removeAttribute('style');\n }\n return false;\n }\n exportDOM(editor) {\n const element = document.createElement('pre');\n addClassNamesToElement(element, editor._config.theme.code);\n element.setAttribute('spellcheck', 'false');\n const language = this.getLanguage();\n if (language) {\n element.setAttribute(LANGUAGE_DATA_ATTRIBUTE, language);\n if (this.getIsSyntaxHighlightSupported()) {\n element.setAttribute(HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE, language);\n }\n }\n const theme = this.getTheme();\n if (theme) {\n element.setAttribute(THEME_DATA_ATTRIBUTE, theme);\n }\n const style = this.getStyle();\n if (style) {\n element.setAttribute('style', style);\n }\n return {\n element\n };\n }\n static importDOM() {\n return {\n // Typically <pre> is used for code blocks, and <code> for inline code styles\n // but if it's a multi line <code> we'll create a block. Pass through to\n // inline format handled by TextNode otherwise.\n code: node => {\n const isMultiLine = node.textContent != null && (/\\r?\\n/.test(node.textContent) || hasChildDOMNodeTag(node, 'BR'));\n return isMultiLine ? {\n conversion: $convertPreElement,\n priority: 1\n } : null;\n },\n div: () => ({\n conversion: $convertDivElement,\n priority: 1\n }),\n pre: () => ({\n conversion: $convertPreElement,\n priority: 0\n }),\n table: node => {\n const table = node;\n // domNode is a <table> since we matched it by nodeName\n if (isGitHubCodeTable(table)) {\n return {\n conversion: $convertTableElement,\n priority: 3\n };\n }\n return null;\n },\n td: node => {\n // element is a <td> since we matched it by nodeName\n const td = node;\n const table = td.closest('table');\n if (isGitHubCodeCell(td) || table && isGitHubCodeTable(table)) {\n // Return a no-op if it's a table cell in a code table, but not a code line.\n // Otherwise it'll fall back to the T\n return {\n conversion: convertCodeNoop,\n priority: 3\n };\n }\n return null;\n },\n tr: node => {\n // element is a <tr> since we matched it by nodeName\n const tr = node;\n const table = tr.closest('table');\n if (table && isGitHubCodeTable(table)) {\n return {\n conversion: convertCodeNoop,\n priority: 3\n };\n }\n return null;\n }\n };\n }\n static importJSON(serializedNode) {\n return $createCodeNode().updateFromJSON(serializedNode);\n }\n updateFromJSON(serializedNode) {\n return super.updateFromJSON(serializedNode).setLanguage(serializedNode.language).setTheme(serializedNode.theme);\n }\n exportJSON() {\n return {\n ...super.exportJSON(),\n language: this.getLanguage(),\n theme: this.getTheme()\n };\n }\n\n // Mutation\n insertNewAfter(selection, restoreSelection = true) {\n const children = this.getChildren();\n const childrenLength = children.length;\n if (childrenLength >= 2 && children[childrenLength - 1].getTextContent() === '\\n' && children[childrenLength - 2].getTextContent() === '\\n' && selection.isCollapsed() && selection.anchor.key === this.__key && selection.anchor.offset === childrenLength) {\n children[childrenLength - 1].remove();\n children[childrenLength - 2].remove();\n const newElement = $createParagraphNode();\n this.insertAfter(newElement, restoreSelection);\n return newElement;\n }\n\n // If the selection is within the codeblock, find all leading tabs and\n // spaces of the current line. Create a new line that has all those\n // tabs and spaces, such that leading indentation is preserved.\n const {\n anchor,\n focus\n } = selection;\n const firstPoint = anchor.isBefore(focus) ? anchor : focus;\n const firstSelectionNode = firstPoint.getNode();\n if ($isTextNode(firstSelectionNode)) {\n let node = $getFirstCodeNodeOfLine(firstSelectionNode);\n const insertNodes = [];\n // eslint-disable-next-line no-constant-condition\n while (true) {\n if ($isTabNode(node)) {\n insertNodes.push($createTabNode());\n node = node.getNextSibling();\n } else if ($isCodeHighlightNode(node)) {\n let spaces = 0;\n const text = node.getTextContent();\n const textSize = node.getTextContentSize();\n while (spaces < textSize && text[spaces] === ' ') {\n spaces++;\n }\n if (spaces !== 0) {\n insertNodes.push($createCodeHighlightNode(' '.repeat(spaces)));\n }\n if (spaces !== textSize) {\n break;\n }\n node = node.getNextSibling();\n } else {\n break;\n }\n }\n const split = firstSelectionNode.splitText(anchor.offset)[0];\n const x = anchor.offset === 0 ? 0 : 1;\n const index = split.getIndexWithinParent() + x;\n const codeNode = firstSelectionNode.getParentOrThrow();\n const nodesToInsert = [$createLineBreakNode(), ...insertNodes];\n codeNode.splice(index, 0, nodesToInsert);\n const last = insertNodes[insertNodes.length - 1];\n if (last) {\n last.select();\n } else if (anchor.offset === 0) {\n split.selectPrevious();\n } else {\n split.getNextSibling().selectNext(0, 0);\n }\n }\n if ($isCodeNode(firstSelectionNode)) {\n const {\n offset\n } = selection.anchor;\n firstSelectionNode.splice(offset, 0, [$createLineBreakNode()]);\n firstSelectionNode.select(offset + 1, offset + 1);\n }\n return null;\n }\n canIndent() {\n return false;\n }\n collapseAtStart() {\n const paragraph = $createParagraphNode();\n const children = this.getChildren();\n children.forEach(child => paragraph.append(child));\n this.replace(paragraph);\n return true;\n }\n setLanguage(language) {\n const writable = this.getWritable();\n writable.__language = language || undefined;\n return writable;\n }\n getLanguage() {\n return this.getLatest().__language;\n }\n setIsSyntaxHighlightSupported(isSupported) {\n const writable = this.getWritable();\n writable.__isSyntaxHighlightSupported = isSupported;\n return writable;\n }\n getIsSyntaxHighlightSupported() {\n return this.getLatest().__isSyntaxHighlightSupported;\n }\n setTheme(theme) {\n const writable = this.getWritable();\n writable.__theme = theme || undefined;\n return writable;\n }\n getTheme() {\n return this.getLatest().__theme;\n }\n}\nfunction $createCodeNode(language, theme) {\n return $create(CodeNode).setLanguage(language).setTheme(theme);\n}\nfunction $isCodeNode(node) {\n return node instanceof CodeNode;\n}\nfunction $convertPreElement(domNode) {\n const language = domNode.getAttribute(LANGUAGE_DATA_ATTRIBUTE);\n return {\n node: $createCodeNode(language)\n };\n}\nfunction $convertDivElement(domNode) {\n // domNode is a <div> since we matched it by nodeName\n const div = domNode;\n const isCode = isCodeElement(div);\n if (!isCode && !isCodeChildElement(div)) {\n return {\n node: null\n };\n }\n return {\n node: isCode ? $createCodeNode() : null\n };\n}\nfunction $convertTableElement() {\n return {\n node: $createCodeNode()\n };\n}\nfunction convertCodeNoop() {\n return {\n node: null\n };\n}\nfunction isCodeElement(div) {\n return div.style.fontFamily.match('monospace') !== null;\n}\nfunction isCodeChildElement(node) {\n let parent = node.parentElement;\n while (parent !== null) {\n if (isCodeElement(parent)) {\n return true;\n }\n parent = parent.parentElement;\n }\n return false;\n}\nfunction isGitHubCodeCell(cell) {\n return cell.classList.contains('js-file-line');\n}\nfunction isGitHubCodeTable(table) {\n return table.classList.contains('js-file-line-container');\n}\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\n/** @noInheritDoc */\nclass CodeHighlightNode extends TextNode {\n /** @internal */\n __highlightType;\n constructor(text = '', highlightType, key) {\n super(text, key);\n this.__highlightType = highlightType;\n }\n static getType() {\n return 'code-highlight';\n }\n static clone(node) {\n return new CodeHighlightNode(node.__text, node.__highlightType || undefined, node.__key);\n }\n getHighlightType() {\n const self = this.getLatest();\n return self.__highlightType;\n }\n setHighlightType(highlightType) {\n const self = this.getWritable();\n self.__highlightType = highlightType || undefined;\n return self;\n }\n canHaveFormat() {\n return false;\n }\n createDOM(config) {\n const element = super.createDOM(config);\n const className = getHighlightThemeClass(config.theme, this.__highlightType);\n addClassNamesToElement(element, className);\n return element;\n }\n updateDOM(prevNode, dom, config) {\n const update = super.updateDOM(prevNode, dom, config);\n const prevClassName = getHighlightThemeClass(config.theme, prevNode.__highlightType);\n const nextClassName = getHighlightThemeClass(config.theme, this.__highlightType);\n if (prevClassName !== nextClassName) {\n if (prevClassName) {\n removeClassNamesFromElement(dom, prevClassName);\n }\n if (nextClassName) {\n addClassNamesToElement(dom, nextClassName);\n }\n }\n return update;\n }\n static importJSON(serializedNode) {\n return $createCodeHighlightNode().updateFromJSON(serializedNode);\n }\n updateFromJSON(serializedNode) {\n return super.updateFromJSON(serializedNode).setHighlightType(serializedNode.highlightType);\n }\n exportJSON() {\n return {\n ...super.exportJSON(),\n highlightType: this.getHighlightType()\n };\n }\n\n // Prevent formatting (bold, underline, etc)\n setFormat(format) {\n return this;\n }\n isParentRequired() {\n return true;\n }\n createParentElementNode() {\n return $createCodeNode();\n }\n}\nfunction getHighlightThemeClass(theme, highlightType) {\n return highlightType && theme && theme.codeHighlight && theme.codeHighlight[highlightType];\n}\nfunction $createCodeHighlightNode(text = '', highlightType) {\n return $applyNodeReplacement(new CodeHighlightNode(text, highlightType));\n}\nfunction $isCodeHighlightNode(node) {\n return node instanceof CodeHighlightNode;\n}\n\nfunction $getLastMatchingCodeNode(anchor, direction) {\n let matchingNode = anchor;\n for (let caret = $getSiblingCaret(anchor, direction); caret && ($isCodeHighlightNode(caret.origin) || $isTabNode(caret.origin)); caret = $getAdjacentCaret(caret)) {\n matchingNode = caret.origin;\n }\n return matchingNode;\n}\nfunction $getFirstCodeNodeOfLine(anchor) {\n return $getLastMatchingCodeNode(anchor, 'previous');\n}\nfunction $getLastCodeNodeOfLine(anchor) {\n return $getLastMatchingCodeNode(anchor, 'next');\n}\n\n/**\n * Determines the visual writing direction of a code line.\n *\n * Scans the line segments (CodeHighlightNode/TabNode) from start to end\n * and returns the first strong direction found (\"ltr\" or \"rtl\").\n * If no strong character is found, falls back to the parent element's\n * direction. Returns null if indeterminate.\n */\nfunction $getCodeLineDirection(anchor) {\n const start = $getFirstCodeNodeOfLine(anchor);\n const end = $getLastCodeNodeOfLine(anchor);\n let node = start;\n while (node !== null) {\n if ($isCodeHighlightNode(node)) {\n const direction = getTextDirection(node.getTextContent());\n if (direction !== null) {\n return direction;\n }\n }\n if (node === end) {\n break;\n }\n node = node.getNextSibling();\n }\n const parent = start.getParent();\n if ($isElementNode(parent)) {\n const parentDirection = parent.getDirection();\n if (parentDirection === 'ltr' || parentDirection === 'rtl') {\n return parentDirection;\n }\n }\n return null;\n}\nfunction $getStartOfCodeInLine(anchor, offset) {\n let last = null;\n let lastNonBlank = null;\n let node = anchor;\n let nodeOffset = offset;\n let nodeTextContent = anchor.getTextContent();\n // eslint-disable-next-line no-constant-condition\n while (true) {\n if (nodeOffset === 0) {\n node = node.getPreviousSibling();\n if (node === null) {\n break;\n }\n if (!($isCodeHighlightNode(node) || $isTabNode(node) || $isLineBreakNode(node))) {\n formatDevErrorMessage(`Expected a valid Code Node: CodeHighlightNode, TabNode, LineBreakNode`);\n }\n if ($isLineBreakNode(node)) {\n last = {\n node,\n offset: 1\n };\n break;\n }\n nodeOffset = Math.max(0, node.getTextContentSize() - 1);\n nodeTextContent = node.getTextContent();\n } else {\n nodeOffset--;\n }\n const character = nodeTextContent[nodeOffset];\n if ($isCodeHighlightNode(node) && character !== ' ') {\n lastNonBlank = {\n node,\n offset: nodeOffset\n };\n }\n }\n // lastNonBlank !== null: anchor in the middle of code; move to line beginning\n if (lastNonBlank !== null) {\n return lastNonBlank;\n }\n // Spaces, tabs or nothing ahead of anchor\n let codeCharacterAtAnchorOffset = null;\n if (offset < anchor.getTextContentSize()) {\n if ($isCodeHighlightNode(anchor)) {\n codeCharacterAtAnchorOffset = anchor.getTextContent()[offset];\n }\n } else {\n const nextSibling = anchor.getNextSibling();\n if ($isCodeHighlightNode(nextSibling)) {\n codeCharacterAtAnchorOffset = nextSibling.getTextContent()[0];\n }\n }\n if (codeCharacterAtAnchorOffset !== null && codeCharacterAtAnchorOffset !== ' ') {\n // Borderline whitespace and code, move to line beginning\n return last;\n } else {\n const nextNonBlank = findNextNonBlankInLine(anchor, offset);\n if (nextNonBlank !== null) {\n return nextNonBlank;\n } else {\n return last;\n }\n }\n}\nfunction findNextNonBlankInLine(anchor, offset) {\n let node = anchor;\n let nodeOffset = offset;\n let nodeTextContent = anchor.getTextContent();\n let nodeTextContentSize = anchor.getTextContentSize();\n // eslint-disable-next-line no-constant-condition\n while (true) {\n if (!$isCodeHighlightNode(node) || nodeOffset === nodeTextContentSize) {\n node = node.getNextSibling();\n if (node === null || $isLineBreakNode(node)) {\n return null;\n }\n if ($isCodeHighlightNode(node)) {\n nodeOffset = 0;\n nodeTextContent = node.getTextContent();\n nodeTextContentSize = node.getTextContentSize();\n }\n }\n if ($isCodeHighlightNode(node)) {\n if (nodeTextContent[nodeOffset] !== ' ') {\n return {\n node,\n offset: nodeOffset\n };\n }\n nodeOffset++;\n }\n }\n}\nfunction $getEndOfCodeInLine(anchor) {\n const lastNode = $getLastCodeNodeOfLine(anchor);\n if (!!$isLineBreakNode(lastNode)) {\n formatDevErrorMessage(`Unexpected lineBreakNode in getEndOfCodeInLine`);\n }\n return lastNode;\n}\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\n/**\n * Add code blocks to the editor (syntax highlighting provided separately)\n */\nconst CodeExtension = defineExtension({\n name: '@lexical/code',\n nodes: () => [CodeNode, CodeHighlightNode]\n});\n\n(function (Prism) {\n\n\tPrism.languages.diff = {\n\t\t'coord': [\n\t\t\t// Match all kinds of coord lines (prefixed by \"+++\", \"---\" or \"***\").\n\t\t\t/^(?:\\*{3}|-{3}|\\+{3}).*$/m,\n\t\t\t// Match \"@@ ... @@\" coord lines in unified diff.\n\t\t\t/^@@.*@@$/m,\n\t\t\t// Match coord lines in normal diff (starts with a number).\n\t\t\t/^\\d.*$/m\n\t\t]\n\n\t\t// deleted, inserted, unchanged, diff\n\t};\n\n\t/**\n\t * A map from the name of a block to its line prefix.\n\t *\n\t * @type {Object<string, string>}\n\t */\n\tvar PREFIXES = {\n\t\t'deleted-sign': '-',\n\t\t'deleted-arrow': '<',\n\t\t'inserted-sign': '+',\n\t\t'inserted-arrow': '>',\n\t\t'unchanged': ' ',\n\t\t'diff': '!',\n\t};\n\n\t// add a token for each prefix\n\tObject.keys(PREFIXES).forEach(function (name) {\n\t\tvar prefix = PREFIXES[name];\n\n\t\tvar alias = [];\n\t\tif (!/^\\w+$/.test(name)) { // \"deleted-sign\" -> \"deleted\"\n\t\t\talias.push(/\\w+/.exec(name)[0]);\n\t\t}\n\t\tif (name === 'diff') {\n\t\t\talias.push('bold');\n\t\t}\n\n\t\tPrism.languages.diff[name] = {\n\t\t\tpattern: RegExp('^(?:[' + prefix + '].*(?:\\r\\n?|\\n|(?![\\\\s\\\\S])))+', 'm'),\n\t\t\talias: alias,\n\t\t\tinside: {\n\t\t\t\t'line': {\n\t\t\t\t\tpattern: /(.)(?=[\\s\\S]).*(?:\\r\\n?|\\n)?/,\n\t\t\t\t\tlookbehind: true\n\t\t\t\t},\n\t\t\t\t'prefix': {\n\t\t\t\t\tpattern: /[\\s\\S]/,\n\t\t\t\t\talias: /\\w+/.exec(name)[0]\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\n\t});\n\n\t// make prefixes available to Diff plugin\n\tObject.defineProperty(Prism.languages.diff, 'PREFIXES', {\n\t\tvalue: PREFIXES\n\t});\n\n}(Prism));\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nconst Prism$1 = globalThis.Prism || window.Prism;\nconst CODE_LANGUAGE_FRIENDLY_NAME_MAP = {\n c: 'C',\n clike: 'C-like',\n cpp: 'C++',\n css: 'CSS',\n html: 'HTML',\n java: 'Java',\n js: 'JavaScript',\n markdown: 'Markdown',\n objc: 'Objective-C',\n plain: 'Plain Text',\n powershell: 'PowerShell',\n py: 'Python',\n rust: 'Rust',\n sql: 'SQL',\n swift: 'Swift',\n typescript: 'TypeScript',\n xml: 'XML'\n};\nconst CODE_LANGUAGE_MAP = {\n cpp: 'cpp',\n java: 'java',\n javascript: 'js',\n md: 'markdown',\n plaintext: 'plain',\n python: 'py',\n text: 'plain',\n ts: 'typescript'\n};\nfunction normalizeCodeLang(lang) {\n return CODE_LANGUAGE_MAP[lang] || lang;\n}\nfunction getLanguageFriendlyName(lang) {\n const _lang = normalizeCodeLang(lang);\n return CODE_LANGUAGE_FRIENDLY_NAME_MAP[_lang] || _lang;\n}\nconst getCodeLanguages = () => Object.keys(Prism$1.languages).filter(\n// Prism has several language helpers mixed into languages object\n// so filtering them out here to get langs list\nlanguage => typeof Prism$1.languages[language] !== 'function').sort();\nfunction getCodeLanguageOptions() {\n const options = [];\n for (const [lang, friendlyName] of Object.entries(CODE_LANGUAGE_FRIENDLY_NAME_MAP)) {\n options.push([lang, friendlyName]);\n }\n return options;\n}\n\n// Prism has no theme support\nfunction getCodeThemeOptions() {\n const options = [];\n return options;\n}\nfunction getDiffedLanguage(language) {\n const DIFF_LANGUAGE_REGEX = /^diff-([\\w-]+)/i;\n const diffLanguageMatch = DIFF_LANGUAGE_REGEX.exec(language);\n return diffLanguageMatch ? diffLanguageMatch[1] : null;\n}\nfunction isCodeLanguageLoaded(language) {\n const diffedLanguage = getDiffedLanguage(language);\n const langId = diffedLanguage ? diffedLanguage : language;\n try {\n // eslint-disable-next-line no-prototype-builtins\n return langId ? Prism$1.languages.hasOwnProperty(langId) : false;\n } catch (_unused) {\n return false;\n }\n}\nasync function loadCodeLanguage(language, editor, codeNodeKey) {\n // NOT IMPLEMENTED\n}\nfunction getTextContent(token) {\n if (typeof token === 'string') {\n return token;\n } else if (Array.isArray(token)) {\n return token.map(getTextContent).join('');\n } else {\n return getTextContent(token.content);\n }\n}\n\n// The following code is extracted/adapted from prismjs v2\n// It will probably be possible to use it directly from prism v2\n// in the future when prismjs v2 is published and Lexical upgrades\n// the prismsjs dependency\nfunction tokenizeDiffHighlight(tokens, language) {\n const diffLanguage = language;\n const diffGrammar = Prism$1.languages[diffLanguage];\n const env = {\n tokens\n };\n const PREFIXES = Prism$1.languages.diff.PREFIXES;\n for (const token of env.tokens) {\n if (typeof token === 'string' || !(token.type in PREFIXES) || !Array.isArray(token.content)) {\n continue;\n }\n const type = token.type;\n let insertedPrefixes = 0;\n const getPrefixToken = () => {\n insertedPrefixes++;\n return new Prism$1.Token('prefix', PREFIXES[type], type.replace(/^(\\w+).*/, '$1'));\n };\n const withoutPrefixes = token.content.filter(t => typeof t === 'string' || t.type !== 'prefix');\n const prefixCount = token.content.length - withoutPrefixes.length;\n const diffTokens = Prism$1.tokenize(getTextContent(withoutPrefixes), diffGrammar);\n\n // re-insert prefixes\n // always add a prefix at the start\n diffTokens.unshift(getPrefixToken());\n const LINE_BREAK = /\\r\\n|\\n/g;\n const insertAfterLineBreakString = text => {\n const result = [];\n LINE_BREAK.lastIndex = 0;\n let last = 0;\n let m;\n while (insertedPrefixes < prefixCount && (m = LINE_BREAK.exec(text))) {\n const end = m.index + m[0].length;\n result.push(text.slice(last, end));\n last = end;\n result.push(getPrefixToken());\n }\n if (result.length === 0) {\n return undefined;\n }\n if (last < text.length) {\n result.push(text.slice(last));\n }\n return result;\n };\n const insertAfterLineBreak = toks => {\n for (let i = 0; i < toks.length && insertedPrefixes < prefixCount; i++) {\n const tok = toks[i];\n if (typeof tok === 'string') {\n const inserted = insertAfterLineBreakString(tok);\n if (inserted) {\n toks.splice(i, 1, ...inserted);\n i += inserted.length - 1;\n }\n } else if (typeof tok.content === 'string') {\n const inserted = insertAfterLineBreakString(tok.content);\n if (inserted) {\n tok.content = inserted;\n }\n } else if (Array.isArray(tok.content)) {\n insertAfterLineBreak(tok.content);\n } else {\n insertAfterLineBreak([tok.content]);\n }\n }\n };\n insertAfterLineBreak(diffTokens);\n if (insertedPrefixes < prefixCount) {\n // we are missing the last prefix\n diffTokens.push(getPrefixToken());\n }\n token.content = diffTokens;\n }\n return env.tokens;\n}\nfunction $getHighlightNodes(codeNode, language) {\n const DIFF_LANGUAGE_REGEX = /^diff-([\\w-]+)/i;\n const diffLanguageMatch = DIFF_LANGUAGE_REGEX.exec(language);\n const code = codeNode.getTextContent();\n let tokens = Prism$1.tokenize(code, Prism$1.languages[diffLanguageMatch ? 'diff' : language]);\n if (diffLanguageMatch) {\n tokens = tokenizeDiffHighlight(tokens, diffLanguageMatch[1]);\n }\n return $mapTokensToLexicalStructure(tokens);\n}\nfunction $mapTokensToLexicalStructure(tokens, type) {\n const nodes = [];\n for (const token of tokens) {\n if (typeof token === 'string') {\n const partials = token.split(/(\\n|\\t)/);\n const partialsLength = partials.length;\n for (let i = 0; i < partialsLength; i++) {\n const part = partials[i];\n if (part === '\\n' || part === '\\r\\n') {\n nodes.push($createLineBreakNode());\n } else if (part === '\\t') {\n nodes.push($createTabNode());\n } else if (part.length > 0) {\n nodes.push($createCodeHighlightNode(part, type));\n }\n }\n } else {\n const {\n content,\n alias\n } = token;\n if (typeof content === 'string') {\n nodes.push(...$mapTokensToLexicalStructure([content], token.type === 'prefix' && typeof alias === 'string' ? alias : token.type));\n } else if (Array.isArray(content)) {\n nodes.push(...$mapTokensToLexicalStructure(content, token.type === 'unchanged' ? undefined : token.type));\n }\n }\n }\n return nodes;\n}\n\nconst PrismTokenizer = {\n $tokenize(codeNode, language) {\n return $getHighlightNodes(codeNode, language || this.defaultLanguage);\n },\n defaultLanguage: DEFAULT_CODE_LANGUAGE,\n tokenize(code, language) {\n return Prism$1.tokenize(code, Prism$1.languages[language || ''] || Prism$1.languages[this.defaultLanguage]);\n }\n};\nfunction $textNodeTransform(node, editor, tokenizer) {\n // Since CodeNode has flat children structure we only need to check\n // if node's parent is a code node and run highlighting if so\n const parentNode = node.getParent();\n if ($isCodeNode(parentNode)) {\n codeNodeTransform(parentNode, editor, tokenizer);\n } else if ($isCodeHighlightNode(node)) {\n // When code block converted into paragraph or other element\n // code highlight nodes converted back to normal text\n node.replace($createTextNode(node.__text));\n }\n}\nfunction updateCodeGutter(node, editor) {\n const codeElement = editor.getElementByKey(node.getKey());\n if (codeElement === null) {\n return;\n }\n const children = node.getChildren();\n const childrenLength = children.length;\n // @ts-ignore: internal field\n if (childrenLength === codeElement.__cachedChildrenLength) {\n // Avoid updating the attribute if the children length hasn't changed.\n return;\n }\n // @ts-ignore:: internal field\n codeElement.__cachedChildrenLength = childrenLength;\n let gutter = '1';\n let count = 1;\n for (let i = 0; i < childrenLength; i++) {\n if ($isLineBreakNode(children[i])) {\n gutter += '\\n' + ++count;\n }\n }\n codeElement.setAttribute('data-gutter', gutter);\n}\n\n// Using `skipTransforms` to prevent extra transforms since reformatting the code\n// will not affect code block content itself.\n//\n// Using extra cache (`nodesCurrentlyHighlighting`) since both CodeNode and CodeHighlightNode\n// transforms might be called at the same time (e.g. new CodeHighlight node inserted) and\n// in both cases we'll rerun whole reformatting over CodeNode, which is redundant.\n// Especially when pasting code into CodeBlock.\n\nconst nodesCurrentlyHighlighting = new Set();\nfunction codeNodeTransform(node, editor, tokenizer) {\n const nodeKey = node.getKey();\n const cacheKey = editor.getKey() + '/' + nodeKey;\n\n // When new code block inserted it might not have language selected\n if (node.getLanguage() === undefined) {\n node.setLanguage(tokenizer.defaultLanguage);\n }\n const language = node.getLanguage() || tokenizer.defaultLanguage;\n if (isCodeLanguageLoaded(language)) {\n if (!node.getIsSyntaxHighlightSupported()) {\n node.setIsSyntaxHighlightSupported(true);\n }\n } else {\n if (node.getIsSyntaxHighlightSupported()) {\n node.setIsSyntaxHighlightSupported(false);\n }\n loadCodeLanguage(language, editor, nodeKey);\n return;\n }\n if (nodesCurrentlyHighlighting.has(cacheKey)) {\n return;\n }\n nodesCurrentlyHighlighting.add(cacheKey);\n\n // Using nested update call to pass `skipTransforms` since we don't want\n // each individual CodeHighlightNode to be transformed again as it's already\n // in its final state\n editor.update(() => {\n $updateAndRetainSelection(nodeKey, () => {\n const currentNode = $getNodeByKey(nodeKey);\n if (!$isCodeNode(currentNode) || !currentNode.isAttached()) {\n return false;\n }\n //const DIFF_LANGUAGE_REGEX = /^diff-([\\w-]+)/i;\n const currentLanguage = currentNode.getLanguage() || tokenizer.defaultLanguage;\n //const diffLanguageMatch = DIFF_LANGUAGE_REGEX.exec(currentLanguage);\n\n const highlightNodes = tokenizer.$tokenize(currentNode, currentLanguage);\n const diffRange = getDiffRange(currentNode.getChildren(), highlightNodes);\n const {\n from,\n to,\n nodesForReplacement\n } = diffRange;\n if (from !== to || nodesForReplacement.length) {\n node.splice(from, to - from, nodesForReplacement);\n return true;\n }\n return false;\n });\n }, {\n onUpdate: () => {\n nodesCurrentlyHighlighting.delete(cacheKey);\n },\n skipTransforms: true\n });\n}\n\n// Wrapping update function into selection retainer, that tries to keep cursor at the same\n// position as before.\nfunction $updateAndRetainSelection(nodeKey, updateFn) {\n const node = $getNodeByKey(nodeKey);\n if (!$isCodeNode(node) || !node.isAttached()) {\n return;\n }\n const selection = $getSelection();\n // If it's not range selection (or null selection) there's no need to change it,\n // but we can still run highlighting logic\n if (!$isRangeSelection(selection)) {\n updateFn();\n return;\n }\n const anchor = selection.anchor;\n const anchorOffset = anchor.offset;\n const isNewLineAnchor = anchor.type === 'element' && $isLineBreakNode(node.getChildAtIndex(anchor.offset - 1));\n let textOffset = 0;\n\n // Calculating previous text offset (all text node prior to anchor + anchor own text offset)\n if (!isNewLineAnchor) {\n const anchorNode = anchor.getNode();\n textOffset = anchorOffset + anchorNode.getPreviousSiblings().reduce((offset, _node) => {\n return offset + _node.getTextContentSize();\n }, 0);\n }\n const hasChanges = updateFn();\n if (!hasChanges) {\n return;\n }\n\n // Non-text anchors only happen for line breaks, otherwise\n // selection will be within text node (code highlight node)\n if (isNewLineAnchor) {\n anchor.getNode().select(anchorOffset, anchorOffset);\n return;\n }\n\n // If it was non-element anchor then we walk through child nodes\n // and looking for a position of original text offset\n node.getChildren().some(_node => {\n const isText = $isTextNode(_node);\n if (isText || $isLineBreakNode(_node)) {\n const textContentSize = _node.getTextContentSize();\n if (isText && textContentSize >= textOffset) {\n _node.select(textOffset, textOffset);\n return true;\n }\n textOffset -= textContentSize;\n }\n return false;\n });\n}\n\n// Finds minimal diff range between two nodes lists. It returns from/to range boundaries of prevNodes\n// that needs to be replaced with `nodes` (subset of nextNodes) to make prevNodes equal to nextNodes.\nfunction getDiffRange(prevNodes, nextNodes) {\n let leadingMatch = 0;\n while (leadingMatch < prevNodes.length) {\n if (!isEqual(prevNodes[leadingMatch], nextNodes[leadingMatch])) {\n break;\n }\n leadingMatch++;\n }\n const prevNodesLength = prevNodes.length;\n const nextNodesLength = nextNodes.length;\n const maxTrailingMatch = Math.min(prevNodesLength, nextNodesLength) - leadingMatch;\n let trailingMatch = 0;\n while (trailingMatch < maxTrailingMatch) {\n trailingMatch++;\n if (!isEqual(prevNodes[prevNodesLength - trailingMatch], nextNodes[nextNodesLength - trailingMatch])) {\n trailingMatch--;\n break;\n }\n }\n const from = leadingMatch;\n const to = prevNodesLength - trailingMatch;\n const nodesForReplacement = nextNodes.slice(leadingMatch, nextNodesLength - trailingMatch);\n return {\n from,\n nodesForReplacement,\n to\n };\n}\nfunction isEqual(nodeA, nodeB) {\n // Only checking for code highlight nodes, tabs and linebreaks. If it's regular text node\n // returning false so that it's transformed into code highlight node\n return $isCodeHighlightNode(nodeA) && $isCodeHighlightNode(nodeB) && nodeA.__text === nodeB.__text && nodeA.__highlightType === nodeB.__highlightType || $isTabNode(nodeA) && $isTabNode(nodeB) || $isLineBreakNode(nodeA) && $isLineBreakNode(nodeB);\n}\n\n/**\n * Returns a boolean.\n * Check that the selection span is within a single CodeNode.\n * This is used to guard against executing handlers that can only be\n * applied in a single CodeNode context\n */\nfunction $isSelectionInCode(selection) {\n if (!$isRangeSelection(selection)) {\n return false;\n }\n const anchorNode = selection.anchor.getNode();\n const maybeAnchorCodeNode = $isCodeNode(anchorNode) ? anchorNode : anchorNode.getParent();\n const focusNode = selection.focus.getNode();\n const maybeFocusCodeNode = $isCodeNode(focusNode) ? focusNode : focusNode.getParent();\n return $isCodeNode(maybeAnchorCodeNode) && maybeAnchorCodeNode.is(maybeFocusCodeNode);\n}\n\n/**\n * Returns an Array of code lines\n * Take the sequence of LineBreakNode | TabNode | CodeHighlightNode forming\n * the selection and split it by LineBreakNode.\n * If the selection ends at the start of the last line, it is considered empty.\n * Empty lines are discarded.\n */\nfunction $getCodeLines(selection) {\n const nodes = selection.getNodes();\n const lines = [];\n if (nodes.length === 1 && $isCodeNode(nodes[0])) {\n return lines;\n }\n let lastLine = [];\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n if (!($isCodeHighlightNode(node) || $isTabNode(node) || $isLineBreakNode(node))) {\n formatDevErrorMessage(`Expected selection to be inside CodeBlock and consisting of CodeHighlightNode, TabNode and LineBreakNode`);\n }\n if ($isLineBreakNode(node)) {\n if (lastLine.length > 0) {\n lines.push(lastLine);\n lastLine = [];\n }\n } else {\n lastLine.push(node);\n }\n }\n if (lastLine.length > 0) {\n const selectionEnd = selection.isBackward() ? selection.anchor : selection.focus;\n\n // Discard the last line if the selection ends exactly at the\n // start of the line (no real selection)\n const lastPoint = $createPoint(lastLine[0].getKey(), 0, 'text');\n if (!selectionEnd.is(lastPoint)) {\n lines.push(lastLine);\n }\n }\n return lines;\n}\nfunction $handleTab(shiftKey) {\n const selection = $getSelection();\n if (!$isRangeSelection(selection) || !$isSelectionInCode(selection)) {\n return null;\n }\n const indentOrOutdent = !shiftKey ? INDENT_CONTENT_COMMAND : OUTDENT_CONTENT_COMMAND;\n const tabOrOutdent = !shiftKey ? INSERT_TAB_COMMAND : OUTDENT_CONTENT_COMMAND;\n const anchor = selection.anchor;\n const focus = selection.focus;\n\n // 1. early decision when there is no real selection\n if (anchor.is(focus)) {\n return tabOrOutdent;\n }\n\n // 2. If only empty lines or multiple non-empty lines are selected: indent/outdent\n const codeLines = $getCodeLines(selection);\n if (codeLines.length !== 1) {\n return indentOrOutdent;\n }\n const codeLine = codeLines[0];\n const codeLineLength = codeLine.length;\n if (!(codeLineLength !== 0)) {\n formatDevErrorMessage(`$getCodeLines only extracts non-empty lines`);\n } // Take into account the direction of the selection\n let selectionFirst;\n let selectionLast;\n if (selection.isBackward()) {\n selectionFirst = focus;\n selectionLast = anchor;\n } else {\n selectionFirst = anchor;\n selectionLast = focus;\n }\n\n // find boundary elements of the line\n // since codeLine only contains TabNode | CodeHighlightNode\n // the result of these functions should is of Type TabNode | CodeHighlightNode\n const firstOfLine = $getFirstCodeNodeOfLine(codeLine[0]);\n const lastOfLine = $getLastCodeNodeOfLine(codeLine[0]);\n const anchorOfLine = $createPoint(firstOfLine.getKey(), 0, 'text');\n const focusOfLine = $createPoint(lastOfLine.getKey(), lastOfLine.getTextContentSize(), 'text');\n\n // 3. multiline because selection started strictly before the line\n if (selectionFirst.isBefore(anchorOfLine)) {\n return indentOrOutdent;\n }\n\n // 4. multiline because the selection stops strictly after the line\n if (focusOfLine.isBefore(selectionLast)) {\n return indentOrOutdent;\n }\n\n // The selection if within the line.\n // 4. If it does not touch both borders, it needs a tab\n if (anchorOfLine.isBefore(selectionFirst) || selectionLast.isBefore(focusOfLine)) {\n return tabOrOutdent;\n }\n\n // 5. Selection is matching a full line on non-empty code\n return indentOrOutdent;\n}\nfunction $handleMultilineIndent(type) {\n const selection = $getSelection();\n if (!$isRangeSelection(selection) || !$isSelectionInCode(selection)) {\n return false;\n }\n const codeLines = $getCodeLines(selection);\n const codeLinesLength = codeLines.length;\n\n // Special Indent case\n // Selection is collapsed at the beginning of a line\n if (codeLinesLength === 0 && selection.isCollapsed()) {\n if (type === INDENT_CONTENT_COMMAND) {\n selection.insertNodes([$createTabNode()]);\n }\n return true;\n }\n\n // Special Indent case\n // Selection is matching only one LineBreak\n if (codeLinesLength === 0 && type === INDENT_CONTENT_COMMAND && selection.getTextContent() === '\\n') {\n const tabNode = $createTabNode();\n const lineBreakNode = $createLineBreakNode();\n const direction = selection.isBackward() ? 'previous' : 'next';\n selection.insertNodes([tabNode, lineBreakNode]);\n $setSelectionFromCaretRange($getCaretRangeInDirection($getCaretRange($getTextPointCaret(tabNode, 'next', 0), $normalizeCaret($getSiblingCaret(lineBreakNode, 'next'))), direction));\n return true;\n }\n\n // Indent Non Empty Lines\n for (let i = 0; i < codeLinesLength; i++) {\n const line = codeLines[i];\n // a line here is never empty\n if (line.length > 0) {\n let firstOfLine = line[0];\n\n // make sure to consider the first node on the first line\n // because the line might not be fully selected\n if (i === 0) {\n firstOfLine = $getFirstCodeNodeOfLine(firstOfLine);\n }\n if (type === INDENT_CONTENT_COMMAND) {\n const tabNode = $createTabNode();\n firstOfLine.insertBefore(tabNode);\n // First real code line may need selection adjustment\n // when firstOfLine is at the selection boundary\n if (i === 0) {\n const anchorKey = selection.isBackward() ? 'focus' : 'anchor';\n const anchorLine = $createPoint(firstOfLine.getKey(), 0, 'text');\n if (selection[anchorKey].is(anchorLine)) {\n selection[anchorKey].set(tabNode.getKey(), 0, 'text');\n }\n }\n } else if ($isTabNode(firstOfLine)) {\n firstOfLine.remove();\n }\n }\n }\n return true;\n}\nfunction $handleShiftLines(type, event) {\n // We only care about the alt+arrow keys\n const selection = $getSelection();\n if (!$isRangeSelection(selection)) {\n return false;\n }\n\n // I'm not quite sure why, but it seems like calling anchor.getNode() collapses the selection here\n // So first, get the anchor and the focus, then get their nodes\n const {\n anchor,\n focus\n } = selection;\n const anchorOffset = anchor.offset;\n const focusOffset = focus.offset;\n const anchorNode = anchor.getNode();\n const focusNode = focus.getNode();\n const arrowIsUp = type === KEY_ARROW_UP_COMMAND;\n\n // Ensure the selection is within the codeblock\n if (!$isSelectionInCode(selection) || !($isCodeHighlightNode(anchorNode) || $isTabNode(anchorNode)) || !($isCodeHighlightNode(focusNode) || $isTabNode(focusNode))) {\n return false;\n }\n if (!event.altKey) {\n // Handle moving selection out of the code block, given there are no\n // siblings that can natively take the selection.\n if (selection.isCollapsed()) {\n const codeNode = anchorNode.getParentOrThrow();\n if (arrowIsUp && anchorOffset === 0 && anchorNode.getPreviousSibling() === null) {\n const codeNodeSibling = codeNode.getPreviousSibling();\n if (codeNodeSibling === null) {\n codeNode.selectPrevious();\n event.preventDefault();\n return true;\n }\n } else if (!arrowIsUp && anchorOffset === anchorNode.getTextContentSize() && anchorNode.getNextSibling() === null) {\n const codeNodeSibling = codeNode.getNextSibling();\n if (codeNodeSibling === null) {\n codeNode.selectNext();\n event.preventDefault();\n return true;\n }\n }\n }\n return false;\n }\n let start;\n let end;\n if (anchorNode.isBefore(focusNode)) {\n start = $getFirstCodeNodeOfLine(anchorNode);\n end = $getLastCodeNodeOfLine(focusNode);\n } else {\n start = $getFirstCodeNodeOfLine(focusNode);\n end = $getLastCodeNodeOfLine(anchorNode);\n }\n if (start == null || end == null) {\n return false;\n }\n const range = start.getNodesBetween(end);\n for (let i = 0; i < range.length; i++) {\n const node = range[i];\n if (!$isCodeHighlightNode(node) && !$isTabNode(node) && !$isLineBreakNode(node)) {\n return false;\n }\n }\n\n // After this point, we know the selection is within the codeblock. We may not be able to\n // actually move the lines around, but we want to return true either way to prevent\n // the event's default behavior\n event.preventDefault();\n event.stopPropagation(); // required to stop cursor movement under Firefox\n\n const linebreak = arrowIsUp ? start.getPreviousSibling() : end.getNextSibling();\n if (!$isLineBreakNode(linebreak)) {\n return true;\n }\n const sibling = arrowIsUp ? linebreak.getPreviousSibling() : linebreak.getNextSibling();\n if (sibling == null) {\n return true;\n }\n const maybeInsertionPoint = $isCodeHighlightNode(sibling) || $isTabNode(sibling) || $isLineBreakNode(sibling) ? arrowIsUp ? $getFirstCodeNodeOfLine(sibling) : $getLastCodeNodeOfLine(sibling) : null;\n let insertionPoint = maybeInsertionPoint != null ? maybeInsertionPoint : sibling;\n linebreak.remove();\n range.forEach(node => node.remove());\n if (type === KEY_ARROW_UP_COMMAND) {\n range.forEach(node => insertionPoint.insertBefore(node));\n insertionPoint.insertBefore(linebreak);\n } else {\n insertionPoint.insertAfter(linebreak);\n insertionPoint = linebreak;\n range.forEach(node => {\n insertionPoint.insertAfter(node);\n insertionPoint = node;\n });\n }\n selection.setTextNodeRange(anchorNode, anchorOffset, focusNode, focusOffset);\n return true;\n}\nfunction $handleMoveTo(type, event) {\n const selection = $getSelection();\n if (!$isRangeSelection(selection)) {\n return false;\n }\n const {\n anchor,\n focus\n } = selection;\n const anchorNode = anchor.getNode();\n const focusNode = focus.getNode();\n const isMoveToStart = type === MOVE_TO_START;\n\n // Ensure the selection is within the codeblock\n if (!$isSelectionInCode(selection) || !($isCodeHighlightNode(anchorNode) || $isTabNode(anchorNode)) || !($isCodeHighlightNode(focusNode) || $isTabNode(focusNode))) {\n return false;\n }\n const focusLineNode = focusNode;\n const direction = $getCodeLineDirection(focusLineNode);\n const moveToStart = direction === 'rtl' ? !isMoveToStart : isMoveToStart;\n if (moveToStart) {\n const start = $getStartOfCodeInLine(focusLineNode, focus.offset);\n if (start !== null) {\n const {\n node,\n offset\n } = start;\n if ($isLineBreakNode(node)) {\n node.selectNext(0, 0);\n } else {\n selection.setTextNodeRange(node, offset, node, offset);\n }\n } else {\n focusLineNode.getParentOrThrow().selectStart();\n }\n } else {\n const node = $getEndOfCodeInLine(focusLineNode);\n node.select();\n }\n event.preventDefault();\n event.stopPropagation();\n return true;\n}\nfunction registerCodeHighlighting(editor, tokenizer) {\n if (!editor.hasNodes([CodeNode, CodeHighlightNode])) {\n throw new Error('CodeHighlightPlugin: CodeNode or CodeHighlightNode not registered on editor');\n }\n if (tokenizer == null) {\n tokenizer = PrismTokenizer;\n }\n const registrations = [];\n\n // Only register the mutation listener if not in headless mode\n if (editor._headless !== true) {\n registrations.push(editor.registerMutationListener(CodeNode, mutations => {\n editor.getEditorState().read(() => {\n for (const [key, type] of mutations) {\n if (type !== 'destroyed') {\n const node = $getNodeByKey(key);\n if (node !== null) {\n updateCodeGutter(node, editor);\n }\n }\n }\n });\n }, {\n skipInitialization: false\n }));\n }\n\n // Add the rest of the registrations\n registrations.push(editor.registerNodeTransform(CodeNode, node => codeNodeTransform(node, editor, tokenizer)), editor.registerNodeTransform(TextNode, node => $textNodeTransform(node, editor, tokenizer)), editor.registerNodeTransform(CodeHighlightNode, node => $textNodeTransform(node, editor, tokenizer)), editor.registerCommand(KEY_TAB_COMMAND, event => {\n const command = $handleTab(event.shiftKey);\n if (command === null) {\n return false;\n }\n event.preventDefault();\n editor.dispatchCommand(command, undefined);\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(INSERT_TAB_COMMAND, () => {\n const selection = $getSelection();\n if (!$isSelectionInCode(selection)) {\n return false;\n }\n $insertNodes([$createTabNode()]);\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(INDENT_CONTENT_COMMAND, payload => $handleMultilineIndent(INDENT_CONTENT_COMMAND), COMMAND_PRIORITY_LOW), editor.registerCommand(OUTDENT_CONTENT_COMMAND, payload => $handleMultilineIndent(OUTDENT_CONTENT_COMMAND), COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_ARROW_UP_COMMAND, event => {\n const selection = $getSelection();\n if (!$isRangeSelection(selection) || !$isSelectionInCode(selection)) {\n return false;\n }\n const firstNode = $getRoot().getFirstDescendant();\n const {\n anchor\n } = selection;\n const anchorNode = anchor.getNode();\n if (firstNode && anchorNode && firstNode.getKey() === anchorNode.getKey()) {\n return false;\n }\n return $handleShiftLines(KEY_ARROW_UP_COMMAND, event);\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_ARROW_DOWN_COMMAND, event => {\n const selection = $getSelection();\n if (!$isRangeSelection(selection) || !$isSelectionInCode(selection)) {\n return false;\n }\n const lastNode = $getRoot().getLastDescendant();\n const {\n anchor\n } = selection;\n const anchorNode = anchor.getNode();\n if (lastNode && anchorNode && lastNode.getKey() === anchorNode.getKey()) {\n return false;\n }\n return $handleShiftLines(KEY_ARROW_DOWN_COMMAND, event);\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(MOVE_TO_START, event => $handleMoveTo(MOVE_TO_START, event), COMMAND_PRIORITY_LOW), editor.registerCommand(MOVE_TO_END, event => $handleMoveTo(MOVE_TO_END, event), COMMAND_PRIORITY_LOW));\n return mergeRegister(...registrations);\n}\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\n\n/** @deprecated renamed to {@link $getFirstCodeNodeOfLine} by @lexical/eslint-plugin rules-of-lexical */\nconst getFirstCodeNodeOfLine = $getFirstCodeNodeOfLine;\n/** @deprecated renamed to {@link $getLastCodeNodeOfLine} by @lexical/eslint-plugin rules-of-lexical */\nconst getLastCodeNodeOfLine = $getLastCodeNodeOfLine;\n/** @deprecated renamed to {@link $getEndOfCodeInLine} by @lexical/eslint-plugin rules-of-lexical */\nconst getEndOfCodeInLine = $getEndOfCodeInLine;\n/** @deprecated renamed to {@link $getStartOfCodeInLine} by @lexical/eslint-plugin rules-of-lexical */\nconst getStartOfCodeInLine = $getStartOfCodeInLine;\n\nexport { $createCodeHighlightNode, $createCodeNode, $getCodeLineDirection, $getEndOfCodeInLine, $getFirstCodeNodeOfLine, $getLastCodeNodeOfLine, $getStartOfCodeInLine, $isCodeHighlightNode, $isCodeNode, CODE_LANGUAGE_FRIENDLY_NAME_MAP, CODE_LANGUAGE_MAP, CodeExtension, CodeHighlightNode, CodeNode, DEFAULT_CODE_LANGUAGE, PrismTokenizer, getCodeLanguageOptions, getCodeLanguages, getCodeThemeOptions, getDefaultCodeLanguage, getEndOfCodeInLine, getFirstCodeNodeOfLine, getLanguageFriendlyName, getLastCodeNodeOfLine, getStartOfCodeInLine, normalizeCodeLang, normalizeCodeLang as normalizeCodeLanguage, registerCodeHighlighting };\n"],"names":["formatDevErrorMessage","message","Error","DEFAULT_CODE_LANGUAGE","getDefaultCodeLanguage","hasChildDOMNodeTag","node","tagName","child","childNodes","isHTMLElement","LANGUAGE_DATA_ATTRIBUTE","HIGHLIGHT_LANGUAGE_DATA_ATTRIBUTE","THEME_DATA_ATTRIBUTE","CodeNode","ElementNode","__language","__theme","__isSyntaxHighlightSupported","getType","clone","__key","constructor","language","key","super","this","undefined","afterCloneFrom","prevNode","createDOM","config","element","document","createElement","addClassNamesToElement","theme","code","setAttribute","getLanguage","getIsSyntaxHighlightSupported","getTheme","style","getStyle","updateDOM","dom","prevLanguage","removeAttribute","isSyntaxHighlightSupported","prevTheme","__style","prevStyle","exportDOM","editor","_config","importDOM","textContent","test","conversion","$convertPreElement","priority","div","$convertDivElement","pre","table","isGitHubCodeTable","$convertTableElement","td","closest","classList","contains","convertCodeNoop","tr","importJSON","serializedNode","$createCodeNode","updateFromJSON","setLanguage","setTheme","exportJSON","insertNewAfter","selection","restoreSelection","children","getChildren","childrenLength","length","getTextContent","isCollapsed","anchor","offset","remove","newElement","$createParagraphNode","insertAfter","focus","firstSelectionNode","isBefore","getNode","$isTextNode","$getFirstCodeNodeOfLine","insertNodes","$isTabNode","push","$createTabNode","getNextSibling","$isCodeHighlightNode","spaces","text","textSize","getTextContentSize","$createCodeHighlightNode","repeat","split","splitText","x","index","getIndexWithinParent","codeNode","getParentOrThrow","nodesToInsert","$createLineBreakNode","splice","last","select","selectPrevious","selectNext","$isCodeNode","canIndent","collapseAtStart","paragraph","forEach","append","replace","writable","getWritable","getLatest","setIsSyntaxHighlightSupported","isSupported","$create","domNode","getAttribute","isCode","isCodeElement","parent","parentElement","isCodeChildElement","fontFamily","match","CodeHighlightNode","TextNode","__highlightType","highlightType","__text","getHighlightType","setHighlightType","self","canHaveFormat","className","getHighlightThemeClass","update","prevClassName","nextClassName","removeClassNamesFromElement","setFormat","format","isParentRequired","createParentElementNode","codeHighlight","$applyNodeReplacement","$getLastMatchingCodeNode","direction","matchingNode","caret","$getSiblingCaret","origin","$getAdjacentCaret","$getLastCodeNodeOfLine","$getCodeLineDirection","start","end","getTextDirection","getParent","$isElementNode","parentDirection","getDirection","$getStartOfCodeInLine","lastNonBlank","nodeOffset","nodeTextContent","getPreviousSibling","$isLineBreakNode","Math","max","character","codeCharacterAtAnchorOffset","nextSibling","nextNonBlank","nodeTextContentSize","findNextNonBlankInLine","$getEndOfCodeInLine","lastNode","CodeExtension","defineExtension","name","nodes","Prism","languages","diff","coord","PREFIXES","unchanged","Object","keys","prefix","alias","exec","pattern","RegExp","inside","line","lookbehind","defineProperty","value","Prism$1","globalThis","window","CODE_LANGUAGE_FRIENDLY_NAME_MAP","c","clike","cpp","css","html","java","js","markdown","objc","plain","powershell","py","rust","sql","swift","typescript","xml","CODE_LANGUAGE_MAP","javascript","md","plaintext","python","ts","normalizeCodeLang","lang","getLanguageFriendlyName","_lang","getCodeLanguages","filter","sort","getCodeLanguageOptions","options","friendlyName","entries","getCodeThemeOptions","token","Array","isArray","map","join","content","$getHighlightNodes","diffLanguageMatch","tokens","tokenize","diffLanguage","diffGrammar","env","type","insertedPrefixes","getPrefixToken","Token","withoutPrefixes","t","prefixCount","diffTokens","unshift","LINE_BREAK","insertAfterLineBreakString","result","lastIndex","m","slice","insertAfterLineBreak","toks","i","tok","inserted","tokenizeDiffHighlight","$mapTokensToLexicalStructure","partials","partialsLength","part","PrismTokenizer","$tokenize","defaultLanguage","$textNodeTransform","tokenizer","parentNode","codeNodeTransform","$createTextNode","updateCodeGutter","codeElement","getElementByKey","getKey","__cachedChildrenLength","gutter","count","nodesCurrentlyHighlighting","Set","nodeKey","cacheKey","diffedLanguage","getDiffedLanguage","langId","hasOwnProperty","_unused","isCodeLanguageLoaded","async","loadCodeLanguage","has","add","updateFn","$getNodeByKey","isAttached","$getSelection","$isRangeSelection","anchorOffset","isNewLineAnchor","getChildAtIndex","textOffset","anchorNode","getPreviousSiblings","reduce","_node","some","isText","textContentSize","$updateAndRetainSelection","currentNode","currentLanguage","highlightNodes","diffRange","prevNodes","nextNodes","leadingMatch","isEqual","prevNodesLength","nextNodesLength","maxTrailingMatch","min","trailingMatch","from","to","nodesForReplacement","getDiffRange","onUpdate","delete","skipTransforms","nodeA","nodeB","$isSelectionInCode","maybeAnchorCodeNode","focusNode","maybeFocusCodeNode","is","$getCodeLines","getNodes","lines","lastLine","selectionEnd","isBackward","lastPoint","$createPoint","$handleMultilineIndent","codeLines","codeLinesLength","INDENT_CONTENT_COMMAND","tabNode","lineBreakNode","$setSelectionFromCaretRange","$getCaretRangeInDirection","$getCaretRange","$getTextPointCaret","$normalizeCaret","firstOfLine","insertBefore","anchorKey","anchorLine","set","$handleShiftLines","event","focusOffset","arrowIsUp","KEY_ARROW_UP_COMMAND","altKey","preventDefault","range","getNodesBetween","stopPropagation","linebreak","sibling","maybeInsertionPoint","insertionPoint","setTextNodeRange","$handleMoveTo","isMoveToStart","MOVE_TO_START","focusLineNode","selectStart","registerCodeHighlighting","hasNodes","registrations","_headless","registerMutationListener","mutations","getEditorState","read","skipInitialization","registerNodeTransform","registerCommand","KEY_TAB_COMMAND","command","shiftKey","indentOrOutdent","OUTDENT_CONTENT_COMMAND","tabOrOutdent","INSERT_TAB_COMMAND","codeLine","selectionFirst","selectionLast","lastOfLine","anchorOfLine","focusOfLine","$handleTab","dispatchCommand","COMMAND_PRIORITY_LOW","$insertNodes","payload","firstNode","$getRoot","getFirstDescendant","KEY_ARROW_DOWN_COMMAND","getLastDescendant","MOVE_TO_END","mergeRegister","getFirstCodeNodeOfLine","getLastCodeNodeOfLine","getEndOfCodeInLine","getStartOfCodeInLine"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import*as e from"./LexicalCode.dev.mjs.js";import*as o from"./LexicalCode.prod.mjs.js";const d="production"!==process.env.NODE_ENV?e:o;d.$createCodeHighlightNode,d.$createCodeNode,d.$getCodeLineDirection,d.$getEndOfCodeInLine,d.$getFirstCodeNodeOfLine,d.$getLastCodeNodeOfLine,d.$getStartOfCodeInLine,d.$isCodeHighlightNode;const t=d.$isCodeNode;d.CODE_LANGUAGE_FRIENDLY_NAME_MAP,d.CODE_LANGUAGE_MAP,d.CodeExtension,d.CodeHighlightNode,d.CodeNode,d.DEFAULT_CODE_LANGUAGE,d.PrismTokenizer,d.getCodeLanguageOptions,d.getCodeLanguages,d.getCodeThemeOptions;const i=d.getDefaultCodeLanguage;d.getEndOfCodeInLine,d.getFirstCodeNodeOfLine,d.getLanguageFriendlyName,d.getLastCodeNodeOfLine,d.getStartOfCodeInLine,d.normalizeCodeLang,d.normalizeCodeLanguage,d.registerCodeHighlighting;export{t as $isCodeNode,i as getDefaultCodeLanguage};
|
|
2
|
-
//# sourceMappingURL=LexicalCode.mjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalCode.mjs.js","sources":["../../../../node_modules/@lexical/code/LexicalCode.mjs"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport * as modDev from './LexicalCode.dev.mjs';\nimport * as modProd from './LexicalCode.prod.mjs';\nconst mod = process.env.NODE_ENV !== 'production' ? modDev : modProd;\nexport const $createCodeHighlightNode = mod.$createCodeHighlightNode;\nexport const $createCodeNode = mod.$createCodeNode;\nexport const $getCodeLineDirection = mod.$getCodeLineDirection;\nexport const $getEndOfCodeInLine = mod.$getEndOfCodeInLine;\nexport const $getFirstCodeNodeOfLine = mod.$getFirstCodeNodeOfLine;\nexport const $getLastCodeNodeOfLine = mod.$getLastCodeNodeOfLine;\nexport const $getStartOfCodeInLine = mod.$getStartOfCodeInLine;\nexport const $isCodeHighlightNode = mod.$isCodeHighlightNode;\nexport const $isCodeNode = mod.$isCodeNode;\nexport const CODE_LANGUAGE_FRIENDLY_NAME_MAP = mod.CODE_LANGUAGE_FRIENDLY_NAME_MAP;\nexport const CODE_LANGUAGE_MAP = mod.CODE_LANGUAGE_MAP;\nexport const CodeExtension = mod.CodeExtension;\nexport const CodeHighlightNode = mod.CodeHighlightNode;\nexport const CodeNode = mod.CodeNode;\nexport const DEFAULT_CODE_LANGUAGE = mod.DEFAULT_CODE_LANGUAGE;\nexport const PrismTokenizer = mod.PrismTokenizer;\nexport const getCodeLanguageOptions = mod.getCodeLanguageOptions;\nexport const getCodeLanguages = mod.getCodeLanguages;\nexport const getCodeThemeOptions = mod.getCodeThemeOptions;\nexport const getDefaultCodeLanguage = mod.getDefaultCodeLanguage;\nexport const getEndOfCodeInLine = mod.getEndOfCodeInLine;\nexport const getFirstCodeNodeOfLine = mod.getFirstCodeNodeOfLine;\nexport const getLanguageFriendlyName = mod.getLanguageFriendlyName;\nexport const getLastCodeNodeOfLine = mod.getLastCodeNodeOfLine;\nexport const getStartOfCodeInLine = mod.getStartOfCodeInLine;\nexport const normalizeCodeLang = mod.normalizeCodeLang;\nexport const normalizeCodeLanguage = mod.normalizeCodeLanguage;\nexport const registerCodeHighlighting = mod.registerCodeHighlighting;"],"names":["mod","process","env","NODE_ENV","modDev","modProd","$createCodeHighlightNode","$createCodeNode","$getCodeLineDirection","$getEndOfCodeInLine","$getFirstCodeNodeOfLine","$getLastCodeNodeOfLine","$getStartOfCodeInLine","$isCodeHighlightNode","$isCodeNode","CODE_LANGUAGE_FRIENDLY_NAME_MAP","CODE_LANGUAGE_MAP","CodeExtension","CodeHighlightNode","CodeNode","DEFAULT_CODE_LANGUAGE","PrismTokenizer","getCodeLanguageOptions","getCodeLanguages","getCodeThemeOptions","getDefaultCodeLanguage","getEndOfCodeInLine","getFirstCodeNodeOfLine","getLanguageFriendlyName","getLastCodeNodeOfLine","getStartOfCodeInLine","normalizeCodeLang","normalizeCodeLanguage","registerCodeHighlighting"],"mappings":"uFAUA,MAAMA,EAA+B,eAAzBC,QAAQC,IAAIC,SAA4BC,EAASC,EACrBL,EAAIM,yBACbN,EAAIO,gBACEP,EAAIQ,sBACNR,EAAIS,oBACAT,EAAIU,wBACLV,EAAIW,uBACLX,EAAIY,sBACLZ,EAAIa,qBAC5B,MAACC,EAAcd,EAAIc,YACgBd,EAAIe,gCAClBf,EAAIgB,kBACRhB,EAAIiB,cACAjB,EAAIkB,kBACblB,EAAImB,SACSnB,EAAIoB,sBACXpB,EAAIqB,eACIrB,EAAIsB,uBACVtB,EAAIuB,iBACDvB,EAAIwB,oBAC3B,MAACC,EAAyBzB,EAAIyB,uBACRzB,EAAI0B,mBACA1B,EAAI2B,uBACH3B,EAAI4B,wBACN5B,EAAI6B,sBACL7B,EAAI8B,qBACP9B,EAAI+B,kBACA/B,EAAIgC,sBACDhC,EAAIiC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{addClassNamesToElement as t,removeClassNamesFromElement as e,mergeRegister as n,isHTMLElement as r,$getAdjacentCaret as i}from"../utils/LexicalUtils.mjs.js";import{defineExtension as o,ElementNode as s,$createParagraphNode as a,$isTextNode as g,$isTabNode as l,$createTabNode as u,$createLineBreakNode as c,$create as f,TextNode as h,$applyNodeReplacement as p,getTextDirection as d,$isElementNode as m,$isLineBreakNode as y,$getNodeByKey as _,KEY_TAB_COMMAND as x,$getSelection as S,$isRangeSelection as C,$createPoint as v,COMMAND_PRIORITY_LOW as N,INSERT_TAB_COMMAND as T,$insertNodes as b,INDENT_CONTENT_COMMAND as L,OUTDENT_CONTENT_COMMAND as j,KEY_ARROW_UP_COMMAND as A,$getRoot as O,KEY_ARROW_DOWN_COMMAND as w,MOVE_TO_START as k,MOVE_TO_END as P,$getSiblingCaret as E,$createTextNode as H,$setSelectionFromCaretRange as D,$getCaretRangeInDirection as F,$getCaretRange as I,$getTextPointCaret as z,$normalizeCaret as M}from"lexical";import"../../../_virtual/prism.js";import"../../prismjs/components/prism-clike.js";import"../../prismjs/components/prism-javascript.js";import"../../prismjs/components/prism-markup.js";import"../../prismjs/components/prism-markdown.js";import"../../prismjs/components/prism-c.js";import"../../prismjs/components/prism-css.js";import"../../prismjs/components/prism-objectivec.js";import"../../prismjs/components/prism-sql.js";import"../../prismjs/components/prism-powershell.js";import"../../../_virtual/prism-python.js";import"../../../_virtual/prism-rust.js";import"../../prismjs/components/prism-swift.js";import"../../../_virtual/prism-typescript.js";import"../../../_virtual/prism-java.js";import"../../../_virtual/prism-cpp.js";function $(t,...e){const n=new URL("https://lexical.dev/docs/error"),r=new URLSearchParams;r.append("code",t);for(const t of e)r.append("v",t);throw n.search=r.toString(),Error(`Minified Lexical error #${t}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}const B="javascript",K=()=>B;function J(t,e){for(const n of t.childNodes){if(r(n)&&n.tagName===e)return!0;J(n,e)}return!1}const R="data-language",U="data-highlight-language",G="data-theme";class W extends s{__language;__theme;__isSyntaxHighlightSupported;static getType(){return"code"}static clone(t){return new W(t.__language,t.__key)}constructor(t,e){super(e),this.__language=t||void 0,this.__isSyntaxHighlightSupported=!1,this.__theme=void 0}afterCloneFrom(t){super.afterCloneFrom(t),this.__language=t.__language,this.__theme=t.__theme,this.__isSyntaxHighlightSupported=t.__isSyntaxHighlightSupported}createDOM(e){const n=document.createElement("code");t(n,e.theme.code),n.setAttribute("spellcheck","false");const r=this.getLanguage();r&&(n.setAttribute(R,r),this.getIsSyntaxHighlightSupported()&&n.setAttribute(U,r));const i=this.getTheme();i&&n.setAttribute(G,i);const o=this.getStyle();return o&&n.setAttribute("style",o),n}updateDOM(t,e,n){const r=this.__language,i=t.__language;r?r!==i&&e.setAttribute(R,r):i&&e.removeAttribute(R);const o=this.__isSyntaxHighlightSupported;t.__isSyntaxHighlightSupported&&i?o&&r?r!==i&&e.setAttribute(U,r):e.removeAttribute(U):o&&r&&e.setAttribute(U,r);const s=this.__theme,a=t.__theme;s?s!==a&&e.setAttribute(G,s):a&&e.removeAttribute(G);const g=this.__style,l=t.__style;return g?g!==l&&e.setAttribute("style",g):l&&e.removeAttribute("style"),!1}exportDOM(e){const n=document.createElement("pre");t(n,e._config.theme.code),n.setAttribute("spellcheck","false");const r=this.getLanguage();r&&(n.setAttribute(R,r),this.getIsSyntaxHighlightSupported()&&n.setAttribute(U,r));const i=this.getTheme();i&&n.setAttribute(G,i);const o=this.getStyle();return o&&n.setAttribute("style",o),{element:n}}static importDOM(){return{code:t=>null!=t.textContent&&(/\r?\n/.test(t.textContent)||J(t,"BR"))?{conversion:Q,priority:1}:null,div:()=>({conversion:Y,priority:1}),pre:()=>({conversion:Q,priority:0}),table:t=>et(t)?{conversion:V,priority:3}:null,td:t=>{const e=t,n=e.closest("table");return e.classList.contains("js-file-line")||n&&et(n)?{conversion:Z,priority:3}:null},tr:t=>{const e=t.closest("table");return e&&et(e)?{conversion:Z,priority:3}:null}}}static importJSON(t){return q().updateFromJSON(t)}updateFromJSON(t){return super.updateFromJSON(t).setLanguage(t.language).setTheme(t.theme)}exportJSON(){return{...super.exportJSON(),language:this.getLanguage(),theme:this.getTheme()}}insertNewAfter(t,e=!0){const n=this.getChildren(),r=n.length;if(r>=2&&"\n"===n[r-1].getTextContent()&&"\n"===n[r-2].getTextContent()&&t.isCollapsed()&&t.anchor.key===this.__key&&t.anchor.offset===r){n[r-1].remove(),n[r-2].remove();const t=a();return this.insertAfter(t,e),t}const{anchor:i,focus:o}=t,s=(i.isBefore(o)?i:o).getNode();if(g(s)){let t=at(s);const e=[];for(;;)if(l(t))e.push(u()),t=t.getNextSibling();else{if(!ot(t))break;{let n=0;const r=t.getTextContent(),i=t.getTextContentSize();for(;n<i&&" "===r[n];)n++;if(0!==n&&e.push(it(" ".repeat(n))),n!==i)break;t=t.getNextSibling()}}const n=s.splitText(i.offset)[0],r=0===i.offset?0:1,o=n.getIndexWithinParent()+r,a=s.getParentOrThrow(),g=[c(),...e];a.splice(o,0,g);const f=e[e.length-1];f?f.select():0===i.offset?n.selectPrevious():n.getNextSibling().selectNext(0,0)}if(X(s)){const{offset:e}=t.anchor;s.splice(e,0,[c()]),s.select(e+1,e+1)}return null}canIndent(){return!1}collapseAtStart(){const t=a();return this.getChildren().forEach(e=>t.append(e)),this.replace(t),!0}setLanguage(t){const e=this.getWritable();return e.__language=t||void 0,e}getLanguage(){return this.getLatest().__language}setIsSyntaxHighlightSupported(t){const e=this.getWritable();return e.__isSyntaxHighlightSupported=t,e}getIsSyntaxHighlightSupported(){return this.getLatest().__isSyntaxHighlightSupported}setTheme(t){const e=this.getWritable();return e.__theme=t||void 0,e}getTheme(){return this.getLatest().__theme}}function q(t,e){return f(W).setLanguage(t).setTheme(e)}function X(t){return t instanceof W}function Q(t){return{node:q(t.getAttribute(R))}}function Y(t){const e=t,n=tt(e);return n||function(t){let e=t.parentElement;for(;null!==e;){if(tt(e))return!0;e=e.parentElement}return!1}(e)?{node:n?q():null}:{node:null}}function V(){return{node:q()}}function Z(){return{node:null}}function tt(t){return null!==t.style.fontFamily.match("monospace")}function et(t){return t.classList.contains("js-file-line-container")}class nt extends h{__highlightType;constructor(t="",e,n){super(t,n),this.__highlightType=e}static getType(){return"code-highlight"}static clone(t){return new nt(t.__text,t.__highlightType||void 0,t.__key)}getHighlightType(){return this.getLatest().__highlightType}setHighlightType(t){const e=this.getWritable();return e.__highlightType=t||void 0,e}canHaveFormat(){return!1}createDOM(e){const n=super.createDOM(e),r=rt(e.theme,this.__highlightType);return t(n,r),n}updateDOM(n,r,i){const o=super.updateDOM(n,r,i),s=rt(i.theme,n.__highlightType),a=rt(i.theme,this.__highlightType);return s!==a&&(s&&e(r,s),a&&t(r,a)),o}static importJSON(t){return it().updateFromJSON(t)}updateFromJSON(t){return super.updateFromJSON(t).setHighlightType(t.highlightType)}exportJSON(){return{...super.exportJSON(),highlightType:this.getHighlightType()}}setFormat(t){return this}isParentRequired(){return!0}createParentElementNode(){return q()}}function rt(t,e){return e&&t&&t.codeHighlight&&t.codeHighlight[e]}function it(t="",e){return p(new nt(t,e))}function ot(t){return t instanceof nt}function st(t,e){let n=t;for(let r=E(t,e);r&&(ot(r.origin)||l(r.origin));r=i(r))n=r.origin;return n}function at(t){return st(t,"previous")}function gt(t){return st(t,"next")}function lt(t){const e=at(t),n=gt(t);let r=e;for(;null!==r;){if(ot(r)){const t=d(r.getTextContent());if(null!==t)return t}if(r===n)break;r=r.getNextSibling()}const i=e.getParent();if(m(i)){const t=i.getDirection();if("ltr"===t||"rtl"===t)return t}return null}function ut(t,e){let n=null,r=null,i=t,o=e,s=t.getTextContent();for(;;){if(0===o){if(i=i.getPreviousSibling(),null===i)break;if(ot(i)||l(i)||y(i)||$(167),y(i)){n={node:i,offset:1};break}o=Math.max(0,i.getTextContentSize()-1),s=i.getTextContent()}else o--;const t=s[o];ot(i)&&" "!==t&&(r={node:i,offset:o})}if(null!==r)return r;let a=null;if(e<t.getTextContentSize())ot(t)&&(a=t.getTextContent()[e]);else{const e=t.getNextSibling();ot(e)&&(a=e.getTextContent()[0])}if(null!==a&&" "!==a)return n;{const r=function(t,e){let n=t,r=e,i=t.getTextContent(),o=t.getTextContentSize();for(;;){if(!ot(n)||r===o){if(n=n.getNextSibling(),null===n||y(n))return null;ot(n)&&(r=0,i=n.getTextContent(),o=n.getTextContentSize())}if(ot(n)){if(" "!==i[r])return{node:n,offset:r};r++}}}(t,e);return null!==r?r:n}}function ct(t){const e=gt(t);return y(e)&&$(168),e}const ft=o({name:"@lexical/code",nodes:()=>[W,nt]});!function(t){t.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var e={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(e).forEach(function(n){var r=e[n],i=[];/^\w+$/.test(n)||i.push(/\w+/.exec(n)[0]),"diff"===n&&i.push("bold"),t.languages.diff[n]={pattern:RegExp("^(?:["+r+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:i,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}}),Object.defineProperty(t.languages.diff,"PREFIXES",{value:e})}(Prism);const ht=globalThis.Prism||window.Prism,pt={c:"C",clike:"C-like",cpp:"C++",css:"CSS",html:"HTML",java:"Java",js:"JavaScript",markdown:"Markdown",objc:"Objective-C",plain:"Plain Text",powershell:"PowerShell",py:"Python",rust:"Rust",sql:"SQL",swift:"Swift",typescript:"TypeScript",xml:"XML"},dt={cpp:"cpp",java:"java",javascript:"js",md:"markdown",plaintext:"plain",python:"py",text:"plain",ts:"typescript"};function mt(t){return dt[t]||t}function yt(t){const e=mt(t);return pt[e]||e}const _t=()=>Object.keys(ht.languages).filter(t=>"function"!=typeof ht.languages[t]).sort();function xt(){const t=[];for(const[e,n]of Object.entries(pt))t.push([e,n]);return t}function St(){return[]}function Ct(t){return"string"==typeof t?t:Array.isArray(t)?t.map(Ct).join(""):Ct(t.content)}function vt(t,e){const n=/^diff-([\w-]+)/i.exec(e),r=t.getTextContent();let i=ht.tokenize(r,ht.languages[n?"diff":e]);return n&&(i=function(t,e){const n=e,r=ht.languages[n],i={tokens:t},o=ht.languages.diff.PREFIXES;for(const t of i.tokens){if("string"==typeof t||!(t.type in o)||!Array.isArray(t.content))continue;const e=t.type;let n=0;const i=()=>(n++,new ht.Token("prefix",o[e],e.replace(/^(\w+).*/,"$1"))),s=t.content.filter(t=>"string"==typeof t||"prefix"!==t.type),a=t.content.length-s.length,g=ht.tokenize(Ct(s),r);g.unshift(i());const l=/\r\n|\n/g,u=t=>{const e=[];l.lastIndex=0;let r,o=0;for(;n<a&&(r=l.exec(t));){const n=r.index+r[0].length;e.push(t.slice(o,n)),o=n,e.push(i())}if(0!==e.length)return o<t.length&&e.push(t.slice(o)),e},c=t=>{for(let e=0;e<t.length&&n<a;e++){const n=t[e];if("string"==typeof n){const r=u(n);r&&(t.splice(e,1,...r),e+=r.length-1)}else if("string"==typeof n.content){const t=u(n.content);t&&(n.content=t)}else Array.isArray(n.content)?c(n.content):c([n.content])}};c(g),n<a&&g.push(i()),t.content=g}return i.tokens}(i,n[1])),Nt(i)}function Nt(t,e){const n=[];for(const r of t)if("string"==typeof r){const t=r.split(/(\n|\t)/),i=t.length;for(let r=0;r<i;r++){const i=t[r];"\n"===i||"\r\n"===i?n.push(c()):"\t"===i?n.push(u()):i.length>0&&n.push(it(i,e))}}else{const{content:t,alias:e}=r;"string"==typeof t?n.push(...Nt([t],"prefix"===r.type&&"string"==typeof e?e:r.type)):Array.isArray(t)&&n.push(...Nt(t,"unchanged"===r.type?void 0:r.type))}return n}const Tt={$tokenize(t,e){return vt(t,e||this.defaultLanguage)},defaultLanguage:B,tokenize(t,e){return ht.tokenize(t,ht.languages[e||""]||ht.languages[this.defaultLanguage])}};function bt(t,e,n){const r=t.getParent();X(r)?At(r,e,n):ot(t)&&t.replace(H(t.__text))}function Lt(t,e){const n=e.getElementByKey(t.getKey());if(null===n)return;const r=t.getChildren(),i=r.length;if(i===n.__cachedChildrenLength)return;n.__cachedChildrenLength=i;let o="1",s=1;for(let t=0;t<i;t++)y(r[t])&&(o+="\n"+ ++s);n.setAttribute("data-gutter",o)}const jt=new Set;function At(t,e,n){const r=t.getKey(),i=e.getKey()+"/"+r;void 0===t.getLanguage()&&t.setLanguage(n.defaultLanguage);if(!function(t){const e=function(t){const e=/^diff-([\w-]+)/i.exec(t);return e?e[1]:null}(t),n=e||t;try{return!!n&&ht.languages.hasOwnProperty(n)}catch(t){return!1}}(t.getLanguage()||n.defaultLanguage))return t.getIsSyntaxHighlightSupported()&&t.setIsSyntaxHighlightSupported(!1),void async function(){}();t.getIsSyntaxHighlightSupported()||t.setIsSyntaxHighlightSupported(!0),jt.has(i)||(jt.add(i),e.update(()=>{!function(t,e){const n=_(t);if(!X(n)||!n.isAttached())return;const r=S();if(!C(r))return void e();const i=r.anchor,o=i.offset,s="element"===i.type&&y(n.getChildAtIndex(i.offset-1));let a=0;if(!s){const t=i.getNode();a=o+t.getPreviousSiblings().reduce((t,e)=>t+e.getTextContentSize(),0)}e()&&(s?i.getNode().select(o,o):n.getChildren().some(t=>{const e=g(t);if(e||y(t)){const n=t.getTextContentSize();if(e&&n>=a)return t.select(a,a),!0;a-=n}return!1}))}(r,()=>{const e=_(r);if(!X(e)||!e.isAttached())return!1;const i=e.getLanguage()||n.defaultLanguage,o=n.$tokenize(e,i),s=function(t,e){let n=0;for(;n<t.length&&Ot(t[n],e[n]);)n++;const r=t.length,i=e.length,o=Math.min(r,i)-n;let s=0;for(;s<o;)if(s++,!Ot(t[r-s],e[i-s])){s--;break}const a=r-s;return{from:n,nodesForReplacement:e.slice(n,i-s),to:a}}(e.getChildren(),o),{from:a,to:g,nodesForReplacement:l}=s;return!(a===g&&!l.length||(t.splice(a,g-a,l),0))})},{onUpdate:()=>{jt.delete(i)},skipTransforms:!0}))}function Ot(t,e){return ot(t)&&ot(e)&&t.__text===e.__text&&t.__highlightType===e.__highlightType||l(t)&&l(e)||y(t)&&y(e)}function wt(t){if(!C(t))return!1;const e=t.anchor.getNode(),n=X(e)?e:e.getParent(),r=t.focus.getNode(),i=X(r)?r:r.getParent();return X(n)&&n.is(i)}function kt(t){const e=t.getNodes(),n=[];if(1===e.length&&X(e[0]))return n;let r=[];for(let t=0;t<e.length;t++){const i=e[t];ot(i)||l(i)||y(i)||$(169),y(i)?r.length>0&&(n.push(r),r=[]):r.push(i)}if(r.length>0){const e=t.isBackward()?t.anchor:t.focus,i=v(r[0].getKey(),0,"text");e.is(i)||n.push(r)}return n}function Pt(t){const e=S();if(!C(e)||!wt(e))return!1;const n=kt(e),r=n.length;if(0===r&&e.isCollapsed())return t===L&&e.insertNodes([u()]),!0;if(0===r&&t===L&&"\n"===e.getTextContent()){const t=u(),n=c(),r=e.isBackward()?"previous":"next";return e.insertNodes([t,n]),D(F(I(z(t,"next",0),M(E(n,"next"))),r)),!0}for(let i=0;i<r;i++){const r=n[i];if(r.length>0){let n=r[0];if(0===i&&(n=at(n)),t===L){const t=u();if(n.insertBefore(t),0===i){const r=e.isBackward()?"focus":"anchor",i=v(n.getKey(),0,"text");e[r].is(i)&&e[r].set(t.getKey(),0,"text")}}else l(n)&&n.remove()}}return!0}function Et(t,e){const n=S();if(!C(n))return!1;const{anchor:r,focus:i}=n,o=r.offset,s=i.offset,a=r.getNode(),g=i.getNode(),u=t===A;if(!wt(n)||!ot(a)&&!l(a)||!ot(g)&&!l(g))return!1;if(!e.altKey){if(n.isCollapsed()){const t=a.getParentOrThrow();if(u&&0===o&&null===a.getPreviousSibling()){if(null===t.getPreviousSibling())return t.selectPrevious(),e.preventDefault(),!0}else if(!u&&o===a.getTextContentSize()&&null===a.getNextSibling()&&null===t.getNextSibling())return t.selectNext(),e.preventDefault(),!0}return!1}let c,f;if(a.isBefore(g)?(c=at(a),f=gt(g)):(c=at(g),f=gt(a)),null==c||null==f)return!1;const h=c.getNodesBetween(f);for(let t=0;t<h.length;t++){const e=h[t];if(!ot(e)&&!l(e)&&!y(e))return!1}e.preventDefault(),e.stopPropagation();const p=u?c.getPreviousSibling():f.getNextSibling();if(!y(p))return!0;const d=u?p.getPreviousSibling():p.getNextSibling();if(null==d)return!0;const m=ot(d)||l(d)||y(d)?u?at(d):gt(d):null;let _=null!=m?m:d;return p.remove(),h.forEach(t=>t.remove()),t===A?(h.forEach(t=>_.insertBefore(t)),_.insertBefore(p)):(_.insertAfter(p),_=p,h.forEach(t=>{_.insertAfter(t),_=t})),n.setTextNodeRange(a,o,g,s),!0}function Ht(t,e){const n=S();if(!C(n))return!1;const{anchor:r,focus:i}=n,o=r.getNode(),s=i.getNode(),a=t===k;if(!wt(n)||!ot(o)&&!l(o)||!ot(s)&&!l(s))return!1;const g=s;if("rtl"===lt(g)?!a:a){const t=ut(g,i.offset);if(null!==t){const{node:e,offset:r}=t;y(e)?e.selectNext(0,0):n.setTextNodeRange(e,r,e,r)}else g.getParentOrThrow().selectStart()}else ct(g).select();return e.preventDefault(),e.stopPropagation(),!0}function Dt(t,e){if(!t.hasNodes([W,nt]))throw new Error("CodeHighlightPlugin: CodeNode or CodeHighlightNode not registered on editor");null==e&&(e=Tt);const r=[];return!0!==t._headless&&r.push(t.registerMutationListener(W,e=>{t.getEditorState().read(()=>{for(const[n,r]of e)if("destroyed"!==r){const e=_(n);null!==e&&Lt(e,t)}})},{skipInitialization:!1})),r.push(t.registerNodeTransform(W,n=>At(n,t,e)),t.registerNodeTransform(h,n=>bt(n,t,e)),t.registerNodeTransform(nt,n=>bt(n,t,e)),t.registerCommand(x,e=>{const n=function(t){const e=S();if(!C(e)||!wt(e))return null;const n=t?j:L,r=t?j:T,i=e.anchor,o=e.focus;if(i.is(o))return r;const s=kt(e);if(1!==s.length)return n;const a=s[0];let g,l;0===a.length&&$(285),e.isBackward()?(g=o,l=i):(g=i,l=o);const u=at(a[0]),c=gt(a[0]),f=v(u.getKey(),0,"text"),h=v(c.getKey(),c.getTextContentSize(),"text");return g.isBefore(f)||h.isBefore(l)?n:f.isBefore(g)||l.isBefore(h)?r:n}(e.shiftKey);return null!==n&&(e.preventDefault(),t.dispatchCommand(n,void 0),!0)},N),t.registerCommand(T,()=>!!wt(S())&&(b([u()]),!0),N),t.registerCommand(L,t=>Pt(L),N),t.registerCommand(j,t=>Pt(j),N),t.registerCommand(A,t=>{const e=S();if(!C(e)||!wt(e))return!1;const n=O().getFirstDescendant(),{anchor:r}=e,i=r.getNode();return(!n||!i||n.getKey()!==i.getKey())&&Et(A,t)},N),t.registerCommand(w,t=>{const e=S();if(!C(e)||!wt(e))return!1;const n=O().getLastDescendant(),{anchor:r}=e,i=r.getNode();return(!n||!i||n.getKey()!==i.getKey())&&Et(w,t)},N),t.registerCommand(k,t=>Ht(k,t),N),t.registerCommand(P,t=>Ht(P,t),N)),n(...r)}const Ft=at,It=gt,zt=ct,Mt=ut;export{it as $createCodeHighlightNode,q as $createCodeNode,lt as $getCodeLineDirection,ct as $getEndOfCodeInLine,at as $getFirstCodeNodeOfLine,gt as $getLastCodeNodeOfLine,ut as $getStartOfCodeInLine,ot as $isCodeHighlightNode,X as $isCodeNode,pt as CODE_LANGUAGE_FRIENDLY_NAME_MAP,dt as CODE_LANGUAGE_MAP,ft as CodeExtension,nt as CodeHighlightNode,W as CodeNode,B as DEFAULT_CODE_LANGUAGE,Tt as PrismTokenizer,xt as getCodeLanguageOptions,_t as getCodeLanguages,St as getCodeThemeOptions,K as getDefaultCodeLanguage,zt as getEndOfCodeInLine,Ft as getFirstCodeNodeOfLine,yt as getLanguageFriendlyName,It as getLastCodeNodeOfLine,Mt as getStartOfCodeInLine,mt as normalizeCodeLang,mt as normalizeCodeLanguage,Dt as registerCodeHighlighting};
|
|
2
|
-
//# sourceMappingURL=LexicalCode.prod.mjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalCode.prod.mjs.js","sources":["../../../../node_modules/@lexical/code/LexicalCode.prod.mjs"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport{isHTMLElement as t,addClassNamesToElement as e,removeClassNamesFromElement as n,$getAdjacentCaret as r,mergeRegister as i}from\"@lexical/utils\";import{ElementNode as o,$createParagraphNode as s,$isTextNode as l,$isTabNode as u,$createTabNode as c,$createLineBreakNode as g,$create as a,TextNode as f,$applyNodeReplacement as p,$getSiblingCaret as h,getTextDirection as d,$isElementNode as m,$isLineBreakNode as y,defineExtension as x,$createTextNode as _,$getNodeByKey as S,$getSelection as v,$isRangeSelection as T,$createPoint as b,INDENT_CONTENT_COMMAND as C,OUTDENT_CONTENT_COMMAND as N,INSERT_TAB_COMMAND as j,$setSelectionFromCaretRange as w,$getCaretRangeInDirection as k,$getCaretRange as A,$getTextPointCaret as L,$normalizeCaret as P,KEY_ARROW_UP_COMMAND as O,MOVE_TO_START as H,KEY_TAB_COMMAND as E,COMMAND_PRIORITY_LOW as z,$insertNodes as B,$getRoot as D,KEY_ARROW_DOWN_COMMAND as F,MOVE_TO_END as I}from\"lexical\";import\"prismjs\";import\"prismjs/components/prism-clike.js\";import\"prismjs/components/prism-javascript.js\";import\"prismjs/components/prism-markup.js\";import\"prismjs/components/prism-markdown.js\";import\"prismjs/components/prism-c.js\";import\"prismjs/components/prism-css.js\";import\"prismjs/components/prism-objectivec.js\";import\"prismjs/components/prism-sql.js\";import\"prismjs/components/prism-powershell.js\";import\"prismjs/components/prism-python.js\";import\"prismjs/components/prism-rust.js\";import\"prismjs/components/prism-swift.js\";import\"prismjs/components/prism-typescript.js\";import\"prismjs/components/prism-java.js\";import\"prismjs/components/prism-cpp.js\";function K(t,...e){const n=new URL(\"https://lexical.dev/docs/error\"),r=new URLSearchParams;r.append(\"code\",t);for(const t of e)r.append(\"v\",t);throw n.search=r.toString(),Error(`Minified Lexical error #${t}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}const M=\"javascript\",J=()=>M;function R(e,n){for(const r of e.childNodes){if(t(r)&&r.tagName===n)return!0;R(r,n)}return!1}const $=\"data-language\",W=\"data-highlight-language\",q=\"data-theme\";class U extends o{__language;__theme;__isSyntaxHighlightSupported;static getType(){return\"code\"}static clone(t){return new U(t.__language,t.__key)}constructor(t,e){super(e),this.__language=t||void 0,this.__isSyntaxHighlightSupported=!1,this.__theme=void 0}afterCloneFrom(t){super.afterCloneFrom(t),this.__language=t.__language,this.__theme=t.__theme,this.__isSyntaxHighlightSupported=t.__isSyntaxHighlightSupported}createDOM(t){const n=document.createElement(\"code\");e(n,t.theme.code),n.setAttribute(\"spellcheck\",\"false\");const r=this.getLanguage();r&&(n.setAttribute($,r),this.getIsSyntaxHighlightSupported()&&n.setAttribute(W,r));const i=this.getTheme();i&&n.setAttribute(q,i);const o=this.getStyle();return o&&n.setAttribute(\"style\",o),n}updateDOM(t,e,n){const r=this.__language,i=t.__language;r?r!==i&&e.setAttribute($,r):i&&e.removeAttribute($);const o=this.__isSyntaxHighlightSupported;t.__isSyntaxHighlightSupported&&i?o&&r?r!==i&&e.setAttribute(W,r):e.removeAttribute(W):o&&r&&e.setAttribute(W,r);const s=this.__theme,l=t.__theme;s?s!==l&&e.setAttribute(q,s):l&&e.removeAttribute(q);const u=this.__style,c=t.__style;return u?u!==c&&e.setAttribute(\"style\",u):c&&e.removeAttribute(\"style\"),!1}exportDOM(t){const n=document.createElement(\"pre\");e(n,t._config.theme.code),n.setAttribute(\"spellcheck\",\"false\");const r=this.getLanguage();r&&(n.setAttribute($,r),this.getIsSyntaxHighlightSupported()&&n.setAttribute(W,r));const i=this.getTheme();i&&n.setAttribute(q,i);const o=this.getStyle();return o&&n.setAttribute(\"style\",o),{element:n}}static importDOM(){return{code:t=>null!=t.textContent&&(/\\r?\\n/.test(t.textContent)||R(t,\"BR\"))?{conversion:G,priority:1}:null,div:()=>({conversion:V,priority:1}),pre:()=>({conversion:G,priority:0}),table:t=>et(t)?{conversion:Y,priority:3}:null,td:t=>{const e=t,n=e.closest(\"table\");return e.classList.contains(\"js-file-line\")||n&&et(n)?{conversion:Z,priority:3}:null},tr:t=>{const e=t.closest(\"table\");return e&&et(e)?{conversion:Z,priority:3}:null}}}static importJSON(t){return X().updateFromJSON(t)}updateFromJSON(t){return super.updateFromJSON(t).setLanguage(t.language).setTheme(t.theme)}exportJSON(){return{...super.exportJSON(),language:this.getLanguage(),theme:this.getTheme()}}insertNewAfter(t,e=!0){const n=this.getChildren(),r=n.length;if(r>=2&&\"\\n\"===n[r-1].getTextContent()&&\"\\n\"===n[r-2].getTextContent()&&t.isCollapsed()&&t.anchor.key===this.__key&&t.anchor.offset===r){n[r-1].remove(),n[r-2].remove();const t=s();return this.insertAfter(t,e),t}const{anchor:i,focus:o}=t,a=(i.isBefore(o)?i:o).getNode();if(l(a)){let t=lt(a);const e=[];for(;;)if(u(t))e.push(c()),t=t.getNextSibling();else{if(!ot(t))break;{let n=0;const r=t.getTextContent(),i=t.getTextContentSize();for(;n<i&&\" \"===r[n];)n++;if(0!==n&&e.push(it(\" \".repeat(n))),n!==i)break;t=t.getNextSibling()}}const n=a.splitText(i.offset)[0],r=0===i.offset?0:1,o=n.getIndexWithinParent()+r,s=a.getParentOrThrow(),l=[g(),...e];s.splice(o,0,l);const f=e[e.length-1];f?f.select():0===i.offset?n.selectPrevious():n.getNextSibling().selectNext(0,0)}if(Q(a)){const{offset:e}=t.anchor;a.splice(e,0,[g()]),a.select(e+1,e+1)}return null}canIndent(){return!1}collapseAtStart(){const t=s();return this.getChildren().forEach(e=>t.append(e)),this.replace(t),!0}setLanguage(t){const e=this.getWritable();return e.__language=t||void 0,e}getLanguage(){return this.getLatest().__language}setIsSyntaxHighlightSupported(t){const e=this.getWritable();return e.__isSyntaxHighlightSupported=t,e}getIsSyntaxHighlightSupported(){return this.getLatest().__isSyntaxHighlightSupported}setTheme(t){const e=this.getWritable();return e.__theme=t||void 0,e}getTheme(){return this.getLatest().__theme}}function X(t,e){return a(U).setLanguage(t).setTheme(e)}function Q(t){return t instanceof U}function G(t){return{node:X(t.getAttribute($))}}function V(t){const e=t,n=tt(e);return n||function(t){let e=t.parentElement;for(;null!==e;){if(tt(e))return!0;e=e.parentElement}return!1}(e)?{node:n?X():null}:{node:null}}function Y(){return{node:X()}}function Z(){return{node:null}}function tt(t){return null!==t.style.fontFamily.match(\"monospace\")}function et(t){return t.classList.contains(\"js-file-line-container\")}class nt extends f{__highlightType;constructor(t=\"\",e,n){super(t,n),this.__highlightType=e}static getType(){return\"code-highlight\"}static clone(t){return new nt(t.__text,t.__highlightType||void 0,t.__key)}getHighlightType(){return this.getLatest().__highlightType}setHighlightType(t){const e=this.getWritable();return e.__highlightType=t||void 0,e}canHaveFormat(){return!1}createDOM(t){const n=super.createDOM(t),r=rt(t.theme,this.__highlightType);return e(n,r),n}updateDOM(t,r,i){const o=super.updateDOM(t,r,i),s=rt(i.theme,t.__highlightType),l=rt(i.theme,this.__highlightType);return s!==l&&(s&&n(r,s),l&&e(r,l)),o}static importJSON(t){return it().updateFromJSON(t)}updateFromJSON(t){return super.updateFromJSON(t).setHighlightType(t.highlightType)}exportJSON(){return{...super.exportJSON(),highlightType:this.getHighlightType()}}setFormat(t){return this}isParentRequired(){return!0}createParentElementNode(){return X()}}function rt(t,e){return e&&t&&t.codeHighlight&&t.codeHighlight[e]}function it(t=\"\",e){return p(new nt(t,e))}function ot(t){return t instanceof nt}function st(t,e){let n=t;for(let i=h(t,e);i&&(ot(i.origin)||u(i.origin));i=r(i))n=i.origin;return n}function lt(t){return st(t,\"previous\")}function ut(t){return st(t,\"next\")}function ct(t){const e=lt(t),n=ut(t);let r=e;for(;null!==r;){if(ot(r)){const t=d(r.getTextContent());if(null!==t)return t}if(r===n)break;r=r.getNextSibling()}const i=e.getParent();if(m(i)){const t=i.getDirection();if(\"ltr\"===t||\"rtl\"===t)return t}return null}function gt(t,e){let n=null,r=null,i=t,o=e,s=t.getTextContent();for(;;){if(0===o){if(i=i.getPreviousSibling(),null===i)break;if(ot(i)||u(i)||y(i)||K(167),y(i)){n={node:i,offset:1};break}o=Math.max(0,i.getTextContentSize()-1),s=i.getTextContent()}else o--;const t=s[o];ot(i)&&\" \"!==t&&(r={node:i,offset:o})}if(null!==r)return r;let l=null;if(e<t.getTextContentSize())ot(t)&&(l=t.getTextContent()[e]);else{const e=t.getNextSibling();ot(e)&&(l=e.getTextContent()[0])}if(null!==l&&\" \"!==l)return n;{const r=function(t,e){let n=t,r=e,i=t.getTextContent(),o=t.getTextContentSize();for(;;){if(!ot(n)||r===o){if(n=n.getNextSibling(),null===n||y(n))return null;ot(n)&&(r=0,i=n.getTextContent(),o=n.getTextContentSize())}if(ot(n)){if(\" \"!==i[r])return{node:n,offset:r};r++}}}(t,e);return null!==r?r:n}}function at(t){const e=ut(t);return y(e)&&K(168),e}const ft=x({name:\"@lexical/code\",nodes:()=>[U,nt]});!function(t){t.languages.diff={coord:[/^(?:\\*{3}|-{3}|\\+{3}).*$/m,/^@@.*@@$/m,/^\\d.*$/m]};var e={\"deleted-sign\":\"-\",\"deleted-arrow\":\"<\",\"inserted-sign\":\"+\",\"inserted-arrow\":\">\",unchanged:\" \",diff:\"!\"};Object.keys(e).forEach(function(n){var r=e[n],i=[];/^\\w+$/.test(n)||i.push(/\\w+/.exec(n)[0]),\"diff\"===n&&i.push(\"bold\"),t.languages.diff[n]={pattern:RegExp(\"^(?:[\"+r+\"].*(?:\\r\\n?|\\n|(?![\\\\s\\\\S])))+\",\"m\"),alias:i,inside:{line:{pattern:/(.)(?=[\\s\\S]).*(?:\\r\\n?|\\n)?/,lookbehind:!0},prefix:{pattern:/[\\s\\S]/,alias:/\\w+/.exec(n)[0]}}}}),Object.defineProperty(t.languages.diff,\"PREFIXES\",{value:e})}(Prism);const pt=globalThis.Prism||window.Prism,ht={c:\"C\",clike:\"C-like\",cpp:\"C++\",css:\"CSS\",html:\"HTML\",java:\"Java\",js:\"JavaScript\",markdown:\"Markdown\",objc:\"Objective-C\",plain:\"Plain Text\",powershell:\"PowerShell\",py:\"Python\",rust:\"Rust\",sql:\"SQL\",swift:\"Swift\",typescript:\"TypeScript\",xml:\"XML\"},dt={cpp:\"cpp\",java:\"java\",javascript:\"js\",md:\"markdown\",plaintext:\"plain\",python:\"py\",text:\"plain\",ts:\"typescript\"};function mt(t){return dt[t]||t}function yt(t){const e=mt(t);return ht[e]||e}const xt=()=>Object.keys(pt.languages).filter(t=>\"function\"!=typeof pt.languages[t]).sort();function _t(){const t=[];for(const[e,n]of Object.entries(ht))t.push([e,n]);return t}function St(){return[]}function vt(t){return\"string\"==typeof t?t:Array.isArray(t)?t.map(vt).join(\"\"):vt(t.content)}function Tt(t,e){const n=/^diff-([\\w-]+)/i.exec(e),r=t.getTextContent();let i=pt.tokenize(r,pt.languages[n?\"diff\":e]);return n&&(i=function(t,e){const n=e,r=pt.languages[n],i={tokens:t},o=pt.languages.diff.PREFIXES;for(const t of i.tokens){if(\"string\"==typeof t||!(t.type in o)||!Array.isArray(t.content))continue;const e=t.type;let n=0;const i=()=>(n++,new pt.Token(\"prefix\",o[e],e.replace(/^(\\w+).*/,\"$1\"))),s=t.content.filter(t=>\"string\"==typeof t||\"prefix\"!==t.type),l=t.content.length-s.length,u=pt.tokenize(vt(s),r);u.unshift(i());const c=/\\r\\n|\\n/g,g=t=>{const e=[];c.lastIndex=0;let r,o=0;for(;n<l&&(r=c.exec(t));){const n=r.index+r[0].length;e.push(t.slice(o,n)),o=n,e.push(i())}if(0!==e.length)return o<t.length&&e.push(t.slice(o)),e},a=t=>{for(let e=0;e<t.length&&n<l;e++){const n=t[e];if(\"string\"==typeof n){const r=g(n);r&&(t.splice(e,1,...r),e+=r.length-1)}else if(\"string\"==typeof n.content){const t=g(n.content);t&&(n.content=t)}else Array.isArray(n.content)?a(n.content):a([n.content])}};a(u),n<l&&u.push(i()),t.content=u}return i.tokens}(i,n[1])),bt(i)}function bt(t,e){const n=[];for(const r of t)if(\"string\"==typeof r){const t=r.split(/(\\n|\\t)/),i=t.length;for(let r=0;r<i;r++){const i=t[r];\"\\n\"===i||\"\\r\\n\"===i?n.push(g()):\"\\t\"===i?n.push(c()):i.length>0&&n.push(it(i,e))}}else{const{content:t,alias:e}=r;\"string\"==typeof t?n.push(...bt([t],\"prefix\"===r.type&&\"string\"==typeof e?e:r.type)):Array.isArray(t)&&n.push(...bt(t,\"unchanged\"===r.type?void 0:r.type))}return n}const Ct={$tokenize(t,e){return Tt(t,e||this.defaultLanguage)},defaultLanguage:M,tokenize(t,e){return pt.tokenize(t,pt.languages[e||\"\"]||pt.languages[this.defaultLanguage])}};function Nt(t,e,n){const r=t.getParent();Q(r)?kt(r,e,n):ot(t)&&t.replace(_(t.__text))}function jt(t,e){const n=e.getElementByKey(t.getKey());if(null===n)return;const r=t.getChildren(),i=r.length;if(i===n.__cachedChildrenLength)return;n.__cachedChildrenLength=i;let o=\"1\",s=1;for(let t=0;t<i;t++)y(r[t])&&(o+=\"\\n\"+ ++s);n.setAttribute(\"data-gutter\",o)}const wt=new Set;function kt(t,e,n){const r=t.getKey(),i=e.getKey()+\"/\"+r;void 0===t.getLanguage()&&t.setLanguage(n.defaultLanguage);const o=t.getLanguage()||n.defaultLanguage;if(!function(t){const e=function(t){const e=/^diff-([\\w-]+)/i.exec(t);return e?e[1]:null}(t),n=e||t;try{return!!n&&pt.languages.hasOwnProperty(n)}catch(t){return!1}}(o))return t.getIsSyntaxHighlightSupported()&&t.setIsSyntaxHighlightSupported(!1),void async function(){}();t.getIsSyntaxHighlightSupported()||t.setIsSyntaxHighlightSupported(!0),wt.has(i)||(wt.add(i),e.update(()=>{!function(t,e){const n=S(t);if(!Q(n)||!n.isAttached())return;const r=v();if(!T(r))return void e();const i=r.anchor,o=i.offset,s=\"element\"===i.type&&y(n.getChildAtIndex(i.offset-1));let u=0;if(!s){const t=i.getNode();u=o+t.getPreviousSiblings().reduce((t,e)=>t+e.getTextContentSize(),0)}if(!e())return;if(s)return void i.getNode().select(o,o);n.getChildren().some(t=>{const e=l(t);if(e||y(t)){const n=t.getTextContentSize();if(e&&n>=u)return t.select(u,u),!0;u-=n}return!1})}(r,()=>{const e=S(r);if(!Q(e)||!e.isAttached())return!1;const i=e.getLanguage()||n.defaultLanguage,o=n.$tokenize(e,i),s=function(t,e){let n=0;for(;n<t.length&&At(t[n],e[n]);)n++;const r=t.length,i=e.length,o=Math.min(r,i)-n;let s=0;for(;s<o;)if(s++,!At(t[r-s],e[i-s])){s--;break}const l=n,u=r-s,c=e.slice(n,i-s);return{from:l,nodesForReplacement:c,to:u}}(e.getChildren(),o),{from:l,to:u,nodesForReplacement:c}=s;return!(l===u&&!c.length)&&(t.splice(l,u-l,c),!0)})},{onUpdate:()=>{wt.delete(i)},skipTransforms:!0}))}function At(t,e){return ot(t)&&ot(e)&&t.__text===e.__text&&t.__highlightType===e.__highlightType||u(t)&&u(e)||y(t)&&y(e)}function Lt(t){if(!T(t))return!1;const e=t.anchor.getNode(),n=Q(e)?e:e.getParent(),r=t.focus.getNode(),i=Q(r)?r:r.getParent();return Q(n)&&n.is(i)}function Pt(t){const e=t.getNodes(),n=[];if(1===e.length&&Q(e[0]))return n;let r=[];for(let t=0;t<e.length;t++){const i=e[t];ot(i)||u(i)||y(i)||K(169),y(i)?r.length>0&&(n.push(r),r=[]):r.push(i)}if(r.length>0){const e=t.isBackward()?t.anchor:t.focus,i=b(r[0].getKey(),0,\"text\");e.is(i)||n.push(r)}return n}function Ot(t){const e=v();if(!T(e)||!Lt(e))return!1;const n=Pt(e),r=n.length;if(0===r&&e.isCollapsed())return t===C&&e.insertNodes([c()]),!0;if(0===r&&t===C&&\"\\n\"===e.getTextContent()){const t=c(),n=g(),r=e.isBackward()?\"previous\":\"next\";return e.insertNodes([t,n]),w(k(A(L(t,\"next\",0),P(h(n,\"next\"))),r)),!0}for(let i=0;i<r;i++){const r=n[i];if(r.length>0){let n=r[0];if(0===i&&(n=lt(n)),t===C){const t=c();if(n.insertBefore(t),0===i){const r=e.isBackward()?\"focus\":\"anchor\",i=b(n.getKey(),0,\"text\");e[r].is(i)&&e[r].set(t.getKey(),0,\"text\")}}else u(n)&&n.remove()}}return!0}function Ht(t,e){const n=v();if(!T(n))return!1;const{anchor:r,focus:i}=n,o=r.offset,s=i.offset,l=r.getNode(),c=i.getNode(),g=t===O;if(!Lt(n)||!ot(l)&&!u(l)||!ot(c)&&!u(c))return!1;if(!e.altKey){if(n.isCollapsed()){const t=l.getParentOrThrow();if(g&&0===o&&null===l.getPreviousSibling()){if(null===t.getPreviousSibling())return t.selectPrevious(),e.preventDefault(),!0}else if(!g&&o===l.getTextContentSize()&&null===l.getNextSibling()){if(null===t.getNextSibling())return t.selectNext(),e.preventDefault(),!0}}return!1}let a,f;if(l.isBefore(c)?(a=lt(l),f=ut(c)):(a=lt(c),f=ut(l)),null==a||null==f)return!1;const p=a.getNodesBetween(f);for(let t=0;t<p.length;t++){const e=p[t];if(!ot(e)&&!u(e)&&!y(e))return!1}e.preventDefault(),e.stopPropagation();const h=g?a.getPreviousSibling():f.getNextSibling();if(!y(h))return!0;const d=g?h.getPreviousSibling():h.getNextSibling();if(null==d)return!0;const m=ot(d)||u(d)||y(d)?g?lt(d):ut(d):null;let x=null!=m?m:d;return h.remove(),p.forEach(t=>t.remove()),t===O?(p.forEach(t=>x.insertBefore(t)),x.insertBefore(h)):(x.insertAfter(h),x=h,p.forEach(t=>{x.insertAfter(t),x=t})),n.setTextNodeRange(l,o,c,s),!0}function Et(t,e){const n=v();if(!T(n))return!1;const{anchor:r,focus:i}=n,o=r.getNode(),s=i.getNode(),l=t===H;if(!Lt(n)||!ot(o)&&!u(o)||!ot(s)&&!u(s))return!1;const c=s;if(\"rtl\"===ct(c)?!l:l){const t=gt(c,i.offset);if(null!==t){const{node:e,offset:r}=t;y(e)?e.selectNext(0,0):n.setTextNodeRange(e,r,e,r)}else c.getParentOrThrow().selectStart()}else{at(c).select()}return e.preventDefault(),e.stopPropagation(),!0}function zt(t,e){if(!t.hasNodes([U,nt]))throw new Error(\"CodeHighlightPlugin: CodeNode or CodeHighlightNode not registered on editor\");null==e&&(e=Ct);const n=[];return!0!==t._headless&&n.push(t.registerMutationListener(U,e=>{t.getEditorState().read(()=>{for(const[n,r]of e)if(\"destroyed\"!==r){const e=S(n);null!==e&&jt(e,t)}})},{skipInitialization:!1})),n.push(t.registerNodeTransform(U,n=>kt(n,t,e)),t.registerNodeTransform(f,n=>Nt(n,t,e)),t.registerNodeTransform(nt,n=>Nt(n,t,e)),t.registerCommand(E,e=>{const n=function(t){const e=v();if(!T(e)||!Lt(e))return null;const n=t?N:C,r=t?N:j,i=e.anchor,o=e.focus;if(i.is(o))return r;const s=Pt(e);if(1!==s.length)return n;const l=s[0];let u,c;0===l.length&&K(285),e.isBackward()?(u=o,c=i):(u=i,c=o);const g=lt(l[0]),a=ut(l[0]),f=b(g.getKey(),0,\"text\"),p=b(a.getKey(),a.getTextContentSize(),\"text\");return u.isBefore(f)||p.isBefore(c)?n:f.isBefore(u)||c.isBefore(p)?r:n}(e.shiftKey);return null!==n&&(e.preventDefault(),t.dispatchCommand(n,void 0),!0)},z),t.registerCommand(j,()=>!!Lt(v())&&(B([c()]),!0),z),t.registerCommand(C,t=>Ot(C),z),t.registerCommand(N,t=>Ot(N),z),t.registerCommand(O,t=>{const e=v();if(!T(e)||!Lt(e))return!1;const n=D().getFirstDescendant(),{anchor:r}=e,i=r.getNode();return(!n||!i||n.getKey()!==i.getKey())&&Ht(O,t)},z),t.registerCommand(F,t=>{const e=v();if(!T(e)||!Lt(e))return!1;const n=D().getLastDescendant(),{anchor:r}=e,i=r.getNode();return(!n||!i||n.getKey()!==i.getKey())&&Ht(F,t)},z),t.registerCommand(H,t=>Et(H,t),z),t.registerCommand(I,t=>Et(I,t),z)),i(...n)}const Bt=lt,Dt=ut,Ft=at,It=gt;export{it as $createCodeHighlightNode,X as $createCodeNode,ct as $getCodeLineDirection,at as $getEndOfCodeInLine,lt as $getFirstCodeNodeOfLine,ut as $getLastCodeNodeOfLine,gt as $getStartOfCodeInLine,ot as $isCodeHighlightNode,Q as $isCodeNode,ht as CODE_LANGUAGE_FRIENDLY_NAME_MAP,dt as CODE_LANGUAGE_MAP,ft as CodeExtension,nt as CodeHighlightNode,U as CodeNode,M as DEFAULT_CODE_LANGUAGE,Ct as PrismTokenizer,_t as getCodeLanguageOptions,xt as getCodeLanguages,St as getCodeThemeOptions,J as getDefaultCodeLanguage,Ft as getEndOfCodeInLine,Bt as getFirstCodeNodeOfLine,yt as getLanguageFriendlyName,Dt as getLastCodeNodeOfLine,It as getStartOfCodeInLine,mt as normalizeCodeLang,mt as normalizeCodeLanguage,zt as registerCodeHighlighting};\n"],"names":["K","t","e","n","URL","r","URLSearchParams","append","search","toString","Error","M","J","R","childNodes","tagName","$","W","q","U","o","__language","__theme","__isSyntaxHighlightSupported","getType","clone","__key","constructor","super","this","afterCloneFrom","createDOM","document","createElement","theme","code","setAttribute","getLanguage","getIsSyntaxHighlightSupported","i","getTheme","getStyle","updateDOM","removeAttribute","s","l","u","__style","c","exportDOM","_config","element","importDOM","textContent","test","conversion","G","priority","div","V","pre","table","et","Y","td","closest","classList","contains","Z","tr","importJSON","X","updateFromJSON","setLanguage","language","setTheme","exportJSON","insertNewAfter","getChildren","length","getTextContent","isCollapsed","anchor","key","offset","remove","insertAfter","focus","a","isBefore","getNode","lt","push","getNextSibling","ot","getTextContentSize","it","repeat","splitText","getIndexWithinParent","getParentOrThrow","g","splice","f","select","selectPrevious","selectNext","Q","canIndent","collapseAtStart","forEach","replace","getWritable","getLatest","setIsSyntaxHighlightSupported","node","getAttribute","tt","parentElement","style","fontFamily","match","nt","__highlightType","__text","getHighlightType","setHighlightType","canHaveFormat","rt","highlightType","setFormat","isParentRequired","createParentElementNode","codeHighlight","p","st","h","origin","ut","ct","d","getParent","m","getDirection","gt","getPreviousSibling","y","Math","max","at","ft","x","name","nodes","languages","diff","coord","unchanged","Object","keys","exec","pattern","RegExp","alias","inside","line","lookbehind","prefix","defineProperty","value","Prism","pt","globalThis","window","ht","clike","cpp","css","html","java","js","markdown","objc","plain","powershell","py","rust","sql","swift","typescript","xml","dt","javascript","md","plaintext","python","text","ts","mt","yt","xt","filter","sort","_t","entries","St","vt","Array","isArray","map","join","content","Tt","tokenize","tokens","PREFIXES","type","Token","unshift","lastIndex","index","slice","bt","split","Ct","$tokenize","defaultLanguage","Nt","kt","_","jt","getElementByKey","getKey","__cachedChildrenLength","wt","Set","hasOwnProperty","async","has","add","update","S","isAttached","v","T","getChildAtIndex","getPreviousSiblings","reduce","some","At","min","from","nodesForReplacement","to","onUpdate","delete","skipTransforms","Lt","is","Pt","getNodes","isBackward","b","Ot","C","insertNodes","w","k","A","L","P","insertBefore","set","Ht","O","altKey","preventDefault","getNodesBetween","stopPropagation","setTextNodeRange","Et","H","selectStart","zt","hasNodes","_headless","registerMutationListener","getEditorState","read","skipInitialization","registerNodeTransform","registerCommand","E","N","j","shiftKey","dispatchCommand","z","B","D","getFirstDescendant","F","getLastDescendant","I","Bt","Dt","Ft","It"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{namedSignals as e,effect as t}from"../extension/LexicalExtension.mjs.js";import{defineExtension as n,safeCast as o,$getSelection as i,$isRangeSelection as s,$isTextNode as a}from"lexical";function r(e){const t=window.location.origin,n=n=>{if(n.origin!==t)return;const o=e.getRootElement();if(document.activeElement!==o)return;const r=n.data;if("string"==typeof r){let t;try{t=JSON.parse(r)}catch(e){return}if(t&&"nuanria_messaging"===t.protocol&&"request"===t.type){const o=t.payload;if(o&&"makeChanges"===o.functionId){const t=o.args;if(t){const[o,r,d,c,g]=t;e.update(()=>{const e=i();if(s(e)){const t=e.anchor;let i=t.getNode(),s=0,f=0;if(a(i)&&o>=0&&r>=0&&(s=o,f=o+r,e.setTextNodeRange(i,s,i,f)),s===f&&""===d||(e.insertRawText(d),i=t.getNode()),a(i)){s=c,f=c+g;const t=i.getTextContentSize();s=s>t?t:s,f=f>t?t:f,e.setTextNodeRange(i,s,i,f)}n.stopImmediatePropagation()}})}}}}};return window.addEventListener("message",n,!0),()=>{window.removeEventListener("message",n,!0)}}const d=n({build:(t,n,o)=>e(n),config:o({disabled:"undefined"==typeof window}),name:"@lexical/dragon",register:(e,n,o)=>t(()=>o.getOutput().disabled.value?void 0:r(e))});export{d as DragonExtension,r as registerDragonSupport};
|
|
2
|
-
//# sourceMappingURL=LexicalDragon.dev.mjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalDragon.dev.mjs.js","sources":["../../../../node_modules/@lexical/dragon/LexicalDragon.dev.mjs"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport { effect, namedSignals } from '@lexical/extension';\nimport { defineExtension, safeCast, $getSelection, $isRangeSelection, $isTextNode } from 'lexical';\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nfunction registerDragonSupport(editor) {\n const origin = window.location.origin;\n const handler = event => {\n if (event.origin !== origin) {\n return;\n }\n const rootElement = editor.getRootElement();\n if (document.activeElement !== rootElement) {\n return;\n }\n const data = event.data;\n if (typeof data === 'string') {\n let parsedData;\n try {\n parsedData = JSON.parse(data);\n } catch (_e) {\n return;\n }\n if (parsedData && parsedData.protocol === 'nuanria_messaging' && parsedData.type === 'request') {\n const payload = parsedData.payload;\n if (payload && payload.functionId === 'makeChanges') {\n const args = payload.args;\n if (args) {\n const [elementStart, elementLength, text, selStart, selLength] = args;\n // TODO: we should probably handle formatCommand somehow?\n // formatCommand;\n editor.update(() => {\n const selection = $getSelection();\n if ($isRangeSelection(selection)) {\n const anchor = selection.anchor;\n let anchorNode = anchor.getNode();\n let setSelStart = 0;\n let setSelEnd = 0;\n if ($isTextNode(anchorNode)) {\n // set initial selection\n if (elementStart >= 0 && elementLength >= 0) {\n setSelStart = elementStart;\n setSelEnd = elementStart + elementLength;\n // If the offset is more than the end, make it the end\n selection.setTextNodeRange(anchorNode, setSelStart, anchorNode, setSelEnd);\n }\n }\n if (setSelStart !== setSelEnd || text !== '') {\n selection.insertRawText(text);\n anchorNode = anchor.getNode();\n }\n if ($isTextNode(anchorNode)) {\n // set final selection\n setSelStart = selStart;\n setSelEnd = selStart + selLength;\n const anchorNodeTextLength = anchorNode.getTextContentSize();\n // If the offset is more than the end, make it the end\n setSelStart = setSelStart > anchorNodeTextLength ? anchorNodeTextLength : setSelStart;\n setSelEnd = setSelEnd > anchorNodeTextLength ? anchorNodeTextLength : setSelEnd;\n selection.setTextNodeRange(anchorNode, setSelStart, anchorNode, setSelEnd);\n }\n\n // block the chrome extension from handling this event\n event.stopImmediatePropagation();\n }\n });\n }\n }\n }\n }\n };\n window.addEventListener('message', handler, true);\n return () => {\n window.removeEventListener('message', handler, true);\n };\n}\n/**\n * Add Dragon speech to text input support to the editor, via the\n * \\@lexical/dragon module.\n */\nconst DragonExtension = defineExtension({\n build: (editor, config, state) => namedSignals(config),\n config: safeCast({\n disabled: typeof window === 'undefined'\n }),\n name: '@lexical/dragon',\n register: (editor, config, state) => effect(() => state.getOutput().disabled.value ? undefined : registerDragonSupport(editor))\n});\n\nexport { DragonExtension, registerDragonSupport };\n"],"names":["registerDragonSupport","editor","origin","window","location","handler","event","rootElement","getRootElement","document","activeElement","data","parsedData","JSON","parse","_e","protocol","type","payload","functionId","args","elementStart","elementLength","text","selStart","selLength","update","selection","$getSelection","$isRangeSelection","anchor","anchorNode","getNode","setSelStart","setSelEnd","$isTextNode","setTextNodeRange","insertRawText","anchorNodeTextLength","getTextContentSize","stopImmediatePropagation","addEventListener","removeEventListener","DragonExtension","defineExtension","build","config","state","namedSignals","safeCast","disabled","name","register","effect","getOutput","value","undefined"],"mappings":"mMAmBA,SAASA,EAAsBC,GAC7B,MAAMC,EAASC,OAAOC,SAASF,OACzBG,EAAUC,IACd,GAAIA,EAAMJ,SAAWA,EACnB,OAEF,MAAMK,EAAcN,EAAOO,iBAC3B,GAAIC,SAASC,gBAAkBH,EAC7B,OAEF,MAAMI,EAAOL,EAAMK,KACnB,GAAoB,iBAATA,EAAmB,CAC5B,IAAIC,EACJ,IACEA,EAAaC,KAAKC,MAAMH,EACzB,CAAC,MAAOI,GACP,MACD,CACD,GAAIH,GAAsC,sBAAxBA,EAAWI,UAAwD,YAApBJ,EAAWK,KAAoB,CAC9F,MAAMC,EAAUN,EAAWM,QAC3B,GAAIA,GAAkC,gBAAvBA,EAAQC,WAA8B,CACnD,MAAMC,EAAOF,EAAQE,KACrB,GAAIA,EAAM,CACR,MAAOC,EAAcC,EAAeC,EAAMC,EAAUC,GAAaL,EAGjEnB,EAAOyB,OAAO,KACZ,MAAMC,EAAYC,IAClB,GAAIC,EAAkBF,GAAY,CAChC,MAAMG,EAASH,EAAUG,OACzB,IAAIC,EAAaD,EAAOE,UACpBC,EAAc,EACdC,EAAY,EAchB,GAbIC,EAAYJ,IAEVV,GAAgB,GAAKC,GAAiB,IACxCW,EAAcZ,EACda,EAAYb,EAAeC,EAE3BK,EAAUS,iBAAiBL,EAAYE,EAAaF,EAAYG,IAGhED,IAAgBC,GAAsB,KAATX,IAC/BI,EAAUU,cAAcd,GACxBQ,EAAaD,EAAOE,WAElBG,EAAYJ,GAAa,CAE3BE,EAAcT,EACdU,EAAYV,EAAWC,EACvB,MAAMa,EAAuBP,EAAWQ,qBAExCN,EAAcA,EAAcK,EAAuBA,EAAuBL,EAC1EC,EAAYA,EAAYI,EAAuBA,EAAuBJ,EACtEP,EAAUS,iBAAiBL,EAAYE,EAAaF,EAAYG,EACjE,CAGD5B,EAAMkC,0BACP,GAEJ,CACF,CACF,CACF,GAGH,OADArC,OAAOsC,iBAAiB,UAAWpC,GAAS,GACrC,KACLF,OAAOuC,oBAAoB,UAAWrC,GAAS,GAEnD,CAKK,MAACsC,EAAkBC,EAAgB,CACtCC,MAAO,CAAC5C,EAAQ6C,EAAQC,IAAUC,EAAaF,GAC/CA,OAAQG,EAAS,CACfC,SAA4B,oBAAX/C,SAEnBgD,KAAM,kBACNC,SAAU,CAACnD,EAAQ6C,EAAQC,IAAUM,EAAO,IAAMN,EAAMO,YAAYJ,SAASK,WAAQC,EAAYxD,EAAsBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalDragon.mjs.js","sources":["../../../../node_modules/@lexical/dragon/LexicalDragon.mjs"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport * as modDev from './LexicalDragon.dev.mjs';\nimport * as modProd from './LexicalDragon.prod.mjs';\nconst mod = process.env.NODE_ENV !== 'production' ? modDev : modProd;\nexport const DragonExtension = mod.DragonExtension;\nexport const registerDragonSupport = mod.registerDragonSupport;"],"names":["mod","process","env","NODE_ENV","modDev","modProd","DragonExtension","registerDragonSupport"],"mappings":"2FAUA,MAAMA,EAA+B,eAAzBC,QAAQC,IAAIC,SAA4BC,EAASC,EAChDC,EAAkBN,EAAIM,gBACEN,EAAIO"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{namedSignals as e,effect as t}from"../extension/LexicalExtension.mjs.js";import{defineExtension as n,safeCast as o,$getSelection as i,$isRangeSelection as s,$isTextNode as a}from"lexical";function r(e){const t=window.location.origin,n=n=>{if(n.origin!==t)return;const o=e.getRootElement();if(document.activeElement!==o)return;const r=n.data;if("string"==typeof r){let t;try{t=JSON.parse(r)}catch(e){return}if(t&&"nuanria_messaging"===t.protocol&&"request"===t.type){const o=t.payload;if(o&&"makeChanges"===o.functionId){const t=o.args;if(t){const[o,r,d,c,g]=t;e.update(()=>{const e=i();if(s(e)){const t=e.anchor;let i=t.getNode(),s=0,f=0;if(a(i)&&o>=0&&r>=0&&(s=o,f=o+r,e.setTextNodeRange(i,s,i,f)),s===f&&""===d||(e.insertRawText(d),i=t.getNode()),a(i)){s=c,f=c+g;const t=i.getTextContentSize();s=s>t?t:s,f=f>t?t:f,e.setTextNodeRange(i,s,i,f)}n.stopImmediatePropagation()}})}}}}};return window.addEventListener("message",n,!0),()=>{window.removeEventListener("message",n,!0)}}const d=n({build:(t,n,o)=>e(n),config:o({disabled:"undefined"==typeof window}),name:"@lexical/dragon",register:(e,n,o)=>t(()=>o.getOutput().disabled.value?void 0:r(e))});export{d as DragonExtension,r as registerDragonSupport};
|
|
2
|
-
//# sourceMappingURL=LexicalDragon.prod.mjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalDragon.prod.mjs.js","sources":["../../../../node_modules/@lexical/dragon/LexicalDragon.prod.mjs"],"sourcesContent":["/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n */\n\nimport{effect as e,namedSignals as t}from\"@lexical/extension\";import{defineExtension as n,safeCast as o,$getSelection as i,$isRangeSelection as a,$isTextNode as r}from\"lexical\";function s(e){const t=window.location.origin,n=n=>{if(n.origin!==t)return;const o=e.getRootElement();if(document.activeElement!==o)return;const s=n.data;if(\"string\"==typeof s){let t;try{t=JSON.parse(s)}catch(e){return}if(t&&\"nuanria_messaging\"===t.protocol&&\"request\"===t.type){const o=t.payload;if(o&&\"makeChanges\"===o.functionId){const t=o.args;if(t){const[o,s,d,c,g]=t;e.update(()=>{const e=i();if(a(e)){const t=e.anchor;let i=t.getNode(),a=0,l=0;if(r(i)&&o>=0&&s>=0&&(a=o,l=o+s,e.setTextNodeRange(i,a,i,l)),a===l&&\"\"===d||(e.insertRawText(d),i=t.getNode()),r(i)){a=c,l=c+g;const t=i.getTextContentSize();a=a>t?t:a,l=l>t?t:l,e.setTextNodeRange(i,a,i,l)}n.stopImmediatePropagation()}})}}}}};return window.addEventListener(\"message\",n,!0),()=>{window.removeEventListener(\"message\",n,!0)}}const d=n({build:(e,n,o)=>t(n),config:o({disabled:\"undefined\"==typeof window}),name:\"@lexical/dragon\",register:(t,n,o)=>e(()=>o.getOutput().disabled.value?void 0:s(t))});export{d as DragonExtension,s as registerDragonSupport};\n"],"names":["s","e","t","window","location","origin","n","o","getRootElement","document","activeElement","data","JSON","parse","protocol","type","payload","functionId","args","d","c","g","update","i","a","anchor","getNode","l","r","setTextNodeRange","insertRawText","getTextContentSize","stopImmediatePropagation","addEventListener","removeEventListener","build","config","disabled","name","register","getOutput","value"],"mappings":"mMAQiL,SAASA,EAAEC,GAAG,MAAMC,EAAEC,OAAOC,SAASC,OAAOC,EAAEA,IAAI,GAAGA,EAAED,SAASH,EAAE,OAAO,MAAMK,EAAEN,EAAEO,iBAAiB,GAAGC,SAASC,gBAAgBH,EAAE,OAAO,MAAMP,EAAEM,EAAEK,KAAK,GAAG,iBAAiBX,EAAE,CAAC,IAAIE,EAAE,IAAIA,EAAEU,KAAKC,MAAMb,EAAE,CAAC,MAAMC,GAAG,MAAM,CAAC,GAAGC,GAAG,sBAAsBA,EAAEY,UAAU,YAAYZ,EAAEa,KAAK,CAAC,MAAMR,EAAEL,EAAEc,QAAQ,GAAGT,GAAG,gBAAgBA,EAAEU,WAAW,CAAC,MAAMf,EAAEK,EAAEW,KAAK,GAAGhB,EAAE,CAAC,MAAMK,EAAEP,EAAEmB,EAAEC,EAAEC,GAAGnB,EAAED,EAAEqB,OAAO,KAAK,MAAMrB,EAAEsB,IAAI,GAAGC,EAAEvB,GAAG,CAAC,MAAMC,EAAED,EAAEwB,OAAO,IAAIF,EAAErB,EAAEwB,UAAUF,EAAE,EAAEG,EAAE,EAAE,GAAGC,EAAEL,IAAIhB,GAAG,GAAGP,GAAG,IAAIwB,EAAEjB,EAAEoB,EAAEpB,EAAEP,EAAEC,EAAE4B,iBAAiBN,EAAEC,EAAED,EAAEI,IAAIH,IAAIG,GAAG,KAAKR,IAAIlB,EAAE6B,cAAcX,GAAGI,EAAErB,EAAEwB,WAAWE,EAAEL,GAAG,CAACC,EAAEJ,EAAEO,EAAEP,EAAEC,EAAE,MAAMnB,EAAEqB,EAAEQ,qBAAqBP,EAAEA,EAAEtB,EAAEA,EAAEsB,EAAEG,EAAEA,EAAEzB,EAAEA,EAAEyB,EAAE1B,EAAE4B,iBAAiBN,EAAEC,EAAED,EAAEI,EAAE,CAACrB,EAAE0B,0BAA0B,GAAG,CAAC,CAAC,CAAC,GAAG,OAAO7B,OAAO8B,iBAAiB,UAAU3B,GAAE,GAAI,KAAKH,OAAO+B,oBAAoB,UAAU5B,GAAE,GAAI,CAAM,MAACa,EAAEb,EAAE,CAAC6B,MAAM,CAAClC,EAAEK,EAAEC,IAAIL,EAAEI,GAAG8B,OAAO7B,EAAE,CAAC8B,SAAS,oBAAoBlC,SAASmC,KAAK,kBAAkBC,SAAS,CAACrC,EAAEI,EAAEC,IAAIN,EAAE,IAAIM,EAAEiC,YAAYH,SAASI,WAAW,EAAEzC,EAAEE"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{defineExtension as t,safeCast as e,CLEAR_EDITOR_COMMAND as n,COMMAND_PRIORITY_EDITOR as i,createState as o,DecoratorNode as s,$getState as r,toggleTextFormatType as c,TEXT_TYPE_TO_FORMAT as a,$setState as d,FORMAT_TEXT_COMMAND as u,$getSelection as l,$isNodeSelection as f,$isRangeSelection as h,COMMAND_PRIORITY_LOW as g,$isEditorState as p,RootNode as m,TextNode as x,LineBreakNode as v,TabNode as E,ParagraphNode as y,createEditor as S,mergeRegister as b,createCommand as w,addClassNamesToElement as R,$create as $,CLICK_COMMAND as N,isDOMNode as O,$getNodeFromDOMNode as C,KEY_TAB_COMMAND as D,OUTDENT_CONTENT_COMMAND as M,INDENT_CONTENT_COMMAND as F,INSERT_TAB_COMMAND as I,COMMAND_PRIORITY_CRITICAL as L,$getRoot as _,$createParagraphNode as B,shallowMergeConfig as j,HISTORY_MERGE_TAG as k,$getNodeByKey as A,$createNodeSelection as P,$setSelection as K,removeClassNamesFromElement as z,$isBlockElementNode as T,$createRangeSelection as U,$normalizeSelection__EXPERIMENTAL as W}from"lexical";export{configExtension,declarePeerDependency,defineExtension,safeCast,shallowMergeConfig}from"lexical";import{$handleIndentAndOutdent as G,$getNearestBlockElementAncestorOrThrow as V}from"../utils/LexicalUtils.mjs.js";const Z=Symbol.for("preact-signals");function J(){if(X>1)return void X--;let t,e=!1;for(;void 0!==Y;){let n=Y;for(Y=void 0,tt++;void 0!==n;){const i=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&st(n))try{n.c()}catch(n){e||(t=n,e=!0)}n=i}}if(tt=0,X--,e)throw t}function H(t){if(X>0)return t();X++;try{return t()}finally{J()}}let q,Y;function Q(t){const e=q;q=void 0;try{return t()}finally{q=e}}let X=0,tt=0,et=0;function nt(t){if(void 0===q)return;let e=t.n;return void 0===e||e.t!==q?(e={i:0,S:t,p:q.s,n:void 0,t:q,e:void 0,x:void 0,r:e},void 0!==q.s&&(q.s.n=e),q.s=e,t.n=e,32&q.f&&t.S(e),e):-1===e.i?(e.i=0,void 0!==e.n&&(e.n.p=e.p,void 0!==e.p&&(e.p.n=e.n),e.p=q.s,e.n=void 0,q.s.n=e,q.s=e),e):void 0}function it(t,e){this.v=t,this.i=0,this.n=void 0,this.t=void 0,this.W=null==e?void 0:e.watched,this.Z=null==e?void 0:e.unwatched,this.name=null==e?void 0:e.name}function ot(t,e){return new it(t,e)}function st(t){for(let e=t.s;void 0!==e;e=e.n)if(e.S.i!==e.i||!e.S.h()||e.S.i!==e.i)return!0;return!1}function rt(t){for(let e=t.s;void 0!==e;e=e.n){const n=e.S.n;if(void 0!==n&&(e.r=n),e.S.n=e,e.i=-1,void 0===e.n){t.s=e;break}}}function ct(t){let e,n=t.s;for(;void 0!==n;){const t=n.p;-1===n.i?(n.S.U(n),void 0!==t&&(t.n=n.n),void 0!==n.n&&(n.n.p=t)):e=n,n.S.n=n.r,void 0!==n.r&&(n.r=void 0),n=t}t.s=e}function at(t,e){it.call(this,void 0),this.x=t,this.s=void 0,this.g=et-1,this.f=4,this.W=null==e?void 0:e.watched,this.Z=null==e?void 0:e.unwatched,this.name=null==e?void 0:e.name}function dt(t,e){return new at(t,e)}function ut(t){const e=t.u;if(t.u=void 0,"function"==typeof e){X++;const n=q;q=void 0;try{e()}catch(e){throw t.f&=-2,t.f|=8,lt(t),e}finally{q=n,J()}}}function lt(t){for(let e=t.s;void 0!==e;e=e.n)e.S.U(e);t.x=void 0,t.s=void 0,ut(t)}function ft(t){if(q!==this)throw new Error("Out-of-order effect");ct(this),q=t,this.f&=-2,8&this.f&<(this),J()}function ht(t,e){this.x=t,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32,this.name=null==e?void 0:e.name}function gt(t,e){const n=new ht(t,e);try{n.c()}catch(t){throw n.d(),t}const i=n.d.bind(n);return i[Symbol.dispose]=i,i}function pt(t,e={}){const n={};for(const i in t){const o=e[i],s=ot(void 0===o?t[i]:o);n[i]=s}return n}it.prototype.brand=Z,it.prototype.h=function(){return!0},it.prototype.S=function(t){const e=this.t;e!==t&&void 0===t.e&&(t.x=e,this.t=t,void 0!==e?e.e=t:Q(()=>{var t;null==(t=this.W)||t.call(this)}))},it.prototype.U=function(t){if(void 0!==this.t){const e=t.e,n=t.x;void 0!==e&&(e.x=n,t.e=void 0),void 0!==n&&(n.e=e,t.x=void 0),t===this.t&&(this.t=n,void 0===n&&Q(()=>{var t;null==(t=this.Z)||t.call(this)}))}},it.prototype.subscribe=function(t){return gt(()=>{const e=this.value,n=q;q=void 0;try{t(e)}finally{q=n}},{name:"sub"})},it.prototype.valueOf=function(){return this.value},it.prototype.toString=function(){return this.value+""},it.prototype.toJSON=function(){return this.value},it.prototype.peek=function(){const t=q;q=void 0;try{return this.value}finally{q=t}},Object.defineProperty(it.prototype,"value",{get(){const t=nt(this);return void 0!==t&&(t.i=this.i),this.v},set(t){if(t!==this.v){if(tt>100)throw new Error("Cycle detected");this.v=t,this.i++,et++,X++;try{for(let t=this.t;void 0!==t;t=t.x)t.t.N()}finally{J()}}}}),at.prototype=new it,at.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if(32==(36&this.f))return!0;if(this.f&=-5,this.g===et)return!0;if(this.g=et,this.f|=1,this.i>0&&!st(this))return this.f&=-2,!0;const t=q;try{rt(this),q=this;const t=this.x();(16&this.f||this.v!==t||0===this.i)&&(this.v=t,this.f&=-17,this.i++)}catch(t){this.v=t,this.f|=16,this.i++}return q=t,ct(this),this.f&=-2,!0},at.prototype.S=function(t){if(void 0===this.t){this.f|=36;for(let t=this.s;void 0!==t;t=t.n)t.S.S(t)}it.prototype.S.call(this,t)},at.prototype.U=function(t){if(void 0!==this.t&&(it.prototype.U.call(this,t),void 0===this.t)){this.f&=-33;for(let t=this.s;void 0!==t;t=t.n)t.S.U(t)}},at.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(let t=this.t;void 0!==t;t=t.x)t.t.N()}},Object.defineProperty(at.prototype,"value",{get(){if(1&this.f)throw new Error("Cycle detected");const t=nt(this);if(this.h(),void 0!==t&&(t.i=this.i),16&this.f)throw this.v;return this.v}}),ht.prototype.c=function(){const t=this.S();try{if(8&this.f)return;if(void 0===this.x)return;const t=this.x();"function"==typeof t&&(this.u=t)}finally{t()}},ht.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,ut(this),rt(this),X++;const t=q;return q=this,ft.bind(this,t)},ht.prototype.N=function(){2&this.f||(this.f|=2,this.o=Y,Y=this)},ht.prototype.d=function(){this.f|=8,1&this.f||lt(this)},ht.prototype.dispose=function(){this.d()};const mt=t({build:(t,e,n)=>pt(e),config:e({defaultSelection:"rootEnd",disabled:!1}),name:"@lexical/extension/AutoFocus",register(t,e,n){const i=n.getOutput();return gt(()=>i.disabled.value?void 0:t.registerRootListener(e=>{t.focus(()=>{const t=document.activeElement;null===e||null!==t&&e.contains(t)||e.focus({preventScroll:!0})},{defaultSelection:i.defaultSelection.peek()})}))}});function xt(){const t=_(),e=l(),n=B();t.clear(),t.append(n),null!==e&&n.select(),h(e)&&(e.format=0)}function vt(t,e=xt){return t.registerCommand(n,n=>(t.update(e),!0),i)}const Et=t({build:(t,e,n)=>pt(e),config:e({$onClear:xt}),name:"@lexical/extension/ClearEditor",register(t,e,n){const{$onClear:i}=n.getOutput();return gt(()=>vt(t,i.value))}});function yt(t){const e=new Set,n=new Set;for(const i of St(t)){const t="function"==typeof i?i:i.replace;e.add(t.getType()),n.add(t)}return{nodes:n,types:e}}function St(t){return("function"==typeof t.nodes?t.nodes():t.nodes)||[]}const bt=o("format",{parse:t=>"number"==typeof t?t:0});class wt extends s{$config(){return this.config("decorator-text",{extends:s,stateConfigs:[{flat:!0,stateConfig:bt}]})}getFormat(){return r(this,bt)}getFormatFlags(t,e){return c(this.getFormat(),t,e)}hasFormat(t){const e=a[t];return 0!==(this.getFormat()&e)}setFormat(t){return d(this,bt,t)}toggleFormat(t){const e=this.getFormat(),n=c(e,t,null);return this.setFormat(n)}isInline(){return!0}createDOM(){return document.createElement("span")}updateDOM(){return!1}}function Rt(t){return t instanceof wt}function $t(t,e,n){const i=e.fontWeight,o=e.textDecoration.split(" "),s="700"===i||"bold"===i,r=o.includes("line-through"),c="italic"===e.fontStyle,a=o.includes("underline"),d=e.verticalAlign;return s&&!t.hasFormat("bold")&&t.toggleFormat("bold"),r&&!t.hasFormat("strikethrough")&&t.toggleFormat("strikethrough"),c&&!t.hasFormat("italic")&&t.toggleFormat("italic"),a&&!t.hasFormat("underline")&&t.toggleFormat("underline"),"sub"!==d||t.hasFormat("subscript")||t.toggleFormat("subscript"),"super"!==d||t.hasFormat("superscript")||t.toggleFormat("superscript"),n&&!t.hasFormat(n)&&t.toggleFormat(n),t}function Nt(t,e,n=Ct){for(const[i,o]of Object.entries(n))t.hasFormat(o)&&(e=Ot(e,i));return e}function Ot(t,e){const n=document.createElement(e);return n.appendChild(t),n}const Ct={b:"bold",code:"code",em:"italic",i:"italic",mark:"highlight",s:"strikethrough",strong:"bold",sub:"subscript",sup:"superscript",u:"underline"},Dt=t({name:"@lexical/extension/DecoratorText",nodes:()=>[wt],register:(t,e,n)=>t.registerCommand(u,t=>{const e=l();if(f(e)||h(e))for(const n of e.getNodes())Rt(n)&&n.toggleFormat(t);return!1},g)});function Mt(t,e){let n;return ot(t(),{unwatched(){n&&(n(),n=void 0)},watched(){this.value=t(),n=e(this)}})}const Ft=t({build:t=>Mt(()=>t.getEditorState(),e=>t.registerUpdateListener(t=>{e.value=t.editorState})),name:"@lexical/extension/EditorState"});function It(t){throw new Error(t)}function Lt(t,e){if(t&&e&&!Array.isArray(e)&&"object"==typeof t&&"object"==typeof e){const n=t,i=e;for(const t in i)n[t]=Lt(n[t],i[t]);return t}return e}const _t=0,Bt=1,jt=2,kt=3,At=4,Pt=5,Kt=6,zt=7;function Tt(t){return t.id===_t}function Ut(t){return t.id===jt}function Wt(t){return function(t){return t.id===Bt}(t)||It(`LexicalBuilder: Can not apply a permanent mark from state id ${String(t.id)} (expected ${String(Bt)} temporary)`),Object.assign(t,{id:jt})}const Gt=new Set;class Vt{builder;configs;_dependency;_peerNameSet;extension;state;_signal;constructor(t,e){this.builder=t,this.extension=e,this.configs=new Set,this.state={id:_t}}mergeConfigs(){let t=this.extension.config||{};const e=this.extension.mergeConfig?this.extension.mergeConfig.bind(this.extension):j;for(const n of this.configs)t=e(t,n);return t}init(t){const e=this.state;Ut(e)||It(`ExtensionRep: Can not configure from state id ${String(e.id)}`);const n={getDependency:this.getInitDependency.bind(this),getDirectDependentNames:this.getDirectDependentNames.bind(this),getPeer:this.getInitPeer.bind(this),getPeerNameSet:this.getPeerNameSet.bind(this)},i={...n,getDependency:this.getDependency.bind(this),getInitResult:this.getInitResult.bind(this),getPeer:this.getPeer.bind(this)},o=function(t,e,n){return Object.assign(t,{config:e,id:kt,registerState:n})}(e,this.mergeConfigs(),n);let s;this.state=o,this.extension.init&&(s=this.extension.init(t,o.config,n)),this.state=function(t,e,n){return Object.assign(t,{id:At,initResult:e,registerState:n})}(o,s,i)}build(t){const e=this.state;let n;e.id!==At&&It(`ExtensionRep: register called in state id ${String(e.id)} (expected ${String(Pt)} initialized)`),this.extension.build&&(n=this.extension.build(t,e.config,e.registerState));const i={...e.registerState,getOutput:()=>n,getSignal:this.getSignal.bind(this)};this.state=function(t,e,n){return Object.assign(t,{id:Pt,output:e,registerState:n})}(e,n,i)}register(t,e){this._signal=e;const n=this.state;n.id!==Pt&&It(`ExtensionRep: register called in state id ${String(n.id)} (expected ${String(Pt)} built)`);const i=this.extension.register&&this.extension.register(t,n.config,n.registerState);return this.state=function(t){return Object.assign(t,{id:Kt})}(n),()=>{const t=this.state;t.id!==zt&&It(`ExtensionRep: rollbackToBuiltState called in state id ${String(n.id)} (expected ${String(zt)} afterRegistration)`),this.state=function(t){return Object.assign(t,{id:Pt})}(t),i&&i()}}afterRegistration(t){const e=this.state;let n;return e.id!==Kt&&It(`ExtensionRep: afterRegistration called in state id ${String(e.id)} (expected ${String(Kt)} registered)`),this.extension.afterRegistration&&(n=this.extension.afterRegistration(t,e.config,e.registerState)),this.state=function(t){return Object.assign(t,{id:zt})}(e),n}getSignal(){return void 0===this._signal&&It("ExtensionRep.getSignal() called before register"),this._signal}getInitResult(){void 0===this.extension.init&&It(`ExtensionRep: getInitResult() called for Extension ${this.extension.name} that does not define init`);const t=this.state;return function(t){return t.id>=At}(t)||It(`ExtensionRep: getInitResult() called for ExtensionRep in state id ${String(t.id)} < ${String(At)} (initialized)`),t.initResult}getInitPeer(t){const e=this.builder.extensionNameMap.get(t);return e?e.getExtensionInitDependency():void 0}getExtensionInitDependency(){const t=this.state;return function(t){return t.id>=kt}(t)||It(`ExtensionRep: getExtensionInitDependency called in state id ${String(t.id)} (expected >= ${String(kt)} configured)`),{config:t.config}}getPeer(t){const e=this.builder.extensionNameMap.get(t);return e?e.getExtensionDependency():void 0}getInitDependency(t){const e=this.builder.getExtensionRep(t);return void 0===e&&It(`LexicalExtensionBuilder: Extension ${this.extension.name} missing dependency extension ${t.name} to be in registry`),e.getExtensionInitDependency()}getDependency(t){const e=this.builder.getExtensionRep(t);return void 0===e&&It(`LexicalExtensionBuilder: Extension ${this.extension.name} missing dependency extension ${t.name} to be in registry`),e.getExtensionDependency()}getState(){const t=this.state;return function(t){return t.id>=zt}(t)||It(`ExtensionRep getState called in state id ${String(t.id)} (expected ${String(zt)} afterRegistration)`),t}getDirectDependentNames(){return this.builder.incomingEdges.get(this.extension.name)||Gt}getPeerNameSet(){let t=this._peerNameSet;return t||(t=new Set((this.extension.peerDependencies||[]).map(([t])=>t)),this._peerNameSet=t),t}getExtensionDependency(){if(!this._dependency){const t=this.state;(function(t){return t.id>=Pt})(t)||It(`Extension ${this.extension.name} used as a dependency before build`),this._dependency={config:t.config,init:t.initResult,output:t.output}}return this._dependency}}const Zt={tag:k};function Jt(){const t=_();t.isEmpty()&&t.append(B())}const Ht=t({config:e({setOptions:Zt,updateOptions:Zt}),init:({$initialEditorState:t=Jt})=>({$initialEditorState:t,initialized:!1}),afterRegistration(t,{updateOptions:e,setOptions:n},i){const o=i.getInitResult();if(!o.initialized){o.initialized=!0;const{$initialEditorState:i}=o;if(p(i))t.setEditorState(i,n);else if("function"==typeof i)t.update(()=>{i(t)},e);else if(i&&("string"==typeof i||"object"==typeof i)){const e=t.parseEditorState(i);t.setEditorState(e,n)}}return()=>{}},name:"@lexical/extension/InitialState",nodes:[m,x,v,E,y]}),qt=Symbol.for("@lexical/extension/LexicalBuilder");function Yt(...t){return ne.fromExtensions(t).buildEditor()}function Qt(){}function Xt(t){throw t}function te(t){return Array.isArray(t)?t:[t]}const ee="0.41.0+dev.esm";class ne{roots;extensionNameMap;outgoingConfigEdges;incomingEdges;conflicts;_sortedExtensionReps;PACKAGE_VERSION;constructor(t){this.outgoingConfigEdges=new Map,this.incomingEdges=new Map,this.extensionNameMap=new Map,this.conflicts=new Map,this.PACKAGE_VERSION=ee,this.roots=t;for(const e of t)this.addExtension(e)}static fromExtensions(t){const e=[te(Ht)];for(const n of t)e.push(te(n));return new ne(e)}static maybeFromEditor(t){const e=t[qt];return e&&(e.PACKAGE_VERSION!==ee&&It(`LexicalBuilder.fromEditor: The given editor was created with LexicalBuilder ${e.PACKAGE_VERSION} but this version is ${ee}. A project should have exactly one copy of LexicalBuilder`),e instanceof ne||It("LexicalBuilder.fromEditor: There are multiple copies of the same version of LexicalBuilder in your project, and this editor was created with another one. Your project, or one of its dependencies, has its package.json and/or bundler configured incorrectly.")),e}static fromEditor(t){const e=ne.maybeFromEditor(t);return void 0===e&&It("LexicalBuilder.fromEditor: The given editor was not created with LexicalBuilder"),e}constructEditor(){const{$initialEditorState:t,onError:e,...n}=this.buildCreateEditorArgs(),i=Object.assign(S({...n,...e?{onError:t=>{e(t,i)}}:{}}),{[qt]:this});for(const t of this.sortedExtensionReps())t.build(i);return i}buildEditor(){let t=Qt;function e(){try{t()}finally{t=Qt}}const n=Object.assign(this.constructEditor(),{dispose:e,[Symbol.dispose]:e});return t=b(this.registerEditor(n),()=>n.setRootElement(null)),n}hasExtensionByName(t){return this.extensionNameMap.has(t)}getExtensionRep(t){const e=this.extensionNameMap.get(t.name);if(e)return e.extension!==t&&It(`LexicalBuilder: A registered extension with name ${t.name} exists but does not match the given extension`),e}addEdge(t,e,n){const i=this.outgoingConfigEdges.get(t);i?i.set(e,n):this.outgoingConfigEdges.set(t,new Map([[e,n]]));const o=this.incomingEdges.get(e);o?o.add(t):this.incomingEdges.set(e,new Set([t]))}addExtension(t){void 0!==this._sortedExtensionReps&&It("LexicalBuilder: addExtension called after finalization");const e=te(t),[n]=e;"string"!=typeof n.name&&It("LexicalBuilder: extension name must be string, not "+typeof n.name);let i=this.extensionNameMap.get(n.name);if(void 0!==i&&i.extension!==n&&It(`LexicalBuilder: Multiple extensions registered with name ${n.name}, names must be unique`),!i){i=new Vt(this,n),this.extensionNameMap.set(n.name,i);const t=this.conflicts.get(n.name);"string"==typeof t&&It(`LexicalBuilder: extension ${n.name} conflicts with ${t}`);for(const t of n.conflictsWith||[])this.extensionNameMap.has(t)&&It(`LexicalBuilder: extension ${n.name} conflicts with ${t}`),this.conflicts.set(t,n.name);for(const t of n.dependencies||[]){const e=te(t);this.addEdge(n.name,e[0].name,e.slice(1)),this.addExtension(e)}for(const[t,e]of n.peerDependencies||[])this.addEdge(n.name,t,e?[e]:[])}}sortedExtensionReps(){if(this._sortedExtensionReps)return this._sortedExtensionReps;const t=[],e=(n,i)=>{let o=n.state;if(Ut(o))return;const s=n.extension.name;var r;Tt(o)||It(`LexicalBuilder: Circular dependency detected for Extension ${s} from ${i||"[unknown]"}`),Tt(r=o)||It(`LexicalBuilder: Can not apply a temporary mark from state id ${String(r.id)} (expected ${String(_t)} unmarked)`),o=Object.assign(r,{id:Bt}),n.state=o;const c=this.outgoingConfigEdges.get(s);if(c)for(const t of c.keys()){const n=this.extensionNameMap.get(t);n&&e(n,s)}o=Wt(o),n.state=o,t.push(n)};for(const t of this.extensionNameMap.values())Tt(t.state)&&e(t);for(const e of t)for(const[t,n]of this.outgoingConfigEdges.get(e.extension.name)||[])if(n.length>0){const e=this.extensionNameMap.get(t);if(e)for(const t of n)e.configs.add(t)}for(const[t,...e]of this.roots)if(e.length>0){const n=this.extensionNameMap.get(t.name);void 0===n&&It(`LexicalBuilder: Expecting existing ExtensionRep for ${t.name}`);for(const t of e)n.configs.add(t)}return this._sortedExtensionReps=t,this._sortedExtensionReps}registerEditor(t){const e=this.sortedExtensionReps(),n=new AbortController,i=[()=>n.abort()],o=n.signal;for(const n of e){const e=n.register(t,o);e&&i.push(e)}for(const n of e){const e=n.afterRegistration(t);e&&i.push(e)}return b(...i)}buildCreateEditorArgs(){const t={},e=new Set,n=new Map,i=new Map,o={},s={},r=this.sortedExtensionReps();for(const c of r){const{extension:r}=c;if(void 0!==r.onError&&(t.onError=r.onError),void 0!==r.disableEvents&&(t.disableEvents=r.disableEvents),void 0!==r.parentEditor&&(t.parentEditor=r.parentEditor),void 0!==r.editable&&(t.editable=r.editable),void 0!==r.namespace&&(t.namespace=r.namespace),void 0!==r.$initialEditorState&&(t.$initialEditorState=r.$initialEditorState),r.nodes)for(const t of St(r)){if("function"!=typeof t){const e=n.get(t.replace);e&&It(`LexicalBuilder: Extension ${r.name} can not register replacement for node ${t.replace.name} because ${e.extension.name} already did`),n.set(t.replace,c)}e.add(t)}if(r.html){if(r.html.export)for(const[t,e]of r.html.export.entries())i.set(t,e);r.html.import&&Object.assign(o,r.html.import)}r.theme&&Lt(s,r.theme)}Object.keys(s).length>0&&(t.theme=s),e.size&&(t.nodes=[...e]);const c=Object.keys(o).length>0,a=i.size>0;(c||a)&&(t.html={},c&&(t.html.import=o),a&&(t.html.export=i));for(const e of r)e.init(t);return t.onError||(t.onError=Xt),t}}function ie(t,e){const n=ne.fromEditor(t).getExtensionRep(e);return void 0===n&&It(`getExtensionDependencyFromEditor: Extension ${e.name} was not built when creating this editor`),n.getExtensionDependency()}function oe(t,e){const n=ne.fromEditor(t).extensionNameMap.get(e);return n?n.getExtensionDependency():void 0}function se(t,e){const n=oe(t,e);return void 0===n&&It(`getPeerDependencyFromEditorOrThrow: Editor was not built with Extension ${e}`),n}const re=new Set,ce=t({build(t,e,n){const i=n.getDependency(Ft).output,o=ot({watchedNodeKeys:new Map}),s=Mt(()=>{},()=>gt(()=>{const t=s.peek(),{watchedNodeKeys:e}=o.value;let n,r=!1;i.value.read(()=>{if(l())for(const[i,o]of e.entries()){if(0===o.size){e.delete(i);continue}const s=A(i),c=s&&s.isSelected()||!1;r=r||c!==(!!t&&t.has(i)),c&&(n=n||new Set,n.add(i))}}),!r&&n&&t&&n.size===t.size||(s.value=n)}));return{watchNodeKey:function(t){const e=dt(()=>(s.value||re).has(t)),{watchedNodeKeys:n}=o.peek();let i=n.get(t);const r=void 0!==i;return i=i||new Set,i.add(e),r||(n.set(t,i),o.value={watchedNodeKeys:n}),e}}},dependencies:[Ft],name:"@lexical/extension/NodeSelection"}),ae=w("INSERT_HORIZONTAL_RULE_COMMAND");class de extends s{static getType(){return"horizontalrule"}static clone(t){return new de(t.__key)}static importJSON(t){return le().updateFromJSON(t)}static importDOM(){return{hr:()=>({conversion:ue,priority:0})}}exportDOM(){return{element:document.createElement("hr")}}createDOM(t){const e=document.createElement("hr");return R(e,t.theme.hr),e}getTextContent(){return"\n"}isInline(){return!1}updateDOM(){return!1}}function ue(){return{node:le()}}function le(){return $(de)}function fe(t){return t instanceof de}const he=t({dependencies:[Ft,ce],name:"@lexical/extension/HorizontalRule",nodes:()=>[de],register(t,e,n){const{watchNodeKey:i}=n.getDependency(ce).output,o=ot({nodeSelections:new Map}),s=t._config.theme.hrSelected??"selected";return b(t.registerCommand(N,t=>{if(O(t.target)){const e=C(t.target);if(fe(e))return function(t,e=!1){const n=l(),i=t.isSelected(),o=t.getKey();let s;e&&f(n)?s=n:(s=P(),K(s)),i?s.delete(o):s.add(o)}(e,t.shiftKey),!0}return!1},g),t.registerMutationListener(de,(e,n)=>{H(()=>{let n=!1;const{nodeSelections:s}=o.peek();for(const[o,r]of e.entries())if("destroyed"===r)s.delete(o),n=!0;else{const e=s.get(o),r=t.getElementByKey(o);e?e.domNode.value=r:(n=!0,s.set(o,{domNode:ot(r),selectedSignal:i(o)}))}n&&(o.value={nodeSelections:s})})}),gt(()=>{const t=[];for(const{domNode:e,selectedSignal:n}of o.value.nodeSelections.values())t.push(gt(()=>{const t=e.value;if(t){n.value?R(t,s):z(t,s)}}));return b(...t)}))}});function ge(t){return t.canBeEmpty()}function pe(t,e,n=ge){return b(t.registerCommand(D,e=>{const n=l();if(!h(n))return!1;e.preventDefault();const i=function(t){if(t.getNodes().filter(t=>T(t)&&t.canIndent()).length>0)return!0;const e=t.anchor,n=t.focus,i=n.isBefore(e)?n:e,o=i.getNode(),s=V(o);if(s.canIndent()){const t=s.getKey();let e=U();if(e.anchor.set(t,0,"element"),e.focus.set(t,0,"element"),e=W(e),e.anchor.is(i))return!0}return!1}(n)?e.shiftKey?M:F:I;return t.dispatchCommand(i,void 0)},i),t.registerCommand(F,()=>{const t="number"==typeof e?e:e?e.peek():null,i=l();if(!h(i))return!1;const o="function"==typeof n?n:n.peek();return G(e=>{if(o(e)){const n=e.getIndent()+1;(!t||n<t)&&e.setIndent(n)}})},L))}const me=t({build:(t,e,n)=>pt(e),config:e({$canIndent:ge,disabled:!1,maxIndent:null}),name:"@lexical/extension/TabIndentation",register(t,e,n){const{disabled:i,maxIndent:o,$canIndent:s}=n.getOutput();return gt(()=>{if(!i.value)return pe(t,o,s)})}});export{le as $createHorizontalRuleNode,Rt as $isDecoratorTextNode,fe as $isHorizontalRuleNode,mt as AutoFocusExtension,Et as ClearEditorExtension,Dt as DecoratorTextExtension,wt as DecoratorTextNode,Ft as EditorStateExtension,he as HorizontalRuleExtension,de as HorizontalRuleNode,ae as INSERT_HORIZONTAL_RULE_COMMAND,Ht as InitialStateExtension,ne as LexicalBuilder,ce as NodeSelectionExtension,me as TabIndentationExtension,$t as applyFormatFromStyle,Nt as applyFormatToDom,H as batch,Yt as buildEditorFromExtensions,dt as computed,gt as effect,ie as getExtensionDependencyFromEditor,yt as getKnownTypesAndNodes,oe as getPeerDependencyFromEditor,se as getPeerDependencyFromEditorOrThrow,pt as namedSignals,vt as registerClearEditor,pe as registerTabIndentation,ot as signal,Q as untracked,Mt as watchedSignal};
|
|
2
|
-
//# sourceMappingURL=LexicalExtension.dev.mjs.js.map
|