@viswa-test/creative-workspace-ui-component 0.0.3 → 0.0.5
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 +7 -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 +4 -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":"LexicalLink.prod.mjs.js","sources":["../../../../../node_modules/@lexical/link/LexicalLink.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{addClassNamesToElement as t,isHTMLAnchorElement as e,$findMatchingParent as n,$insertNodeToNearestRootAtCaret as r,mergeRegister as i,objectKlassEquals as s}from\"@lexical/utils\";import{createCommand as l,ElementNode as o,$isRangeSelection as u,$applyNodeReplacement as a,$getSelection as c,$isNodeSelection as g,$isElementNode as f,$normalizeSelection__EXPERIMENTAL as d,$setSelection as h,$getChildCaret as p,$copyNode as _,$rewindSiblingCaret as m,$caretFromPoint as x,$normalizeCaret as b,$setPointFromCaret as k,defineExtension as v,shallowMergeConfig as U,COMMAND_PRIORITY_LOW as T,PASTE_COMMAND as L,safeCast as S,isDOMNode as C,getNearestEditorFromDOMNode as O,$getNearestNodeFromDOMNode as R,TextNode as N,$isTextNode as P,$isLineBreakNode as y,$createTextNode as D}from\"lexical\";import{namedSignals as I,effect as A}from\"@lexical/extension\";const w=new Set([\"http:\",\"https:\",\"mailto:\",\"sms:\",\"tel:\"]);class E extends o{__url;__target;__rel;__title;static getType(){return\"link\"}static clone(t){return new E(t.__url,{rel:t.__rel,target:t.__target,title:t.__title},t.__key)}constructor(t=\"\",e={},n){super(n);const{target:r=null,rel:i=null,title:s=null}=e;this.__url=t,this.__target=r,this.__rel=i,this.__title=s}createDOM(e){const n=document.createElement(\"a\");return this.updateLinkDOM(null,n,e),t(n,e.theme.link),n}updateLinkDOM(t,n,r){if(e(n)){t&&t.__url===this.__url||(n.href=this.sanitizeUrl(this.__url));for(const e of[\"target\",\"rel\",\"title\"]){const r=`__${e}`,i=this[r];t&&t[r]===i||(i?n[e]=i:n.removeAttribute(e))}}}updateDOM(t,e,n){return this.updateLinkDOM(t,e,n),!1}static importDOM(){return{a:t=>({conversion:W,priority:1})}}static importJSON(t){return K().updateFromJSON(t)}updateFromJSON(t){return super.updateFromJSON(t).setURL(t.url).setRel(t.rel||null).setTarget(t.target||null).setTitle(t.title||null)}sanitizeUrl(t){t=Q(t);try{const e=new URL(Q(t));if(!w.has(e.protocol))return\"about:blank\"}catch(e){return t}return t}exportJSON(){return{...super.exportJSON(),rel:this.getRel(),target:this.getTarget(),title:this.getTitle(),url:this.getURL()}}getURL(){return this.getLatest().__url}setURL(t){const e=this.getWritable();return e.__url=t,e}getTarget(){return this.getLatest().__target}setTarget(t){const e=this.getWritable();return e.__target=t,e}getRel(){return this.getLatest().__rel}setRel(t){const e=this.getWritable();return e.__rel=t,e}getTitle(){return this.getLatest().__title}setTitle(t){const e=this.getWritable();return e.__title=t,e}insertNewAfter(t,e=!0){const n=K(this.__url,{rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(n,e),n}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(t,e,n){if(!u(e))return!1;const r=e.anchor.getNode(),i=e.focus.getNode();return this.isParentOf(r)&&this.isParentOf(i)&&e.getTextContent().length>0}isEmailURI(){return this.__url.startsWith(\"mailto:\")}isWebSiteURI(){return this.__url.startsWith(\"https://\")||this.__url.startsWith(\"http://\")}}function M(t){const e=x(t,\"next\");return[e,e.getFlipped()]}function F(t,e){for(const n of e)if(n.origin.isAttached()){const e=b(n);return void k(t,e)}}function J(t){const e=c();let n=null,i=null;u(e)&&(n=M(e.anchor),i=M(e.focus));for(const e of p(t,\"next\")){const n=e.origin;if(f(n)&&!n.isInline()){const i=n.getChildren();if(i.length>0){const e=_(t);e.append(...i),n.append(e)}r(n,m(e),{$shouldSplit:()=>!1})}}if(t.isEmpty()){const e=t.getParent();t.remove(),e&&e.isEmpty()&&e.remove()}u(e)&&(F(e.anchor,n),F(e.focus,i),d(e))}function W(t){let n=null;if(e(t)){const e=t.textContent;(null!==e&&\"\"!==e||t.children.length>0)&&(n=K(t.getAttribute(\"href\")||\"\",{rel:t.getAttribute(\"rel\"),target:t.getAttribute(\"target\"),title:t.getAttribute(\"title\")}))}return{node:n}}function K(t=\"\",e){return a(new E(t,e))}function B(t){return t instanceof E}class $ extends E{__isUnlinked;constructor(t=\"\",e={},n){super(t,e,n),this.__isUnlinked=void 0!==e.isUnlinked&&null!==e.isUnlinked&&e.isUnlinked}static getType(){return\"autolink\"}static clone(t){return new $(t.__url,{isUnlinked:t.__isUnlinked,rel:t.__rel,target:t.__target,title:t.__title},t.__key)}getIsUnlinked(){return this.__isUnlinked}setIsUnlinked(t){const e=this.getWritable();return e.__isUnlinked=t,e}createDOM(t){return this.__isUnlinked?document.createElement(\"span\"):super.createDOM(t)}updateDOM(t,e,n){return super.updateDOM(t,e,n)||t.__isUnlinked!==this.__isUnlinked}static importJSON(t){return z().updateFromJSON(t)}updateFromJSON(t){return super.updateFromJSON(t).setIsUnlinked(t.isUnlinked||!1)}static importDOM(){return null}exportJSON(){return{...super.exportJSON(),isUnlinked:this.__isUnlinked}}insertNewAfter(t,e=!0){const n=z(this.__url,{isUnlinked:this.__isUnlinked,rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(n,e),n}}function z(t=\"\",e){return a(new $(t,e))}function H(t){return t instanceof $}const j=l(\"TOGGLE_LINK_COMMAND\");function G(t,e){if(\"element\"===t.type){const n=t.getNode();f(n)||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.`)}(252);return n.getChildren()[t.offset+e]||null}return null}function Z(t,e={}){let r;if(t&&\"object\"==typeof t){const{url:n,...i}=t;r=n,e={...i,...e}}else r=t;const{target:i,title:s}=e,l=void 0===e.rel?\"noreferrer\":e.rel,o=c();if(null===o||!u(o)&&!g(o))return;if(g(o)){const t=o.getNodes();if(0===t.length)return;return void t.forEach(t=>{if(null===r){const e=n(t,t=>!H(t)&&B(t));e&&(e.insertBefore(t),0===e.getChildren().length&&e.remove())}else{const e=n(t,t=>!H(t)&&B(t));if(e)e.setURL(r),void 0!==i&&e.setTarget(i),void 0!==l&&e.setRel(l);else{const e=K(r,{rel:l,target:i});t.insertBefore(e),e.append(t)}}})}if(o.isCollapsed()&&null===r)for(const t of o.getNodes()){const e=n(t,t=>!H(t)&&B(t));return void(null!==e&&(e.getChildren().forEach(t=>{e.insertBefore(t)}),e.remove()))}const a=o.extract();if(null===r){const t=new Set;return void a.forEach(e=>{const r=n(e,t=>!H(t)&&B(t));if(null!==r){const e=r.getKey();if(t.has(e))return;!function(t,e){const n=new Set(e.filter(e=>t.isParentOf(e)).map(t=>t.getKey())),r=t.getChildren(),i=r=>n.has(r.getKey())||f(r)&&e.some(e=>t.isParentOf(e)&&r.isParentOf(e)),s=r.filter(i);if(s.length===r.length)return r.forEach(e=>t.insertBefore(e)),void t.remove();const l=r.findIndex(i),o=r.findLastIndex(i),u=0===l,a=o===r.length-1;if(u)s.forEach(e=>t.insertBefore(e));else if(a)for(let e=s.length-1;e>=0;e--)t.insertAfter(s[e]);else{for(let e=s.length-1;e>=0;e--)t.insertAfter(s[e]);const e=r.slice(o+1);if(e.length>0){const n=K(t.getURL(),{rel:t.getRel(),target:t.getTarget(),title:t.getTitle()});s[s.length-1].insertAfter(n),e.forEach(t=>n.append(t))}}}(r,a),t.add(e)}})}const p=new Set,_=t=>{p.has(t.getKey())||(p.add(t.getKey()),t.setURL(r),void 0!==i&&t.setTarget(i),void 0!==l&&t.setRel(l),void 0!==s&&t.setTitle(s))};if(1===a.length){const t=a[0],e=n(t,B);if(null!==e)return _(e)}!function(t){const e=c();if(!u(e))return t();const n=d(e),r=n.isBackward(),i=G(n.anchor,r?-1:0),s=G(n.focus,r?0:-1),l=t();if(i||s){const t=c();if(u(t)){const e=t.clone();if(i){const t=i.getParent();t&&e.anchor.set(t.getKey(),i.getIndexWithinParent()+(r?1:0),\"element\")}if(s){const t=s.getParent();t&&e.focus.set(t.getKey(),s.getIndexWithinParent()+(r?0:1),\"element\")}h(d(e))}}}(()=>{let t=null;for(const e of a){if(!e.isAttached())continue;const o=n(e,B);if(o){_(o);continue}if(f(e)){if(!e.isInline())continue;if(B(e)){if(!(H(e)||null!==t&&t.getParentOrThrow().isParentOf(e))){_(e),t=e;continue}for(const t of e.getChildren())e.insertBefore(t);e.remove();continue}}const u=e.getPreviousSibling();B(u)&&u.is(t)?u.append(e):(t=K(r,{rel:l,target:i,title:s}),e.insertAfter(t),t.append(e))}})}const q=/^\\+?[0-9\\s()-]{5,}$/;function Q(t){return t.match(/^[a-z][a-z0-9+.-]*:/i)||t.match(/^[/#.]/)?t:t.includes(\"@\")?`mailto:${t}`:q.test(t)?`tel:${t}`:`https://${t}`}function V(t,e){return i(t.registerNodeTransform(E,J),A(()=>t.registerCommand(j,t=>{const n=e.validateUrl.peek(),r=e.attributes.peek();if(null===t)return Z(null),!0;if(\"string\"==typeof t)return!(void 0!==n&&!n(t))&&(Z(t,r),!0);{const{url:e,target:n,rel:i,title:s}=t;return Z(e,{...r,rel:i,target:n,title:s}),!0}},T)),A(()=>{const n=e.validateUrl.value;if(!n)return;const r=e.attributes.value;return t.registerCommand(L,e=>{const i=c();if(!u(i)||i.isCollapsed()||!s(e,ClipboardEvent))return!1;if(null===e.clipboardData)return!1;const l=e.clipboardData.getData(\"text\");return!!n(l)&&(!i.getNodes().some(t=>f(t))&&(t.dispatchCommand(j,{...r,url:l}),e.preventDefault(),!0))},T)}))}const X=v({build:(t,e,n)=>I(e),config:{attributes:void 0,validateUrl:void 0},mergeConfig(t,e){const n=U(t,e);return t.attributes&&(n.attributes=U(t.attributes,n.attributes)),n},name:\"@lexical/link/Link\",nodes:()=>[E],register:(t,e,n)=>V(t,n.getOutput())});function Y(t,r,i={}){const s=i=>{const s=i.target;if(!C(s))return;const l=O(s);if(null===l)return;let o=null,a=null;if(l.update(()=>{const t=R(s);if(null!==t){const i=n(t,f);if(!r.disabled.peek())if(B(i))o=i.sanitizeUrl(i.getURL()),a=i.getTarget();else{const t=function(t,e){let n=t;for(;null!=n;){if(e(n))return n;n=n.parentNode}return null}(s,e);null!==t&&(o=t.href,a=t.target)}}}),null===o||\"\"===o)return;const g=t.getEditorState().read(c);if(u(g)&&!g.isCollapsed())return void i.preventDefault();const d=\"auxclick\"===i.type&&1===i.button;window.open(o,r.newTab.peek()||d||i.metaKey||i.ctrlKey||\"_blank\"===a?\"_blank\":\"_self\"),i.preventDefault()},l=t=>{1===t.button&&s(t)};return t.registerRootListener((t,e)=>{null!==e&&(e.removeEventListener(\"click\",s),e.removeEventListener(\"mouseup\",l)),null!==t&&(t.addEventListener(\"click\",s,i),t.addEventListener(\"mouseup\",l,i))})}const tt=v({build:(t,e,n)=>I(e),config:S({disabled:!1,newTab:!1}),dependencies:[X],name:\"@lexical/link/ClickableLink\",register:(t,e,n)=>Y(t,n.getOutput())});function et(t,e=t=>t){return n=>{const r=t.exec(n);return null===r?null:{index:r.index,length:r[0].length,text:r[0],url:e(r[0])}}}function nt(t,e){for(let n=0;n<e.length;n++){const r=e[n](t);if(r)return r}return null}const rt=/[.,;\\s]/;function it(t){return rt.test(t)}function st(t){return it(t[t.length-1])}function lt(t){return it(t[0])}function ot(t){let e=t.getPreviousSibling();return f(e)&&(e=e.getLastDescendant()),null===e||y(e)||P(e)&&st(e.getTextContent())}function ut(t){let e=t.getNextSibling();return f(e)&&(e=e.getFirstDescendant()),null===e||y(e)||P(e)&<(e.getTextContent())}function at(t,e,n,r){if(!(t>0?it(n[t-1]):ot(r[0])))return!1;return e<n.length?it(n[e]):ut(r[r.length-1])}function ct(t,e,n){const r=[],i=[],s=[];let l=0,o=0;const u=[...t];for(;u.length>0;){const t=u[0],a=t.getTextContent().length,c=o;o+a<=e?(r.push(t),l+=a):c>=n?s.push(t):i.push(t),o+=a,u.shift()}return[l,r,i,s]}function gt(t,e,n,r){const i=z(r.url,r.attributes);if(1===t.length){let s,l=t[0];0===e?[s,l]=l.splitText(n):[,s,l]=l.splitText(e,n);const o=D(r.text);return o.setFormat(s.getFormat()),o.setDetail(s.getDetail()),o.setStyle(s.getStyle()),i.append(o),s.replace(i),l}if(t.length>1){const r=t[0];let s,l=r.getTextContent().length;0===e?s=r:[,s]=r.splitText(e);const o=[];let a;for(let e=1;e<t.length;e++){const r=t[e],i=r.getTextContent().length,s=l;if(s<n)if(l+i<=n)o.push(r);else{const[t,e]=r.splitText(n-s);o.push(t),a=e}l+=i}const f=c(),d=f?f.getNodes().find(P):void 0,h=D(s.getTextContent());return h.setFormat(s.getFormat()),h.setDetail(s.getDetail()),h.setStyle(s.getStyle()),i.append(h,...o),d&&d===s&&(u(f)?h.select(f.anchor.offset,f.focus.offset):g(f)&&h.select(0,h.getTextContent().length)),s.replace(i),a}}function ft(t,e,n){const r=t.getChildren(),i=r.length;for(let e=0;e<i;e++){const i=r[e];if(!P(i)||!i.isSimpleText())return dt(t),void n(null,t.getURL())}const s=t.getTextContent(),l=nt(s,e);if(null===l||l.text!==s)return dt(t),void n(null,t.getURL());if(!ot(t)||!ut(t))return dt(t),void n(null,t.getURL());const o=t.getURL();if(o!==l.url&&(t.setURL(l.url),n(l.url,o)),l.attributes){const e=t.getRel();e!==l.attributes.rel&&(t.setRel(l.attributes.rel||null),n(l.attributes.rel||null,e));const r=t.getTarget();r!==l.attributes.target&&(t.setTarget(l.attributes.target||null),n(l.attributes.target||null,r))}}function dt(t){const e=t.getChildren();for(let n=e.length-1;n>=0;n--)t.insertAfter(e[n]);return t.remove(),e.map(t=>t.getLatest())}const ht={changeHandlers:[],excludeParents:[],matchers:[]};function pt(t,e=ht){const{matchers:n,changeHandlers:r,excludeParents:s}=e,l=(t,e)=>{for(const n of r)n(t,e)};return i(t.registerNodeTransform(N,t=>{const e=t.getParentOrThrow(),r=t.getPreviousSibling();if(H(e)&&!e.getIsUnlinked())ft(e,n,l);else if(!B(e)&&!s.some(t=>t(e))){if(t.isSimpleText()&&(lt(t.getTextContent())||!H(r))){const e=function(t){const e=[t];let n=t.getNextSibling();for(;null!==n&&P(n)&&n.isSimpleText()&&(e.push(n),!/[\\s]/.test(n.getTextContent()));)n=n.getNextSibling();return e}(t);!function(t,e,n){for(const e of t){const t=e.getParent();if(H(t)&&!t.getIsUnlinked())return}let r=[...t];const i=r.map(t=>t.getTextContent()).join(\"\");let s,l=i,o=0;for(;(s=nt(l,e))&&null!==s;){const t=s.index,e=t+s.length;if(at(o+t,o+e,i,r)){const[i,,u,a]=ct(r,o+t,o+e);let c=!1;for(const t of u){const e=t.getParent();if(H(e)&&!e.getIsUnlinked()){c=!0;break}}if(c){o+=e,l=l.substring(e);continue}const g=gt(u,o+t-i,o+e-i,s);r=g?[g,...a]:a,n(s.url,null),o=0}else o+=e;l=l.substring(e)}}(e,n,l)}!function(t,e,n){const r=t.getParent(),i=t.getPreviousSibling(),s=t.getNextSibling(),l=t.getTextContent();if(!H(r)||r.getIsUnlinked()){if(H(i)&&!i.getIsUnlinked()&&i.is(t.getPreviousSibling())&&t.getParent()===i.getParent()){if(!lt(l))return dt(i),void n(null,i.getURL());if(o=l,i.isEmailURI()?/^\\.[a-zA-Z]{2,}/.test(o):/^\\.[a-zA-Z0-9]{1,}/.test(o)){const r=i.getTextContent()+l,s=nt(r,e);null!==s&&s.text===r&&(i.append(t),ft(i,e,n),n(null,i.getURL()))}}var o;!H(s)||s.getIsUnlinked()||st(l)||s.is(t.getNextSibling())&&t.getParent()===s.getParent()&&(dt(s),n(null,s.getURL()))}}(t,n,l)}}),t.registerCommand(j,t=>{const e=c();if(null!==t||!u(e))return!1;return e.extract().forEach(t=>{const e=t.getParent();H(e)&&(e.setIsUnlinked(!e.getIsUnlinked()),e.markDirty())}),!1},T))}const _t=v({config:ht,dependencies:[X],mergeConfig(t,e){const n=U(t,e);for(const r of[\"matchers\",\"changeHandlers\",\"excludeParents\"]){const i=e[r];Array.isArray(i)&&(n[r]=[...t[r],...i])}return n},name:\"@lexical/link/AutoLink\",nodes:[$],register:pt}),mt=Z;export{z as $createAutoLinkNode,K as $createLinkNode,H as $isAutoLinkNode,B as $isLinkNode,Z as $toggleLink,_t as AutoLinkExtension,$ as AutoLinkNode,tt as ClickableLinkExtension,X as LinkExtension,E as LinkNode,j as TOGGLE_LINK_COMMAND,et as createLinkMatcherWithRegExp,Q as formatUrl,pt as registerAutoLink,Y as registerClickableLink,V as registerLink,mt as toggleLink};\n"],"names":["w","Set","E","o","ElementNode","__url","__target","__rel","__title","getType","clone","t","rel","target","title","__key","constructor","e","n","super","r","i","s","this","createDOM","document","createElement","updateLinkDOM","addClassNamesToElement","theme","link","isHTMLAnchorElement","href","sanitizeUrl","removeAttribute","updateDOM","importDOM","a","conversion","W","priority","importJSON","K","updateFromJSON","setURL","url","setRel","setTarget","setTitle","Q","URL","has","protocol","exportJSON","getRel","getTarget","getTitle","getURL","getLatest","getWritable","insertNewAfter","insertAfter","canInsertTextBefore","canInsertTextAfter","canBeEmpty","isInline","extractWithChild","u","anchor","getNode","focus","isParentOf","getTextContent","length","isEmailURI","startsWith","isWebSiteURI","M","x","getFlipped","F","origin","isAttached","b","k","J","c","p","f","getChildren","_","append","m","$rewindSiblingCaret","$shouldSplit","isEmpty","getParent","remove","$isRangeSelection","d","$normalizeSelection__EXPERIMENTAL","textContent","children","getAttribute","node","B","$","__isUnlinked","isUnlinked","getIsUnlinked","setIsUnlinked","z","H","j","l","G","type","$isElementNode","URLSearchParams","search","toString","Error","offset","Z","g","getNodes","forEach","insertBefore","isCollapsed","extract","getKey","filter","map","some","findIndex","findLastIndex","slice","add","$findMatchingParent","$getSelection","isBackward","set","getIndexWithinParent","h","getParentOrThrow","getPreviousSibling","is","q","match","includes","test","V","mergeRegister","registerNodeTransform","A","registerCommand","validateUrl","peek","attributes","T","effect","value","L","objectKlassEquals","ClipboardEvent","clipboardData","getData","dispatchCommand","preventDefault","X","v","build","I","config","mergeConfig","U","shallowMergeConfig","name","nodes","register","getOutput","Y","C","O","update","R","disabled","parentNode","getEditorState","read","button","window","open","newTab","metaKey","ctrlKey","registerRootListener","removeEventListener","addEventListener","tt","S","safeCast","dependencies","nt","rt","it","st","lt","ot","getLastDescendant","y","P","$isTextNode","ut","getNextSibling","getFirstDescendant","at","ct","push","shift","gt","splitText","D","$createTextNode","text","setFormat","getFormat","setDetail","getDetail","setStyle","getStyle","replace","find","select","ft","isSimpleText","dt","ht","changeHandlers","excludeParents","matchers","pt","N","join","index","substring","markDirty","_t","defineExtension","Array","isArray","mt","exec"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../extension/LexicalExtension.mjs.js"),t=require("../utils/LexicalUtils.mjs.js"),n=require("lexical"),r=require("../selection/LexicalSelection.mjs.js");function s(e){throw new Error(e)}function i(e){let t=1,n=e.getParent();for(;null!=n;){if(O(n)){const e=n.getParent();if(A(e)){t++,n=e.getParent();continue}s("A ListItemNode must have a ListNode for a parent.")}return t}return t}function o(e){let t=e.getParent();A(t)||s("A ListItemNode must have a ListNode for a parent.");let n=t;for(;null!==n;)n=n.getParent(),A(n)&&(t=n);return t}function l(e){let t=[];const n=e.getChildren().filter(O);for(let e=0;e<n.length;e++){const r=n[e],s=r.getFirstChild();A(s)?t=t.concat(l(s)):t.push(r)}return t}function a(e){return O(e)&&A(e.getFirstChild())}function c(e){return L().append(e)}function g(e,t){return O(e)&&(0===t.length||1===t.length&&e.is(t[0])&&0===e.getChildrenSize())}function d(e){const t=n.$getSelection();if(null!==t){let r=t.getNodes();if(n.$isRangeSelection(t)){const i=t.getStartEndPoints();null===i&&s("insertList: anchor should be defined");const[o]=i,l=o.getNode(),a=l.getParent();if(n.$isRootOrShadowRoot(l)){const e=l.getFirstChild();if(e)r=e.selectStart().getNodes();else{const e=n.$createParagraphNode();l.append(e),r=e.select().getNodes()}}else if(g(l,r)){const t=b(e);if(n.$isRootOrShadowRoot(a)){l.replace(t);const e=L();n.$isElementNode(l)&&(e.setFormat(l.getFormatType()),e.setIndent(l.getIndent())),t.append(e)}else if(O(l)){const e=l.getParentOrThrow();u(t,e.getChildren()),e.replace(t)}return}}const i=new Set;for(let t=0;t<r.length;t++){const s=r[t];if(n.$isElementNode(s)&&s.isEmpty()&&!O(s)&&!i.has(s.getKey())){h(s,e);continue}let o=n.$isLeafNode(s)?s.getParent():O(s)&&s.isEmpty()?s:null;for(;null!=o;){const t=o.getKey();if(A(o)){if(!i.has(t)){const n=b(e);u(n,o.getChildren()),o.replace(n),i.add(t)}break}{const r=o.getParent();if(n.$isRootOrShadowRoot(r)&&!i.has(t)){i.add(t),h(o,e);break}o=r}}}}}function u(e,t){e.splice(e.getChildrenSize(),0,t)}function h(e,t){if(A(e))return e;const r=e.getPreviousSibling(),s=e.getNextSibling(),i=L();let o;if(u(i,e.getChildren()),A(r)&&t===r.getListType())r.append(i),A(s)&&t===s.getListType()&&(u(r,s.getChildren()),s.remove()),o=r;else if(A(s)&&t===s.getListType())s.getFirstChildOrThrow().insertBefore(i),o=s;else{const n=b(t);n.append(i),e.replace(n),o=n}i.setFormat(e.getFormatType()),i.setIndent(e.getIndent());const l=n.$getSelection();return n.$isRangeSelection(l)&&(o.getKey()===l.anchor.key&&l.anchor.set(i.getKey(),l.anchor.offset,"element"),o.getKey()===l.focus.key&&l.focus.set(i.getKey(),l.focus.offset,"element")),e.remove(),o}function f(e,t){const n=e.getLastChild(),r=t.getFirstChild();n&&r&&a(n)&&a(r)&&(f(n.getFirstChild(),r.getFirstChild()),r.remove());const s=t.getChildren();s.length>0&&e.append(...s),t.remove()}function p(){const e=n.$getSelection();if(n.$isRangeSelection(e)){const r=new Set,s=e.getNodes(),i=e.anchor.getNode();if(g(i,s))r.add(o(i));else for(let e=0;e<s.length;e++){const i=s[e];if(n.$isLeafNode(i)){const e=t.$getNearestNodeOfType(i,T);null!=e&&r.add(o(e))}}for(const t of r){let r=t;const s=l(t);for(const t of s){const s=n.$createParagraphNode().setTextStyle(e.style).setTextFormat(e.format);u(s,t.getChildren()),r.insertAfter(s),r=s,t.__key===e.anchor.key&&n.$setPointFromCaret(e.anchor,n.$normalizeCaret(n.$getChildCaret(s,"next"))),t.__key===e.focus.key&&n.$setPointFromCaret(e.focus,n.$normalizeCaret(n.$getChildCaret(s,"next"))),t.remove()}t.remove()}}}function m(e){const t="check"!==e.getListType();let n=e.getStart();for(const r of e.getChildren())O(r)&&(r.getValue()!==n&&r.setValue(n),t&&null!=r.getLatest().__checked&&r.setChecked(void 0),A(r.getFirstChild())||n++)}function _(e){const t=new Set;if(a(e)||t.has(e.getKey()))return;const n=e.getParent(),r=e.getNextSibling(),s=e.getPreviousSibling();if(a(r)&&a(s)){const n=s.getFirstChild();if(A(n)){n.append(e);const s=r.getFirstChild();if(A(s)){u(n,s.getChildren()),r.remove(),t.add(r.getKey())}}}else if(a(r)){const t=r.getFirstChild();if(A(t)){const n=t.getFirstChild();null!==n&&n.insertBefore(e)}}else if(a(s)){const t=s.getFirstChild();A(t)&&t.append(e)}else if(A(n)){const t=L().setTextFormat(e.getTextFormat()).setTextStyle(e.getTextStyle()),i=b(n.getListType()).setTextFormat(n.getTextFormat()).setTextStyle(n.getTextStyle());t.append(i),i.append(e),s?s.insertAfter(t):r?r.insertBefore(t):n.append(t)}}function C(e){if(a(e))return;const t=e.getParent(),n=t?t.getParent():void 0;if(A(n?n.getParent():void 0)&&O(n)&&A(t)){const r=t?t.getFirstChild():void 0,s=t?t.getLastChild():void 0;if(e.is(r))n.insertBefore(e),t.isEmpty()&&n.remove();else if(e.is(s))n.insertAfter(e),t.isEmpty()&&n.remove();else{const r=t.getListType(),s=L(),i=b(r);s.append(i),e.getPreviousSiblings().forEach(e=>i.append(e));const o=L(),l=b(r);o.append(l),u(l,e.getNextSiblings()),n.insertBefore(s),n.insertAfter(o),n.replace(e)}}}function N(e=!1){const t=n.$getSelection();if(!n.$isRangeSelection(t)||!t.isCollapsed())return!1;const r=t.anchor.getNode();let i=null;if(O(r)&&0===r.getChildrenSize())i=r;else if(n.$isTextNode(r)){const e=r.getParent();O(e)&&e.getChildren().every(e=>n.$isTextNode(e)&&""===e.getTextContent().trim())&&(i=e)}if(null===i)return!1;const l=o(i),a=i.getParent();A(a)||s("A ListItemNode must have a ListNode for a parent.");const c=a.getParent();let g;if(n.$isRootOrShadowRoot(c))g=n.$createParagraphNode(),l.insertAfter(g);else{if(!O(c))return!1;g=L(),c.insertAfter(g)}g.setTextStyle(t.style).setTextFormat(t.format).select();const d=i.getNextSiblings();if(d.length>0){const t=e?function(e,t){return e.getStart()+t.getIndexWithinParent()}(a,i):1,n=b(a.getListType(),t);if(O(g)){const e=L();e.append(n),g.insertAfter(e)}else g.insertAfter(n);n.append(...d)}return function(e){let t=e;for(;null==t.getNextSibling()&&null==t.getPreviousSibling();){const e=t.getParent();if(null==e||!O(e)&&!A(e))break;t=e}t.remove()}(i),!0}class T extends n.ElementNode{__value;__checked;$config(){return this.config("listitem",{$transform:e=>{if(null==e.__checked)return;const t=e.getParent();A(t)&&"check"!==t.getListType()&&null!=e.getChecked()&&e.setChecked(void 0)},extends:n.ElementNode,importDOM:n.buildImportMap({li:()=>({conversion:S,priority:0})})})}constructor(e=1,t=void 0,n){super(n),this.__value=void 0===e?1:e,this.__checked=t}afterCloneFrom(e){super.afterCloneFrom(e),this.__value=e.__value,this.__checked=e.__checked}createDOM(e){const t=document.createElement("li");return this.updateListItemDOM(null,t,e),t}updateListItemDOM(e,s,i){!function(e,t,n){const r=t.getParent();!A(r)||"check"!==r.getListType()||A(t.getFirstChild())?(e.removeAttribute("role"),e.removeAttribute("tabIndex"),e.removeAttribute("aria-checked")):(e.setAttribute("role","checkbox"),e.setAttribute("tabIndex","-1"),n&&t.__checked===n.__checked||e.setAttribute("aria-checked",t.getChecked()?"true":"false"))}(s,this,e),s.value=this.__value,function(e,r,s){const i=[],o=[],l=r.list,a=l?l.listitem:void 0;let c;l&&l.nested&&(c=l.nested.listitem);void 0!==a&&i.push(...n.normalizeClassNames(a));if(l){const e=s.getParent(),t=A(e)&&"check"===e.getListType(),n=s.getChecked();t&&!n||o.push(l.listitemUnchecked),t&&n||o.push(l.listitemChecked),t&&i.push(n?l.listitemChecked:l.listitemUnchecked)}if(void 0!==c){const e=n.normalizeClassNames(c);s.getChildren().some(e=>A(e))?i.push(...e):o.push(...e)}o.length>0&&t.removeClassNamesFromElement(e,...o);i.length>0&&t.addClassNamesToElement(e,...i)}(s,i.theme,this);const o=e?e.__style:"",l=this.__style;o!==l&&(""===l?s.removeAttribute("style"):s.style.cssText=l),function(e,t,n){const s=r.getStyleObjectFromCSS(t.__textStyle);for(const t in s)e.style.setProperty(`--listitem-marker-${t}`,s[t]);if(n)for(const t in r.getStyleObjectFromCSS(n.__textStyle))t in s||e.style.removeProperty(`--listitem-marker-${t}`)}(s,this,e)}updateDOM(e,t,n){const r=t;return this.updateListItemDOM(e,r,n),!1}updateFromJSON(e){return super.updateFromJSON(e).setValue(e.value).setChecked(e.checked)}exportDOM(e){const t=this.createDOM(e._config),n=this.getFormatType();n&&(t.style.textAlign=n);const r=this.getDirection();return r&&(t.dir=r),{element:t}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),value:this.getValue()}}append(...e){for(let t=0;t<e.length;t++){const r=e[t];if(n.$isElementNode(r)&&this.canMergeWith(r)){const e=r.getChildren();this.append(...e),r.remove()}else super.append(r)}return this}replace(e,t){if(O(e))return super.replace(e);this.setIndent(0);const r=this.getParentOrThrow();if(!A(r))return e;if(r.__first===this.getKey())r.insertBefore(e);else if(r.__last===this.getKey())r.insertAfter(e);else{const t=b(r.getListType());let n=this.getNextSibling();for(;n;){const e=n;n=n.getNextSibling(),t.append(e)}r.insertAfter(e),e.insertAfter(t)}return t&&(n.$isElementNode(e)||s("includeChildren should only be true for ElementNodes"),this.getChildren().forEach(t=>{e.append(t)})),this.remove(),0===r.getChildrenSize()&&r.remove(),e}insertAfter(e,t=!0){const n=this.getParentOrThrow();if(A(n)||s("insertAfter: list node is not parent of list item node"),O(e))return super.insertAfter(e,t);const r=this.getNextSiblings();if(n.insertAfter(e,t),0!==r.length){const s=b(n.getListType());r.forEach(e=>s.append(e)),e.insertAfter(s,t)}return e}remove(e){const t=this.getPreviousSibling(),n=this.getNextSibling();super.remove(e),t&&n&&a(t)&&a(n)&&(f(t.getFirstChild(),n.getFirstChild()),n.remove())}insertNewAfter(e,t=!0){const n=L().updateFromJSON(this.exportJSON()).setChecked(!this.getChecked()&&void 0);return this.insertAfter(n,t),n}collapseAtStart(e){const t=n.$createParagraphNode();this.getChildren().forEach(e=>t.append(e));const r=this.getParentOrThrow(),s=r.getParentOrThrow(),i=O(s);if(1===r.getChildrenSize())if(i)r.remove(),s.select();else{r.insertBefore(t),r.remove();const n=e.anchor,s=e.focus,i=t.getKey();"element"===n.type&&n.getNode().is(this)&&n.set(i,n.offset,"element"),"element"===s.type&&s.getNode().is(this)&&s.set(i,s.offset,"element")}else r.insertBefore(t),this.remove();return!0}getValue(){return this.getLatest().__value}setValue(e){const t=this.getWritable();return t.__value=e,t}getChecked(){const e=this.getLatest();let t;const n=this.getParent();return A(n)&&(t=n.getListType()),"check"===t?Boolean(e.__checked):void 0}setChecked(e){const t=this.getWritable();return t.__checked=e,t}toggleChecked(){const e=this.getWritable();return e.setChecked(!e.__checked)}getIndent(){const e=this.getParent();if(null===e||!this.isAttached())return this.getLatest().__indent;let t=e.getParentOrThrow(),n=0;for(;O(t);)t=t.getParentOrThrow().getParentOrThrow(),n++;return n}setIndent(e){"number"!=typeof e&&s("Invalid indent value."),(e=Math.floor(e))>=0||s("Indent value must be non-negative.");let t=this.getIndent();for(;t!==e;)t<e?(_(this),t++):(C(this),t--);return this}canInsertAfter(e){return O(e)}canReplaceWith(e){return O(e)}canMergeWith(e){return O(e)||n.$isParagraphNode(e)}extractWithChild(e,t){if(!n.$isRangeSelection(t))return!1;const r=t.anchor.getNode(),s=t.focus.getNode();return this.isParentOf(r)&&this.isParentOf(s)&&this.getTextContent().length===t.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return b("bullet")}canMergeWhenEmpty(){return!0}}function S(e){if(e.classList.contains("task-list-item"))for(const t of e.children)if("INPUT"===t.tagName)return y(t);if(e.classList.contains("joplin-checkbox"))for(const t of e.children)if(t.classList.contains("checkbox-wrapper")&&t.children.length>0&&"INPUT"===t.children[0].tagName)return y(t.children[0]);const t=e.getAttribute("aria-checked");return{node:L("true"===t||"false"!==t&&void 0)}}function y(e){if(!("checkbox"===e.getAttribute("type")))return{node:null};return{node:L(e.hasAttribute("checked"))}}function L(e){return n.$applyNodeReplacement(new T(void 0,e))}function O(e){return e instanceof T}class x extends n.ElementNode{__tag;__start;__listType;$config(){return this.config("list",{$transform:e=>{!function(e){const t=e.getNextSibling();A(t)&&e.getListType()===t.getListType()&&f(e,t)}(e),m(e)},extends:n.ElementNode,importDOM:n.buildImportMap({ol:()=>({conversion:M,priority:0}),ul:()=>({conversion:M,priority:0})})})}constructor(e="number",t=1,n){super(n);const r=P[e]||e;this.__listType=r,this.__tag="number"===r?"ol":"ul",this.__start=t}afterCloneFrom(e){super.afterCloneFrom(e),this.__listType=e.__listType,this.__tag=e.__tag,this.__start=e.__start}getTag(){return this.getLatest().__tag}setListType(e){const t=this.getWritable();return t.__listType=e,t.__tag="number"===e?"ol":"ul",t}getListType(){return this.getLatest().__listType}getStart(){return this.getLatest().__start}setStart(e){const t=this.getWritable();return t.__start=e,t}createDOM(e,t){const n=this.__tag,r=document.createElement(n);return 1!==this.__start&&r.setAttribute("start",String(this.__start)),r.__lexicalListType=this.__listType,v(r,e.theme,this),r}updateDOM(e,t,n){return e.__tag!==this.__tag||e.__listType!==this.__listType||(v(t,n.theme,this),e.__start!==this.__start&&t.setAttribute("start",String(this.__start)),!1)}updateFromJSON(e){return super.updateFromJSON(e).setListType(e.listType).setStart(e.start)}exportDOM(e){const n=this.createDOM(e._config,e);return t.isHTMLElement(n)&&(1!==this.__start&&n.setAttribute("start",String(this.__start)),"check"===this.__listType&&n.setAttribute("__lexicalListType","check")),{element:n}}exportJSON(){return{...super.exportJSON(),listType:this.getListType(),start:this.getStart(),tag:this.getTag()}}canBeEmpty(){return!1}canIndent(){return!1}splice(e,t,r){let s=r;for(let e=0;e<r.length;e++){const t=r[e];O(t)||(s===r&&(s=[...r]),s[e]=L().append(!n.$isElementNode(t)||A(t)||t.isInline()?t:n.$createTextNode(t.getTextContent())))}return super.splice(e,t,s)}extractWithChild(e){return O(e)}}function v(e,r,s){const o=[],l=[],a=r.list;if(void 0!==a){const e=a[`${s.__tag}Depth`]||[],t=i(s)-1,r=t%e.length,c=e[r],g=a[s.__tag];let d;const u=a.nested,h=a.checklist;if(void 0!==u&&u.list&&(d=u.list),void 0!==g&&o.push(g),void 0!==h&&"check"===s.__listType&&o.push(h),void 0!==c){o.push(...n.normalizeClassNames(c));for(let t=0;t<e.length;t++)t!==r&&l.push(s.__tag+t)}if(void 0!==d){const e=n.normalizeClassNames(d);t>1?o.push(...e):l.push(...e)}}l.length>0&&t.removeClassNamesFromElement(e,...l),o.length>0&&t.addClassNamesToElement(e,...o)}function E(e){const t=[];for(let n=0;n<e.length;n++){const r=e[n];if(O(r)){t.push(r);const e=r.getChildren();e.length>1&&e.forEach(e=>{A(e)&&t.push(c(e))})}else t.push(c(r))}return t}function M(e){const n=e.nodeName.toLowerCase();let r=null;if("ol"===n){r=b("number",e.start)}else"ul"===n&&(r=function(e){if("check"===e.getAttribute("__lexicallisttype")||e.classList.contains("contains-task-list")||"1"===e.getAttribute("data-is-checklist"))return!0;for(const n of e.childNodes)if(t.isHTMLElement(n)&&n.hasAttribute("aria-checked"))return!0;return!1}(e)?b("check"):b("bullet"));return{after:E,node:r}}const P={ol:"number",ul:"bullet"};function b(e="number",t=1){return n.$applyNodeReplacement(new x(e,t))}function A(e){return e instanceof x}const k=n.createCommand("INSERT_CHECK_LIST_COMMAND");function I(e,r){const s=r&&r.disableTakeFocusOnClick||!1,i=e=>{!function(e,r){R(e,()=>{if(t.isHTMLElement(e.target)){const t=e.target,s=n.getNearestEditorFromDOMNode(t);null!=s&&s.isEditable()&&s.update(()=>{const e=n.$getNearestNodeFromDOMNode(t);O(e)&&(r?(n.$addUpdateTag(n.SKIP_SELECTION_FOCUS_TAG),n.$addUpdateTag(n.SKIP_DOM_SELECTION_TAG)):t.focus(),e.toggleChecked())})}})}(e,s)},o=e=>{!function(e,t){R(e,()=>{e.preventDefault(),t&&e.stopPropagation()})}(e,s)};return t.mergeRegister(e.registerCommand(k,()=>(d("check"),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ARROW_DOWN_COMMAND,t=>$(t,e,!1),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ARROW_UP_COMMAND,t=>$(t,e,!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ESCAPE_COMMAND,()=>{if(null!=F()){const t=e.getRootElement();return null!=t&&t.focus(),!0}return!1},n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_SPACE_COMMAND,t=>{const r=F();return!(null==r||!e.isEditable())&&(e.update(()=>{const e=n.$getNearestNodeFromDOMNode(r);O(e)&&(t.preventDefault(),e.toggleChecked())}),!0)},n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ARROW_LEFT_COMMAND,r=>e.getEditorState().read(()=>{const s=n.$getSelection();if(n.$isRangeSelection(s)&&s.isCollapsed()){const{anchor:i}=s,o="element"===i.type;if(o||0===i.offset){const s=i.getNode(),l=t.$findMatchingParent(s,e=>n.$isElementNode(e)&&!e.isInline());if(O(l)){const t=l.getParent();if(A(t)&&"check"===t.getListType()&&(o||l.getFirstDescendant()===s)){const t=e.getElementByKey(l.__key);if(null!=t&&document.activeElement!==t)return t.focus(),r.preventDefault(),!0}}}}return!1}),n.COMMAND_PRIORITY_LOW),e.registerRootListener((e,t)=>{null!==e&&(e.addEventListener("click",i),e.addEventListener("pointerdown",o,{capture:!0}),e.addEventListener("mousedown",o,{capture:!0}),e.addEventListener("touchstart",o,{capture:!0,passive:!1})),null!==t&&(t.removeEventListener("click",i),t.removeEventListener("pointerdown",o,{capture:!0}),t.removeEventListener("mousedown",o,{capture:!0}),t.removeEventListener("touchstart",o,{capture:!0}))}))}function R(e,n){const r=e.target;if(!t.isHTMLElement(r))return;const s=r.firstChild;if(t.isHTMLElement(s)&&("UL"===s.tagName||"OL"===s.tagName))return;const i=r.parentNode;if(!i||"check"!==i.__lexicalListType)return;let o=null,l=null;if("clientX"in e)o=e.clientX;else if("touches"in e){const t=e.touches;t.length>0&&(o=t[0].clientX,l="touch")}if(null==o)return;const a=r.getBoundingClientRect(),c=o/t.calculateZoomLevel(r),g=window.getComputedStyle?window.getComputedStyle(r,"::before"):{width:"0px"},d=parseFloat(g.width),u="touch"===l||"touch"===e.pointerType?32:0;("rtl"===r.dir?c<a.right+u&&c>a.right-d-u:c>a.left-u&&c<a.left+d+u)&&n()}function F(){const e=document.activeElement;return t.isHTMLElement(e)&&"LI"===e.tagName&&null!=e.parentNode&&"check"===e.parentNode.__lexicalListType?e:null}function $(e,t,r){const s=F();return null!=s&&t.update(()=>{const i=n.$getNearestNodeFromDOMNode(s);if(!O(i))return;const o=function(e,t){let n=t?e.getPreviousSibling():e.getNextSibling(),r=e;for(;null==n&&O(r);)r=r.getParentOrThrow().getParent(),null!=r&&(n=t?r.getPreviousSibling():r.getNextSibling());for(;O(n);){const e=t?n.getLastChild():n.getFirstChild();if(!A(e))return n;n=t?e.getLastChild():e.getFirstChild()}return null}(i,r);if(null!=o){o.selectStart();const n=t.getElementByKey(o.__key);null!=n&&(e.preventDefault(),setTimeout(()=>{n.focus()},0))}}),!1}const D=n.createCommand("UPDATE_LIST_START_COMMAND"),w=n.createCommand("INSERT_UNORDERED_LIST_COMMAND"),W=n.createCommand("INSERT_ORDERED_LIST_COMMAND"),K=n.createCommand("REMOVE_LIST_COMMAND");function Y(e,r){return t.mergeRegister(e.registerCommand(W,()=>(d("number"),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(D,e=>{const{listNodeKey:t,newStart:r}=e,s=n.$getNodeByKey(t);return!!A(s)&&("number"===s.getListType()&&(s.setStart(r),m(s)),!0)},n.COMMAND_PRIORITY_LOW),e.registerCommand(w,()=>(d("bullet"),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(K,()=>(p(),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.INSERT_PARAGRAPH_COMMAND,()=>N(!!(r&&r.restoreNumbering)),n.COMMAND_PRIORITY_LOW),e.registerNodeTransform(T,e=>{const t=e.getFirstChild();if(t){if(n.$isTextNode(t)){const n=t.getStyle(),r=t.getFormat();e.getTextStyle()!==n&&e.setTextStyle(n),e.getTextFormat()!==r&&e.setTextFormat(r)}}else{const t=n.$getSelection();n.$isRangeSelection(t)&&(t.style!==e.getTextStyle()||t.format!==e.getTextFormat())&&t.isCollapsed()&&e.is(t.anchor.getNode())&&e.setTextStyle(t.style).setTextFormat(t.format)}}),e.registerNodeTransform(n.TextNode,e=>{const t=e.getParent();if(O(t)&&e.is(t.getFirstChild())){const n=e.getStyle(),r=e.getFormat();n===t.getTextStyle()&&r===t.getTextFormat()||t.setTextStyle(n).setTextFormat(r)}}))}function B(e){const n=e=>{const n=e.getParent();if(A(e.getFirstChild())||!A(n))return;const r=t.$findMatchingParent(e,e=>O(e)&&A(e.getParent())&&O(e.getPreviousSibling()));if(null===r&&e.getIndent()>0)e.setIndent(0);else if(O(r)){const t=r.getPreviousSibling();if(O(t)){const r=function(e){let t=e,n=t.getFirstChild();for(;A(n);){const e=n.getLastChild();if(!O(e))break;t=e,n=t.getFirstChild()}return t}(t),s=r.getParent();if(A(s)){const t=i(s);t+1<i(n)&&e.setIndent(t)}}}};return e.registerNodeTransform(x,e=>{const t=[e];for(;t.length>0;){const e=t.shift();if(A(e))for(const r of e.getChildren())if(O(r)){n(r);const e=r.getFirstChild();A(e)&&t.push(e)}}})}const U=n.defineExtension({build:(t,n,r)=>e.namedSignals(n),config:n.safeCast({hasStrictIndent:!1,shouldPreserveNumbering:!1}),name:"@lexical/list/List",nodes:()=>[x,T],register(n,r,s){const i=s.getOutput();return t.mergeRegister(e.effect(()=>Y(n,{restoreNumbering:i.shouldPreserveNumbering.value})),e.effect(()=>i.hasStrictIndent.value?B(n):void 0))}}),z=n.defineExtension({config:n.safeCast({disableTakeFocusOnClick:!1}),dependencies:[U],name:"@lexical/list/CheckList",register:I});exports.$createListItemNode=L,exports.$createListNode=b,exports.$getListDepth=i,exports.$handleListInsertParagraph=N,exports.$insertList=d,exports.$isListItemNode=O,exports.$isListNode=A,exports.$removeList=p,exports.CheckListExtension=z,exports.INSERT_CHECK_LIST_COMMAND=k,exports.INSERT_ORDERED_LIST_COMMAND=W,exports.INSERT_UNORDERED_LIST_COMMAND=w,exports.ListExtension=U,exports.ListItemNode=T,exports.ListNode=x,exports.REMOVE_LIST_COMMAND=K,exports.UPDATE_LIST_START_COMMAND=D,exports.insertList=function(e,t){e.update(()=>d(t))},exports.registerCheckList=I,exports.registerList=Y,exports.registerListStrictIndentTransform=B,exports.removeList=function(e){e.update(()=>p())};
|
|
2
|
-
//# sourceMappingURL=LexicalList.dev.mjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalList.dev.mjs.js","sources":["../../../../../node_modules/@lexical/list/LexicalList.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 { $getNearestNodeOfType, removeClassNamesFromElement, addClassNamesToElement, isHTMLElement, mergeRegister, $findMatchingParent, calculateZoomLevel } from '@lexical/utils';\nimport { $getSelection, $isRangeSelection, $isRootOrShadowRoot, $createParagraphNode, $isElementNode, $isLeafNode, $setPointFromCaret, $normalizeCaret, $getChildCaret, $isTextNode, ElementNode, buildImportMap, $isParagraphNode, $applyNodeReplacement, normalizeClassNames, $createTextNode, createCommand, COMMAND_PRIORITY_LOW, KEY_ARROW_DOWN_COMMAND, KEY_ARROW_UP_COMMAND, KEY_ESCAPE_COMMAND, KEY_SPACE_COMMAND, $getNearestNodeFromDOMNode, KEY_ARROW_LEFT_COMMAND, getNearestEditorFromDOMNode, $addUpdateTag, SKIP_SELECTION_FOCUS_TAG, SKIP_DOM_SELECTION_TAG, defineExtension, safeCast, $getNodeByKey, INSERT_PARAGRAPH_COMMAND, TextNode } from 'lexical';\nimport { getStyleObjectFromCSS } from '@lexical/selection';\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 * Checks the depth of listNode from the root node.\n * @param listNode - The ListNode to be checked.\n * @returns The depth of the ListNode.\n */\nfunction $getListDepth(listNode) {\n let depth = 1;\n let parent = listNode.getParent();\n while (parent != null) {\n if ($isListItemNode(parent)) {\n const parentList = parent.getParent();\n if ($isListNode(parentList)) {\n depth++;\n parent = parentList.getParent();\n continue;\n }\n {\n formatDevErrorMessage(`A ListItemNode must have a ListNode for a parent.`);\n }\n }\n return depth;\n }\n return depth;\n}\n\n/**\n * Finds the nearest ancestral ListNode and returns it, throws an invariant if listItem is not a ListItemNode.\n * @param listItem - The node to be checked.\n * @returns The ListNode found.\n */\nfunction $getTopListNode(listItem) {\n let list = listItem.getParent();\n if (!$isListNode(list)) {\n {\n formatDevErrorMessage(`A ListItemNode must have a ListNode for a parent.`);\n }\n }\n let parent = list;\n while (parent !== null) {\n parent = parent.getParent();\n if ($isListNode(parent)) {\n list = parent;\n }\n }\n return list;\n}\n\n/**\n * A recursive Depth-First Search (Postorder Traversal) that finds all of a node's children\n * that are of type ListItemNode and returns them in an array.\n * @param node - The ListNode to start the search.\n * @returns An array containing all nodes of type ListItemNode found.\n */\n// This should probably be $getAllChildrenOfType\nfunction $getAllListItems(node) {\n let listItemNodes = [];\n const listChildren = node.getChildren().filter($isListItemNode);\n for (let i = 0; i < listChildren.length; i++) {\n const listItemNode = listChildren[i];\n const firstChild = listItemNode.getFirstChild();\n if ($isListNode(firstChild)) {\n listItemNodes = listItemNodes.concat($getAllListItems(firstChild));\n } else {\n listItemNodes.push(listItemNode);\n }\n }\n return listItemNodes;\n}\n\n/**\n * Checks to see if the passed node is a ListItemNode and has a ListNode as a child.\n * @param node - The node to be checked.\n * @returns true if the node is a ListItemNode and has a ListNode child, false otherwise.\n */\nfunction isNestedListNode(node) {\n return $isListItemNode(node) && $isListNode(node.getFirstChild());\n}\n\n/**\n * Takes a deeply nested ListNode or ListItemNode and traverses up the branch to delete the first\n * ancestral ListNode (which could be the root ListNode) or ListItemNode with siblings, essentially\n * bringing the deeply nested node up the branch once. Would remove sublist if it has siblings.\n * Should not break ListItem -> List -> ListItem chain as empty List/ItemNodes should be removed on .remove().\n * @param sublist - The nested ListNode or ListItemNode to be brought up the branch.\n */\nfunction $removeHighestEmptyListParent(sublist) {\n // Nodes may be repeatedly indented, to create deeply nested lists that each\n // contain just one bullet.\n // Our goal is to remove these (empty) deeply nested lists. The easiest\n // way to do that is crawl back up the tree until we find a node that has siblings\n // (e.g. is actually part of the list contents) and delete that, or delete\n // the root of the list (if no list nodes have siblings.)\n let emptyListPtr = sublist;\n while (emptyListPtr.getNextSibling() == null && emptyListPtr.getPreviousSibling() == null) {\n const parent = emptyListPtr.getParent();\n if (parent == null || !($isListItemNode(parent) || $isListNode(parent))) {\n break;\n }\n emptyListPtr = parent;\n }\n emptyListPtr.remove();\n}\n\n/**\n * Wraps a node into a ListItemNode.\n * @param node - The node to be wrapped into a ListItemNode\n * @returns The ListItemNode which the passed node is wrapped in.\n */\nfunction $wrapInListItem(node) {\n const listItemWrapper = $createListItemNode();\n return listItemWrapper.append(node);\n}\n\n/**\n * Calculates the start value for a new list created by splitting an existing list.\n */\nfunction $getNewListStart(list, listItem) {\n return list.getStart() + listItem.getIndexWithinParent();\n}\n\nfunction $isSelectingEmptyListItem(anchorNode, nodes) {\n return $isListItemNode(anchorNode) && (nodes.length === 0 || nodes.length === 1 && anchorNode.is(nodes[0]) && anchorNode.getChildrenSize() === 0);\n}\n\n/**\n * Inserts a new ListNode. If the selection's anchor node is an empty ListItemNode and is a child of\n * the root/shadow root, it will replace the ListItemNode with a ListNode and the old ListItemNode.\n * Otherwise it will replace its parent with a new ListNode and re-insert the ListItemNode and any previous children.\n * If the selection's anchor node is not an empty ListItemNode, it will add a new ListNode or merge an existing ListNode,\n * unless the the node is a leaf node, in which case it will attempt to find a ListNode up the branch and replace it with\n * a new ListNode, or create a new ListNode at the nearest root/shadow root.\n * @param listType - The type of list, \"number\" | \"bullet\" | \"check\".\n */\nfunction $insertList(listType) {\n const selection = $getSelection();\n if (selection !== null) {\n let nodes = selection.getNodes();\n if ($isRangeSelection(selection)) {\n const anchorAndFocus = selection.getStartEndPoints();\n if (!(anchorAndFocus !== null)) {\n formatDevErrorMessage(`insertList: anchor should be defined`);\n }\n const [anchor] = anchorAndFocus;\n const anchorNode = anchor.getNode();\n const anchorNodeParent = anchorNode.getParent();\n if ($isRootOrShadowRoot(anchorNode)) {\n const firstChild = anchorNode.getFirstChild();\n if (firstChild) {\n nodes = firstChild.selectStart().getNodes();\n } else {\n const paragraph = $createParagraphNode();\n anchorNode.append(paragraph);\n nodes = paragraph.select().getNodes();\n }\n } else if ($isSelectingEmptyListItem(anchorNode, nodes)) {\n const list = $createListNode(listType);\n if ($isRootOrShadowRoot(anchorNodeParent)) {\n anchorNode.replace(list);\n const listItem = $createListItemNode();\n if ($isElementNode(anchorNode)) {\n listItem.setFormat(anchorNode.getFormatType());\n listItem.setIndent(anchorNode.getIndent());\n }\n list.append(listItem);\n } else if ($isListItemNode(anchorNode)) {\n const parent = anchorNode.getParentOrThrow();\n append(list, parent.getChildren());\n parent.replace(list);\n }\n return;\n }\n }\n const handled = new Set();\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n if ($isElementNode(node) && node.isEmpty() && !$isListItemNode(node) && !handled.has(node.getKey())) {\n $createListOrMerge(node, listType);\n continue;\n }\n let parent = $isLeafNode(node) ? node.getParent() : $isListItemNode(node) && node.isEmpty() ? node : null;\n while (parent != null) {\n const parentKey = parent.getKey();\n if ($isListNode(parent)) {\n if (!handled.has(parentKey)) {\n const newListNode = $createListNode(listType);\n append(newListNode, parent.getChildren());\n parent.replace(newListNode);\n handled.add(parentKey);\n }\n break;\n } else {\n const nextParent = parent.getParent();\n if ($isRootOrShadowRoot(nextParent) && !handled.has(parentKey)) {\n handled.add(parentKey);\n $createListOrMerge(parent, listType);\n break;\n }\n parent = nextParent;\n }\n }\n }\n }\n}\nfunction append(node, nodesToAppend) {\n node.splice(node.getChildrenSize(), 0, nodesToAppend);\n}\nfunction $createListOrMerge(node, listType) {\n if ($isListNode(node)) {\n return node;\n }\n const previousSibling = node.getPreviousSibling();\n const nextSibling = node.getNextSibling();\n const listItem = $createListItemNode();\n append(listItem, node.getChildren());\n let targetList;\n if ($isListNode(previousSibling) && listType === previousSibling.getListType()) {\n previousSibling.append(listItem);\n // if the same type of list is on both sides, merge them.\n if ($isListNode(nextSibling) && listType === nextSibling.getListType()) {\n append(previousSibling, nextSibling.getChildren());\n nextSibling.remove();\n }\n targetList = previousSibling;\n } else if ($isListNode(nextSibling) && listType === nextSibling.getListType()) {\n nextSibling.getFirstChildOrThrow().insertBefore(listItem);\n targetList = nextSibling;\n } else {\n const list = $createListNode(listType);\n list.append(listItem);\n node.replace(list);\n targetList = list;\n }\n // listItem needs to be attached to root prior to setting indent\n listItem.setFormat(node.getFormatType());\n listItem.setIndent(node.getIndent());\n\n // Preserve element-anchored selections by updating them to anchor to the listItem instead of the listNode.\n const selection = $getSelection();\n if ($isRangeSelection(selection)) {\n if (targetList.getKey() === selection.anchor.key) {\n selection.anchor.set(listItem.getKey(), selection.anchor.offset, 'element');\n }\n if (targetList.getKey() === selection.focus.key) {\n selection.focus.set(listItem.getKey(), selection.focus.offset, 'element');\n }\n }\n node.remove();\n return targetList;\n}\n\n/**\n * A recursive function that goes through each list and their children, including nested lists,\n * appending list2 children after list1 children and updating ListItemNode values.\n * @param list1 - The first list to be merged.\n * @param list2 - The second list to be merged.\n */\nfunction mergeLists(list1, list2) {\n const listItem1 = list1.getLastChild();\n const listItem2 = list2.getFirstChild();\n if (listItem1 && listItem2 && isNestedListNode(listItem1) && isNestedListNode(listItem2)) {\n mergeLists(listItem1.getFirstChild(), listItem2.getFirstChild());\n listItem2.remove();\n }\n const toMerge = list2.getChildren();\n if (toMerge.length > 0) {\n list1.append(...toMerge);\n }\n list2.remove();\n}\n\n/**\n * Searches for the nearest ancestral ListNode and removes it. If selection is an empty ListItemNode\n * it will remove the whole list, including the ListItemNode. For each ListItemNode in the ListNode,\n * removeList will also generate new ParagraphNodes in the removed ListNode's place. Any child node\n * inside a ListItemNode will be appended to the new ParagraphNodes.\n */\nfunction $removeList() {\n const selection = $getSelection();\n if ($isRangeSelection(selection)) {\n const listNodes = new Set();\n const nodes = selection.getNodes();\n const anchorNode = selection.anchor.getNode();\n if ($isSelectingEmptyListItem(anchorNode, nodes)) {\n listNodes.add($getTopListNode(anchorNode));\n } else {\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n if ($isLeafNode(node)) {\n const listItemNode = $getNearestNodeOfType(node, ListItemNode);\n if (listItemNode != null) {\n listNodes.add($getTopListNode(listItemNode));\n }\n }\n }\n }\n for (const listNode of listNodes) {\n let insertionPoint = listNode;\n const listItems = $getAllListItems(listNode);\n for (const listItemNode of listItems) {\n const paragraph = $createParagraphNode().setTextStyle(selection.style).setTextFormat(selection.format);\n append(paragraph, listItemNode.getChildren());\n insertionPoint.insertAfter(paragraph);\n insertionPoint = paragraph;\n\n // When the anchor and focus fall on the textNode\n // we don't have to change the selection because the textNode will be appended to\n // the newly generated paragraph.\n // When selection is in empty nested list item, selection is actually on the listItemNode.\n // When the corresponding listItemNode is deleted and replaced by the newly generated paragraph\n // we should manually set the selection's focus and anchor to the newly generated paragraph.\n if (listItemNode.__key === selection.anchor.key) {\n $setPointFromCaret(selection.anchor, $normalizeCaret($getChildCaret(paragraph, 'next')));\n }\n if (listItemNode.__key === selection.focus.key) {\n $setPointFromCaret(selection.focus, $normalizeCaret($getChildCaret(paragraph, 'next')));\n }\n listItemNode.remove();\n }\n listNode.remove();\n }\n }\n}\n\n/**\n * Takes the value of a child ListItemNode and makes it the value the ListItemNode\n * should be if it isn't already. Also ensures that checked is undefined if the\n * parent does not have a list type of 'check'.\n * @param list - The list whose children are updated.\n */\nfunction updateChildrenListItemValue(list) {\n const isNotChecklist = list.getListType() !== 'check';\n let value = list.getStart();\n for (const child of list.getChildren()) {\n if ($isListItemNode(child)) {\n if (child.getValue() !== value) {\n child.setValue(value);\n }\n if (isNotChecklist && child.getLatest().__checked != null) {\n child.setChecked(undefined);\n }\n if (!$isListNode(child.getFirstChild())) {\n value++;\n }\n }\n }\n}\n\n/**\n * Merge the next sibling list if same type.\n * <ul> will merge with <ul>, but NOT <ul> with <ol>.\n * @param list - The list whose next sibling should be potentially merged\n */\nfunction mergeNextSiblingListIfSameType(list) {\n const nextSibling = list.getNextSibling();\n if ($isListNode(nextSibling) && list.getListType() === nextSibling.getListType()) {\n mergeLists(list, nextSibling);\n }\n}\n\n/**\n * Adds an empty ListNode/ListItemNode chain at listItemNode, so as to\n * create an indent effect. Won't indent ListItemNodes that have a ListNode as\n * a child, but does merge sibling ListItemNodes if one has a nested ListNode.\n * @param listItemNode - The ListItemNode to be indented.\n */\nfunction $handleIndent(listItemNode) {\n // go through each node and decide where to move it.\n const removed = new Set();\n if (isNestedListNode(listItemNode) || removed.has(listItemNode.getKey())) {\n return;\n }\n const parent = listItemNode.getParent();\n\n // We can cast both of the below `isNestedListNode` only returns a boolean type instead of a user-defined type guards\n const nextSibling = listItemNode.getNextSibling();\n const previousSibling = listItemNode.getPreviousSibling();\n // if there are nested lists on either side, merge them all together.\n\n if (isNestedListNode(nextSibling) && isNestedListNode(previousSibling)) {\n const innerList = previousSibling.getFirstChild();\n if ($isListNode(innerList)) {\n innerList.append(listItemNode);\n const nextInnerList = nextSibling.getFirstChild();\n if ($isListNode(nextInnerList)) {\n const children = nextInnerList.getChildren();\n append(innerList, children);\n nextSibling.remove();\n removed.add(nextSibling.getKey());\n }\n }\n } else if (isNestedListNode(nextSibling)) {\n // if the ListItemNode is next to a nested ListNode, merge them\n const innerList = nextSibling.getFirstChild();\n if ($isListNode(innerList)) {\n const firstChild = innerList.getFirstChild();\n if (firstChild !== null) {\n firstChild.insertBefore(listItemNode);\n }\n }\n } else if (isNestedListNode(previousSibling)) {\n const innerList = previousSibling.getFirstChild();\n if ($isListNode(innerList)) {\n innerList.append(listItemNode);\n }\n } else {\n // otherwise, we need to create a new nested ListNode\n\n if ($isListNode(parent)) {\n const newListItem = $createListItemNode().setTextFormat(listItemNode.getTextFormat()).setTextStyle(listItemNode.getTextStyle());\n const newList = $createListNode(parent.getListType()).setTextFormat(parent.getTextFormat()).setTextStyle(parent.getTextStyle());\n newListItem.append(newList);\n newList.append(listItemNode);\n if (previousSibling) {\n previousSibling.insertAfter(newListItem);\n } else if (nextSibling) {\n nextSibling.insertBefore(newListItem);\n } else {\n parent.append(newListItem);\n }\n }\n }\n}\n\n/**\n * Removes an indent by removing an empty ListNode/ListItemNode chain. An indented ListItemNode\n * has a great grandparent node of type ListNode, which is where the ListItemNode will reside\n * within as a child.\n * @param listItemNode - The ListItemNode to remove the indent (outdent).\n */\nfunction $handleOutdent(listItemNode) {\n // go through each node and decide where to move it.\n\n if (isNestedListNode(listItemNode)) {\n return;\n }\n const parentList = listItemNode.getParent();\n const grandparentListItem = parentList ? parentList.getParent() : undefined;\n const greatGrandparentList = grandparentListItem ? grandparentListItem.getParent() : undefined;\n // If it doesn't have these ancestors, it's not indented.\n\n if ($isListNode(greatGrandparentList) && $isListItemNode(grandparentListItem) && $isListNode(parentList)) {\n // if it's the first child in it's parent list, insert it into the\n // great grandparent list before the grandparent\n const firstChild = parentList ? parentList.getFirstChild() : undefined;\n const lastChild = parentList ? parentList.getLastChild() : undefined;\n if (listItemNode.is(firstChild)) {\n grandparentListItem.insertBefore(listItemNode);\n if (parentList.isEmpty()) {\n grandparentListItem.remove();\n }\n // if it's the last child in it's parent list, insert it into the\n // great grandparent list after the grandparent.\n } else if (listItemNode.is(lastChild)) {\n grandparentListItem.insertAfter(listItemNode);\n if (parentList.isEmpty()) {\n grandparentListItem.remove();\n }\n } else {\n // otherwise, we need to split the siblings into two new nested lists\n const listType = parentList.getListType();\n const previousSiblingsListItem = $createListItemNode();\n const previousSiblingsList = $createListNode(listType);\n previousSiblingsListItem.append(previousSiblingsList);\n listItemNode.getPreviousSiblings().forEach(sibling => previousSiblingsList.append(sibling));\n const nextSiblingsListItem = $createListItemNode();\n const nextSiblingsList = $createListNode(listType);\n nextSiblingsListItem.append(nextSiblingsList);\n append(nextSiblingsList, listItemNode.getNextSiblings());\n // put the sibling nested lists on either side of the grandparent list item in the great grandparent.\n grandparentListItem.insertBefore(previousSiblingsListItem);\n grandparentListItem.insertAfter(nextSiblingsListItem);\n // replace the grandparent list item (now between the siblings) with the outdented list item.\n grandparentListItem.replace(listItemNode);\n }\n }\n}\n\n/**\n * Attempts to insert a ParagraphNode at selection and selects the new node. The selection must contain a ListItemNode\n * or a node that does not already contain text. If its grandparent is the root/shadow root, it will get the ListNode\n * (which should be the parent node) and insert the ParagraphNode as a sibling to the ListNode. If the ListNode is\n * nested in a ListItemNode instead, it will add the ParagraphNode after the grandparent ListItemNode.\n * Throws an invariant if the selection is not a child of a ListNode.\n * @returns true if a ParagraphNode was inserted successfully, false if there is no selection\n * or the selection does not contain a ListItemNode or the node already holds text.\n */\nfunction $handleListInsertParagraph(restoreNumbering = false) {\n const selection = $getSelection();\n if (!$isRangeSelection(selection) || !selection.isCollapsed()) {\n return false;\n }\n // Only run this code on empty list items (including whitespace-only)\n const anchor = selection.anchor.getNode();\n let listItem = null;\n if ($isListItemNode(anchor) && anchor.getChildrenSize() === 0) {\n // Truly empty list item (element selection)\n listItem = anchor;\n } else if ($isTextNode(anchor)) {\n // Check if the entire list item contains only whitespace text nodes\n const parentListItem = anchor.getParent();\n if ($isListItemNode(parentListItem) && parentListItem.getChildren().every(node => $isTextNode(node) && node.getTextContent().trim() === '')) {\n listItem = parentListItem;\n }\n }\n if (listItem === null) {\n return false;\n }\n const topListNode = $getTopListNode(listItem);\n const parent = listItem.getParent();\n if (!$isListNode(parent)) {\n formatDevErrorMessage(`A ListItemNode must have a ListNode for a parent.`);\n }\n const grandparent = parent.getParent();\n let replacementNode;\n if ($isRootOrShadowRoot(grandparent)) {\n replacementNode = $createParagraphNode();\n topListNode.insertAfter(replacementNode);\n } else if ($isListItemNode(grandparent)) {\n replacementNode = $createListItemNode();\n grandparent.insertAfter(replacementNode);\n } else {\n return false;\n }\n replacementNode.setTextStyle(selection.style).setTextFormat(selection.format).select();\n const nextSiblings = listItem.getNextSiblings();\n if (nextSiblings.length > 0) {\n const newStart = restoreNumbering ? $getNewListStart(parent, listItem) : 1;\n const newList = $createListNode(parent.getListType(), newStart);\n if ($isListItemNode(replacementNode)) {\n const newListItem = $createListItemNode();\n newListItem.append(newList);\n replacementNode.insertAfter(newListItem);\n } else {\n replacementNode.insertAfter(newList);\n }\n newList.append(...nextSiblings);\n }\n\n // Don't leave hanging nested empty lists\n $removeHighestEmptyListParent(listItem);\n return true;\n}\n\nfunction applyMarkerStyles(dom, node, prevNode) {\n const styles = getStyleObjectFromCSS(node.__textStyle);\n for (const k in styles) {\n dom.style.setProperty(`--listitem-marker-${k}`, styles[k]);\n }\n if (prevNode) {\n for (const k in getStyleObjectFromCSS(prevNode.__textStyle)) {\n if (!(k in styles)) {\n dom.style.removeProperty(`--listitem-marker-${k}`);\n }\n }\n }\n}\n\n/** @noInheritDoc */\nclass ListItemNode extends ElementNode {\n /** @internal */\n __value;\n /** @internal */\n __checked;\n\n /** @internal */\n $config() {\n return this.config('listitem', {\n $transform: node => {\n if (node.__checked == null) {\n return;\n }\n const parent = node.getParent();\n if ($isListNode(parent)) {\n if (parent.getListType() !== 'check' && node.getChecked() != null) {\n node.setChecked(undefined);\n }\n }\n },\n extends: ElementNode,\n importDOM: buildImportMap({\n li: () => ({\n conversion: $convertListItemElement,\n priority: 0\n })\n })\n });\n }\n constructor(value = 1, checked = undefined, key) {\n super(key);\n this.__value = value === undefined ? 1 : value;\n this.__checked = checked;\n }\n afterCloneFrom(prevNode) {\n super.afterCloneFrom(prevNode);\n this.__value = prevNode.__value;\n this.__checked = prevNode.__checked;\n }\n createDOM(config) {\n const element = document.createElement('li');\n this.updateListItemDOM(null, element, config);\n return element;\n }\n updateListItemDOM(prevNode, dom, config) {\n updateListItemChecked(dom, this, prevNode);\n dom.value = this.__value;\n $setListItemThemeClassNames(dom, config.theme, this);\n const prevStyle = prevNode ? prevNode.__style : '';\n const nextStyle = this.__style;\n if (prevStyle !== nextStyle) {\n if (nextStyle === '') {\n dom.removeAttribute('style');\n } else {\n dom.style.cssText = nextStyle;\n }\n }\n applyMarkerStyles(dom, this, prevNode);\n }\n updateDOM(prevNode, dom, config) {\n // @ts-expect-error - this is always HTMLListItemElement\n const element = dom;\n this.updateListItemDOM(prevNode, element, config);\n return false;\n }\n updateFromJSON(serializedNode) {\n return super.updateFromJSON(serializedNode).setValue(serializedNode.value).setChecked(serializedNode.checked);\n }\n exportDOM(editor) {\n const element = this.createDOM(editor._config);\n const formatType = this.getFormatType();\n if (formatType) {\n element.style.textAlign = formatType;\n }\n const direction = this.getDirection();\n if (direction) {\n element.dir = direction;\n }\n return {\n element\n };\n }\n exportJSON() {\n return {\n ...super.exportJSON(),\n checked: this.getChecked(),\n value: this.getValue()\n };\n }\n append(...nodes) {\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n if ($isElementNode(node) && this.canMergeWith(node)) {\n const children = node.getChildren();\n this.append(...children);\n node.remove();\n } else {\n super.append(node);\n }\n }\n return this;\n }\n replace(replaceWithNode, includeChildren) {\n if ($isListItemNode(replaceWithNode)) {\n return super.replace(replaceWithNode);\n }\n this.setIndent(0);\n const list = this.getParentOrThrow();\n if (!$isListNode(list)) {\n return replaceWithNode;\n }\n if (list.__first === this.getKey()) {\n list.insertBefore(replaceWithNode);\n } else if (list.__last === this.getKey()) {\n list.insertAfter(replaceWithNode);\n } else {\n // Split the list\n const newList = $createListNode(list.getListType());\n let nextSibling = this.getNextSibling();\n while (nextSibling) {\n const nodeToAppend = nextSibling;\n nextSibling = nextSibling.getNextSibling();\n newList.append(nodeToAppend);\n }\n list.insertAfter(replaceWithNode);\n replaceWithNode.insertAfter(newList);\n }\n if (includeChildren) {\n if (!$isElementNode(replaceWithNode)) {\n formatDevErrorMessage(`includeChildren should only be true for ElementNodes`);\n }\n this.getChildren().forEach(child => {\n replaceWithNode.append(child);\n });\n }\n this.remove();\n if (list.getChildrenSize() === 0) {\n list.remove();\n }\n return replaceWithNode;\n }\n insertAfter(node, restoreSelection = true) {\n const listNode = this.getParentOrThrow();\n if (!$isListNode(listNode)) {\n {\n formatDevErrorMessage(`insertAfter: list node is not parent of list item node`);\n }\n }\n if ($isListItemNode(node)) {\n return super.insertAfter(node, restoreSelection);\n }\n const siblings = this.getNextSiblings();\n\n // Split the lists and insert the node in between them\n listNode.insertAfter(node, restoreSelection);\n if (siblings.length !== 0) {\n const newListNode = $createListNode(listNode.getListType());\n siblings.forEach(sibling => newListNode.append(sibling));\n node.insertAfter(newListNode, restoreSelection);\n }\n return node;\n }\n remove(preserveEmptyParent) {\n const prevSibling = this.getPreviousSibling();\n const nextSibling = this.getNextSibling();\n super.remove(preserveEmptyParent);\n if (prevSibling && nextSibling && isNestedListNode(prevSibling) && isNestedListNode(nextSibling)) {\n mergeLists(prevSibling.getFirstChild(), nextSibling.getFirstChild());\n nextSibling.remove();\n }\n }\n insertNewAfter(_, restoreSelection = true) {\n const newElement = $createListItemNode().updateFromJSON(this.exportJSON()).setChecked(this.getChecked() ? false : undefined);\n this.insertAfter(newElement, restoreSelection);\n return newElement;\n }\n collapseAtStart(selection) {\n const paragraph = $createParagraphNode();\n const children = this.getChildren();\n children.forEach(child => paragraph.append(child));\n const listNode = this.getParentOrThrow();\n const listNodeParent = listNode.getParentOrThrow();\n const isIndented = $isListItemNode(listNodeParent);\n if (listNode.getChildrenSize() === 1) {\n if (isIndented) {\n // if the list node is nested, we just want to remove it,\n // effectively unindenting it.\n listNode.remove();\n listNodeParent.select();\n } else {\n listNode.insertBefore(paragraph);\n listNode.remove();\n // If we have selection on the list item, we'll need to move it\n // to the paragraph\n const anchor = selection.anchor;\n const focus = selection.focus;\n const key = paragraph.getKey();\n if (anchor.type === 'element' && anchor.getNode().is(this)) {\n anchor.set(key, anchor.offset, 'element');\n }\n if (focus.type === 'element' && focus.getNode().is(this)) {\n focus.set(key, focus.offset, 'element');\n }\n }\n } else {\n listNode.insertBefore(paragraph);\n this.remove();\n }\n return true;\n }\n getValue() {\n const self = this.getLatest();\n return self.__value;\n }\n setValue(value) {\n const self = this.getWritable();\n self.__value = value;\n return self;\n }\n getChecked() {\n const self = this.getLatest();\n let listType;\n const parent = this.getParent();\n if ($isListNode(parent)) {\n listType = parent.getListType();\n }\n return listType === 'check' ? Boolean(self.__checked) : undefined;\n }\n setChecked(checked) {\n const self = this.getWritable();\n self.__checked = checked;\n return self;\n }\n toggleChecked() {\n const self = this.getWritable();\n return self.setChecked(!self.__checked);\n }\n getIndent() {\n // If we don't have a parent, we are likely serializing\n const parent = this.getParent();\n if (parent === null || !this.isAttached()) {\n return this.getLatest().__indent;\n }\n // ListItemNode should always have a ListNode for a parent.\n let listNodeParent = parent.getParentOrThrow();\n let indentLevel = 0;\n while ($isListItemNode(listNodeParent)) {\n listNodeParent = listNodeParent.getParentOrThrow().getParentOrThrow();\n indentLevel++;\n }\n return indentLevel;\n }\n setIndent(indent) {\n if (!(typeof indent === 'number')) {\n formatDevErrorMessage(`Invalid indent value.`);\n }\n indent = Math.floor(indent);\n if (!(indent >= 0)) {\n formatDevErrorMessage(`Indent value must be non-negative.`);\n }\n let currentIndent = this.getIndent();\n while (currentIndent !== indent) {\n if (currentIndent < indent) {\n $handleIndent(this);\n currentIndent++;\n } else {\n $handleOutdent(this);\n currentIndent--;\n }\n }\n return this;\n }\n\n /** @deprecated @internal */\n canInsertAfter(node) {\n return $isListItemNode(node);\n }\n\n /** @deprecated @internal */\n canReplaceWith(replacement) {\n return $isListItemNode(replacement);\n }\n canMergeWith(node) {\n return $isListItemNode(node) || $isParagraphNode(node);\n }\n extractWithChild(child, selection) {\n if (!$isRangeSelection(selection)) {\n return false;\n }\n const anchorNode = selection.anchor.getNode();\n const focusNode = selection.focus.getNode();\n return this.isParentOf(anchorNode) && this.isParentOf(focusNode) && this.getTextContent().length === selection.getTextContent().length;\n }\n isParentRequired() {\n return true;\n }\n createParentElementNode() {\n return $createListNode('bullet');\n }\n canMergeWhenEmpty() {\n return true;\n }\n}\nfunction $setListItemThemeClassNames(dom, editorThemeClasses, node) {\n const classesToAdd = [];\n const classesToRemove = [];\n const listTheme = editorThemeClasses.list;\n const listItemClassName = listTheme ? listTheme.listitem : undefined;\n let nestedListItemClassName;\n if (listTheme && listTheme.nested) {\n nestedListItemClassName = listTheme.nested.listitem;\n }\n if (listItemClassName !== undefined) {\n classesToAdd.push(...normalizeClassNames(listItemClassName));\n }\n if (listTheme) {\n const parentNode = node.getParent();\n const isCheckList = $isListNode(parentNode) && parentNode.getListType() === 'check';\n const checked = node.getChecked();\n if (!isCheckList || checked) {\n classesToRemove.push(listTheme.listitemUnchecked);\n }\n if (!isCheckList || !checked) {\n classesToRemove.push(listTheme.listitemChecked);\n }\n if (isCheckList) {\n classesToAdd.push(checked ? listTheme.listitemChecked : listTheme.listitemUnchecked);\n }\n }\n if (nestedListItemClassName !== undefined) {\n const nestedListItemClasses = normalizeClassNames(nestedListItemClassName);\n if (node.getChildren().some(child => $isListNode(child))) {\n classesToAdd.push(...nestedListItemClasses);\n } else {\n classesToRemove.push(...nestedListItemClasses);\n }\n }\n if (classesToRemove.length > 0) {\n removeClassNamesFromElement(dom, ...classesToRemove);\n }\n if (classesToAdd.length > 0) {\n addClassNamesToElement(dom, ...classesToAdd);\n }\n}\nfunction updateListItemChecked(dom, listItemNode, prevListItemNode) {\n const parent = listItemNode.getParent();\n const isCheckbox = $isListNode(parent) && parent.getListType() === 'check' &&\n // Only add attributes for leaf list items\n !$isListNode(listItemNode.getFirstChild());\n if (!isCheckbox) {\n dom.removeAttribute('role');\n dom.removeAttribute('tabIndex');\n dom.removeAttribute('aria-checked');\n } else {\n dom.setAttribute('role', 'checkbox');\n dom.setAttribute('tabIndex', '-1');\n if (!prevListItemNode || listItemNode.__checked !== prevListItemNode.__checked) {\n dom.setAttribute('aria-checked', listItemNode.getChecked() ? 'true' : 'false');\n }\n }\n}\nfunction $convertListItemElement(domNode) {\n const isGitHubCheckList = domNode.classList.contains('task-list-item');\n if (isGitHubCheckList) {\n for (const child of domNode.children) {\n if (child.tagName === 'INPUT') {\n return $convertCheckboxInput(child);\n }\n }\n }\n const isJoplinCheckList = domNode.classList.contains('joplin-checkbox');\n if (isJoplinCheckList) {\n for (const child of domNode.children) {\n if (child.classList.contains('checkbox-wrapper') && child.children.length > 0 && child.children[0].tagName === 'INPUT') {\n return $convertCheckboxInput(child.children[0]);\n }\n }\n }\n const ariaCheckedAttr = domNode.getAttribute('aria-checked');\n const checked = ariaCheckedAttr === 'true' ? true : ariaCheckedAttr === 'false' ? false : undefined;\n return {\n node: $createListItemNode(checked)\n };\n}\nfunction $convertCheckboxInput(domNode) {\n const isCheckboxInput = domNode.getAttribute('type') === 'checkbox';\n if (!isCheckboxInput) {\n return {\n node: null\n };\n }\n const checked = domNode.hasAttribute('checked');\n return {\n node: $createListItemNode(checked)\n };\n}\n\n/**\n * Creates a new List Item node, passing true/false will convert it to a checkbox input.\n * @param checked - Is the List Item a checkbox and, if so, is it checked? undefined/null: not a checkbox, true/false is a checkbox and checked/unchecked, respectively.\n * @returns The new List Item.\n */\nfunction $createListItemNode(checked) {\n return $applyNodeReplacement(new ListItemNode(undefined, checked));\n}\n\n/**\n * Checks to see if the node is a ListItemNode.\n * @param node - The node to be checked.\n * @returns true if the node is a ListItemNode, false otherwise.\n */\nfunction $isListItemNode(node) {\n return node instanceof ListItemNode;\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 ListNode extends ElementNode {\n /** @internal */\n __tag;\n /** @internal */\n __start;\n /** @internal */\n __listType;\n\n /** @internal */\n $config() {\n return this.config('list', {\n $transform: node => {\n mergeNextSiblingListIfSameType(node);\n updateChildrenListItemValue(node);\n },\n extends: ElementNode,\n importDOM: buildImportMap({\n ol: () => ({\n conversion: $convertListNode,\n priority: 0\n }),\n ul: () => ({\n conversion: $convertListNode,\n priority: 0\n })\n })\n });\n }\n constructor(listType = 'number', start = 1, key) {\n super(key);\n const _listType = TAG_TO_LIST_TYPE[listType] || listType;\n this.__listType = _listType;\n this.__tag = _listType === 'number' ? 'ol' : 'ul';\n this.__start = start;\n }\n afterCloneFrom(prevNode) {\n super.afterCloneFrom(prevNode);\n this.__listType = prevNode.__listType;\n this.__tag = prevNode.__tag;\n this.__start = prevNode.__start;\n }\n getTag() {\n return this.getLatest().__tag;\n }\n setListType(type) {\n const writable = this.getWritable();\n writable.__listType = type;\n writable.__tag = type === 'number' ? 'ol' : 'ul';\n return writable;\n }\n getListType() {\n return this.getLatest().__listType;\n }\n getStart() {\n return this.getLatest().__start;\n }\n setStart(start) {\n const self = this.getWritable();\n self.__start = start;\n return self;\n }\n\n // View\n\n createDOM(config, _editor) {\n const tag = this.__tag;\n const dom = document.createElement(tag);\n if (this.__start !== 1) {\n dom.setAttribute('start', String(this.__start));\n }\n // @ts-expect-error Internal field.\n dom.__lexicalListType = this.__listType;\n $setListThemeClassNames(dom, config.theme, this);\n return dom;\n }\n updateDOM(prevNode, dom, config) {\n if (prevNode.__tag !== this.__tag || prevNode.__listType !== this.__listType) {\n return true;\n }\n $setListThemeClassNames(dom, config.theme, this);\n if (prevNode.__start !== this.__start) {\n dom.setAttribute('start', String(this.__start));\n }\n return false;\n }\n updateFromJSON(serializedNode) {\n return super.updateFromJSON(serializedNode).setListType(serializedNode.listType).setStart(serializedNode.start);\n }\n exportDOM(editor) {\n const element = this.createDOM(editor._config, editor);\n if (isHTMLElement(element)) {\n if (this.__start !== 1) {\n element.setAttribute('start', String(this.__start));\n }\n if (this.__listType === 'check') {\n element.setAttribute('__lexicalListType', 'check');\n }\n }\n return {\n element\n };\n }\n exportJSON() {\n return {\n ...super.exportJSON(),\n listType: this.getListType(),\n start: this.getStart(),\n tag: this.getTag()\n };\n }\n canBeEmpty() {\n return false;\n }\n canIndent() {\n return false;\n }\n splice(start, deleteCount, nodesToInsert) {\n let listItemNodesToInsert = nodesToInsert;\n for (let i = 0; i < nodesToInsert.length; i++) {\n const node = nodesToInsert[i];\n if (!$isListItemNode(node)) {\n if (listItemNodesToInsert === nodesToInsert) {\n listItemNodesToInsert = [...nodesToInsert];\n }\n listItemNodesToInsert[i] = $createListItemNode().append($isElementNode(node) && !($isListNode(node) || node.isInline()) ? $createTextNode(node.getTextContent()) : node);\n }\n }\n return super.splice(start, deleteCount, listItemNodesToInsert);\n }\n extractWithChild(child) {\n return $isListItemNode(child);\n }\n}\nfunction $setListThemeClassNames(dom, editorThemeClasses, node) {\n const classesToAdd = [];\n const classesToRemove = [];\n const listTheme = editorThemeClasses.list;\n if (listTheme !== undefined) {\n const listLevelsClassNames = listTheme[`${node.__tag}Depth`] || [];\n const listDepth = $getListDepth(node) - 1;\n const normalizedListDepth = listDepth % listLevelsClassNames.length;\n const listLevelClassName = listLevelsClassNames[normalizedListDepth];\n const listClassName = listTheme[node.__tag];\n let nestedListClassName;\n const nestedListTheme = listTheme.nested;\n const checklistClassName = listTheme.checklist;\n if (nestedListTheme !== undefined && nestedListTheme.list) {\n nestedListClassName = nestedListTheme.list;\n }\n if (listClassName !== undefined) {\n classesToAdd.push(listClassName);\n }\n if (checklistClassName !== undefined && node.__listType === 'check') {\n classesToAdd.push(checklistClassName);\n }\n if (listLevelClassName !== undefined) {\n classesToAdd.push(...normalizeClassNames(listLevelClassName));\n for (let i = 0; i < listLevelsClassNames.length; i++) {\n if (i !== normalizedListDepth) {\n classesToRemove.push(node.__tag + i);\n }\n }\n }\n if (nestedListClassName !== undefined) {\n const nestedListItemClasses = normalizeClassNames(nestedListClassName);\n if (listDepth > 1) {\n classesToAdd.push(...nestedListItemClasses);\n } else {\n classesToRemove.push(...nestedListItemClasses);\n }\n }\n }\n if (classesToRemove.length > 0) {\n removeClassNamesFromElement(dom, ...classesToRemove);\n }\n if (classesToAdd.length > 0) {\n addClassNamesToElement(dom, ...classesToAdd);\n }\n}\n\n/*\n * This function normalizes the children of a ListNode after the conversion from HTML,\n * ensuring that they are all ListItemNodes and contain either a single nested ListNode\n * or some other inline content.\n */\nfunction $normalizeChildren(nodes) {\n const normalizedListItems = [];\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n if ($isListItemNode(node)) {\n normalizedListItems.push(node);\n const children = node.getChildren();\n if (children.length > 1) {\n children.forEach(child => {\n if ($isListNode(child)) {\n normalizedListItems.push($wrapInListItem(child));\n }\n });\n }\n } else {\n normalizedListItems.push($wrapInListItem(node));\n }\n }\n return normalizedListItems;\n}\nfunction isDomChecklist(domNode) {\n if (domNode.getAttribute('__lexicallisttype') === 'check' ||\n // is github checklist\n domNode.classList.contains('contains-task-list') ||\n // is joplin checklist\n domNode.getAttribute('data-is-checklist') === '1') {\n return true;\n }\n // if children are checklist items, the node is a checklist ul. Applicable for googledoc checklist pasting.\n for (const child of domNode.childNodes) {\n if (isHTMLElement(child) && child.hasAttribute('aria-checked')) {\n return true;\n }\n }\n return false;\n}\nfunction $convertListNode(domNode) {\n const nodeName = domNode.nodeName.toLowerCase();\n let node = null;\n if (nodeName === 'ol') {\n // @ts-ignore\n const start = domNode.start;\n node = $createListNode('number', start);\n } else if (nodeName === 'ul') {\n if (isDomChecklist(domNode)) {\n node = $createListNode('check');\n } else {\n node = $createListNode('bullet');\n }\n }\n return {\n after: $normalizeChildren,\n node\n };\n}\nconst TAG_TO_LIST_TYPE = {\n ol: 'number',\n ul: 'bullet'\n};\n\n/**\n * Creates a ListNode of listType.\n * @param listType - The type of list to be created. Can be 'number', 'bullet', or 'check'.\n * @param start - Where an ordered list starts its count, start = 1 if left undefined.\n * @returns The new ListNode\n */\nfunction $createListNode(listType = 'number', start = 1) {\n return $applyNodeReplacement(new ListNode(listType, start));\n}\n\n/**\n * Checks to see if the node is a ListNode.\n * @param node - The node to be checked.\n * @returns true if the node is a ListNode, false otherwise.\n */\nfunction $isListNode(node) {\n return node instanceof ListNode;\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 INSERT_CHECK_LIST_COMMAND = createCommand('INSERT_CHECK_LIST_COMMAND');\n\n/**\n * Registers the checklist plugin with the editor.\n * @param editor The LexicalEditor instance.\n * @param options Optional configuration.\n * - disableTakeFocusOnClick: If true, clicking a checklist item will not focus the editor (useful for mobile).\n */\nfunction registerCheckList(editor, options) {\n const disableTakeFocusOnClick = options && options.disableTakeFocusOnClick || false;\n const configHandleClick = event => {\n handleClick(event, disableTakeFocusOnClick);\n };\n const configHandleSelectDefaults = event => {\n handleSelectDefaults(event, disableTakeFocusOnClick);\n };\n return mergeRegister(editor.registerCommand(INSERT_CHECK_LIST_COMMAND, () => {\n $insertList('check');\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_ARROW_DOWN_COMMAND, event => {\n return handleArrowUpOrDown(event, editor, false);\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_ARROW_UP_COMMAND, event => {\n return handleArrowUpOrDown(event, editor, true);\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_ESCAPE_COMMAND, () => {\n const activeItem = getActiveCheckListItem();\n if (activeItem != null) {\n const rootElement = editor.getRootElement();\n if (rootElement != null) {\n rootElement.focus();\n }\n return true;\n }\n return false;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_SPACE_COMMAND, event => {\n const activeItem = getActiveCheckListItem();\n if (activeItem != null && editor.isEditable()) {\n editor.update(() => {\n const listItemNode = $getNearestNodeFromDOMNode(activeItem);\n if ($isListItemNode(listItemNode)) {\n event.preventDefault();\n listItemNode.toggleChecked();\n }\n });\n return true;\n }\n return false;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_ARROW_LEFT_COMMAND, event => {\n return editor.getEditorState().read(() => {\n const selection = $getSelection();\n if ($isRangeSelection(selection) && selection.isCollapsed()) {\n const {\n anchor\n } = selection;\n const isElement = anchor.type === 'element';\n if (isElement || anchor.offset === 0) {\n const anchorNode = anchor.getNode();\n const elementNode = $findMatchingParent(anchorNode, node => $isElementNode(node) && !node.isInline());\n if ($isListItemNode(elementNode)) {\n const parent = elementNode.getParent();\n if ($isListNode(parent) && parent.getListType() === 'check' && (isElement || elementNode.getFirstDescendant() === anchorNode)) {\n const domNode = editor.getElementByKey(elementNode.__key);\n if (domNode != null && document.activeElement !== domNode) {\n domNode.focus();\n event.preventDefault();\n return true;\n }\n }\n }\n }\n }\n return false;\n });\n }, COMMAND_PRIORITY_LOW), editor.registerRootListener((rootElement, prevElement) => {\n if (rootElement !== null) {\n rootElement.addEventListener('click', configHandleClick);\n // Use capture so we run before other listeners that might move focus.\n rootElement.addEventListener('pointerdown', configHandleSelectDefaults, {\n capture: true\n });\n // Some browsers / integrations still generate mousedown events; handle them too.\n rootElement.addEventListener('mousedown', configHandleSelectDefaults, {\n capture: true\n });\n // Intercept touchstart to stop the mobile browser from placing the caret\n // and opening the keyboard when tapping the checklist marker.\n rootElement.addEventListener('touchstart', configHandleSelectDefaults, {\n capture: true,\n passive: false\n });\n }\n if (prevElement !== null) {\n prevElement.removeEventListener('click', configHandleClick);\n prevElement.removeEventListener('pointerdown', configHandleSelectDefaults, {\n capture: true\n });\n prevElement.removeEventListener('mousedown', configHandleSelectDefaults, {\n capture: true\n });\n prevElement.removeEventListener('touchstart', configHandleSelectDefaults, {\n capture: true\n });\n }\n }));\n}\nfunction handleCheckItemEvent(event, callback) {\n const target = event.target;\n if (!isHTMLElement(target)) {\n return;\n }\n\n // Ignore clicks on LI that have nested lists\n const firstChild = target.firstChild;\n if (isHTMLElement(firstChild) && (firstChild.tagName === 'UL' || firstChild.tagName === 'OL')) {\n return;\n }\n const parentNode = target.parentNode;\n\n // @ts-ignore internal field\n if (!parentNode || parentNode.__lexicalListType !== 'check') {\n return;\n }\n let clientX = null;\n let pointerType = null;\n if ('clientX' in event) {\n clientX = event.clientX;\n } else if ('touches' in event) {\n const touches = event.touches;\n if (touches.length > 0) {\n clientX = touches[0].clientX;\n pointerType = 'touch';\n }\n }\n\n // If we couldn't resolve a clientX (unexpected input), bail out.\n if (clientX == null) {\n return;\n }\n const rect = target.getBoundingClientRect();\n const zoom = calculateZoomLevel(target);\n const clientXInPixels = clientX / zoom;\n\n // Use getComputedStyle if available, otherwise fallback to 0px width\n const beforeStyles = window.getComputedStyle ? window.getComputedStyle(target, '::before') : {\n width: '0px'\n };\n const beforeWidthInPixels = parseFloat(beforeStyles.width);\n\n // Make click area slightly larger for touch devices to improve accessibility\n // Determine whether this is a touch event; some environments may supply\n // pointerType on PointerEvent while touch events use the `touches` API above.\n const isTouchEvent = pointerType === 'touch' || event.pointerType === 'touch';\n const clickAreaPadding = isTouchEvent ? 32 : 0; // Add 32px padding for touch events\n\n if (target.dir === 'rtl' ? clientXInPixels < rect.right + clickAreaPadding && clientXInPixels > rect.right - beforeWidthInPixels - clickAreaPadding : clientXInPixels > rect.left - clickAreaPadding && clientXInPixels < rect.left + beforeWidthInPixels + clickAreaPadding) {\n callback();\n }\n}\nfunction handleClick(event, disableFocusOnClick) {\n handleCheckItemEvent(event, () => {\n if (isHTMLElement(event.target)) {\n const domNode = event.target;\n const editor = getNearestEditorFromDOMNode(domNode);\n if (editor != null && editor.isEditable()) {\n editor.update(() => {\n const node = $getNearestNodeFromDOMNode(domNode);\n if ($isListItemNode(node)) {\n if (disableFocusOnClick) {\n $addUpdateTag(SKIP_SELECTION_FOCUS_TAG);\n $addUpdateTag(SKIP_DOM_SELECTION_TAG);\n } else {\n domNode.focus();\n }\n node.toggleChecked();\n }\n });\n }\n }\n });\n}\n\n/**\n * Prevents default focus switch behavior\n *\n * @param event might be of type PointerEvent, MouseEvent, or TouchEvent, hence the generic Event type\n *\n */\nfunction handleSelectDefaults(event, disableTakeFocusOnClick) {\n handleCheckItemEvent(event, () => {\n // Prevents caret moving when clicking on check mark.\n event.preventDefault();\n if (disableTakeFocusOnClick) {\n event.stopPropagation();\n }\n });\n}\nfunction getActiveCheckListItem() {\n const activeElement = document.activeElement;\n return isHTMLElement(activeElement) && activeElement.tagName === 'LI' && activeElement.parentNode != null &&\n // @ts-ignore internal field\n activeElement.parentNode.__lexicalListType === 'check' ? activeElement : null;\n}\nfunction findCheckListItemSibling(node, backward) {\n let sibling = backward ? node.getPreviousSibling() : node.getNextSibling();\n let parent = node;\n\n // Going up in a tree to get non-null sibling\n while (sibling == null && $isListItemNode(parent)) {\n // Get li -> parent ul/ol -> parent li\n parent = parent.getParentOrThrow().getParent();\n if (parent != null) {\n sibling = backward ? parent.getPreviousSibling() : parent.getNextSibling();\n }\n }\n\n // Going down in a tree to get first non-nested list item\n while ($isListItemNode(sibling)) {\n const firstChild = backward ? sibling.getLastChild() : sibling.getFirstChild();\n if (!$isListNode(firstChild)) {\n return sibling;\n }\n sibling = backward ? firstChild.getLastChild() : firstChild.getFirstChild();\n }\n return null;\n}\nfunction handleArrowUpOrDown(event, editor, backward) {\n const activeItem = getActiveCheckListItem();\n if (activeItem != null) {\n editor.update(() => {\n const listItem = $getNearestNodeFromDOMNode(activeItem);\n if (!$isListItemNode(listItem)) {\n return;\n }\n const nextListItem = findCheckListItemSibling(listItem, backward);\n if (nextListItem != null) {\n nextListItem.selectStart();\n const dom = editor.getElementByKey(nextListItem.__key);\n if (dom != null) {\n event.preventDefault();\n setTimeout(() => {\n dom.focus();\n }, 0);\n }\n }\n });\n }\n return false;\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 UPDATE_LIST_START_COMMAND = createCommand('UPDATE_LIST_START_COMMAND');\nconst INSERT_UNORDERED_LIST_COMMAND = createCommand('INSERT_UNORDERED_LIST_COMMAND');\nconst INSERT_ORDERED_LIST_COMMAND = createCommand('INSERT_ORDERED_LIST_COMMAND');\nconst REMOVE_LIST_COMMAND = createCommand('REMOVE_LIST_COMMAND');\nfunction registerList(editor, options) {\n const removeListener = mergeRegister(editor.registerCommand(INSERT_ORDERED_LIST_COMMAND, () => {\n $insertList('number');\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(UPDATE_LIST_START_COMMAND, payload => {\n const {\n listNodeKey,\n newStart\n } = payload;\n const listNode = $getNodeByKey(listNodeKey);\n if (!$isListNode(listNode)) {\n return false;\n }\n if (listNode.getListType() === 'number') {\n listNode.setStart(newStart);\n updateChildrenListItemValue(listNode);\n }\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(INSERT_UNORDERED_LIST_COMMAND, () => {\n $insertList('bullet');\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(REMOVE_LIST_COMMAND, () => {\n $removeList();\n return true;\n }, COMMAND_PRIORITY_LOW), editor.registerCommand(INSERT_PARAGRAPH_COMMAND, () => {\n const shouldRestore = options && options.restoreNumbering;\n return $handleListInsertParagraph(!!shouldRestore);\n }, COMMAND_PRIORITY_LOW), editor.registerNodeTransform(ListItemNode, node => {\n const firstChild = node.getFirstChild();\n if (firstChild) {\n if ($isTextNode(firstChild)) {\n const style = firstChild.getStyle();\n const format = firstChild.getFormat();\n if (node.getTextStyle() !== style) {\n node.setTextStyle(style);\n }\n if (node.getTextFormat() !== format) {\n node.setTextFormat(format);\n }\n }\n } else {\n // If it's empty, check the selection\n const selection = $getSelection();\n if ($isRangeSelection(selection) && (selection.style !== node.getTextStyle() || selection.format !== node.getTextFormat()) && selection.isCollapsed() && node.is(selection.anchor.getNode())) {\n node.setTextStyle(selection.style).setTextFormat(selection.format);\n }\n }\n }), editor.registerNodeTransform(TextNode, node => {\n const listItemParentNode = node.getParent();\n if ($isListItemNode(listItemParentNode) && node.is(listItemParentNode.getFirstChild())) {\n const style = node.getStyle();\n const format = node.getFormat();\n if (style !== listItemParentNode.getTextStyle() || format !== listItemParentNode.getTextFormat()) {\n listItemParentNode.setTextStyle(style).setTextFormat(format);\n }\n }\n }));\n return removeListener;\n}\nfunction registerListStrictIndentTransform(editor) {\n const $formatListIndentStrict = listItemNode => {\n const listNode = listItemNode.getParent();\n if ($isListNode(listItemNode.getFirstChild()) || !$isListNode(listNode)) {\n return;\n }\n const startingListItemNode = $findMatchingParent(listItemNode, node => $isListItemNode(node) && $isListNode(node.getParent()) && $isListItemNode(node.getPreviousSibling()));\n if (startingListItemNode === null && listItemNode.getIndent() > 0) {\n listItemNode.setIndent(0);\n } else if ($isListItemNode(startingListItemNode)) {\n const prevListItemNode = startingListItemNode.getPreviousSibling();\n if ($isListItemNode(prevListItemNode)) {\n const endListItemNode = $findChildrenEndListItemNode(prevListItemNode);\n const endListNode = endListItemNode.getParent();\n if ($isListNode(endListNode)) {\n const prevDepth = $getListDepth(endListNode);\n const depth = $getListDepth(listNode);\n if (prevDepth + 1 < depth) {\n listItemNode.setIndent(prevDepth);\n }\n }\n }\n }\n };\n const $processListWithStrictIndent = listNode => {\n const queue = [listNode];\n while (queue.length > 0) {\n const node = queue.shift();\n if (!$isListNode(node)) {\n continue;\n }\n for (const child of node.getChildren()) {\n if ($isListItemNode(child)) {\n $formatListIndentStrict(child);\n const firstChild = child.getFirstChild();\n if ($isListNode(firstChild)) {\n queue.push(firstChild);\n }\n }\n }\n }\n };\n return editor.registerNodeTransform(ListNode, $processListWithStrictIndent);\n}\nfunction $findChildrenEndListItemNode(listItemNode) {\n let current = listItemNode;\n let firstChild = current.getFirstChild();\n while ($isListNode(firstChild)) {\n const lastChild = firstChild.getLastChild();\n if ($isListItemNode(lastChild)) {\n current = lastChild;\n firstChild = current.getFirstChild();\n } else {\n break;\n }\n }\n return current;\n}\n\n/**\n * @deprecated use {@link $insertList} from an update or command listener.\n *\n * Inserts a new ListNode. If the selection's anchor node is an empty ListItemNode and is a child of\n * the root/shadow root, it will replace the ListItemNode with a ListNode and the old ListItemNode.\n * Otherwise it will replace its parent with a new ListNode and re-insert the ListItemNode and any previous children.\n * If the selection's anchor node is not an empty ListItemNode, it will add a new ListNode or merge an existing ListNode,\n * unless the the node is a leaf node, in which case it will attempt to find a ListNode up the branch and replace it with\n * a new ListNode, or create a new ListNode at the nearest root/shadow root.\n * @param editor - The lexical editor.\n * @param listType - The type of list, \"number\" | \"bullet\" | \"check\".\n */\nfunction insertList(editor, listType) {\n editor.update(() => $insertList(listType));\n}\n\n/**\n * @deprecated use {@link $removeList} from an update or command listener.\n *\n * Searches for the nearest ancestral ListNode and removes it. If selection is an empty ListItemNode\n * it will remove the whole list, including the ListItemNode. For each ListItemNode in the ListNode,\n * removeList will also generate new ParagraphNodes in the removed ListNode's place. Any child node\n * inside a ListItemNode will be appended to the new ParagraphNodes.\n * @param editor - The lexical editor.\n */\nfunction removeList(editor) {\n editor.update(() => $removeList());\n}\n/**\n * Configures {@link ListNode}, {@link ListItemNode} and registers\n * the strict indent transform if `hasStrictIndent` is true (default false).\n */\nconst ListExtension = defineExtension({\n build(editor, config, state) {\n return namedSignals(config);\n },\n config: safeCast({\n hasStrictIndent: false,\n shouldPreserveNumbering: false\n }),\n name: '@lexical/list/List',\n nodes: () => [ListNode, ListItemNode],\n register(editor, config, state) {\n const stores = state.getOutput();\n return mergeRegister(effect(() => {\n return registerList(editor, {\n restoreNumbering: stores.shouldPreserveNumbering.value\n });\n }), effect(() => stores.hasStrictIndent.value ? registerListStrictIndentTransform(editor) : undefined));\n }\n});\n/**\n * Registers checklist functionality for {@link ListNode} and\n * {@link ListItemNode} with a\n * {@link INSERT_CHECK_LIST_COMMAND} listener and\n * the expected keyboard and mouse interactions for\n * checkboxes.\n */\nconst CheckListExtension = defineExtension({\n config: safeCast({\n disableTakeFocusOnClick: false\n }),\n dependencies: [ListExtension],\n name: '@lexical/list/CheckList',\n register: registerCheckList\n});\n\nexport { $createListItemNode, $createListNode, $getListDepth, $handleListInsertParagraph, $insertList, $isListItemNode, $isListNode, $removeList, CheckListExtension, INSERT_CHECK_LIST_COMMAND, INSERT_ORDERED_LIST_COMMAND, INSERT_UNORDERED_LIST_COMMAND, ListExtension, ListItemNode, ListNode, REMOVE_LIST_COMMAND, UPDATE_LIST_START_COMMAND, insertList, registerCheckList, registerList, registerListStrictIndentTransform, removeList };\n"],"names":["formatDevErrorMessage","message","Error","$getListDepth","listNode","depth","parent","getParent","$isListItemNode","parentList","$isListNode","$getTopListNode","listItem","list","$getAllListItems","node","listItemNodes","listChildren","getChildren","filter","i","length","listItemNode","firstChild","getFirstChild","concat","push","isNestedListNode","$wrapInListItem","$createListItemNode","append","$isSelectingEmptyListItem","anchorNode","nodes","is","getChildrenSize","$insertList","listType","selection","$getSelection","getNodes","$isRangeSelection","anchorAndFocus","getStartEndPoints","anchor","getNode","anchorNodeParent","$isRootOrShadowRoot","selectStart","paragraph","$createParagraphNode","select","$createListNode","replace","$isElementNode","setFormat","getFormatType","setIndent","getIndent","getParentOrThrow","handled","Set","isEmpty","has","getKey","$createListOrMerge","$isLeafNode","parentKey","newListNode","add","nextParent","nodesToAppend","splice","previousSibling","getPreviousSibling","nextSibling","getNextSibling","targetList","getListType","remove","getFirstChildOrThrow","insertBefore","key","set","offset","focus","mergeLists","list1","list2","listItem1","getLastChild","listItem2","toMerge","$removeList","listNodes","$getNearestNodeOfType","ListItemNode","insertionPoint","listItems","setTextStyle","style","setTextFormat","format","insertAfter","__key","$setPointFromCaret","$normalizeCaret","$getChildCaret","updateChildrenListItemValue","isNotChecklist","value","getStart","child","getValue","setValue","getLatest","__checked","setChecked","undefined","$handleIndent","removed","innerList","nextInnerList","newListItem","getTextFormat","getTextStyle","newList","$handleOutdent","grandparentListItem","lastChild","previousSiblingsListItem","previousSiblingsList","getPreviousSiblings","forEach","sibling","nextSiblingsListItem","nextSiblingsList","getNextSiblings","$handleListInsertParagraph","restoreNumbering","isCollapsed","$isTextNode","parentListItem","every","getTextContent","trim","topListNode","grandparent","replacementNode","nextSiblings","newStart","getIndexWithinParent","$getNewListStart","sublist","emptyListPtr","$removeHighestEmptyListParent","ElementNode","__value","$config","this","config","$transform","getChecked","extends","importDOM","buildImportMap","li","conversion","$convertListItemElement","priority","constructor","checked","super","afterCloneFrom","prevNode","createDOM","element","document","createElement","updateListItemDOM","dom","prevListItemNode","removeAttribute","setAttribute","updateListItemChecked","editorThemeClasses","classesToAdd","classesToRemove","listTheme","listItemClassName","listitem","nestedListItemClassName","nested","normalizeClassNames","parentNode","isCheckList","listitemUnchecked","listitemChecked","nestedListItemClasses","some","removeClassNamesFromElement","addClassNamesToElement","$setListItemThemeClassNames","theme","prevStyle","__style","nextStyle","cssText","styles","getStyleObjectFromCSS","__textStyle","k","setProperty","removeProperty","applyMarkerStyles","updateDOM","updateFromJSON","serializedNode","exportDOM","editor","_config","formatType","textAlign","direction","getDirection","dir","exportJSON","canMergeWith","children","replaceWithNode","includeChildren","__first","__last","nodeToAppend","restoreSelection","siblings","preserveEmptyParent","prevSibling","insertNewAfter","_","newElement","collapseAtStart","listNodeParent","isIndented","type","self","getWritable","Boolean","toggleChecked","isAttached","__indent","indentLevel","indent","Math","floor","currentIndent","canInsertAfter","canReplaceWith","replacement","$isParagraphNode","extractWithChild","focusNode","isParentOf","isParentRequired","createParentElementNode","canMergeWhenEmpty","domNode","classList","contains","tagName","$convertCheckboxInput","ariaCheckedAttr","getAttribute","hasAttribute","$applyNodeReplacement","ListNode","__tag","__start","__listType","mergeNextSiblingListIfSameType","ol","$convertListNode","ul","start","_listType","TAG_TO_LIST_TYPE","getTag","setListType","writable","setStart","_editor","tag","String","__lexicalListType","$setListThemeClassNames","isHTMLElement","canBeEmpty","canIndent","deleteCount","nodesToInsert","listItemNodesToInsert","isInline","$createTextNode","listLevelsClassNames","listDepth","normalizedListDepth","listLevelClassName","listClassName","nestedListClassName","nestedListTheme","checklistClassName","checklist","$normalizeChildren","normalizedListItems","nodeName","toLowerCase","childNodes","isDomChecklist","after","INSERT_CHECK_LIST_COMMAND","createCommand","registerCheckList","options","disableTakeFocusOnClick","configHandleClick","event","disableFocusOnClick","handleCheckItemEvent","target","getNearestEditorFromDOMNode","isEditable","update","$getNearestNodeFromDOMNode","$addUpdateTag","SKIP_SELECTION_FOCUS_TAG","SKIP_DOM_SELECTION_TAG","handleClick","configHandleSelectDefaults","preventDefault","stopPropagation","handleSelectDefaults","mergeRegister","registerCommand","COMMAND_PRIORITY_LOW","KEY_ARROW_DOWN_COMMAND","handleArrowUpOrDown","KEY_ARROW_UP_COMMAND","KEY_ESCAPE_COMMAND","getActiveCheckListItem","rootElement","getRootElement","KEY_SPACE_COMMAND","activeItem","KEY_ARROW_LEFT_COMMAND","getEditorState","read","isElement","elementNode","$findMatchingParent","getFirstDescendant","getElementByKey","activeElement","registerRootListener","prevElement","addEventListener","capture","passive","removeEventListener","callback","clientX","pointerType","touches","rect","getBoundingClientRect","clientXInPixels","calculateZoomLevel","beforeStyles","window","getComputedStyle","width","beforeWidthInPixels","parseFloat","clickAreaPadding","right","left","backward","nextListItem","findCheckListItemSibling","setTimeout","UPDATE_LIST_START_COMMAND","INSERT_UNORDERED_LIST_COMMAND","INSERT_ORDERED_LIST_COMMAND","REMOVE_LIST_COMMAND","registerList","payload","listNodeKey","$getNodeByKey","INSERT_PARAGRAPH_COMMAND","registerNodeTransform","getStyle","getFormat","TextNode","listItemParentNode","registerListStrictIndentTransform","$formatListIndentStrict","startingListItemNode","endListItemNode","current","$findChildrenEndListItemNode","endListNode","prevDepth","queue","shift","ListExtension","defineExtension","build","state","namedSignals","safeCast","hasStrictIndent","shouldPreserveNumbering","name","register","stores","getOutput","effect","CheckListExtension","dependencies"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./LexicalList.dev.mjs.js"),t=require("./LexicalList.prod.mjs.js");const s="production"!==process.env.NODE_ENV?e:t;s.$createListItemNode,s.$createListNode,s.$getListDepth,s.$handleListInsertParagraph,s.$insertList,s.$isListItemNode;const i=s.$isListNode;s.$removeList,s.CheckListExtension,s.INSERT_CHECK_LIST_COMMAND,s.INSERT_ORDERED_LIST_COMMAND,s.INSERT_UNORDERED_LIST_COMMAND,s.ListExtension;const r=s.ListItemNode,L=s.ListNode;s.REMOVE_LIST_COMMAND,s.UPDATE_LIST_START_COMMAND,s.insertList,s.registerCheckList,s.registerList,s.registerListStrictIndentTransform,s.removeList,exports.$isListNode=i,exports.ListItemNode=r,exports.ListNode=L;
|
|
2
|
-
//# sourceMappingURL=LexicalList.mjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LexicalList.mjs.js","sources":["../../../../../node_modules/@lexical/list/LexicalList.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 './LexicalList.dev.mjs';\nimport * as modProd from './LexicalList.prod.mjs';\nconst mod = process.env.NODE_ENV !== 'production' ? modDev : modProd;\nexport const $createListItemNode = mod.$createListItemNode;\nexport const $createListNode = mod.$createListNode;\nexport const $getListDepth = mod.$getListDepth;\nexport const $handleListInsertParagraph = mod.$handleListInsertParagraph;\nexport const $insertList = mod.$insertList;\nexport const $isListItemNode = mod.$isListItemNode;\nexport const $isListNode = mod.$isListNode;\nexport const $removeList = mod.$removeList;\nexport const CheckListExtension = mod.CheckListExtension;\nexport const INSERT_CHECK_LIST_COMMAND = mod.INSERT_CHECK_LIST_COMMAND;\nexport const INSERT_ORDERED_LIST_COMMAND = mod.INSERT_ORDERED_LIST_COMMAND;\nexport const INSERT_UNORDERED_LIST_COMMAND = mod.INSERT_UNORDERED_LIST_COMMAND;\nexport const ListExtension = mod.ListExtension;\nexport const ListItemNode = mod.ListItemNode;\nexport const ListNode = mod.ListNode;\nexport const REMOVE_LIST_COMMAND = mod.REMOVE_LIST_COMMAND;\nexport const UPDATE_LIST_START_COMMAND = mod.UPDATE_LIST_START_COMMAND;\nexport const insertList = mod.insertList;\nexport const registerCheckList = mod.registerCheckList;\nexport const registerList = mod.registerList;\nexport const registerListStrictIndentTransform = mod.registerListStrictIndentTransform;\nexport const removeList = mod.removeList;"],"names":["mod","process","env","NODE_ENV","modDev","modProd","$createListItemNode","$createListNode","$getListDepth","$handleListInsertParagraph","$insertList","$isListItemNode","$isListNode","$removeList","CheckListExtension","INSERT_CHECK_LIST_COMMAND","INSERT_ORDERED_LIST_COMMAND","INSERT_UNORDERED_LIST_COMMAND","ListExtension","ListItemNode","ListNode","REMOVE_LIST_COMMAND","UPDATE_LIST_START_COMMAND","insertList","registerCheckList","registerList","registerListStrictIndentTransform","removeList"],"mappings":"qJAUA,MAAMA,EAA+B,eAAzBC,QAAQC,IAAIC,SAA4BC,EAASC,EAC1BL,EAAIM,oBACRN,EAAIO,gBACNP,EAAIQ,cACSR,EAAIS,2BACnBT,EAAIU,YACAV,EAAIW,gBACvB,MAACC,EAAcZ,EAAIY,YACJZ,EAAIa,YACGb,EAAIc,mBACGd,EAAIe,0BACFf,EAAIgB,4BACFhB,EAAIiB,8BACpBjB,EAAIkB,cACrB,MAACC,EAAenB,EAAImB,aACnBC,EAAWpB,EAAIoB,SACOpB,EAAIqB,oBACErB,EAAIsB,0BACnBtB,EAAIuB,WACGvB,EAAIwB,kBACTxB,EAAIyB,aACiBzB,EAAI0B,kCAC3B1B,EAAI2B"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../extension/LexicalExtension.mjs.js"),t=require("../utils/LexicalUtils.mjs.js"),n=require("lexical"),r=require("../selection/LexicalSelection.mjs.js");function s(e,...t){const n=new URL("https://lexical.dev/docs/error"),r=new URLSearchParams;r.append("code",e);for(const e of t)r.append("v",e);throw n.search=r.toString(),Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}function i(e){let t=1,n=e.getParent();for(;null!=n;){if(x(n)){const e=n.getParent();if(b(e)){t++,n=e.getParent();continue}s(40)}return t}return t}function o(e){let t=e.getParent();b(t)||s(40);let n=t;for(;null!==n;)n=n.getParent(),b(n)&&(t=n);return t}function l(e){let t=[];const n=e.getChildren().filter(x);for(let e=0;e<n.length;e++){const r=n[e],s=r.getFirstChild();b(s)?t=t.concat(l(s)):t.push(r)}return t}function a(e){return x(e)&&b(e.getFirstChild())}function c(e){return L().append(e)}function g(e,t){return x(e)&&(0===t.length||1===t.length&&e.is(t[0])&&0===e.getChildrenSize())}function d(e){const t=n.$getSelection();if(null!==t){let r=t.getNodes();if(n.$isRangeSelection(t)){const i=t.getStartEndPoints();null===i&&s(143);const[o]=i,l=o.getNode(),a=l.getParent();if(n.$isRootOrShadowRoot(l)){const e=l.getFirstChild();if(e)r=e.selectStart().getNodes();else{const e=n.$createParagraphNode();l.append(e),r=e.select().getNodes()}}else if(g(l,r)){const t=k(e);if(n.$isRootOrShadowRoot(a)){l.replace(t);const e=L();n.$isElementNode(l)&&(e.setFormat(l.getFormatType()),e.setIndent(l.getIndent())),t.append(e)}else if(x(l)){const e=l.getParentOrThrow();u(t,e.getChildren()),e.replace(t)}return}}const i=new Set;for(let t=0;t<r.length;t++){const s=r[t];if(n.$isElementNode(s)&&s.isEmpty()&&!x(s)&&!i.has(s.getKey())){h(s,e);continue}let o=n.$isLeafNode(s)?s.getParent():x(s)&&s.isEmpty()?s:null;for(;null!=o;){const t=o.getKey();if(b(o)){if(!i.has(t)){const n=k(e);u(n,o.getChildren()),o.replace(n),i.add(t)}break}{const r=o.getParent();if(n.$isRootOrShadowRoot(r)&&!i.has(t)){i.add(t),h(o,e);break}o=r}}}}}function u(e,t){e.splice(e.getChildrenSize(),0,t)}function h(e,t){if(b(e))return e;const r=e.getPreviousSibling(),s=e.getNextSibling(),i=L();let o;if(u(i,e.getChildren()),b(r)&&t===r.getListType())r.append(i),b(s)&&t===s.getListType()&&(u(r,s.getChildren()),s.remove()),o=r;else if(b(s)&&t===s.getListType())s.getFirstChildOrThrow().insertBefore(i),o=s;else{const n=k(t);n.append(i),e.replace(n),o=n}i.setFormat(e.getFormatType()),i.setIndent(e.getIndent());const l=n.$getSelection();return n.$isRangeSelection(l)&&(o.getKey()===l.anchor.key&&l.anchor.set(i.getKey(),l.anchor.offset,"element"),o.getKey()===l.focus.key&&l.focus.set(i.getKey(),l.focus.offset,"element")),e.remove(),o}function f(e,t){const n=e.getLastChild(),r=t.getFirstChild();n&&r&&a(n)&&a(r)&&(f(n.getFirstChild(),r.getFirstChild()),r.remove());const s=t.getChildren();s.length>0&&e.append(...s),t.remove()}function p(){const e=n.$getSelection();if(n.$isRangeSelection(e)){const r=new Set,s=e.getNodes(),i=e.anchor.getNode();if(g(i,s))r.add(o(i));else for(let e=0;e<s.length;e++){const i=s[e];if(n.$isLeafNode(i)){const e=t.$getNearestNodeOfType(i,T);null!=e&&r.add(o(e))}}for(const t of r){let r=t;const s=l(t);for(const t of s){const s=n.$createParagraphNode().setTextStyle(e.style).setTextFormat(e.format);u(s,t.getChildren()),r.insertAfter(s),r=s,t.__key===e.anchor.key&&n.$setPointFromCaret(e.anchor,n.$normalizeCaret(n.$getChildCaret(s,"next"))),t.__key===e.focus.key&&n.$setPointFromCaret(e.focus,n.$normalizeCaret(n.$getChildCaret(s,"next"))),t.remove()}t.remove()}}}function m(e){const t="check"!==e.getListType();let n=e.getStart();for(const r of e.getChildren())x(r)&&(r.getValue()!==n&&r.setValue(n),t&&null!=r.getLatest().__checked&&r.setChecked(void 0),b(r.getFirstChild())||n++)}function _(e){const t=new Set;if(a(e)||t.has(e.getKey()))return;const n=e.getParent(),r=e.getNextSibling(),s=e.getPreviousSibling();if(a(r)&&a(s)){const n=s.getFirstChild();if(b(n)){n.append(e);const s=r.getFirstChild();b(s)&&(u(n,s.getChildren()),r.remove(),t.add(r.getKey()))}}else if(a(r)){const t=r.getFirstChild();if(b(t)){const n=t.getFirstChild();null!==n&&n.insertBefore(e)}}else if(a(s)){const t=s.getFirstChild();b(t)&&t.append(e)}else if(b(n)){const t=L().setTextFormat(e.getTextFormat()).setTextStyle(e.getTextStyle()),i=k(n.getListType()).setTextFormat(n.getTextFormat()).setTextStyle(n.getTextStyle());t.append(i),i.append(e),s?s.insertAfter(t):r?r.insertBefore(t):n.append(t)}}function C(e){if(a(e))return;const t=e.getParent(),n=t?t.getParent():void 0;if(b(n?n.getParent():void 0)&&x(n)&&b(t)){const r=t?t.getFirstChild():void 0,s=t?t.getLastChild():void 0;if(e.is(r))n.insertBefore(e),t.isEmpty()&&n.remove();else if(e.is(s))n.insertAfter(e),t.isEmpty()&&n.remove();else{const r=t.getListType(),s=L(),i=k(r);s.append(i),e.getPreviousSiblings().forEach(e=>i.append(e));const o=L(),l=k(r);o.append(l),u(l,e.getNextSiblings()),n.insertBefore(s),n.insertAfter(o),n.replace(e)}}}function N(e=!1){const t=n.$getSelection();if(!n.$isRangeSelection(t)||!t.isCollapsed())return!1;const r=t.anchor.getNode();let i=null;if(x(r)&&0===r.getChildrenSize())i=r;else if(n.$isTextNode(r)){const e=r.getParent();x(e)&&e.getChildren().every(e=>n.$isTextNode(e)&&""===e.getTextContent().trim())&&(i=e)}if(null===i)return!1;const l=o(i),a=i.getParent();b(a)||s(40);const c=a.getParent();let g;if(n.$isRootOrShadowRoot(c))g=n.$createParagraphNode(),l.insertAfter(g);else{if(!x(c))return!1;g=L(),c.insertAfter(g)}g.setTextStyle(t.style).setTextFormat(t.format).select();const d=i.getNextSiblings();if(d.length>0){const t=e?function(e,t){return e.getStart()+t.getIndexWithinParent()}(a,i):1,n=k(a.getListType(),t);if(x(g)){const e=L();e.append(n),g.insertAfter(e)}else g.insertAfter(n);n.append(...d)}return function(e){let t=e;for(;null==t.getNextSibling()&&null==t.getPreviousSibling();){const e=t.getParent();if(null==e||!x(e)&&!b(e))break;t=e}t.remove()}(i),!0}class T extends n.ElementNode{__value;__checked;$config(){return this.config("listitem",{$transform:e=>{if(null==e.__checked)return;const t=e.getParent();b(t)&&"check"!==t.getListType()&&null!=e.getChecked()&&e.setChecked(void 0)},extends:n.ElementNode,importDOM:n.buildImportMap({li:()=>({conversion:S,priority:0})})})}constructor(e=1,t=void 0,n){super(n),this.__value=void 0===e?1:e,this.__checked=t}afterCloneFrom(e){super.afterCloneFrom(e),this.__value=e.__value,this.__checked=e.__checked}createDOM(e){const t=document.createElement("li");return this.updateListItemDOM(null,t,e),t}updateListItemDOM(e,s,i){!function(e,t,n){const r=t.getParent();!b(r)||"check"!==r.getListType()||b(t.getFirstChild())?(e.removeAttribute("role"),e.removeAttribute("tabIndex"),e.removeAttribute("aria-checked")):(e.setAttribute("role","checkbox"),e.setAttribute("tabIndex","-1"),n&&t.__checked===n.__checked||e.setAttribute("aria-checked",t.getChecked()?"true":"false"))}(s,this,e),s.value=this.__value,function(e,r,s){const i=[],o=[],l=r.list,a=l?l.listitem:void 0;let c;if(l&&l.nested&&(c=l.nested.listitem),void 0!==a&&i.push(...n.normalizeClassNames(a)),l){const e=s.getParent(),t=b(e)&&"check"===e.getListType(),n=s.getChecked();t&&!n||o.push(l.listitemUnchecked),t&&n||o.push(l.listitemChecked),t&&i.push(n?l.listitemChecked:l.listitemUnchecked)}if(void 0!==c){const e=n.normalizeClassNames(c);s.getChildren().some(e=>b(e))?i.push(...e):o.push(...e)}o.length>0&&t.removeClassNamesFromElement(e,...o),i.length>0&&t.addClassNamesToElement(e,...i)}(s,i.theme,this);const o=e?e.__style:"",l=this.__style;o!==l&&(""===l?s.removeAttribute("style"):s.style.cssText=l),function(e,t,n){const s=r.getStyleObjectFromCSS(t.__textStyle);for(const t in s)e.style.setProperty(`--listitem-marker-${t}`,s[t]);if(n)for(const t in r.getStyleObjectFromCSS(n.__textStyle))t in s||e.style.removeProperty(`--listitem-marker-${t}`)}(s,this,e)}updateDOM(e,t,n){const r=t;return this.updateListItemDOM(e,r,n),!1}updateFromJSON(e){return super.updateFromJSON(e).setValue(e.value).setChecked(e.checked)}exportDOM(e){const t=this.createDOM(e._config),n=this.getFormatType();n&&(t.style.textAlign=n);const r=this.getDirection();return r&&(t.dir=r),{element:t}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),value:this.getValue()}}append(...e){for(let t=0;t<e.length;t++){const r=e[t];if(n.$isElementNode(r)&&this.canMergeWith(r)){const e=r.getChildren();this.append(...e),r.remove()}else super.append(r)}return this}replace(e,t){if(x(e))return super.replace(e);this.setIndent(0);const r=this.getParentOrThrow();if(!b(r))return e;if(r.__first===this.getKey())r.insertBefore(e);else if(r.__last===this.getKey())r.insertAfter(e);else{const t=k(r.getListType());let n=this.getNextSibling();for(;n;){const e=n;n=n.getNextSibling(),t.append(e)}r.insertAfter(e),e.insertAfter(t)}return t&&(n.$isElementNode(e)||s(139),this.getChildren().forEach(t=>{e.append(t)})),this.remove(),0===r.getChildrenSize()&&r.remove(),e}insertAfter(e,t=!0){const n=this.getParentOrThrow();if(b(n)||s(39),x(e))return super.insertAfter(e,t);const r=this.getNextSiblings();if(n.insertAfter(e,t),0!==r.length){const s=k(n.getListType());r.forEach(e=>s.append(e)),e.insertAfter(s,t)}return e}remove(e){const t=this.getPreviousSibling(),n=this.getNextSibling();super.remove(e),t&&n&&a(t)&&a(n)&&(f(t.getFirstChild(),n.getFirstChild()),n.remove())}insertNewAfter(e,t=!0){const n=L().updateFromJSON(this.exportJSON()).setChecked(!this.getChecked()&&void 0);return this.insertAfter(n,t),n}collapseAtStart(e){const t=n.$createParagraphNode();this.getChildren().forEach(e=>t.append(e));const r=this.getParentOrThrow(),s=r.getParentOrThrow(),i=x(s);if(1===r.getChildrenSize())if(i)r.remove(),s.select();else{r.insertBefore(t),r.remove();const n=e.anchor,s=e.focus,i=t.getKey();"element"===n.type&&n.getNode().is(this)&&n.set(i,n.offset,"element"),"element"===s.type&&s.getNode().is(this)&&s.set(i,s.offset,"element")}else r.insertBefore(t),this.remove();return!0}getValue(){return this.getLatest().__value}setValue(e){const t=this.getWritable();return t.__value=e,t}getChecked(){const e=this.getLatest();let t;const n=this.getParent();return b(n)&&(t=n.getListType()),"check"===t?Boolean(e.__checked):void 0}setChecked(e){const t=this.getWritable();return t.__checked=e,t}toggleChecked(){const e=this.getWritable();return e.setChecked(!e.__checked)}getIndent(){const e=this.getParent();if(null===e||!this.isAttached())return this.getLatest().__indent;let t=e.getParentOrThrow(),n=0;for(;x(t);)t=t.getParentOrThrow().getParentOrThrow(),n++;return n}setIndent(e){"number"!=typeof e&&s(117),(e=Math.floor(e))>=0||s(199);let t=this.getIndent();for(;t!==e;)t<e?(_(this),t++):(C(this),t--);return this}canInsertAfter(e){return x(e)}canReplaceWith(e){return x(e)}canMergeWith(e){return x(e)||n.$isParagraphNode(e)}extractWithChild(e,t){if(!n.$isRangeSelection(t))return!1;const r=t.anchor.getNode(),s=t.focus.getNode();return this.isParentOf(r)&&this.isParentOf(s)&&this.getTextContent().length===t.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return k("bullet")}canMergeWhenEmpty(){return!0}}function S(e){if(e.classList.contains("task-list-item"))for(const t of e.children)if("INPUT"===t.tagName)return y(t);if(e.classList.contains("joplin-checkbox"))for(const t of e.children)if(t.classList.contains("checkbox-wrapper")&&t.children.length>0&&"INPUT"===t.children[0].tagName)return y(t.children[0]);const t=e.getAttribute("aria-checked");return{node:L("true"===t||"false"!==t&&void 0)}}function y(e){return"checkbox"!==e.getAttribute("type")?{node:null}:{node:L(e.hasAttribute("checked"))}}function L(e){return n.$applyNodeReplacement(new T(void 0,e))}function x(e){return e instanceof T}class O extends n.ElementNode{__tag;__start;__listType;$config(){return this.config("list",{$transform:e=>{!function(e){const t=e.getNextSibling();b(t)&&e.getListType()===t.getListType()&&f(e,t)}(e),m(e)},extends:n.ElementNode,importDOM:n.buildImportMap({ol:()=>({conversion:M,priority:0}),ul:()=>({conversion:M,priority:0})})})}constructor(e="number",t=1,n){super(n);const r=P[e]||e;this.__listType=r,this.__tag="number"===r?"ol":"ul",this.__start=t}afterCloneFrom(e){super.afterCloneFrom(e),this.__listType=e.__listType,this.__tag=e.__tag,this.__start=e.__start}getTag(){return this.getLatest().__tag}setListType(e){const t=this.getWritable();return t.__listType=e,t.__tag="number"===e?"ol":"ul",t}getListType(){return this.getLatest().__listType}getStart(){return this.getLatest().__start}setStart(e){const t=this.getWritable();return t.__start=e,t}createDOM(e,t){const n=this.__tag,r=document.createElement(n);return 1!==this.__start&&r.setAttribute("start",String(this.__start)),r.__lexicalListType=this.__listType,v(r,e.theme,this),r}updateDOM(e,t,n){return e.__tag!==this.__tag||e.__listType!==this.__listType||(v(t,n.theme,this),e.__start!==this.__start&&t.setAttribute("start",String(this.__start)),!1)}updateFromJSON(e){return super.updateFromJSON(e).setListType(e.listType).setStart(e.start)}exportDOM(e){const n=this.createDOM(e._config,e);return t.isHTMLElement(n)&&(1!==this.__start&&n.setAttribute("start",String(this.__start)),"check"===this.__listType&&n.setAttribute("__lexicalListType","check")),{element:n}}exportJSON(){return{...super.exportJSON(),listType:this.getListType(),start:this.getStart(),tag:this.getTag()}}canBeEmpty(){return!1}canIndent(){return!1}splice(e,t,r){let s=r;for(let e=0;e<r.length;e++){const t=r[e];x(t)||(s===r&&(s=[...r]),s[e]=L().append(!n.$isElementNode(t)||b(t)||t.isInline()?t:n.$createTextNode(t.getTextContent())))}return super.splice(e,t,s)}extractWithChild(e){return x(e)}}function v(e,r,s){const o=[],l=[],a=r.list;if(void 0!==a){const e=a[`${s.__tag}Depth`]||[],t=i(s)-1,r=t%e.length,c=e[r],g=a[s.__tag];let d;const u=a.nested,h=a.checklist;if(void 0!==u&&u.list&&(d=u.list),void 0!==g&&o.push(g),void 0!==h&&"check"===s.__listType&&o.push(h),void 0!==c){o.push(...n.normalizeClassNames(c));for(let t=0;t<e.length;t++)t!==r&&l.push(s.__tag+t)}if(void 0!==d){const e=n.normalizeClassNames(d);t>1?o.push(...e):l.push(...e)}}l.length>0&&t.removeClassNamesFromElement(e,...l),o.length>0&&t.addClassNamesToElement(e,...o)}function E(e){const t=[];for(let n=0;n<e.length;n++){const r=e[n];if(x(r)){t.push(r);const e=r.getChildren();e.length>1&&e.forEach(e=>{b(e)&&t.push(c(e))})}else t.push(c(r))}return t}function M(e){const n=e.nodeName.toLowerCase();let r=null;return"ol"===n?r=k("number",e.start):"ul"===n&&(r=function(e){if("check"===e.getAttribute("__lexicallisttype")||e.classList.contains("contains-task-list")||"1"===e.getAttribute("data-is-checklist"))return!0;for(const n of e.childNodes)if(t.isHTMLElement(n)&&n.hasAttribute("aria-checked"))return!0;return!1}(e)?k("check"):k("bullet")),{after:E,node:r}}const P={ol:"number",ul:"bullet"};function k(e="number",t=1){return n.$applyNodeReplacement(new O(e,t))}function b(e){return e instanceof O}const A=n.createCommand("INSERT_CHECK_LIST_COMMAND");function I(e,r){const s=r&&r.disableTakeFocusOnClick||!1,i=e=>{!function(e,r){R(e,()=>{if(t.isHTMLElement(e.target)){const t=e.target,s=n.getNearestEditorFromDOMNode(t);null!=s&&s.isEditable()&&s.update(()=>{const e=n.$getNearestNodeFromDOMNode(t);x(e)&&(r?(n.$addUpdateTag(n.SKIP_SELECTION_FOCUS_TAG),n.$addUpdateTag(n.SKIP_DOM_SELECTION_TAG)):t.focus(),e.toggleChecked())})}})}(e,s)},o=e=>{!function(e,t){R(e,()=>{e.preventDefault(),t&&e.stopPropagation()})}(e,s)};return t.mergeRegister(e.registerCommand(A,()=>(d("check"),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ARROW_DOWN_COMMAND,t=>$(t,e,!1),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ARROW_UP_COMMAND,t=>$(t,e,!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ESCAPE_COMMAND,()=>{if(null!=F()){const t=e.getRootElement();return null!=t&&t.focus(),!0}return!1},n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_SPACE_COMMAND,t=>{const r=F();return!(null==r||!e.isEditable()||(e.update(()=>{const e=n.$getNearestNodeFromDOMNode(r);x(e)&&(t.preventDefault(),e.toggleChecked())}),0))},n.COMMAND_PRIORITY_LOW),e.registerCommand(n.KEY_ARROW_LEFT_COMMAND,r=>e.getEditorState().read(()=>{const s=n.$getSelection();if(n.$isRangeSelection(s)&&s.isCollapsed()){const{anchor:i}=s,o="element"===i.type;if(o||0===i.offset){const s=i.getNode(),l=t.$findMatchingParent(s,e=>n.$isElementNode(e)&&!e.isInline());if(x(l)){const t=l.getParent();if(b(t)&&"check"===t.getListType()&&(o||l.getFirstDescendant()===s)){const t=e.getElementByKey(l.__key);if(null!=t&&document.activeElement!==t)return t.focus(),r.preventDefault(),!0}}}}return!1}),n.COMMAND_PRIORITY_LOW),e.registerRootListener((e,t)=>{null!==e&&(e.addEventListener("click",i),e.addEventListener("pointerdown",o,{capture:!0}),e.addEventListener("mousedown",o,{capture:!0}),e.addEventListener("touchstart",o,{capture:!0,passive:!1})),null!==t&&(t.removeEventListener("click",i),t.removeEventListener("pointerdown",o,{capture:!0}),t.removeEventListener("mousedown",o,{capture:!0}),t.removeEventListener("touchstart",o,{capture:!0}))}))}function R(e,n){const r=e.target;if(!t.isHTMLElement(r))return;const s=r.firstChild;if(t.isHTMLElement(s)&&("UL"===s.tagName||"OL"===s.tagName))return;const i=r.parentNode;if(!i||"check"!==i.__lexicalListType)return;let o=null,l=null;if("clientX"in e)o=e.clientX;else if("touches"in e){const t=e.touches;t.length>0&&(o=t[0].clientX,l="touch")}if(null==o)return;const a=r.getBoundingClientRect(),c=o/t.calculateZoomLevel(r),g=window.getComputedStyle?window.getComputedStyle(r,"::before"):{width:"0px"},d=parseFloat(g.width),u="touch"===l||"touch"===e.pointerType?32:0;("rtl"===r.dir?c<a.right+u&&c>a.right-d-u:c>a.left-u&&c<a.left+d+u)&&n()}function F(){const e=document.activeElement;return t.isHTMLElement(e)&&"LI"===e.tagName&&null!=e.parentNode&&"check"===e.parentNode.__lexicalListType?e:null}function $(e,t,r){const s=F();return null!=s&&t.update(()=>{const i=n.$getNearestNodeFromDOMNode(s);if(!x(i))return;const o=function(e,t){let n=t?e.getPreviousSibling():e.getNextSibling(),r=e;for(;null==n&&x(r);)r=r.getParentOrThrow().getParent(),null!=r&&(n=t?r.getPreviousSibling():r.getNextSibling());for(;x(n);){const e=t?n.getLastChild():n.getFirstChild();if(!b(e))return n;n=t?e.getLastChild():e.getFirstChild()}return null}(i,r);if(null!=o){o.selectStart();const n=t.getElementByKey(o.__key);null!=n&&(e.preventDefault(),setTimeout(()=>{n.focus()},0))}}),!1}const D=n.createCommand("UPDATE_LIST_START_COMMAND"),w=n.createCommand("INSERT_UNORDERED_LIST_COMMAND"),W=n.createCommand("INSERT_ORDERED_LIST_COMMAND"),K=n.createCommand("REMOVE_LIST_COMMAND");function U(e,r){return t.mergeRegister(e.registerCommand(W,()=>(d("number"),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(D,e=>{const{listNodeKey:t,newStart:r}=e,s=n.$getNodeByKey(t);return!!b(s)&&("number"===s.getListType()&&(s.setStart(r),m(s)),!0)},n.COMMAND_PRIORITY_LOW),e.registerCommand(w,()=>(d("bullet"),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(K,()=>(p(),!0),n.COMMAND_PRIORITY_LOW),e.registerCommand(n.INSERT_PARAGRAPH_COMMAND,()=>N(!(!r||!r.restoreNumbering)),n.COMMAND_PRIORITY_LOW),e.registerNodeTransform(T,e=>{const t=e.getFirstChild();if(t){if(n.$isTextNode(t)){const n=t.getStyle(),r=t.getFormat();e.getTextStyle()!==n&&e.setTextStyle(n),e.getTextFormat()!==r&&e.setTextFormat(r)}}else{const t=n.$getSelection();n.$isRangeSelection(t)&&(t.style!==e.getTextStyle()||t.format!==e.getTextFormat())&&t.isCollapsed()&&e.is(t.anchor.getNode())&&e.setTextStyle(t.style).setTextFormat(t.format)}}),e.registerNodeTransform(n.TextNode,e=>{const t=e.getParent();if(x(t)&&e.is(t.getFirstChild())){const n=e.getStyle(),r=e.getFormat();n===t.getTextStyle()&&r===t.getTextFormat()||t.setTextStyle(n).setTextFormat(r)}}))}function Y(e){const n=e=>{const n=e.getParent();if(b(e.getFirstChild())||!b(n))return;const r=t.$findMatchingParent(e,e=>x(e)&&b(e.getParent())&&x(e.getPreviousSibling()));if(null===r&&e.getIndent()>0)e.setIndent(0);else if(x(r)){const t=r.getPreviousSibling();if(x(t)){const r=function(e){let t=e,n=t.getFirstChild();for(;b(n);){const e=n.getLastChild();if(!x(e))break;t=e,n=t.getFirstChild()}return t}(t),s=r.getParent();if(b(s)){const t=i(s);t+1<i(n)&&e.setIndent(t)}}}};return e.registerNodeTransform(O,e=>{const t=[e];for(;t.length>0;){const e=t.shift();if(b(e))for(const r of e.getChildren())if(x(r)){n(r);const e=r.getFirstChild();b(e)&&t.push(e)}}})}const B=n.defineExtension({build:(t,n,r)=>e.namedSignals(n),config:n.safeCast({hasStrictIndent:!1,shouldPreserveNumbering:!1}),name:"@lexical/list/List",nodes:()=>[O,T],register(n,r,s){const i=s.getOutput();return t.mergeRegister(e.effect(()=>U(n,{restoreNumbering:i.shouldPreserveNumbering.value})),e.effect(()=>i.hasStrictIndent.value?Y(n):void 0))}}),z=n.defineExtension({config:n.safeCast({disableTakeFocusOnClick:!1}),dependencies:[B],name:"@lexical/list/CheckList",register:I});exports.$createListItemNode=L,exports.$createListNode=k,exports.$getListDepth=i,exports.$handleListInsertParagraph=N,exports.$insertList=d,exports.$isListItemNode=x,exports.$isListNode=b,exports.$removeList=p,exports.CheckListExtension=z,exports.INSERT_CHECK_LIST_COMMAND=A,exports.INSERT_ORDERED_LIST_COMMAND=W,exports.INSERT_UNORDERED_LIST_COMMAND=w,exports.ListExtension=B,exports.ListItemNode=T,exports.ListNode=O,exports.REMOVE_LIST_COMMAND=K,exports.UPDATE_LIST_START_COMMAND=D,exports.insertList=function(e,t){e.update(()=>d(t))},exports.registerCheckList=I,exports.registerList=U,exports.registerListStrictIndentTransform=Y,exports.removeList=function(e){e.update(()=>p())};
|
|
2
|
-
//# sourceMappingURL=LexicalList.prod.mjs.js.map
|