@viswa-test/creative-workspace-ui-component 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/cjs/_virtual/_tslib.js +1 -1
- package/dist/cjs/features/lsc-guidelines/LscGuidelines.js +2 -0
- package/dist/cjs/features/lsc-guidelines/LscGuidelines.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineAttachmentIcon.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineAttachmentIcon.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCardMenu.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCardMenu.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCart.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCart.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartHeader.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartHeader.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartItem.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartItem.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineConfirmDialog.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditor.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditor.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditorPage.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditorPage.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEmptyState.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEmptyState.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineHeader.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineHeader.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineIconButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineIconButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLandingPage.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLandingPage.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibrary.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibrary.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibraryCard.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelinePopoverCart.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelinePopoverCart.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineProceedButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineProceedButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSavedModal.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSavedModal.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSelectButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSelectButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/constants.js +2 -0
- package/dist/cjs/features/lsc-guidelines/constants.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/editor.js +2 -0
- package/dist/cjs/features/lsc-guidelines/editor.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useControllableState.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useControllableState.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineFlow.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineFlow.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineSelection.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/index.js +2 -0
- package/dist/cjs/features/lsc-guidelines/theme.css +8 -0
- package/dist/cjs/features/lsc-guidelines/utils.js +2 -0
- package/dist/cjs/features/lsc-guidelines/utils.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.mjs.js.map +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js.map +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.mjs.js.map +1 -1
- package/dist/features/lsc-guidelines/LscGuidelines.js +2 -0
- package/dist/features/lsc-guidelines/LscGuidelines.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineAttachmentIcon.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineAttachmentIcon.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCardMenu.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCardMenu.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCart.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCart.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartHeader.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartHeader.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartItem.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartItem.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineConfirmDialog.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditor.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditor.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditorPage.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditorPage.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEmptyState.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEmptyState.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineHeader.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineHeader.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineIconButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineIconButton.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLandingPage.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLandingPage.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibrary.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibrary.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibraryCard.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelinePopoverCart.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelinePopoverCart.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineProceedButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineProceedButton.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineSavedModal.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineSavedModal.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineSelectButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineSelectButton.js.map +1 -0
- package/dist/features/lsc-guidelines/constants.js +2 -0
- package/dist/features/lsc-guidelines/constants.js.map +1 -0
- package/dist/features/lsc-guidelines/editor.js +2 -0
- package/dist/features/lsc-guidelines/editor.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useControllableState.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useControllableState.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineFlow.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineFlow.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineSelection.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/features/lsc-guidelines/index.js +2 -0
- package/dist/features/lsc-guidelines/theme.css +8 -0
- package/dist/features/lsc-guidelines/utils.js +2 -0
- package/dist/features/lsc-guidelines/utils.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.mjs.js.map +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js.map +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.mjs.js.map +1 -1
- package/dist/types/App.d.ts +4 -0
- package/dist/types/App.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignLevelAccordions.d.ts +9 -0
- package/dist/types/components/AssignReminders/AssignLevelAccordions.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderLevels.d.ts +5 -0
- package/dist/types/components/AssignReminders/AssignReminderLevels.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderTest.d.ts +6 -0
- package/dist/types/components/AssignReminders/AssignReminderTest.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderWrapper.d.ts +4 -0
- package/dist/types/components/AssignReminders/AssignReminderWrapper.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/FileCheckCorner.d.ts +6 -0
- package/dist/types/components/AssignReminders/assets/FileCheckCorner.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/InfoIcon.d.ts +4 -0
- package/dist/types/components/AssignReminders/assets/InfoIcon.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/VerticalLine.d.ts +3 -0
- package/dist/types/components/AssignReminders/assets/VerticalLine.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/AssignEmailFields.d.ts +13 -0
- package/dist/types/components/AssignReminders/components/AssignEmailFields.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/AssignLevelsDatePicker.d.ts +8 -0
- package/dist/types/components/AssignReminders/components/AssignLevelsDatePicker.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomCheckbox.d.ts +8 -0
- package/dist/types/components/AssignReminders/components/CustomCheckbox.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomDatePicker.d.ts +9 -0
- package/dist/types/components/AssignReminders/components/CustomDatePicker.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomDropdown.d.ts +9 -0
- package/dist/types/components/AssignReminders/components/CustomDropdown.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/LevelData.d.ts +5 -0
- package/dist/types/components/AssignReminders/components/LevelData.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/ReviewStatus.d.ts +4 -0
- package/dist/types/components/AssignReminders/components/ReviewStatus.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/constants/assignReminderDefaultLevels.d.ts +4 -0
- package/dist/types/components/AssignReminders/constants/assignReminderDefaultLevels.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderWrapperStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderWrapperStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/ReviewStatusStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/ReviewStatusStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/accordionLevels.type.d.ts +12 -0
- package/dist/types/components/AssignReminders/types/accordionLevels.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/assignReminderLevels.type.d.ts +16 -0
- package/dist/types/components/AssignReminders/types/assignReminderLevels.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/levelData.type.d.ts +9 -0
- package/dist/types/components/AssignReminders/types/levelData.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/types.d.ts +92 -0
- package/dist/types/components/AssignReminders/types/types.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/utils/generateRandomColorsPair.d.ts +5 -0
- package/dist/types/components/AssignReminders/utils/generateRandomColorsPair.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/HighlightedText.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeAddAction.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeMenu.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeNode.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeSectionItem.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeSidebar.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeTooltip.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/LscGuidelines.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/LscGuidelines.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineAttachmentIcon.d.ts +35 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineAttachmentIcon.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCardMenu.d.ts +34 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCardMenu.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCart.d.ts +20 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCart.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartHeader.d.ts +14 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartHeader.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartItem.d.ts +16 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartItem.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineConfirmDialog.d.ts +18 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineConfirmDialog.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditor.d.ts +15 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditor.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditorPage.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditorPage.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEmptyState.d.ts +11 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEmptyState.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineHeader.d.ts +19 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineHeader.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineIconButton.d.ts +15 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineIconButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLandingPage.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLandingPage.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibrary.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibrary.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibraryCard.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibraryCard.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelinePopoverCart.d.ts +29 -0
- package/dist/types/features/lsc-guidelines/components/GuidelinePopoverCart.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineProceedButton.d.ts +12 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineProceedButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSavedModal.d.ts +20 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSavedModal.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSelectButton.d.ts +11 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSelectButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/constants.d.ts +51 -0
- package/dist/types/features/lsc-guidelines/constants.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/editor.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/editor.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useControllableState.d.ts +8 -0
- package/dist/types/features/lsc-guidelines/hooks/useControllableState.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineFlow.d.ts +10 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineFlow.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineSelection.d.ts +17 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineSelection.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/index.d.ts +27 -0
- package/dist/types/features/lsc-guidelines/index.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/types.d.ts +98 -0
- package/dist/types/features/lsc-guidelines/types.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/utils.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/utils.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/utils/treeUtils.d.ts.map +1 -0
- package/package.json +43 -690
- package/dist/_virtual/__node-resolve_empty.js +0 -2
- package/dist/_virtual/__node-resolve_empty.js.map +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -2
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/_node-resolve_empty.js +0 -2
- package/dist/_virtual/_node-resolve_empty.js.map +0 -1
- package/dist/_virtual/browser-index.js +0 -2
- package/dist/_virtual/browser-index.js.map +0 -1
- package/dist/_virtual/browser-index2.js +0 -2
- package/dist/_virtual/browser-index2.js.map +0 -1
- package/dist/_virtual/clock.js +0 -2
- package/dist/_virtual/clock.js.map +0 -1
- package/dist/_virtual/conventions.js +0 -2
- package/dist/_virtual/conventions.js.map +0 -1
- package/dist/_virtual/document.js +0 -2
- package/dist/_virtual/document.js.map +0 -1
- package/dist/_virtual/dom-parser.js +0 -2
- package/dist/_virtual/dom-parser.js.map +0 -1
- package/dist/_virtual/dom.js +0 -2
- package/dist/_virtual/dom.js.map +0 -1
- package/dist/_virtual/entities.js +0 -2
- package/dist/_virtual/entities.js.map +0 -1
- package/dist/_virtual/extends.js +0 -2
- package/dist/_virtual/extends.js.map +0 -1
- package/dist/_virtual/index.js +0 -2
- package/dist/_virtual/index2.js +0 -2
- package/dist/_virtual/index2.js.map +0 -1
- package/dist/_virtual/index3.js +0 -2
- package/dist/_virtual/index3.js.map +0 -1
- package/dist/_virtual/index4.js +0 -2
- package/dist/_virtual/index4.js.map +0 -1
- package/dist/_virtual/parse-sidx.js +0 -2
- package/dist/_virtual/parse-sidx.js.map +0 -1
- package/dist/_virtual/prism-cpp.js +0 -2
- package/dist/_virtual/prism-cpp.js.map +0 -1
- package/dist/_virtual/prism-cpp2.js +0 -2
- package/dist/_virtual/prism-cpp2.js.map +0 -1
- package/dist/_virtual/prism-java.js +0 -2
- package/dist/_virtual/prism-java.js.map +0 -1
- package/dist/_virtual/prism-java2.js +0 -2
- package/dist/_virtual/prism-java2.js.map +0 -1
- package/dist/_virtual/prism-python.js +0 -2
- package/dist/_virtual/prism-python.js.map +0 -1
- package/dist/_virtual/prism-python2.js +0 -2
- package/dist/_virtual/prism-python2.js.map +0 -1
- package/dist/_virtual/prism-rust.js +0 -2
- package/dist/_virtual/prism-rust.js.map +0 -1
- package/dist/_virtual/prism-rust2.js +0 -2
- package/dist/_virtual/prism-rust2.js.map +0 -1
- package/dist/_virtual/prism-typescript.js +0 -2
- package/dist/_virtual/prism-typescript.js.map +0 -1
- package/dist/_virtual/prism-typescript2.js +0 -2
- package/dist/_virtual/prism-typescript2.js.map +0 -1
- package/dist/_virtual/prism.js +0 -2
- package/dist/_virtual/prism.js.map +0 -1
- package/dist/_virtual/prism2.js +0 -2
- package/dist/_virtual/prism2.js.map +0 -1
- package/dist/_virtual/sax.js +0 -2
- package/dist/_virtual/sax.js.map +0 -1
- package/dist/_virtual/showdown.js +0 -2
- package/dist/_virtual/showdown.js.map +0 -1
- package/dist/_virtual/showdown2.js +0 -2
- package/dist/_virtual/showdown2.js.map +0 -1
- package/dist/_virtual/window.js +0 -2
- package/dist/_virtual/window.js.map +0 -1
- package/dist/cjs/_virtual/__node-resolve_empty.js +0 -2
- package/dist/cjs/_virtual/__node-resolve_empty.js.map +0 -1
- package/dist/cjs/_virtual/_commonjsHelpers.js +0 -2
- package/dist/cjs/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/cjs/_virtual/_node-resolve_empty.js +0 -2
- package/dist/cjs/_virtual/_node-resolve_empty.js.map +0 -1
- package/dist/cjs/_virtual/browser-index.js +0 -2
- package/dist/cjs/_virtual/browser-index.js.map +0 -1
- package/dist/cjs/_virtual/browser-index2.js +0 -2
- package/dist/cjs/_virtual/browser-index2.js.map +0 -1
- package/dist/cjs/_virtual/clock.js +0 -2
- package/dist/cjs/_virtual/clock.js.map +0 -1
- package/dist/cjs/_virtual/conventions.js +0 -2
- package/dist/cjs/_virtual/conventions.js.map +0 -1
- package/dist/cjs/_virtual/document.js +0 -2
- package/dist/cjs/_virtual/document.js.map +0 -1
- package/dist/cjs/_virtual/dom-parser.js +0 -2
- package/dist/cjs/_virtual/dom-parser.js.map +0 -1
- package/dist/cjs/_virtual/dom.js +0 -2
- package/dist/cjs/_virtual/dom.js.map +0 -1
- package/dist/cjs/_virtual/entities.js +0 -2
- package/dist/cjs/_virtual/entities.js.map +0 -1
- package/dist/cjs/_virtual/extends.js +0 -2
- package/dist/cjs/_virtual/extends.js.map +0 -1
- package/dist/cjs/_virtual/index.js +0 -2
- package/dist/cjs/_virtual/index2.js +0 -2
- package/dist/cjs/_virtual/index2.js.map +0 -1
- package/dist/cjs/_virtual/index3.js +0 -2
- package/dist/cjs/_virtual/index3.js.map +0 -1
- package/dist/cjs/_virtual/index4.js +0 -2
- package/dist/cjs/_virtual/index4.js.map +0 -1
- package/dist/cjs/_virtual/parse-sidx.js +0 -2
- package/dist/cjs/_virtual/parse-sidx.js.map +0 -1
- package/dist/cjs/_virtual/prism-cpp.js +0 -2
- package/dist/cjs/_virtual/prism-cpp.js.map +0 -1
- package/dist/cjs/_virtual/prism-cpp2.js +0 -2
- package/dist/cjs/_virtual/prism-cpp2.js.map +0 -1
- package/dist/cjs/_virtual/prism-java.js +0 -2
- package/dist/cjs/_virtual/prism-java.js.map +0 -1
- package/dist/cjs/_virtual/prism-java2.js +0 -2
- package/dist/cjs/_virtual/prism-java2.js.map +0 -1
- package/dist/cjs/_virtual/prism-python.js +0 -2
- package/dist/cjs/_virtual/prism-python.js.map +0 -1
- package/dist/cjs/_virtual/prism-python2.js +0 -2
- package/dist/cjs/_virtual/prism-python2.js.map +0 -1
- package/dist/cjs/_virtual/prism-rust.js +0 -2
- package/dist/cjs/_virtual/prism-rust.js.map +0 -1
- package/dist/cjs/_virtual/prism-rust2.js +0 -2
- package/dist/cjs/_virtual/prism-rust2.js.map +0 -1
- package/dist/cjs/_virtual/prism-typescript.js +0 -2
- package/dist/cjs/_virtual/prism-typescript.js.map +0 -1
- package/dist/cjs/_virtual/prism-typescript2.js +0 -2
- package/dist/cjs/_virtual/prism-typescript2.js.map +0 -1
- package/dist/cjs/_virtual/prism.js +0 -2
- package/dist/cjs/_virtual/prism.js.map +0 -1
- package/dist/cjs/_virtual/prism2.js +0 -2
- package/dist/cjs/_virtual/prism2.js.map +0 -1
- package/dist/cjs/_virtual/sax.js +0 -2
- package/dist/cjs/_virtual/sax.js.map +0 -1
- package/dist/cjs/_virtual/showdown.js +0 -2
- package/dist/cjs/_virtual/showdown.js.map +0 -1
- package/dist/cjs/_virtual/showdown2.js +0 -2
- package/dist/cjs/_virtual/showdown2.js.map +0 -1
- package/dist/cjs/_virtual/window.js +0 -2
- package/dist/cjs/_virtual/window.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/CitationRenderer.js +0 -2
- package/dist/cjs/features/CitationRenderer/CitationRenderer.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/CitationRenderer.module.css.js +0 -2
- package/dist/cjs/features/CitationRenderer/CitationRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +0 -2
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/Accordian.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/Accordian.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js.map +0 -1
- package/dist/cjs/features/RequirementAI/store/ref.context.js +0 -2
- package/dist/cjs/features/RequirementAI/store/ref.context.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/css.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/css.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/helpers.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/helpers.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/json-helper.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/json-helper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/BackNav.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/BackNav.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Badge.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Badge.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Footer.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Footer.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Header.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Header.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/NavRow.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/NavRow.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/adaptLabel.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/adaptLabel.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/cn.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/cn.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/dialog.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/dialog.js.map +0 -1
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/cjs/node_modules/@babel/runtime/helpers/extends.js +0 -2
- package/dist/cjs/node_modules/@babel/runtime/helpers/extends.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-accordion/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/byte-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/byte-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/codecs.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/codecs.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/containers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/containers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/ebml-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/ebml-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/id3-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/id3-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-groups.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-groups.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-types.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-types.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/mp4-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/mp4-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/nal-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/nal-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/resolve-url.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/resolve-url.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/stream.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/stream.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/http-handler.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/http-handler.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/index.js +0 -10
- package/dist/cjs/node_modules/@videojs/xhr/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/interceptors.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/interceptors.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/retry.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/retry.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/conventions.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/conventions.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/entities.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/entities.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/index.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/sax.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/sax.js.map +0 -1
- package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js +0 -2
- package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js +0 -2
- package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/cjs/node_modules/global/document.js +0 -2
- package/dist/cjs/node_modules/global/document.js.map +0 -1
- package/dist/cjs/node_modules/global/window.js +0 -2
- package/dist/cjs/node_modules/global/window.js.map +0 -1
- package/dist/cjs/node_modules/is-function/index.js +0 -2
- package/dist/cjs/node_modules/is-function/index.js.map +0 -1
- package/dist/cjs/node_modules/m3u8-parser/dist/m3u8-parser.es.js +0 -4
- package/dist/cjs/node_modules/m3u8-parser/dist/m3u8-parser.es.js.map +0 -1
- package/dist/cjs/node_modules/mpd-parser/dist/mpd-parser.es.js +0 -4
- package/dist/cjs/node_modules/mpd-parser/dist/mpd-parser.es.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/tools/parse-sidx.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/tools/parse-sidx.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/utils/clock.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/utils/clock.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/utils/numbers.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/utils/numbers.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-c.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-c.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-clike.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-clike.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-cpp.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-cpp.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-css.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-css.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-java.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-java.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-javascript.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-javascript.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-markdown.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-markdown.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-markup.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-markup.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-objectivec.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-objectivec.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-powershell.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-powershell.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-python.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-python.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-rust.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-rust.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-sql.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-sql.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-swift.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-swift.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-typescript.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-typescript.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/prism.js +0 -2
- package/dist/cjs/node_modules/prismjs/prism.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/cjs/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +0 -2
- package/dist/cjs/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/cjs/node_modules/showdown/dist/showdown.js +0 -2
- package/dist/cjs/node_modules/showdown/dist/showdown.js.map +0 -1
- package/dist/cjs/node_modules/turndown/lib/turndown.browser.es.js +0 -2
- package/dist/cjs/node_modules/turndown/lib/turndown.browser.es.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js +0 -2
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js +0 -2
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/native.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/native.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/rng.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/rng.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/stringify.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/stringify.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/v4.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/v4.js.map +0 -1
- package/dist/cjs/node_modules/video.js/dist/video-js.css.js +0 -2
- package/dist/cjs/node_modules/video.js/dist/video-js.css.js.map +0 -1
- package/dist/cjs/node_modules/video.js/dist/video.es.js +0 -8
- package/dist/cjs/node_modules/video.js/dist/video.es.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/browser-index.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/browser-index.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vtt.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vtt.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttcue.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttcue.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttregion.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttregion.js.map +0 -1
- package/dist/features/CitationRenderer/CitationRenderer.js +0 -2
- package/dist/features/CitationRenderer/CitationRenderer.js.map +0 -1
- package/dist/features/CitationRenderer/CitationRenderer.module.css.js +0 -2
- package/dist/features/CitationRenderer/CitationRenderer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +0 -2
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +0 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +0 -2
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js.map +0 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +0 -2
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +0 -2
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +0 -2
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js.map +0 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/Segment.js +0 -2
- package/dist/features/RequirementAI/components/segment/Segment.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js +0 -2
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/segment.module.css.js +0 -2
- package/dist/features/RequirementAI/components/segment/segment.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js +0 -2
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +0 -2
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +0 -2
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js.map +0 -1
- package/dist/features/RequirementAI/icons/AiGapIcon.js +0 -2
- package/dist/features/RequirementAI/icons/AiGapIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js +0 -2
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js +0 -2
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BookmarkIcon.js +0 -2
- package/dist/features/RequirementAI/icons/BookmarkIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BrainRed.js +0 -2
- package/dist/features/RequirementAI/icons/BrainRed.js.map +0 -1
- package/dist/features/RequirementAI/icons/CheckIcon.js +0 -2
- package/dist/features/RequirementAI/icons/CheckIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/CognitiveDecision.js +0 -2
- package/dist/features/RequirementAI/icons/CognitiveDecision.js.map +0 -1
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +0 -2
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +0 -2
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/PencilIcon.js +0 -2
- package/dist/features/RequirementAI/icons/PencilIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +0 -2
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +0 -2
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +0 -2
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/TrashIcon.js +0 -2
- package/dist/features/RequirementAI/icons/TrashIcon.js.map +0 -1
- package/dist/features/RequirementAI/shared/Accordian.js +0 -2
- package/dist/features/RequirementAI/shared/Accordian.js.map +0 -1
- package/dist/features/RequirementAI/shared/Accordian.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/Accordian.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/AtomicButton.js +0 -2
- package/dist/features/RequirementAI/shared/AtomicButton.js.map +0 -1
- package/dist/features/RequirementAI/shared/AtomicButton.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/AtomicButton.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +0 -2
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CodeViewer.js +0 -2
- package/dist/features/RequirementAI/shared/CodeViewer.js.map +0 -1
- package/dist/features/RequirementAI/shared/CodeViewer.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CodeViewer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +0 -2
- package/dist/features/RequirementAI/shared/ExpandableOl.js.map +0 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/ExpandableOl.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +0 -2
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js.map +0 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +0 -2
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js.map +0 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js +0 -2
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js.map +0 -1
- package/dist/features/RequirementAI/store/ref.context.js +0 -2
- package/dist/features/RequirementAI/store/ref.context.js.map +0 -1
- package/dist/features/RequirementAI/utils/css.utils.js +0 -2
- package/dist/features/RequirementAI/utils/css.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/diff-edit.utils.js +0 -2
- package/dist/features/RequirementAI/utils/diff-edit.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/helpers.js +0 -2
- package/dist/features/RequirementAI/utils/helpers.js.map +0 -1
- package/dist/features/RequirementAI/utils/json-helper.js +0 -2
- package/dist/features/RequirementAI/utils/json-helper.js.map +0 -1
- package/dist/features/RequirementAI/utils/learned-tag.utils.js +0 -2
- package/dist/features/RequirementAI/utils/learned-tag.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js +0 -2
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/user-story.utils.js +0 -2
- package/dist/features/RequirementAI/utils/user-story.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.context.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.context.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js.map +0 -1
- package/dist/features/UserStoryImport/components/BackNav.js +0 -2
- package/dist/features/UserStoryImport/components/BackNav.js.map +0 -1
- package/dist/features/UserStoryImport/components/Badge.js +0 -2
- package/dist/features/UserStoryImport/components/Badge.js.map +0 -1
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +0 -2
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/CardGrid.js +0 -2
- package/dist/features/UserStoryImport/components/CardGrid.js.map +0 -1
- package/dist/features/UserStoryImport/components/CardProceedButton.js +0 -2
- package/dist/features/UserStoryImport/components/CardProceedButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/ContentArea.js +0 -2
- package/dist/features/UserStoryImport/components/ContentArea.js.map +0 -1
- package/dist/features/UserStoryImport/components/Footer.js +0 -2
- package/dist/features/UserStoryImport/components/Footer.js.map +0 -1
- package/dist/features/UserStoryImport/components/Header.js +0 -2
- package/dist/features/UserStoryImport/components/Header.js.map +0 -1
- package/dist/features/UserStoryImport/components/NavRow.js +0 -2
- package/dist/features/UserStoryImport/components/NavRow.js.map +0 -1
- package/dist/features/UserStoryImport/components/ProceedButton.js +0 -2
- package/dist/features/UserStoryImport/components/ProceedButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/ProjectCard.js +0 -2
- package/dist/features/UserStoryImport/components/ProjectCard.js.map +0 -1
- package/dist/features/UserStoryImport/components/ResizeHandle.js +0 -2
- package/dist/features/UserStoryImport/components/ResizeHandle.js.map +0 -1
- package/dist/features/UserStoryImport/components/ScopeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/ScopeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/SearchInput.js +0 -2
- package/dist/features/UserStoryImport/components/SearchInput.js.map +0 -1
- package/dist/features/UserStoryImport/components/SectionHeading.js +0 -2
- package/dist/features/UserStoryImport/components/SectionHeading.js.map +0 -1
- package/dist/features/UserStoryImport/components/ShowMore.js +0 -2
- package/dist/features/UserStoryImport/components/ShowMore.js.map +0 -1
- package/dist/features/UserStoryImport/components/Sidebar.js +0 -2
- package/dist/features/UserStoryImport/components/Sidebar.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarProjectList.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarProjectList.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarSection.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarSection.js.map +0 -1
- package/dist/features/UserStoryImport/components/SortDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/SortDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/SplitLayout.js +0 -2
- package/dist/features/UserStoryImport/components/SplitLayout.js.map +0 -1
- package/dist/features/UserStoryImport/components/Toolbar.js +0 -2
- package/dist/features/UserStoryImport/components/Toolbar.js.map +0 -1
- package/dist/features/UserStoryImport/components/TypeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/TypeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryCard.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryCard.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/usePanelResize.js +0 -2
- package/dist/features/UserStoryImport/components/usePanelResize.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js +0 -2
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useUSPData.js +0 -2
- package/dist/features/UserStoryImport/hooks/useUSPData.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +0 -2
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js.map +0 -1
- package/dist/features/UserStoryImport/lib/CustomTooltip.js +0 -2
- package/dist/features/UserStoryImport/lib/CustomTooltip.js.map +0 -1
- package/dist/features/UserStoryImport/lib/Tooltip.js +0 -2
- package/dist/features/UserStoryImport/lib/Tooltip.js.map +0 -1
- package/dist/features/UserStoryImport/lib/adaptLabel.js +0 -2
- package/dist/features/UserStoryImport/lib/adaptLabel.js.map +0 -1
- package/dist/features/UserStoryImport/lib/cn.js +0 -2
- package/dist/features/UserStoryImport/lib/cn.js.map +0 -1
- package/dist/features/UserStoryImport/lib/dialog.js +0 -2
- package/dist/features/UserStoryImport/lib/dialog.js.map +0 -1
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/node_modules/@babel/runtime/helpers/extends.js +0 -2
- package/dist/node_modules/@babel/runtime/helpers/extends.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-collection/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-direction/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/byte-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/byte-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/codecs.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/codecs.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/containers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/containers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/ebml-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/ebml-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/id3-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/id3-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/media-groups.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/media-groups.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/media-types.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/media-types.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/mp4-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/mp4-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/nal-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/nal-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/resolve-url.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/resolve-url.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/stream.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/stream.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/http-handler.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/http-handler.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/index.js +0 -10
- package/dist/node_modules/@videojs/xhr/lib/index.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/interceptors.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/interceptors.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/retry.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/retry.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/conventions.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/conventions.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/dom.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/dom.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/entities.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/entities.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/index.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/index.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/sax.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/sax.js.map +0 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -2
- package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -2
- package/dist/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/node_modules/global/document.js +0 -2
- package/dist/node_modules/global/document.js.map +0 -1
- package/dist/node_modules/global/window.js +0 -2
- package/dist/node_modules/global/window.js.map +0 -1
- package/dist/node_modules/is-function/index.js +0 -2
- package/dist/node_modules/is-function/index.js.map +0 -1
- package/dist/node_modules/m3u8-parser/dist/m3u8-parser.es.js +0 -3
- package/dist/node_modules/m3u8-parser/dist/m3u8-parser.es.js.map +0 -1
- package/dist/node_modules/mpd-parser/dist/mpd-parser.es.js +0 -3
- package/dist/node_modules/mpd-parser/dist/mpd-parser.es.js.map +0 -1
- package/dist/node_modules/mux.js/lib/tools/parse-sidx.js +0 -2
- package/dist/node_modules/mux.js/lib/tools/parse-sidx.js.map +0 -1
- package/dist/node_modules/mux.js/lib/utils/clock.js +0 -2
- package/dist/node_modules/mux.js/lib/utils/clock.js.map +0 -1
- package/dist/node_modules/mux.js/lib/utils/numbers.js +0 -2
- package/dist/node_modules/mux.js/lib/utils/numbers.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-c.js +0 -2
- package/dist/node_modules/prismjs/components/prism-c.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-clike.js +0 -2
- package/dist/node_modules/prismjs/components/prism-clike.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-cpp.js +0 -2
- package/dist/node_modules/prismjs/components/prism-cpp.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-css.js +0 -2
- package/dist/node_modules/prismjs/components/prism-css.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-java.js +0 -2
- package/dist/node_modules/prismjs/components/prism-java.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-javascript.js +0 -2
- package/dist/node_modules/prismjs/components/prism-javascript.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-markdown.js +0 -2
- package/dist/node_modules/prismjs/components/prism-markdown.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-markup.js +0 -2
- package/dist/node_modules/prismjs/components/prism-markup.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-objectivec.js +0 -2
- package/dist/node_modules/prismjs/components/prism-objectivec.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-powershell.js +0 -2
- package/dist/node_modules/prismjs/components/prism-powershell.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-python.js +0 -2
- package/dist/node_modules/prismjs/components/prism-python.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-rust.js +0 -2
- package/dist/node_modules/prismjs/components/prism-rust.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-sql.js +0 -2
- package/dist/node_modules/prismjs/components/prism-sql.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-swift.js +0 -2
- package/dist/node_modules/prismjs/components/prism-swift.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-typescript.js +0 -2
- package/dist/node_modules/prismjs/components/prism-typescript.js.map +0 -1
- package/dist/node_modules/prismjs/prism.js +0 -2
- package/dist/node_modules/prismjs/prism.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +0 -2
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/node_modules/showdown/dist/showdown.js +0 -2
- package/dist/node_modules/showdown/dist/showdown.js.map +0 -1
- package/dist/node_modules/turndown/lib/turndown.browser.es.js +0 -2
- package/dist/node_modules/turndown/lib/turndown.browser.es.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -2
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -2
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/node_modules/uuid/dist/native.js +0 -2
- package/dist/node_modules/uuid/dist/native.js.map +0 -1
- package/dist/node_modules/uuid/dist/rng.js +0 -2
- package/dist/node_modules/uuid/dist/rng.js.map +0 -1
- package/dist/node_modules/uuid/dist/stringify.js +0 -2
- package/dist/node_modules/uuid/dist/stringify.js.map +0 -1
- package/dist/node_modules/uuid/dist/v4.js +0 -2
- package/dist/node_modules/uuid/dist/v4.js.map +0 -1
- package/dist/node_modules/video.js/dist/video-js.css.js +0 -2
- package/dist/node_modules/video.js/dist/video-js.css.js.map +0 -1
- package/dist/node_modules/video.js/dist/video.es.js +0 -19
- package/dist/node_modules/video.js/dist/video.es.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/browser-index.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/browser-index.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vtt.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vtt.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vttcue.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vttcue.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vttregion.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vttregion.js.map +0 -1
- package/dist/types/src/App.d.ts +0 -3
- package/dist/types/src/App.d.ts.map +0 -1
- package/dist/types/src/RequirementAiTest.d.ts +0 -12
- package/dist/types/src/RequirementAiTest.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/HighlightedText.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeAddAction.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeMenu.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeNode.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeNodeHeader.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeSectionItem.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeSidebar.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeTooltip.d.ts.map +0 -1
- package/dist/types/src/features/CitationRenderer/CitationRenderer.d.ts +0 -31
- package/dist/types/src/features/CitationRenderer/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/CitationRenderer/MarkdownRenderer.d.ts +0 -25
- package/dist/types/src/features/CitationRenderer/MarkdownRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts +0 -64
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types.d.ts +0 -248
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +0 -369
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts +0 -38
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/EditorDropdown/EditorDropdown.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/EditorDropdown/EditorDropdown.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/LinkEditor/LinkEditorButton/LinkEditorButton.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/LinkEditor/LinkEditorButton/LinkEditorButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Table/tableHelpers.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Table/tableHelpers.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.d.ts +0 -32
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/enums.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/enums.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/models.d.ts +0 -48
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/models.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useModal.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useModal.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useOnClickOutside.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useOnClickOutside.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialString.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialString.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/CommentEditorTheme.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/CommentEditorTheme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Button.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Button.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/ContentEditable.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/ContentEditable.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Modal.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Modal.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/commentsHelper.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/commentsHelper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/joinClasses.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/joinClasses.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/commenting/index.d.ts +0 -52
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/commenting/index.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts +0 -27
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +0 -34
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +0 -58
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts +0 -58
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts +0 -29
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +0 -50
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +0 -72
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronDown.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronDown.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronUpIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ExternalLinkIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ExternalLinkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/MessageCircleIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/MessageCircleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/NotebookIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/NotebookIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts +0 -74
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.d.ts +0 -35
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.d.ts +0 -30
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/CloseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/CloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/searchwaveform.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/searchwaveform.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.d.ts +0 -23
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/LoadingScreen.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/LoadingScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationContent.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts +0 -28
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts +0 -72
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeContent.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/FullScreenIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/FullScreenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitation.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.d.ts +0 -23
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +0 -56
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +0 -65
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts +0 -44
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/SegmentLoader.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/segment/SegmentLoader.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/BigEnoughPanel.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/story-screen/BigEnoughPanel.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/ReplaceLearnedTags.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/story-screen/ReplaceLearnedTags.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts +0 -47
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +0 -31
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +0 -70
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts +0 -43
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts +0 -29
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +0 -114
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useApprovalStatus.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/hooks/useApprovalStatus.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useDiffEditReviewMode.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/hooks/useDiffEditReviewMode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/AiReasoningIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/AiReasoningIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BigEnoughIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/icons/BigEnoughIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BookmarkIcon.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/icons/BookmarkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BrainRed.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/BrainRed.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CheckIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/CheckIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ChevronDownIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/ChevronDownIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ChevronUpIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/MeetingHighlightsIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/MeetingHighlightsIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/MenuUnfoldIcon.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/icons/MenuUnfoldIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/PencilIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/PencilIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ReasoningBulbIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/ReasoningBulbIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/SidebarCloseIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/SidebarCloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/SidebarOpenIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/SidebarOpenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/TrashIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/TrashIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/approval-screen.interface.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/interfaces/approval-screen.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts +0 -47
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +0 -316
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/Accordian.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/shared/Accordian.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/AtomicButton.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/shared/AtomicButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CitationAIConfidenceDisplay.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/shared/CitationAIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CitationLoadingIndicator.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/shared/CitationLoadingIndicator.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CodeViewer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/shared/CodeViewer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/GeneratedCodeCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/shared/GeneratedCodeCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts +0 -46
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/useMarkdownSearch.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/shared/useMarkdownSearch.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/store/ref.context.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/store/ref.context.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +0 -449
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts +0 -136
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/gapFilterStyles.type.d.ts +0 -82
- package/dist/types/src/features/RequirementAI/types/gapFilterStyles.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/streaming-block.type.d.ts +0 -30
- package/dist/types/src/features/RequirementAI/types/streaming-block.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/user.type.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/types/user.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/diff-edit.utils.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/utils/diff-edit.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/json-helper.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/utils/json-helper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/learned-tag.utils.d.ts +0 -33
- package/dist/types/src/features/RequirementAI/utils/learned-tag.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/user-story.utils.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/utils/user-story.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts +0 -33
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userstory-approval.utils.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/utils/userstory-approval.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts +0 -124
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.d.ts +0 -26
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts +0 -26
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts +0 -123
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts +0 -92
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts +0 -183
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/FileCitation/FileCitationContent.d.ts +0 -32
- package/dist/types/src/features/RequirementAiCitations/FileCitation/FileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts +0 -33
- package/dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/VideoCitation/VideoCitationContent.d.ts +0 -42
- package/dist/types/src/features/RequirementAiCitations/VideoCitation/VideoCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts +0 -48
- package/dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.d.ts +0 -17
- package/dist/types/src/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.context.d.ts +0 -53
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.context.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.theme.d.ts +0 -98
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.theme.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts +0 -277
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/BackNav.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/BackNav.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Badge.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/Badge.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/BrowseProjectsButton.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/BrowseProjectsButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/CardGrid.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/CardGrid.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/CardProceedButton.d.ts +0 -7
- package/dist/types/src/features/UserStoryImport/components/CardProceedButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ContentArea.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/ContentArea.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Footer.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/Footer.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Header.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/Header.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/NavRow.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/NavRow.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ProceedButton.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/ProceedButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ProjectCard.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/ProjectCard.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ResizeHandle.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/ResizeHandle.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ScopeDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/ScopeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SearchInput.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/SearchInput.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SectionHeading.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/SectionHeading.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ShowMore.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/ShowMore.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Sidebar.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/Sidebar.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarFavoritesList.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SidebarFavoritesList.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarProjectList.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SidebarProjectList.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarSection.d.ts +0 -24
- package/dist/types/src/features/UserStoryImport/components/SidebarSection.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SortDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/SortDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SplitLayout.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SplitLayout.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Toolbar.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/Toolbar.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryImportDialog.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/UserStoryImportDialog.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryScopeDropdown.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/UserStoryScopeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/usePanelResize.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/usePanelResize.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/useProjectUserStory.d.ts +0 -33
- package/dist/types/src/features/UserStoryImport/components/useProjectUserStory.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useFilteredItems.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/hooks/useFilteredItems.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts +0 -28
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUserStoryPickerState.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/hooks/useUserStoryPickerState.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/index.d.ts +0 -65
- package/dist/types/src/features/UserStoryImport/index.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/CustomTooltip.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/lib/CustomTooltip.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/Tooltip.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/lib/Tooltip.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/adaptLabel.d.ts +0 -2
- package/dist/types/src/features/UserStoryImport/lib/adaptLabel.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/cn.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/lib/cn.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/dialog.d.ts +0 -22
- package/dist/types/src/features/UserStoryImport/lib/dialog.d.ts.map +0 -1
- package/dist/types/src/index.d.ts +0 -123
- package/dist/types/src/index.d.ts.map +0 -1
- package/dist/types/src/types/CodeCitationTypes.d.ts +0 -46
- package/dist/types/src/types/CodeCitationTypes.d.ts.map +0 -1
- package/dist/types/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +0 -23
- package/dist/types/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +0 -1
- package/dist/types/src/types/epubItems.d.ts +0 -23
- package/dist/types/src/types/epubItems.d.ts.map +0 -1
- package/dist/types/src/types.d.ts.map +0 -1
- package/dist/types/src/utils/CustomSkeleton.d.ts +0 -2
- package/dist/types/src/utils/CustomSkeleton.d.ts.map +0 -1
- package/dist/types/src/utils/SkeletonLoader.d.ts +0 -3
- package/dist/types/src/utils/SkeletonLoader.d.ts.map +0 -1
- package/dist/types/src/utils/api.d.ts +0 -2
- package/dist/types/src/utils/api.d.ts.map +0 -1
- package/dist/types/src/utils/codeCitations.utils.d.ts +0 -9
- package/dist/types/src/utils/codeCitations.utils.d.ts.map +0 -1
- package/dist/types/src/utils/colors.d.ts +0 -5
- package/dist/types/src/utils/colors.d.ts.map +0 -1
- package/dist/types/src/utils/date.d.ts +0 -1
- package/dist/types/src/utils/date.d.ts.map +0 -1
- package/dist/types/src/utils/helperFunctions.d.ts +0 -6
- package/dist/types/src/utils/helperFunctions.d.ts.map +0 -1
- package/dist/types/src/utils/regexHelperService.d.ts +0 -9
- package/dist/types/src/utils/regexHelperService.d.ts.map +0 -1
- package/dist/types/src/utils/sanitizeHtml.d.ts +0 -5
- package/dist/types/src/utils/sanitizeHtml.d.ts.map +0 -1
- package/dist/types/src/utils/themeManager.d.ts +0 -13
- package/dist/types/src/utils/themeManager.d.ts.map +0 -1
- package/dist/types/src/utils/treeUtils.d.ts.map +0 -1
- package/dist/types/src/utils/urlQueryParamService.d.ts +0 -2
- package/dist/types/src/utils/urlQueryParamService.d.ts.map +0 -1
- package/dist/types/src/utils/variableHelperService.d.ts +0 -7
- package/dist/types/src/utils/variableHelperService.d.ts.map +0 -1
- /package/dist/{_virtual → cjs/features/lsc-guidelines}/index.js.map +0 -0
- /package/dist/{cjs/_virtual → features/lsc-guidelines}/index.js.map +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/HighlightedText.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeAddAction.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeMenu.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeNode.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeNodeHeader.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeSectionItem.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeSidebar.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeTooltip.d.ts +0 -0
- /package/dist/types/{src/types.d.ts → types.d.ts} +0 -0
- /package/dist/types/{src/utils → utils}/treeUtils.d.ts +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{__module as e}from"../../../_virtual/browser-index2.js";import{__require as r}from"../../global/window.js";import{__require as o}from"./vtt.js";import{__require as T}from"./vttcue.js";import{__require as i}from"./vttregion.js";var t;function s(){if(t)return e.exports;t=1;var s=r(),u=e.exports={WebVTT:o(),VTTCue:T(),VTTRegion:i()};s.vttjs=u,s.WebVTT=u.WebVTT;var n=u.VTTCue,V=u.VTTRegion,m=s.VTTCue,_=s.VTTRegion;return u.shim=function(){s.VTTCue=n,s.VTTRegion=V},u.restore=function(){s.VTTCue=m,s.VTTRegion=_},s.VTTCue||u.shim(),e.exports}export{s as __require};
|
|
2
|
-
//# sourceMappingURL=browser-index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser-index.js","sources":["../../../../node_modules/videojs-vtt.js/lib/browser-index.js"],"sourcesContent":["/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// Default exports for Node. Export the extended versions of VTTCue and\n// VTTRegion in Node since we likely want the capability to convert back and\n// forth between JSON. If we don't then it's not that big of a deal since we're\n// off browser.\n\nvar window = require('global/window');\n\nvar vttjs = module.exports = {\n WebVTT: require(\"./vtt.js\"),\n VTTCue: require(\"./vttcue.js\"),\n VTTRegion: require(\"./vttregion.js\")\n};\n\nwindow.vttjs = vttjs;\nwindow.WebVTT = vttjs.WebVTT;\n\nvar cueShim = vttjs.VTTCue;\nvar regionShim = vttjs.VTTRegion;\nvar nativeVTTCue = window.VTTCue;\nvar nativeVTTRegion = window.VTTRegion;\n\nvttjs.shim = function() {\n window.VTTCue = cueShim;\n window.VTTRegion = regionShim;\n};\n\nvttjs.restore = function() {\n window.VTTCue = nativeVTTCue;\n window.VTTRegion = nativeVTTRegion;\n};\n\nif (!window.VTTCue) {\n vttjs.shim();\n}\n"],"names":["window","require$$0","vttjs","browserIndexModule","exports","WebVTT","require$$1","VTTCue","require$$2","VTTRegion","require$$3","cueShim","regionShim","nativeVTTCue","nativeVTTRegion","shim","restore"],"mappings":"uRAqBA,IAAIA,EAASC,IAETC,EAAQC,EAAAC,QAAiB,CAC3BC,OAAQC,IACRC,OAAQC,IACRC,UAAWC,KAGbV,EAAOE,MAAQA,EACfF,EAAOK,OAASH,EAAMG,OAEtB,IAAIM,EAAUT,EAAMK,OAChBK,EAAaV,EAAMO,UACnBI,EAAeb,EAAOO,OACtBO,EAAkBd,EAAOS,iBAE7BP,EAAMa,KAAO,WACXf,EAAOO,OAASI,EAChBX,EAAOS,UAAYG,GAGrBV,EAAMc,QAAU,WACdhB,EAAOO,OAASM,EAChBb,EAAOS,UAAYK,GAGhBd,EAAOO,QACVL,EAAMa"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{__require as t}from"../../global/document.js";var e,i;function r(){if(i)return e;i=1;var r=t(),n=Object.create||function(){function t(){}return function(e){if(1!==arguments.length)throw new Error("Object.create shim only accepts one parameter.");return t.prototype=e,new t}}();function o(t,e){this.name="ParsingError",this.code=t.code,this.message=e||t.message}function a(t){function e(t,e,i,r){return 3600*(0|t)+60*(0|e)+(0|i)+(0|r)/1e3}var i=t.match(/^(\d+):(\d{1,2})(:\d{1,2})?\.(\d{3})/);return i?i[3]?e(i[1],i[2],i[3].replace(":",""),i[4]):i[1]>59?e(i[1],i[2],0,i[4]):e(0,i[1],i[2],i[4]):null}function s(){this.values=n(null)}function c(t,e,i,r){var n=r?t.split(r):[t];for(var o in n)if("string"==typeof n[o]){var a=n[o].split(i);if(2===a.length)e(a[0].trim(),a[1].trim())}}function l(t,e,i){var r=t;function n(){var e=a(t);if(null===e)throw new o(o.Errors.BadTimeStamp,"Malformed timestamp: "+r);return t=t.replace(/^[^\sa-zA-Z-]+/,""),e}function l(){t=t.replace(/^\s+/,"")}if(l(),e.startTime=n(),l(),"--\x3e"!==t.substr(0,3))throw new o(o.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '--\x3e'): "+r);t=t.substr(3),l(),e.endTime=n(),l(),function(t,e){var r=new s;c(t,function(t,e){switch(t){case"region":for(var n=i.length-1;n>=0;n--)if(i[n].id===e){r.set(t,i[n].region);break}break;case"vertical":r.alt(t,e,["rl","lr"]);break;case"line":var o=e.split(","),a=o[0];r.integer(t,a),r.percent(t,a)&&r.set("snapToLines",!1),r.alt(t,a,["auto"]),2===o.length&&r.alt("lineAlign",o[1],["start","center","end"]);break;case"position":o=e.split(","),r.percent(t,o[0]),2===o.length&&r.alt("positionAlign",o[1],["start","center","end"]);break;case"size":r.percent(t,e);break;case"align":r.alt(t,e,["start","center","end","left","right"])}},/:/,/\s/),e.region=r.get("region",null),e.vertical=r.get("vertical","");try{e.line=r.get("line","auto")}catch(t){}e.lineAlign=r.get("lineAlign","start"),e.snapToLines=r.get("snapToLines",!0),e.size=r.get("size",100);try{e.align=r.get("align","center")}catch(t){e.align=r.get("align","middle")}try{e.position=r.get("position","auto")}catch(t){e.position=r.get("position",{start:0,left:0,center:50,middle:50,end:100,right:100},e.align)}e.positionAlign=r.get("positionAlign",{start:"start",left:"start",center:"center",middle:"center",end:"end",right:"end"},e.align)}(t,e)}o.prototype=n(Error.prototype),o.prototype.constructor=o,o.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}},s.prototype={set:function(t,e){this.get(t)||""===e||(this.values[t]=e)},get:function(t,e,i){return i?this.has(t)?this.values[t]:e[i]:this.has(t)?this.values[t]:e},has:function(t){return t in this.values},alt:function(t,e,i){for(var r=0;r<i.length;++r)if(e===i[r]){this.set(t,e);break}},integer:function(t,e){/^-?\d+$/.test(e)&&this.set(t,parseInt(e,10))},percent:function(t,e){return!!(e.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(e=parseFloat(e))>=0&&e<=100)&&(this.set(t,e),!0)}};var h=r.createElement&&r.createElement("textarea"),u={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},f={white:"rgba(255,255,255,1)",lime:"rgba(0,255,0,1)",cyan:"rgba(0,255,255,1)",red:"rgba(255,0,0,1)",yellow:"rgba(255,255,0,1)",magenta:"rgba(255,0,255,1)",blue:"rgba(0,0,255,1)",black:"rgba(0,0,0,1)"},p={v:"title",lang:"lang"},g={rt:"ruby"};function d(t,e){function i(){if(!e)return null;var t,i=e.match(/^([^<]*)(<[^>]*>?)?/);return t=i[1]?i[1]:i[2],e=e.substr(t.length),t}function r(t){return h.innerHTML=t,t=h.textContent,h.textContent="",t}function n(t,e){return!g[e.localName]||g[e.localName]===t.localName}function o(e,i){var r=u[e];if(!r)return null;var n=t.document.createElement(r),o=p[e];return o&&i&&(n[o]=i.trim()),n}for(var s,c=t.document.createElement("div"),l=c,d=[];null!==(s=i());)if("<"!==s[0])l.appendChild(t.document.createTextNode(r(s)));else{if("/"===s[1]){d.length&&d[d.length-1]===s.substr(2).replace(">","")&&(d.pop(),l=l.parentNode);continue}var m,v=a(s.substr(1,s.length-2));if(v){m=t.document.createProcessingInstruction("timestamp",v),l.appendChild(m);continue}var b=s.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!b)continue;if(!(m=o(b[1],b[3])))continue;if(!n(l,m))continue;if(b[2]){var y=b[2].split(".");y.forEach(function(t){var e=/^bg_/.test(t),i=e?t.slice(3):t;if(f.hasOwnProperty(i)){var r=e?"background-color":"color",n=f[i];m.style[r]=n}}),m.className=y.join(" ")}d.push(b[1]),l.appendChild(m),l=m}return c}var m=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function v(t){for(var e=0;e<m.length;e++){var i=m[e];if(t>=i[0]&&t<=i[1])return!0}return!1}function b(t){var e=[],i="";if(!t||!t.childNodes)return"ltr";function r(t,e){for(var i=e.childNodes.length-1;i>=0;i--)t.push(e.childNodes[i])}function n(t){if(!t||!t.length)return null;var e=t.pop(),i=e.textContent||e.innerText;if(i){var o=i.match(/^.*(\n|\r)/);return o?(t.length=0,o[0]):i}return"ruby"===e.tagName?n(t):e.childNodes?(r(t,e),n(t)):void 0}for(r(e,t);i=n(e);)for(var o=0;o<i.length;o++)if(v(i.charCodeAt(o)))return"rtl";return"ltr"}function y(){}function w(t,e,i){y.call(this),this.cue=e,this.cueDiv=d(t,e.text);var r={color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:""===e.vertical?"horizontal-tb":"lr"===e.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"};this.applyStyles(r,this.cueDiv),this.div=t.document.createElement("div"),r={direction:b(this.cueDiv),writingMode:""===e.vertical?"horizontal-tb":"lr"===e.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:"middle"===e.align?"center":e.align,font:i.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(r),this.div.appendChild(this.cueDiv);var n=0;switch(e.positionAlign){case"start":case"line-left":n=e.position;break;case"center":n=e.position-e.size/2;break;case"end":case"line-right":n=e.position-e.size}""===e.vertical?this.applyStyles({left:this.formatStyle(n,"%"),width:this.formatStyle(e.size,"%")}):this.applyStyles({top:this.formatStyle(n,"%"),height:this.formatStyle(e.size,"%")}),this.move=function(t){this.applyStyles({top:this.formatStyle(t.top,"px"),bottom:this.formatStyle(t.bottom,"px"),left:this.formatStyle(t.left,"px"),right:this.formatStyle(t.right,"px"),height:this.formatStyle(t.height,"px"),width:this.formatStyle(t.width,"px")})}}function T(t){var e,i,r,n;if(t.div){i=t.div.offsetHeight,r=t.div.offsetWidth,n=t.div.offsetTop;var o=(o=t.div.childNodes)&&(o=o[0])&&o.getClientRects&&o.getClientRects();t=t.div.getBoundingClientRect(),e=o?Math.max(o[0]&&o[0].height||0,t.height/o.length):0}this.left=t.left,this.right=t.right,this.top=t.top||n,this.height=t.height||i,this.bottom=t.bottom||n+(t.height||i),this.width=t.width||r,this.lineHeight=void 0!==e?e:t.lineHeight}function x(t,e,i,r){var n=new T(e),o=e.cue,a=function(t){if("number"==typeof t.line&&(t.snapToLines||t.line>=0&&t.line<=100))return t.line;if(!t.track||!t.track.textTrackList||!t.track.textTrackList.mediaElement)return-1;for(var e=t.track,i=e.textTrackList,r=0,n=0;n<i.length&&i[n]!==e;n++)"showing"===i[n].mode&&r++;return-1*++r}(o),s=[];if(o.snapToLines){var c;switch(o.vertical){case"":s=["+y","-y"],c="height";break;case"rl":s=["+x","-x"],c="width";break;case"lr":s=["-x","+x"],c="width"}var l=n.lineHeight,h=l*Math.round(a),u=i[c]+l,f=s[0];Math.abs(h)>u&&(h=h<0?-1:1,h*=Math.ceil(u/l)*l),a<0&&(h+=""===o.vertical?i.height:i.width,s=s.reverse()),n.move(f,h)}else{var p=n.lineHeight/i.height*100;switch(o.lineAlign){case"center":a-=p/2;break;case"end":a-=p}switch(o.vertical){case"":e.applyStyles({top:e.formatStyle(a,"%")});break;case"rl":e.applyStyles({left:e.formatStyle(a,"%")});break;case"lr":e.applyStyles({right:e.formatStyle(a,"%")})}s=["+y","-x","+x","-y"],n=new T(e)}var g=function(t,e){for(var n,o=new T(t),a=1,s=0;s<e.length;s++){for(;t.overlapsOppositeAxis(i,e[s])||t.within(i)&&t.overlapsAny(r);)t.move(e[s]);if(t.within(i))return t;var c=t.intersectPercentage(i);a>c&&(n=new T(t),a=c),t=new T(o)}return n||o}(n,s);e.move(g.toCSSCompatValues(i))}function E(){}y.prototype.applyStyles=function(t,e){for(var i in e=e||this.div,t)t.hasOwnProperty(i)&&(e.style[i]=t[i])},y.prototype.formatStyle=function(t,e){return 0===t?0:t+e},w.prototype=n(y.prototype),w.prototype.constructor=w,T.prototype.move=function(t,e){switch(e=void 0!==e?e:this.lineHeight,t){case"+x":this.left+=e,this.right+=e;break;case"-x":this.left-=e,this.right-=e;break;case"+y":this.top+=e,this.bottom+=e;break;case"-y":this.top-=e,this.bottom-=e}},T.prototype.overlaps=function(t){return this.left<t.right&&this.right>t.left&&this.top<t.bottom&&this.bottom>t.top},T.prototype.overlapsAny=function(t){for(var e=0;e<t.length;e++)if(this.overlaps(t[e]))return!0;return!1},T.prototype.within=function(t){return this.top>=t.top&&this.bottom<=t.bottom&&this.left>=t.left&&this.right<=t.right},T.prototype.overlapsOppositeAxis=function(t,e){switch(e){case"+x":return this.left<t.left;case"-x":return this.right>t.right;case"+y":return this.top<t.top;case"-y":return this.bottom>t.bottom}},T.prototype.intersectPercentage=function(t){return Math.max(0,Math.min(this.right,t.right)-Math.max(this.left,t.left))*Math.max(0,Math.min(this.bottom,t.bottom)-Math.max(this.top,t.top))/(this.height*this.width)},T.prototype.toCSSCompatValues=function(t){return{top:this.top-t.top,bottom:t.bottom-this.bottom,left:this.left-t.left,right:t.right-this.right,height:this.height,width:this.width}},T.getSimpleBoxPosition=function(t){var e=t.div?t.div.offsetHeight:t.tagName?t.offsetHeight:0,i=t.div?t.div.offsetWidth:t.tagName?t.offsetWidth:0,r=t.div?t.div.offsetTop:t.tagName?t.offsetTop:0;return{left:(t=t.div?t.div.getBoundingClientRect():t.tagName?t.getBoundingClientRect():t).left,right:t.right,top:t.top||r,height:t.height||e,bottom:t.bottom||r+(t.height||e),width:t.width||i}},E.StringDecoder=function(){return{decode:function(t){if(!t)return"";if("string"!=typeof t)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}},E.convertCueToDOMTree=function(t,e){return t&&e?d(t,e):null};return E.processCues=function(t,e,i){if(!t||!e||!i)return null;for(;i.firstChild;)i.removeChild(i.firstChild);var r=t.document.createElement("div");if(r.style.position="absolute",r.style.left="0",r.style.right="0",r.style.top="0",r.style.bottom="0",r.style.margin="1.5%",i.appendChild(r),function(t){for(var e=0;e<t.length;e++)if(t[e].hasBeenReset||!t[e].displayState)return!0;return!1}(e)){var n=[],o=T.getSimpleBoxPosition(r),a={font:Math.round(.05*o.height*100)/100+"px sans-serif"};!function(){for(var i,s,c=0;c<e.length;c++)s=e[c],i=new w(t,s,a),r.appendChild(i.div),x(0,i,o,n),s.displayState=i.div,n.push(T.getSimpleBoxPosition(i))}()}else for(var s=0;s<e.length;s++)r.appendChild(e[s].displayState)},E.Parser=function(t,e,i){i||(i=e,e={}),e||(e={}),this.window=t,this.vttjs=e,this.state="INITIAL",this.buffer="",this.decoder=i||new TextDecoder("utf8"),this.regionList=[]},E.Parser.prototype={reportOrThrowError:function(t){if(!(t instanceof o))throw t;this.onparsingerror&&this.onparsingerror(t)},parse:function(t){var e=this;function i(){for(var t=e.buffer,i=0;i<t.length&&"\r"!==t[i]&&"\n"!==t[i];)++i;var r=t.substr(0,i);return"\r"===t[i]&&++i,"\n"===t[i]&&++i,e.buffer=t.substr(i),r}function r(t){t.match(/X-TIMESTAMP-MAP/)?c(t,function(t,i){if("X-TIMESTAMP-MAP"===t)!function(t){var i=new s;c(t,function(t,e){switch(t){case"MPEGT":i.integer(t+"S",e);break;case"LOCA":i.set(t+"L",a(e))}},/[^\d]:/,/,/),e.ontimestampmap&&e.ontimestampmap({MPEGTS:i.get("MPEGTS"),LOCAL:i.get("LOCAL")})}(i)},/=/):c(t,function(t,i){if("Region"===t)!function(t){var i=new s;if(c(t,function(t,e){switch(t){case"id":i.set(t,e);break;case"width":i.percent(t,e);break;case"lines":i.integer(t,e);break;case"regionanchor":case"viewportanchor":var r=e.split(",");if(2!==r.length)break;var n=new s;if(n.percent("x",r[0]),n.percent("y",r[1]),!n.has("x")||!n.has("y"))break;i.set(t+"X",n.get("x")),i.set(t+"Y",n.get("y"));break;case"scroll":i.alt(t,e,["up"])}},/=/,/\s/),i.has("id")){var r=new(e.vttjs.VTTRegion||e.window.VTTRegion);r.width=i.get("width",100),r.lines=i.get("lines",3),r.regionAnchorX=i.get("regionanchorX",0),r.regionAnchorY=i.get("regionanchorY",100),r.viewportAnchorX=i.get("viewportanchorX",0),r.viewportAnchorY=i.get("viewportanchorY",100),r.scroll=i.get("scroll",""),e.onregion&&e.onregion(r),e.regionList.push({id:i.get("id"),region:r})}}(i)},/:/)}t&&(e.buffer+=e.decoder.decode(t,{stream:!0}));try{var n;if("INITIAL"===e.state){if(!/\r\n|\n/.test(e.buffer))return this;var h=(n=i()).match(/^WEBVTT([ \t].*)?$/);if(!h||!h[0])throw new o(o.Errors.BadSignature);e.state="HEADER"}for(var u=!1;e.buffer;){if(!/\r\n|\n/.test(e.buffer))return this;switch(u?u=!1:n=i(),e.state){case"HEADER":/:/.test(n)?r(n):n||(e.state="ID");continue;case"NOTE":n||(e.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(n)){e.state="NOTE";break}if(!n)continue;e.cue=new(e.vttjs.VTTCue||e.window.VTTCue)(0,0,"");try{e.cue.align="center"}catch(t){e.cue.align="middle"}if(e.state="CUE",-1===n.indexOf("--\x3e")){e.cue.id=n;continue}case"CUE":try{l(n,e.cue,e.regionList)}catch(t){e.reportOrThrowError(t),e.cue=null,e.state="BADCUE";continue}e.state="CUETEXT";continue;case"CUETEXT":var f=-1!==n.indexOf("--\x3e");if(!n||f&&(u=!0)){e.oncue&&e.oncue(e.cue),e.cue=null,e.state="ID";continue}e.cue.text&&(e.cue.text+="\n"),e.cue.text+=n.replace(/\u2028/g,"\n").replace(/u2029/g,"\n");continue;case"BADCUE":n||(e.state="ID");continue}}}catch(t){e.reportOrThrowError(t),"CUETEXT"===e.state&&e.cue&&e.oncue&&e.oncue(e.cue),e.cue=null,e.state="INITIAL"===e.state?"BADWEBVTT":"BADCUE"}return this},flush:function(){var t=this;try{if(t.buffer+=t.decoder.decode(),(t.cue||"HEADER"===t.state)&&(t.buffer+="\n\n",t.parse()),"INITIAL"===t.state)throw new o(o.Errors.BadSignature)}catch(e){t.reportOrThrowError(e)}return t.onflush&&t.onflush(),this}},e=E}export{r as __require};
|
|
2
|
-
//# sourceMappingURL=vtt.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vtt.js","sources":["../../../../node_modules/videojs-vtt.js/lib/vtt.js"],"sourcesContent":["/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */\nvar document = require('global/document');\n\nvar _objCreate = Object.create || (function() {\n function F() {}\n return function(o) {\n if (arguments.length !== 1) {\n throw new Error('Object.create shim only accepts one parameter.');\n }\n F.prototype = o;\n return new F();\n };\n})();\n\n// Creates a new ParserError object from an errorData object. The errorData\n// object should have default code and message properties. The default message\n// property can be overriden by passing in a message parameter.\n// See ParsingError.Errors below for acceptable errors.\nfunction ParsingError(errorData, message) {\n this.name = \"ParsingError\";\n this.code = errorData.code;\n this.message = message || errorData.message;\n}\nParsingError.prototype = _objCreate(Error.prototype);\nParsingError.prototype.constructor = ParsingError;\n\n// ParsingError metadata for acceptable ParsingErrors.\nParsingError.Errors = {\n BadSignature: {\n code: 0,\n message: \"Malformed WebVTT signature.\"\n },\n BadTimeStamp: {\n code: 1,\n message: \"Malformed time stamp.\"\n }\n};\n\n// Try to parse input as a time stamp.\nfunction parseTimeStamp(input) {\n\n function computeSeconds(h, m, s, f) {\n return (h | 0) * 3600 + (m | 0) * 60 + (s | 0) + (f | 0) / 1000;\n }\n\n var m = input.match(/^(\\d+):(\\d{1,2})(:\\d{1,2})?\\.(\\d{3})/);\n if (!m) {\n return null;\n }\n\n if (m[3]) {\n // Timestamp takes the form of [hours]:[minutes]:[seconds].[milliseconds]\n return computeSeconds(m[1], m[2], m[3].replace(\":\", \"\"), m[4]);\n } else if (m[1] > 59) {\n // Timestamp takes the form of [hours]:[minutes].[milliseconds]\n // First position is hours as it's over 59.\n return computeSeconds(m[1], m[2], 0, m[4]);\n } else {\n // Timestamp takes the form of [minutes]:[seconds].[milliseconds]\n return computeSeconds(0, m[1], m[2], m[4]);\n }\n}\n\n// A settings object holds key/value pairs and will ignore anything but the first\n// assignment to a specific key.\nfunction Settings() {\n this.values = _objCreate(null);\n}\n\nSettings.prototype = {\n // Only accept the first assignment to any key.\n set: function(k, v) {\n if (!this.get(k) && v !== \"\") {\n this.values[k] = v;\n }\n },\n // Return the value for a key, or a default value.\n // If 'defaultKey' is passed then 'dflt' is assumed to be an object with\n // a number of possible default values as properties where 'defaultKey' is\n // the key of the property that will be chosen; otherwise it's assumed to be\n // a single value.\n get: function(k, dflt, defaultKey) {\n if (defaultKey) {\n return this.has(k) ? this.values[k] : dflt[defaultKey];\n }\n return this.has(k) ? this.values[k] : dflt;\n },\n // Check whether we have a value for a key.\n has: function(k) {\n return k in this.values;\n },\n // Accept a setting if its one of the given alternatives.\n alt: function(k, v, a) {\n for (var n = 0; n < a.length; ++n) {\n if (v === a[n]) {\n this.set(k, v);\n break;\n }\n }\n },\n // Accept a setting if its a valid (signed) integer.\n integer: function(k, v) {\n if (/^-?\\d+$/.test(v)) { // integer\n this.set(k, parseInt(v, 10));\n }\n },\n // Accept a setting if its a valid percentage.\n percent: function(k, v) {\n var m;\n if ((m = v.match(/^([\\d]{1,3})(\\.[\\d]*)?%$/))) {\n v = parseFloat(v);\n if (v >= 0 && v <= 100) {\n this.set(k, v);\n return true;\n }\n }\n return false;\n }\n};\n\n// Helper function to parse input into groups separated by 'groupDelim', and\n// interprete each group as a key/value pair separated by 'keyValueDelim'.\nfunction parseOptions(input, callback, keyValueDelim, groupDelim) {\n var groups = groupDelim ? input.split(groupDelim) : [input];\n for (var i in groups) {\n if (typeof groups[i] !== \"string\") {\n continue;\n }\n var kv = groups[i].split(keyValueDelim);\n if (kv.length !== 2) {\n continue;\n }\n var k = kv[0].trim();\n var v = kv[1].trim();\n callback(k, v);\n }\n}\n\nfunction parseCue(input, cue, regionList) {\n // Remember the original input if we need to throw an error.\n var oInput = input;\n // 4.1 WebVTT timestamp\n function consumeTimeStamp() {\n var ts = parseTimeStamp(input);\n if (ts === null) {\n throw new ParsingError(ParsingError.Errors.BadTimeStamp,\n \"Malformed timestamp: \" + oInput);\n }\n // Remove time stamp from input.\n input = input.replace(/^[^\\sa-zA-Z-]+/, \"\");\n return ts;\n }\n\n // 4.4.2 WebVTT cue settings\n function consumeCueSettings(input, cue) {\n var settings = new Settings();\n\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"region\":\n // Find the last region we parsed with the same region id.\n for (var i = regionList.length - 1; i >= 0; i--) {\n if (regionList[i].id === v) {\n settings.set(k, regionList[i].region);\n break;\n }\n }\n break;\n case \"vertical\":\n settings.alt(k, v, [\"rl\", \"lr\"]);\n break;\n case \"line\":\n var vals = v.split(\",\"),\n vals0 = vals[0];\n settings.integer(k, vals0);\n settings.percent(k, vals0) ? settings.set(\"snapToLines\", false) : null;\n settings.alt(k, vals0, [\"auto\"]);\n if (vals.length === 2) {\n settings.alt(\"lineAlign\", vals[1], [\"start\", \"center\", \"end\"]);\n }\n break;\n case \"position\":\n vals = v.split(\",\");\n settings.percent(k, vals[0]);\n if (vals.length === 2) {\n settings.alt(\"positionAlign\", vals[1], [\"start\", \"center\", \"end\"]);\n }\n break;\n case \"size\":\n settings.percent(k, v);\n break;\n case \"align\":\n settings.alt(k, v, [\"start\", \"center\", \"end\", \"left\", \"right\"]);\n break;\n }\n }, /:/, /\\s/);\n\n // Apply default values for any missing fields.\n cue.region = settings.get(\"region\", null);\n cue.vertical = settings.get(\"vertical\", \"\");\n try {\n cue.line = settings.get(\"line\", \"auto\");\n } catch (e) {}\n cue.lineAlign = settings.get(\"lineAlign\", \"start\");\n cue.snapToLines = settings.get(\"snapToLines\", true);\n cue.size = settings.get(\"size\", 100);\n // Safari still uses the old middle value and won't accept center\n try {\n cue.align = settings.get(\"align\", \"center\");\n } catch (e) {\n cue.align = settings.get(\"align\", \"middle\");\n }\n try {\n cue.position = settings.get(\"position\", \"auto\");\n } catch (e) {\n cue.position = settings.get(\"position\", {\n start: 0,\n left: 0,\n center: 50,\n middle: 50,\n end: 100,\n right: 100\n }, cue.align);\n }\n\n\n cue.positionAlign = settings.get(\"positionAlign\", {\n start: \"start\",\n left: \"start\",\n center: \"center\",\n middle: \"center\",\n end: \"end\",\n right: \"end\"\n }, cue.align);\n }\n\n function skipWhitespace() {\n input = input.replace(/^\\s+/, \"\");\n }\n\n // 4.1 WebVTT cue timings.\n skipWhitespace();\n cue.startTime = consumeTimeStamp(); // (1) collect cue start time\n skipWhitespace();\n if (input.substr(0, 3) !== \"-->\") { // (3) next characters must match \"-->\"\n throw new ParsingError(ParsingError.Errors.BadTimeStamp,\n \"Malformed time stamp (time stamps must be separated by '-->'): \" +\n oInput);\n }\n input = input.substr(3);\n skipWhitespace();\n cue.endTime = consumeTimeStamp(); // (5) collect cue end time\n\n // 4.1 WebVTT cue settings list.\n skipWhitespace();\n consumeCueSettings(input, cue);\n}\n\n// When evaluating this file as part of a Webpack bundle for server\n// side rendering, `document` is an empty object.\nvar TEXTAREA_ELEMENT = document.createElement && document.createElement(\"textarea\");\n\nvar TAG_NAME = {\n c: \"span\",\n i: \"i\",\n b: \"b\",\n u: \"u\",\n ruby: \"ruby\",\n rt: \"rt\",\n v: \"span\",\n lang: \"span\"\n};\n\n// 5.1 default text color\n// 5.2 default text background color is equivalent to text color with bg_ prefix\nvar DEFAULT_COLOR_CLASS = {\n white: 'rgba(255,255,255,1)',\n lime: 'rgba(0,255,0,1)',\n cyan: 'rgba(0,255,255,1)',\n red: 'rgba(255,0,0,1)',\n yellow: 'rgba(255,255,0,1)',\n magenta: 'rgba(255,0,255,1)',\n blue: 'rgba(0,0,255,1)',\n black: 'rgba(0,0,0,1)'\n};\n\nvar TAG_ANNOTATION = {\n v: \"title\",\n lang: \"lang\"\n};\n\nvar NEEDS_PARENT = {\n rt: \"ruby\"\n};\n\n// Parse content into a document fragment.\nfunction parseContent(window, input) {\n function nextToken() {\n // Check for end-of-string.\n if (!input) {\n return null;\n }\n\n // Consume 'n' characters from the input.\n function consume(result) {\n input = input.substr(result.length);\n return result;\n }\n\n var m = input.match(/^([^<]*)(<[^>]*>?)?/);\n // If there is some text before the next tag, return it, otherwise return\n // the tag.\n return consume(m[1] ? m[1] : m[2]);\n }\n\n function unescape(s) {\n TEXTAREA_ELEMENT.innerHTML = s;\n s = TEXTAREA_ELEMENT.textContent;\n TEXTAREA_ELEMENT.textContent = \"\";\n return s;\n }\n\n function shouldAdd(current, element) {\n return !NEEDS_PARENT[element.localName] ||\n NEEDS_PARENT[element.localName] === current.localName;\n }\n\n // Create an element for this tag.\n function createElement(type, annotation) {\n var tagName = TAG_NAME[type];\n if (!tagName) {\n return null;\n }\n var element = window.document.createElement(tagName);\n var name = TAG_ANNOTATION[type];\n if (name && annotation) {\n element[name] = annotation.trim();\n }\n return element;\n }\n\n var rootDiv = window.document.createElement(\"div\"),\n current = rootDiv,\n t,\n tagStack = [];\n\n while ((t = nextToken()) !== null) {\n if (t[0] === '<') {\n if (t[1] === \"/\") {\n // If the closing tag matches, move back up to the parent node.\n if (tagStack.length &&\n tagStack[tagStack.length - 1] === t.substr(2).replace(\">\", \"\")) {\n tagStack.pop();\n current = current.parentNode;\n }\n // Otherwise just ignore the end tag.\n continue;\n }\n var ts = parseTimeStamp(t.substr(1, t.length - 2));\n var node;\n if (ts) {\n // Timestamps are lead nodes as well.\n node = window.document.createProcessingInstruction(\"timestamp\", ts);\n current.appendChild(node);\n continue;\n }\n var m = t.match(/^<([^.\\s/0-9>]+)(\\.[^\\s\\\\>]+)?([^>\\\\]+)?(\\\\?)>?$/);\n // If we can't parse the tag, skip to the next tag.\n if (!m) {\n continue;\n }\n // Try to construct an element, and ignore the tag if we couldn't.\n node = createElement(m[1], m[3]);\n if (!node) {\n continue;\n }\n // Determine if the tag should be added based on the context of where it\n // is placed in the cuetext.\n if (!shouldAdd(current, node)) {\n continue;\n }\n // Set the class list (as a list of classes, separated by space).\n if (m[2]) {\n var classes = m[2].split('.');\n\n classes.forEach(function(cl) {\n var bgColor = /^bg_/.test(cl);\n // slice out `bg_` if it's a background color\n var colorName = bgColor ? cl.slice(3) : cl;\n\n if (DEFAULT_COLOR_CLASS.hasOwnProperty(colorName)) {\n var propName = bgColor ? 'background-color' : 'color';\n var propValue = DEFAULT_COLOR_CLASS[colorName];\n\n node.style[propName] = propValue;\n }\n });\n\n node.className = classes.join(' ');\n }\n // Append the node to the current node, and enter the scope of the new\n // node.\n tagStack.push(m[1]);\n current.appendChild(node);\n current = node;\n continue;\n }\n\n // Text nodes are leaf nodes.\n current.appendChild(window.document.createTextNode(unescape(t)));\n }\n\n return rootDiv;\n}\n\n// This is a list of all the Unicode characters that have a strong\n// right-to-left category. What this means is that these characters are\n// written right-to-left for sure. It was generated by pulling all the strong\n// right-to-left characters out of the Unicode data table. That table can\n// found at: http://www.unicode.org/Public/UNIDATA/UnicodeData.txt\nvar strongRTLRanges = [[0x5be, 0x5be], [0x5c0, 0x5c0], [0x5c3, 0x5c3], [0x5c6, 0x5c6],\n [0x5d0, 0x5ea], [0x5f0, 0x5f4], [0x608, 0x608], [0x60b, 0x60b], [0x60d, 0x60d],\n [0x61b, 0x61b], [0x61e, 0x64a], [0x66d, 0x66f], [0x671, 0x6d5], [0x6e5, 0x6e6],\n [0x6ee, 0x6ef], [0x6fa, 0x70d], [0x70f, 0x710], [0x712, 0x72f], [0x74d, 0x7a5],\n [0x7b1, 0x7b1], [0x7c0, 0x7ea], [0x7f4, 0x7f5], [0x7fa, 0x7fa], [0x800, 0x815],\n [0x81a, 0x81a], [0x824, 0x824], [0x828, 0x828], [0x830, 0x83e], [0x840, 0x858],\n [0x85e, 0x85e], [0x8a0, 0x8a0], [0x8a2, 0x8ac], [0x200f, 0x200f],\n [0xfb1d, 0xfb1d], [0xfb1f, 0xfb28], [0xfb2a, 0xfb36], [0xfb38, 0xfb3c],\n [0xfb3e, 0xfb3e], [0xfb40, 0xfb41], [0xfb43, 0xfb44], [0xfb46, 0xfbc1],\n [0xfbd3, 0xfd3d], [0xfd50, 0xfd8f], [0xfd92, 0xfdc7], [0xfdf0, 0xfdfc],\n [0xfe70, 0xfe74], [0xfe76, 0xfefc], [0x10800, 0x10805], [0x10808, 0x10808],\n [0x1080a, 0x10835], [0x10837, 0x10838], [0x1083c, 0x1083c], [0x1083f, 0x10855],\n [0x10857, 0x1085f], [0x10900, 0x1091b], [0x10920, 0x10939], [0x1093f, 0x1093f],\n [0x10980, 0x109b7], [0x109be, 0x109bf], [0x10a00, 0x10a00], [0x10a10, 0x10a13],\n [0x10a15, 0x10a17], [0x10a19, 0x10a33], [0x10a40, 0x10a47], [0x10a50, 0x10a58],\n [0x10a60, 0x10a7f], [0x10b00, 0x10b35], [0x10b40, 0x10b55], [0x10b58, 0x10b72],\n [0x10b78, 0x10b7f], [0x10c00, 0x10c48], [0x1ee00, 0x1ee03], [0x1ee05, 0x1ee1f],\n [0x1ee21, 0x1ee22], [0x1ee24, 0x1ee24], [0x1ee27, 0x1ee27], [0x1ee29, 0x1ee32],\n [0x1ee34, 0x1ee37], [0x1ee39, 0x1ee39], [0x1ee3b, 0x1ee3b], [0x1ee42, 0x1ee42],\n [0x1ee47, 0x1ee47], [0x1ee49, 0x1ee49], [0x1ee4b, 0x1ee4b], [0x1ee4d, 0x1ee4f],\n [0x1ee51, 0x1ee52], [0x1ee54, 0x1ee54], [0x1ee57, 0x1ee57], [0x1ee59, 0x1ee59],\n [0x1ee5b, 0x1ee5b], [0x1ee5d, 0x1ee5d], [0x1ee5f, 0x1ee5f], [0x1ee61, 0x1ee62],\n [0x1ee64, 0x1ee64], [0x1ee67, 0x1ee6a], [0x1ee6c, 0x1ee72], [0x1ee74, 0x1ee77],\n [0x1ee79, 0x1ee7c], [0x1ee7e, 0x1ee7e], [0x1ee80, 0x1ee89], [0x1ee8b, 0x1ee9b],\n [0x1eea1, 0x1eea3], [0x1eea5, 0x1eea9], [0x1eeab, 0x1eebb], [0x10fffd, 0x10fffd]];\n\nfunction isStrongRTLChar(charCode) {\n for (var i = 0; i < strongRTLRanges.length; i++) {\n var currentRange = strongRTLRanges[i];\n if (charCode >= currentRange[0] && charCode <= currentRange[1]) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction determineBidi(cueDiv) {\n var nodeStack = [],\n text = \"\",\n charCode;\n\n if (!cueDiv || !cueDiv.childNodes) {\n return \"ltr\";\n }\n\n function pushNodes(nodeStack, node) {\n for (var i = node.childNodes.length - 1; i >= 0; i--) {\n nodeStack.push(node.childNodes[i]);\n }\n }\n\n function nextTextNode(nodeStack) {\n if (!nodeStack || !nodeStack.length) {\n return null;\n }\n\n var node = nodeStack.pop(),\n text = node.textContent || node.innerText;\n if (text) {\n // TODO: This should match all unicode type B characters (paragraph\n // separator characters). See issue #115.\n var m = text.match(/^.*(\\n|\\r)/);\n if (m) {\n nodeStack.length = 0;\n return m[0];\n }\n return text;\n }\n if (node.tagName === \"ruby\") {\n return nextTextNode(nodeStack);\n }\n if (node.childNodes) {\n pushNodes(nodeStack, node);\n return nextTextNode(nodeStack);\n }\n }\n\n pushNodes(nodeStack, cueDiv);\n while ((text = nextTextNode(nodeStack))) {\n for (var i = 0; i < text.length; i++) {\n charCode = text.charCodeAt(i);\n if (isStrongRTLChar(charCode)) {\n return \"rtl\";\n }\n }\n }\n return \"ltr\";\n}\n\nfunction computeLinePos(cue) {\n if (typeof cue.line === \"number\" &&\n (cue.snapToLines || (cue.line >= 0 && cue.line <= 100))) {\n return cue.line;\n }\n if (!cue.track || !cue.track.textTrackList ||\n !cue.track.textTrackList.mediaElement) {\n return -1;\n }\n var track = cue.track,\n trackList = track.textTrackList,\n count = 0;\n for (var i = 0; i < trackList.length && trackList[i] !== track; i++) {\n if (trackList[i].mode === \"showing\") {\n count++;\n }\n }\n return ++count * -1;\n}\n\nfunction StyleBox() {\n}\n\n// Apply styles to a div. If there is no div passed then it defaults to the\n// div on 'this'.\nStyleBox.prototype.applyStyles = function(styles, div) {\n div = div || this.div;\n for (var prop in styles) {\n if (styles.hasOwnProperty(prop)) {\n div.style[prop] = styles[prop];\n }\n }\n};\n\nStyleBox.prototype.formatStyle = function(val, unit) {\n return val === 0 ? 0 : val + unit;\n};\n\n// Constructs the computed display state of the cue (a div). Places the div\n// into the overlay which should be a block level element (usually a div).\nfunction CueStyleBox(window, cue, styleOptions) {\n StyleBox.call(this);\n this.cue = cue;\n\n // Parse our cue's text into a DOM tree rooted at 'cueDiv'. This div will\n // have inline positioning and will function as the cue background box.\n this.cueDiv = parseContent(window, cue.text);\n var styles = {\n color: \"rgba(255, 255, 255, 1)\",\n backgroundColor: \"rgba(0, 0, 0, 0.8)\",\n position: \"relative\",\n left: 0,\n right: 0,\n top: 0,\n bottom: 0,\n display: \"inline\",\n writingMode: cue.vertical === \"\" ? \"horizontal-tb\"\n : cue.vertical === \"lr\" ? \"vertical-lr\"\n : \"vertical-rl\",\n unicodeBidi: \"plaintext\"\n };\n\n this.applyStyles(styles, this.cueDiv);\n\n // Create an absolutely positioned div that will be used to position the cue\n // div. Note, all WebVTT cue-setting alignments are equivalent to the CSS\n // mirrors of them except middle instead of center on Safari.\n this.div = window.document.createElement(\"div\");\n styles = {\n direction: determineBidi(this.cueDiv),\n writingMode: cue.vertical === \"\" ? \"horizontal-tb\"\n : cue.vertical === \"lr\" ? \"vertical-lr\"\n : \"vertical-rl\",\n unicodeBidi: \"plaintext\",\n textAlign: cue.align === \"middle\" ? \"center\" : cue.align,\n font: styleOptions.font,\n whiteSpace: \"pre-line\",\n position: \"absolute\"\n };\n\n this.applyStyles(styles);\n this.div.appendChild(this.cueDiv);\n\n // Calculate the distance from the reference edge of the viewport to the text\n // position of the cue box. The reference edge will be resolved later when\n // the box orientation styles are applied.\n var textPos = 0;\n switch (cue.positionAlign) {\n case \"start\":\n case \"line-left\":\n textPos = cue.position;\n break;\n case \"center\":\n textPos = cue.position - (cue.size / 2);\n break;\n case \"end\":\n case \"line-right\":\n textPos = cue.position - cue.size;\n break;\n }\n\n // Horizontal box orientation; textPos is the distance from the left edge of the\n // area to the left edge of the box and cue.size is the distance extending to\n // the right from there.\n if (cue.vertical === \"\") {\n this.applyStyles({\n left: this.formatStyle(textPos, \"%\"),\n width: this.formatStyle(cue.size, \"%\")\n });\n // Vertical box orientation; textPos is the distance from the top edge of the\n // area to the top edge of the box and cue.size is the height extending\n // downwards from there.\n } else {\n this.applyStyles({\n top: this.formatStyle(textPos, \"%\"),\n height: this.formatStyle(cue.size, \"%\")\n });\n }\n\n this.move = function(box) {\n this.applyStyles({\n top: this.formatStyle(box.top, \"px\"),\n bottom: this.formatStyle(box.bottom, \"px\"),\n left: this.formatStyle(box.left, \"px\"),\n right: this.formatStyle(box.right, \"px\"),\n height: this.formatStyle(box.height, \"px\"),\n width: this.formatStyle(box.width, \"px\")\n });\n };\n}\nCueStyleBox.prototype = _objCreate(StyleBox.prototype);\nCueStyleBox.prototype.constructor = CueStyleBox;\n\n// Represents the co-ordinates of an Element in a way that we can easily\n// compute things with such as if it overlaps or intersects with another Element.\n// Can initialize it with either a StyleBox or another BoxPosition.\nfunction BoxPosition(obj) {\n // Either a BoxPosition was passed in and we need to copy it, or a StyleBox\n // was passed in and we need to copy the results of 'getBoundingClientRect'\n // as the object returned is readonly. All co-ordinate values are in reference\n // to the viewport origin (top left).\n var lh, height, width, top;\n if (obj.div) {\n height = obj.div.offsetHeight;\n width = obj.div.offsetWidth;\n top = obj.div.offsetTop;\n\n var rects = (rects = obj.div.childNodes) && (rects = rects[0]) &&\n rects.getClientRects && rects.getClientRects();\n obj = obj.div.getBoundingClientRect();\n // In certain cases the outter div will be slightly larger then the sum of\n // the inner div's lines. This could be due to bold text, etc, on some platforms.\n // In this case we should get the average line height and use that. This will\n // result in the desired behaviour.\n lh = rects ? Math.max((rects[0] && rects[0].height) || 0, obj.height / rects.length)\n : 0;\n\n }\n this.left = obj.left;\n this.right = obj.right;\n this.top = obj.top || top;\n this.height = obj.height || height;\n this.bottom = obj.bottom || (top + (obj.height || height));\n this.width = obj.width || width;\n this.lineHeight = lh !== undefined ? lh : obj.lineHeight;\n}\n\n// Move the box along a particular axis. Optionally pass in an amount to move\n// the box. If no amount is passed then the default is the line height of the\n// box.\nBoxPosition.prototype.move = function(axis, toMove) {\n toMove = toMove !== undefined ? toMove : this.lineHeight;\n switch (axis) {\n case \"+x\":\n this.left += toMove;\n this.right += toMove;\n break;\n case \"-x\":\n this.left -= toMove;\n this.right -= toMove;\n break;\n case \"+y\":\n this.top += toMove;\n this.bottom += toMove;\n break;\n case \"-y\":\n this.top -= toMove;\n this.bottom -= toMove;\n break;\n }\n};\n\n// Check if this box overlaps another box, b2.\nBoxPosition.prototype.overlaps = function(b2) {\n return this.left < b2.right &&\n this.right > b2.left &&\n this.top < b2.bottom &&\n this.bottom > b2.top;\n};\n\n// Check if this box overlaps any other boxes in boxes.\nBoxPosition.prototype.overlapsAny = function(boxes) {\n for (var i = 0; i < boxes.length; i++) {\n if (this.overlaps(boxes[i])) {\n return true;\n }\n }\n return false;\n};\n\n// Check if this box is within another box.\nBoxPosition.prototype.within = function(container) {\n return this.top >= container.top &&\n this.bottom <= container.bottom &&\n this.left >= container.left &&\n this.right <= container.right;\n};\n\n// Check if this box is entirely within the container or it is overlapping\n// on the edge opposite of the axis direction passed. For example, if \"+x\" is\n// passed and the box is overlapping on the left edge of the container, then\n// return true.\nBoxPosition.prototype.overlapsOppositeAxis = function(container, axis) {\n switch (axis) {\n case \"+x\":\n return this.left < container.left;\n case \"-x\":\n return this.right > container.right;\n case \"+y\":\n return this.top < container.top;\n case \"-y\":\n return this.bottom > container.bottom;\n }\n};\n\n// Find the percentage of the area that this box is overlapping with another\n// box.\nBoxPosition.prototype.intersectPercentage = function(b2) {\n var x = Math.max(0, Math.min(this.right, b2.right) - Math.max(this.left, b2.left)),\n y = Math.max(0, Math.min(this.bottom, b2.bottom) - Math.max(this.top, b2.top)),\n intersectArea = x * y;\n return intersectArea / (this.height * this.width);\n};\n\n// Convert the positions from this box to CSS compatible positions using\n// the reference container's positions. This has to be done because this\n// box's positions are in reference to the viewport origin, whereas, CSS\n// values are in referecne to their respective edges.\nBoxPosition.prototype.toCSSCompatValues = function(reference) {\n return {\n top: this.top - reference.top,\n bottom: reference.bottom - this.bottom,\n left: this.left - reference.left,\n right: reference.right - this.right,\n height: this.height,\n width: this.width\n };\n};\n\n// Get an object that represents the box's position without anything extra.\n// Can pass a StyleBox, HTMLElement, or another BoxPositon.\nBoxPosition.getSimpleBoxPosition = function(obj) {\n var height = obj.div ? obj.div.offsetHeight : obj.tagName ? obj.offsetHeight : 0;\n var width = obj.div ? obj.div.offsetWidth : obj.tagName ? obj.offsetWidth : 0;\n var top = obj.div ? obj.div.offsetTop : obj.tagName ? obj.offsetTop : 0;\n\n obj = obj.div ? obj.div.getBoundingClientRect() :\n obj.tagName ? obj.getBoundingClientRect() : obj;\n var ret = {\n left: obj.left,\n right: obj.right,\n top: obj.top || top,\n height: obj.height || height,\n bottom: obj.bottom || (top + (obj.height || height)),\n width: obj.width || width\n };\n return ret;\n};\n\n// Move a StyleBox to its specified, or next best, position. The containerBox\n// is the box that contains the StyleBox, such as a div. boxPositions are\n// a list of other boxes that the styleBox can't overlap with.\nfunction moveBoxToLinePosition(window, styleBox, containerBox, boxPositions) {\n\n // Find the best position for a cue box, b, on the video. The axis parameter\n // is a list of axis, the order of which, it will move the box along. For example:\n // Passing [\"+x\", \"-x\"] will move the box first along the x axis in the positive\n // direction. If it doesn't find a good position for it there it will then move\n // it along the x axis in the negative direction.\n function findBestPosition(b, axis) {\n var bestPosition,\n specifiedPosition = new BoxPosition(b),\n percentage = 1; // Highest possible so the first thing we get is better.\n\n for (var i = 0; i < axis.length; i++) {\n while (b.overlapsOppositeAxis(containerBox, axis[i]) ||\n (b.within(containerBox) && b.overlapsAny(boxPositions))) {\n b.move(axis[i]);\n }\n // We found a spot where we aren't overlapping anything. This is our\n // best position.\n if (b.within(containerBox)) {\n return b;\n }\n var p = b.intersectPercentage(containerBox);\n // If we're outside the container box less then we were on our last try\n // then remember this position as the best position.\n if (percentage > p) {\n bestPosition = new BoxPosition(b);\n percentage = p;\n }\n // Reset the box position to the specified position.\n b = new BoxPosition(specifiedPosition);\n }\n return bestPosition || specifiedPosition;\n }\n\n var boxPosition = new BoxPosition(styleBox),\n cue = styleBox.cue,\n linePos = computeLinePos(cue),\n axis = [];\n\n // If we have a line number to align the cue to.\n if (cue.snapToLines) {\n var size;\n switch (cue.vertical) {\n case \"\":\n axis = [ \"+y\", \"-y\" ];\n size = \"height\";\n break;\n case \"rl\":\n axis = [ \"+x\", \"-x\" ];\n size = \"width\";\n break;\n case \"lr\":\n axis = [ \"-x\", \"+x\" ];\n size = \"width\";\n break;\n }\n\n var step = boxPosition.lineHeight,\n position = step * Math.round(linePos),\n maxPosition = containerBox[size] + step,\n initialAxis = axis[0];\n\n // If the specified intial position is greater then the max position then\n // clamp the box to the amount of steps it would take for the box to\n // reach the max position.\n if (Math.abs(position) > maxPosition) {\n position = position < 0 ? -1 : 1;\n position *= Math.ceil(maxPosition / step) * step;\n }\n\n // If computed line position returns negative then line numbers are\n // relative to the bottom of the video instead of the top. Therefore, we\n // need to increase our initial position by the length or width of the\n // video, depending on the writing direction, and reverse our axis directions.\n if (linePos < 0) {\n position += cue.vertical === \"\" ? containerBox.height : containerBox.width;\n axis = axis.reverse();\n }\n\n // Move the box to the specified position. This may not be its best\n // position.\n boxPosition.move(initialAxis, position);\n\n } else {\n // If we have a percentage line value for the cue.\n var calculatedPercentage = (boxPosition.lineHeight / containerBox.height) * 100;\n\n switch (cue.lineAlign) {\n case \"center\":\n linePos -= (calculatedPercentage / 2);\n break;\n case \"end\":\n linePos -= calculatedPercentage;\n break;\n }\n\n // Apply initial line position to the cue box.\n switch (cue.vertical) {\n case \"\":\n styleBox.applyStyles({\n top: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n case \"rl\":\n styleBox.applyStyles({\n left: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n case \"lr\":\n styleBox.applyStyles({\n right: styleBox.formatStyle(linePos, \"%\")\n });\n break;\n }\n\n axis = [ \"+y\", \"-x\", \"+x\", \"-y\" ];\n\n // Get the box position again after we've applied the specified positioning\n // to it.\n boxPosition = new BoxPosition(styleBox);\n }\n\n var bestPosition = findBestPosition(boxPosition, axis);\n styleBox.move(bestPosition.toCSSCompatValues(containerBox));\n}\n\nfunction WebVTT() {\n // Nothing\n}\n\n// Helper to allow strings to be decoded instead of the default binary utf8 data.\nWebVTT.StringDecoder = function() {\n return {\n decode: function(data) {\n if (!data) {\n return \"\";\n }\n if (typeof data !== \"string\") {\n throw new Error(\"Error - expected string data.\");\n }\n return decodeURIComponent(encodeURIComponent(data));\n }\n };\n};\n\nWebVTT.convertCueToDOMTree = function(window, cuetext) {\n if (!window || !cuetext) {\n return null;\n }\n return parseContent(window, cuetext);\n};\n\nvar FONT_SIZE_PERCENT = 0.05;\nvar FONT_STYLE = \"sans-serif\";\nvar CUE_BACKGROUND_PADDING = \"1.5%\";\n\n// Runs the processing model over the cues and regions passed to it.\n// @param overlay A block level element (usually a div) that the computed cues\n// and regions will be placed into.\nWebVTT.processCues = function(window, cues, overlay) {\n if (!window || !cues || !overlay) {\n return null;\n }\n\n // Remove all previous children.\n while (overlay.firstChild) {\n overlay.removeChild(overlay.firstChild);\n }\n\n var paddedOverlay = window.document.createElement(\"div\");\n paddedOverlay.style.position = \"absolute\";\n paddedOverlay.style.left = \"0\";\n paddedOverlay.style.right = \"0\";\n paddedOverlay.style.top = \"0\";\n paddedOverlay.style.bottom = \"0\";\n paddedOverlay.style.margin = CUE_BACKGROUND_PADDING;\n overlay.appendChild(paddedOverlay);\n\n // Determine if we need to compute the display states of the cues. This could\n // be the case if a cue's state has been changed since the last computation or\n // if it has not been computed yet.\n function shouldCompute(cues) {\n for (var i = 0; i < cues.length; i++) {\n if (cues[i].hasBeenReset || !cues[i].displayState) {\n return true;\n }\n }\n return false;\n }\n\n // We don't need to recompute the cues' display states. Just reuse them.\n if (!shouldCompute(cues)) {\n for (var i = 0; i < cues.length; i++) {\n paddedOverlay.appendChild(cues[i].displayState);\n }\n return;\n }\n\n var boxPositions = [],\n containerBox = BoxPosition.getSimpleBoxPosition(paddedOverlay),\n fontSize = Math.round(containerBox.height * FONT_SIZE_PERCENT * 100) / 100;\n var styleOptions = {\n font: fontSize + \"px \" + FONT_STYLE\n };\n\n (function() {\n var styleBox, cue;\n\n for (var i = 0; i < cues.length; i++) {\n cue = cues[i];\n\n // Compute the intial position and styles of the cue div.\n styleBox = new CueStyleBox(window, cue, styleOptions);\n paddedOverlay.appendChild(styleBox.div);\n\n // Move the cue div to it's correct line position.\n moveBoxToLinePosition(window, styleBox, containerBox, boxPositions);\n\n // Remember the computed div so that we don't have to recompute it later\n // if we don't have too.\n cue.displayState = styleBox.div;\n\n boxPositions.push(BoxPosition.getSimpleBoxPosition(styleBox));\n }\n })();\n};\n\nWebVTT.Parser = function(window, vttjs, decoder) {\n if (!decoder) {\n decoder = vttjs;\n vttjs = {};\n }\n if (!vttjs) {\n vttjs = {};\n }\n\n this.window = window;\n this.vttjs = vttjs;\n this.state = \"INITIAL\";\n this.buffer = \"\";\n this.decoder = decoder || new TextDecoder(\"utf8\");\n this.regionList = [];\n};\n\nWebVTT.Parser.prototype = {\n // If the error is a ParsingError then report it to the consumer if\n // possible. If it's not a ParsingError then throw it like normal.\n reportOrThrowError: function(e) {\n if (e instanceof ParsingError) {\n this.onparsingerror && this.onparsingerror(e);\n } else {\n throw e;\n }\n },\n parse: function (data) {\n var self = this;\n\n // If there is no data then we won't decode it, but will just try to parse\n // whatever is in buffer already. This may occur in circumstances, for\n // example when flush() is called.\n if (data) {\n // Try to decode the data that we received.\n self.buffer += self.decoder.decode(data, {stream: true});\n }\n\n function collectNextLine() {\n var buffer = self.buffer;\n var pos = 0;\n while (pos < buffer.length && buffer[pos] !== '\\r' && buffer[pos] !== '\\n') {\n ++pos;\n }\n var line = buffer.substr(0, pos);\n // Advance the buffer early in case we fail below.\n if (buffer[pos] === '\\r') {\n ++pos;\n }\n if (buffer[pos] === '\\n') {\n ++pos;\n }\n self.buffer = buffer.substr(pos);\n return line;\n }\n\n // 3.4 WebVTT region and WebVTT region settings syntax\n function parseRegion(input) {\n var settings = new Settings();\n\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"id\":\n settings.set(k, v);\n break;\n case \"width\":\n settings.percent(k, v);\n break;\n case \"lines\":\n settings.integer(k, v);\n break;\n case \"regionanchor\":\n case \"viewportanchor\":\n var xy = v.split(',');\n if (xy.length !== 2) {\n break;\n }\n // We have to make sure both x and y parse, so use a temporary\n // settings object here.\n var anchor = new Settings();\n anchor.percent(\"x\", xy[0]);\n anchor.percent(\"y\", xy[1]);\n if (!anchor.has(\"x\") || !anchor.has(\"y\")) {\n break;\n }\n settings.set(k + \"X\", anchor.get(\"x\"));\n settings.set(k + \"Y\", anchor.get(\"y\"));\n break;\n case \"scroll\":\n settings.alt(k, v, [\"up\"]);\n break;\n }\n }, /=/, /\\s/);\n\n // Create the region, using default values for any values that were not\n // specified.\n if (settings.has(\"id\")) {\n var region = new (self.vttjs.VTTRegion || self.window.VTTRegion)();\n region.width = settings.get(\"width\", 100);\n region.lines = settings.get(\"lines\", 3);\n region.regionAnchorX = settings.get(\"regionanchorX\", 0);\n region.regionAnchorY = settings.get(\"regionanchorY\", 100);\n region.viewportAnchorX = settings.get(\"viewportanchorX\", 0);\n region.viewportAnchorY = settings.get(\"viewportanchorY\", 100);\n region.scroll = settings.get(\"scroll\", \"\");\n // Register the region.\n self.onregion && self.onregion(region);\n // Remember the VTTRegion for later in case we parse any VTTCues that\n // reference it.\n self.regionList.push({\n id: settings.get(\"id\"),\n region: region\n });\n }\n }\n\n // draft-pantos-http-live-streaming-20\n // https://tools.ietf.org/html/draft-pantos-http-live-streaming-20#section-3.5\n // 3.5 WebVTT\n function parseTimestampMap(input) {\n var settings = new Settings();\n\n parseOptions(input, function(k, v) {\n switch(k) {\n case \"MPEGT\":\n settings.integer(k + 'S', v);\n break;\n case \"LOCA\":\n settings.set(k + 'L', parseTimeStamp(v));\n break;\n }\n }, /[^\\d]:/, /,/);\n\n self.ontimestampmap && self.ontimestampmap({\n \"MPEGTS\": settings.get(\"MPEGTS\"),\n \"LOCAL\": settings.get(\"LOCAL\")\n });\n }\n\n // 3.2 WebVTT metadata header syntax\n function parseHeader(input) {\n if (input.match(/X-TIMESTAMP-MAP/)) {\n // This line contains HLS X-TIMESTAMP-MAP metadata\n parseOptions(input, function(k, v) {\n switch(k) {\n case \"X-TIMESTAMP-MAP\":\n parseTimestampMap(v);\n break;\n }\n }, /=/);\n } else {\n parseOptions(input, function (k, v) {\n switch (k) {\n case \"Region\":\n // 3.3 WebVTT region metadata header syntax\n parseRegion(v);\n break;\n }\n }, /:/);\n }\n\n }\n\n // 5.1 WebVTT file parsing.\n try {\n var line;\n if (self.state === \"INITIAL\") {\n // We can't start parsing until we have the first line.\n if (!/\\r\\n|\\n/.test(self.buffer)) {\n return this;\n }\n\n line = collectNextLine();\n\n var m = line.match(/^WEBVTT([ \\t].*)?$/);\n if (!m || !m[0]) {\n throw new ParsingError(ParsingError.Errors.BadSignature);\n }\n\n self.state = \"HEADER\";\n }\n\n var alreadyCollectedLine = false;\n while (self.buffer) {\n // We can't parse a line until we have the full line.\n if (!/\\r\\n|\\n/.test(self.buffer)) {\n return this;\n }\n\n if (!alreadyCollectedLine) {\n line = collectNextLine();\n } else {\n alreadyCollectedLine = false;\n }\n\n switch (self.state) {\n case \"HEADER\":\n // 13-18 - Allow a header (metadata) under the WEBVTT line.\n if (/:/.test(line)) {\n parseHeader(line);\n } else if (!line) {\n // An empty line terminates the header and starts the body (cues).\n self.state = \"ID\";\n }\n continue;\n case \"NOTE\":\n // Ignore NOTE blocks.\n if (!line) {\n self.state = \"ID\";\n }\n continue;\n case \"ID\":\n // Check for the start of NOTE blocks.\n if (/^NOTE($|[ \\t])/.test(line)) {\n self.state = \"NOTE\";\n break;\n }\n // 19-29 - Allow any number of line terminators, then initialize new cue values.\n if (!line) {\n continue;\n }\n self.cue = new (self.vttjs.VTTCue || self.window.VTTCue)(0, 0, \"\");\n // Safari still uses the old middle value and won't accept center\n try {\n self.cue.align = \"center\";\n } catch (e) {\n self.cue.align = \"middle\";\n }\n self.state = \"CUE\";\n // 30-39 - Check if self line contains an optional identifier or timing data.\n if (line.indexOf(\"-->\") === -1) {\n self.cue.id = line;\n continue;\n }\n // Process line as start of a cue.\n /*falls through*/\n case \"CUE\":\n // 40 - Collect cue timings and settings.\n try {\n parseCue(line, self.cue, self.regionList);\n } catch (e) {\n self.reportOrThrowError(e);\n // In case of an error ignore rest of the cue.\n self.cue = null;\n self.state = \"BADCUE\";\n continue;\n }\n self.state = \"CUETEXT\";\n continue;\n case \"CUETEXT\":\n var hasSubstring = line.indexOf(\"-->\") !== -1;\n // 34 - If we have an empty line then report the cue.\n // 35 - If we have the special substring '-->' then report the cue,\n // but do not collect the line as we need to process the current\n // one as a new cue.\n if (!line || hasSubstring && (alreadyCollectedLine = true)) {\n // We are done parsing self cue.\n self.oncue && self.oncue(self.cue);\n self.cue = null;\n self.state = \"ID\";\n continue;\n }\n if (self.cue.text) {\n self.cue.text += \"\\n\";\n }\n self.cue.text += line.replace(/\\u2028/g, '\\n').replace(/u2029/g, '\\n');\n continue;\n case \"BADCUE\": // BADCUE\n // 54-62 - Collect and discard the remaining cue.\n if (!line) {\n self.state = \"ID\";\n }\n continue;\n }\n }\n } catch (e) {\n self.reportOrThrowError(e);\n\n // If we are currently parsing a cue, report what we have.\n if (self.state === \"CUETEXT\" && self.cue && self.oncue) {\n self.oncue(self.cue);\n }\n self.cue = null;\n // Enter BADWEBVTT state if header was not parsed correctly otherwise\n // another exception occurred so enter BADCUE state.\n self.state = self.state === \"INITIAL\" ? \"BADWEBVTT\" : \"BADCUE\";\n }\n return this;\n },\n flush: function () {\n var self = this;\n try {\n // Finish decoding the stream.\n self.buffer += self.decoder.decode();\n // Synthesize the end of the current cue or region.\n if (self.cue || self.state === \"HEADER\") {\n self.buffer += \"\\n\\n\";\n self.parse();\n }\n // If we've flushed, parsed, and we're still on the INITIAL state then\n // that means we don't have enough of the stream to parse the first\n // line.\n if (self.state === \"INITIAL\") {\n throw new ParsingError(ParsingError.Errors.BadSignature);\n }\n } catch(e) {\n self.reportOrThrowError(e);\n }\n self.onflush && self.onflush();\n return this;\n }\n};\n\nmodule.exports = WebVTT;\n"],"names":["document","require$$0","_objCreate","Object","create","F","o","arguments","length","Error","prototype","ParsingError","errorData","message","this","name","code","parseTimeStamp","input","computeSeconds","h","m","s","f","match","replace","Settings","values","parseOptions","callback","keyValueDelim","groupDelim","groups","split","i","kv","trim","parseCue","cue","regionList","oInput","consumeTimeStamp","ts","Errors","BadTimeStamp","skipWhitespace","startTime","substr","endTime","settings","k","v","id","set","region","alt","vals","vals0","integer","percent","get","vertical","line","e","lineAlign","snapToLines","size","align","position","start","left","center","middle","end","right","positionAlign","consumeCueSettings","constructor","BadSignature","dflt","defaultKey","has","a","n","test","parseInt","parseFloat","TEXTAREA_ELEMENT","createElement","TAG_NAME","c","b","u","ruby","rt","lang","DEFAULT_COLOR_CLASS","white","lime","cyan","red","yellow","magenta","blue","black","TAG_ANNOTATION","NEEDS_PARENT","parseContent","window","nextToken","result","unescape","innerHTML","textContent","shouldAdd","current","element","localName","type","annotation","tagName","t","rootDiv","tagStack","appendChild","createTextNode","pop","parentNode","node","createProcessingInstruction","classes","forEach","cl","bgColor","colorName","slice","hasOwnProperty","propName","propValue","style","className","join","push","strongRTLRanges","isStrongRTLChar","charCode","currentRange","determineBidi","cueDiv","nodeStack","text","childNodes","pushNodes","nextTextNode","innerText","charCodeAt","StyleBox","CueStyleBox","styleOptions","call","styles","color","backgroundColor","top","bottom","display","writingMode","unicodeBidi","applyStyles","div","direction","textAlign","font","whiteSpace","textPos","formatStyle","width","height","move","box","BoxPosition","obj","lh","offsetHeight","offsetWidth","offsetTop","rects","getClientRects","getBoundingClientRect","Math","max","lineHeight","undefined","moveBoxToLinePosition","styleBox","containerBox","boxPositions","boxPosition","linePos","track","textTrackList","mediaElement","trackList","count","mode","computeLinePos","axis","step","round","maxPosition","initialAxis","abs","ceil","reverse","calculatedPercentage","bestPosition","specifiedPosition","percentage","overlapsOppositeAxis","within","overlapsAny","p","intersectPercentage","findBestPosition","toCSSCompatValues","WebVTT","prop","val","unit","toMove","overlaps","b2","boxes","container","min","reference","getSimpleBoxPosition","StringDecoder","decode","data","decodeURIComponent","encodeURIComponent","convertCueToDOMTree","cuetext","processCues","cues","overlay","firstChild","removeChild","paddedOverlay","margin","hasBeenReset","displayState","shouldCompute","fontSize","Parser","vttjs","decoder","state","buffer","TextDecoder","reportOrThrowError","onparsingerror","parse","self","collectNextLine","pos","parseHeader","ontimestampmap","MPEGTS","LOCAL","parseTimestampMap","xy","anchor","VTTRegion","lines","regionAnchorX","regionAnchorY","viewportAnchorX","viewportAnchorY","scroll","onregion","parseRegion","stream","alreadyCollectedLine","VTTCue","indexOf","hasSubstring","oncue","flush","onflush","vtt"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e,t;function n(){if(t)return e;t=1;var n={"":1,lr:1,rl:1},r={start:1,center:1,end:1,left:1,right:1,auto:1,"line-left":1,"line-right":1};function i(e){return"string"==typeof e&&(!!r[e.toLowerCase()]&&e.toLowerCase())}function s(e,t,r){this.hasBeenReset=!1;var s="",o=!1,a=e,u=t,l=r,f=null,c="",h=!0,g="auto",m="start",w="auto",b="auto",p=100,d="center";Object.defineProperties(this,{id:{enumerable:!0,get:function(){return s},set:function(e){s=""+e}},pauseOnExit:{enumerable:!0,get:function(){return o},set:function(e){o=!!e}},startTime:{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e)throw new TypeError("Start time must be set to a number.");a=e,this.hasBeenReset=!0}},endTime:{enumerable:!0,get:function(){return u},set:function(e){if("number"!=typeof e)throw new TypeError("End time must be set to a number.");u=e,this.hasBeenReset=!0}},text:{enumerable:!0,get:function(){return l},set:function(e){l=""+e,this.hasBeenReset=!0}},region:{enumerable:!0,get:function(){return f},set:function(e){f=e,this.hasBeenReset=!0}},vertical:{enumerable:!0,get:function(){return c},set:function(e){var t=function(e){return"string"==typeof e&&!!n[e.toLowerCase()]&&e.toLowerCase()}(e);if(!1===t)throw new SyntaxError("Vertical: an invalid or illegal direction string was specified.");c=t,this.hasBeenReset=!0}},snapToLines:{enumerable:!0,get:function(){return h},set:function(e){h=!!e,this.hasBeenReset=!0}},line:{enumerable:!0,get:function(){return g},set:function(e){if("number"!=typeof e&&"auto"!==e)throw new SyntaxError("Line: an invalid number or illegal string was specified.");g=e,this.hasBeenReset=!0}},lineAlign:{enumerable:!0,get:function(){return m},set:function(e){var t=i(e);t?(m=t,this.hasBeenReset=!0):console.warn("lineAlign: an invalid or illegal string was specified.")}},position:{enumerable:!0,get:function(){return w},set:function(e){if(e<0||e>100)throw new Error("Position must be between 0 and 100.");w=e,this.hasBeenReset=!0}},positionAlign:{enumerable:!0,get:function(){return b},set:function(e){var t=i(e);t?(b=t,this.hasBeenReset=!0):console.warn("positionAlign: an invalid or illegal string was specified.")}},size:{enumerable:!0,get:function(){return p},set:function(e){if(e<0||e>100)throw new Error("Size must be between 0 and 100.");p=e,this.hasBeenReset=!0}},align:{enumerable:!0,get:function(){return d},set:function(e){var t=i(e);if(!t)throw new SyntaxError("align: an invalid or illegal alignment string was specified.");d=t,this.hasBeenReset=!0}}}),this.displayState=void 0}return s.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)},e=s}export{n as __require};
|
|
2
|
-
//# sourceMappingURL=vttcue.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vttcue.js","sources":["../../../../node_modules/videojs-vtt.js/lib/vttcue.js"],"sourcesContent":["/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nvar autoKeyword = \"auto\";\nvar directionSetting = {\n \"\": 1,\n \"lr\": 1,\n \"rl\": 1\n};\nvar alignSetting = {\n \"start\": 1,\n \"center\": 1,\n \"end\": 1,\n \"left\": 1,\n \"right\": 1,\n \"auto\": 1,\n \"line-left\": 1,\n \"line-right\": 1\n};\n\nfunction findDirectionSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var dir = directionSetting[value.toLowerCase()];\n return dir ? value.toLowerCase() : false;\n}\n\nfunction findAlignSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var align = alignSetting[value.toLowerCase()];\n return align ? value.toLowerCase() : false;\n}\n\nfunction VTTCue(startTime, endTime, text) {\n /**\n * Shim implementation specific properties. These properties are not in\n * the spec.\n */\n\n // Lets us know when the VTTCue's data has changed in such a way that we need\n // to recompute its display state. This lets us compute its display state\n // lazily.\n this.hasBeenReset = false;\n\n /**\n * VTTCue and TextTrackCue properties\n * http://dev.w3.org/html5/webvtt/#vttcue-interface\n */\n\n var _id = \"\";\n var _pauseOnExit = false;\n var _startTime = startTime;\n var _endTime = endTime;\n var _text = text;\n var _region = null;\n var _vertical = \"\";\n var _snapToLines = true;\n var _line = \"auto\";\n var _lineAlign = \"start\";\n var _position = \"auto\";\n var _positionAlign = \"auto\";\n var _size = 100;\n var _align = \"center\";\n\n Object.defineProperties(this, {\n \"id\": {\n enumerable: true,\n get: function() {\n return _id;\n },\n set: function(value) {\n _id = \"\" + value;\n }\n },\n\n \"pauseOnExit\": {\n enumerable: true,\n get: function() {\n return _pauseOnExit;\n },\n set: function(value) {\n _pauseOnExit = !!value;\n }\n },\n\n \"startTime\": {\n enumerable: true,\n get: function() {\n return _startTime;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"Start time must be set to a number.\");\n }\n _startTime = value;\n this.hasBeenReset = true;\n }\n },\n\n \"endTime\": {\n enumerable: true,\n get: function() {\n return _endTime;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"End time must be set to a number.\");\n }\n _endTime = value;\n this.hasBeenReset = true;\n }\n },\n\n \"text\": {\n enumerable: true,\n get: function() {\n return _text;\n },\n set: function(value) {\n _text = \"\" + value;\n this.hasBeenReset = true;\n }\n },\n\n \"region\": {\n enumerable: true,\n get: function() {\n return _region;\n },\n set: function(value) {\n _region = value;\n this.hasBeenReset = true;\n }\n },\n\n \"vertical\": {\n enumerable: true,\n get: function() {\n return _vertical;\n },\n set: function(value) {\n var setting = findDirectionSetting(value);\n // Have to check for false because the setting an be an empty string.\n if (setting === false) {\n throw new SyntaxError(\"Vertical: an invalid or illegal direction string was specified.\");\n }\n _vertical = setting;\n this.hasBeenReset = true;\n }\n },\n\n \"snapToLines\": {\n enumerable: true,\n get: function() {\n return _snapToLines;\n },\n set: function(value) {\n _snapToLines = !!value;\n this.hasBeenReset = true;\n }\n },\n\n \"line\": {\n enumerable: true,\n get: function() {\n return _line;\n },\n set: function(value) {\n if (typeof value !== \"number\" && value !== autoKeyword) {\n throw new SyntaxError(\"Line: an invalid number or illegal string was specified.\");\n }\n _line = value;\n this.hasBeenReset = true;\n }\n },\n\n \"lineAlign\": {\n enumerable: true,\n get: function() {\n return _lineAlign;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n console.warn(\"lineAlign: an invalid or illegal string was specified.\");\n } else {\n _lineAlign = setting;\n this.hasBeenReset = true;\n }\n }\n },\n\n \"position\": {\n enumerable: true,\n get: function() {\n return _position;\n },\n set: function(value) {\n if (value < 0 || value > 100) {\n throw new Error(\"Position must be between 0 and 100.\");\n }\n _position = value;\n this.hasBeenReset = true;\n }\n },\n\n \"positionAlign\": {\n enumerable: true,\n get: function() {\n return _positionAlign;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n console.warn(\"positionAlign: an invalid or illegal string was specified.\");\n } else {\n _positionAlign = setting;\n this.hasBeenReset = true;\n }\n }\n },\n\n \"size\": {\n enumerable: true,\n get: function() {\n return _size;\n },\n set: function(value) {\n if (value < 0 || value > 100) {\n throw new Error(\"Size must be between 0 and 100.\");\n }\n _size = value;\n this.hasBeenReset = true;\n }\n },\n\n \"align\": {\n enumerable: true,\n get: function() {\n return _align;\n },\n set: function(value) {\n var setting = findAlignSetting(value);\n if (!setting) {\n throw new SyntaxError(\"align: an invalid or illegal alignment string was specified.\");\n }\n _align = setting;\n this.hasBeenReset = true;\n }\n }\n });\n\n /**\n * Other <track> spec defined properties\n */\n\n // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-cue-display-state\n this.displayState = undefined;\n}\n\n/**\n * VTTCue methods\n */\n\nVTTCue.prototype.getCueAsHTML = function() {\n // Assume WebVTT.convertCueToDOMTree is on the global.\n return WebVTT.convertCueToDOMTree(window, this.text);\n};\n\nmodule.exports = VTTCue;\n"],"names":["directionSetting","lr","rl","alignSetting","start","center","end","left","right","auto","findAlignSetting","value","toLowerCase","VTTCue","startTime","endTime","text","this","hasBeenReset","_id","_pauseOnExit","_startTime","_endTime","_text","_region","_vertical","_snapToLines","_line","_lineAlign","_position","_positionAlign","_size","_align","Object","defineProperties","id","enumerable","get","set","pauseOnExit","TypeError","region","vertical","setting","findDirectionSetting","SyntaxError","snapToLines","line","lineAlign","console","warn","position","Error","positionAlign","size","align","displayState","undefined","prototype","getCueAsHTML","WebVTT","convertCueToDOMTree","window","vttcue"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e,n;function r(){if(n)return e;n=1;var r={"":!0,up:!0};function t(e){return"number"==typeof e&&e>=0&&e<=100}return e=function(){var e=100,n=3,o=0,i=100,u=0,c=100,f="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return e},set:function(n){if(!t(n))throw new Error("Width must be between 0 and 100.");e=n}},lines:{enumerable:!0,get:function(){return n},set:function(e){if("number"!=typeof e)throw new TypeError("Lines must be set to a number.");n=e}},regionAnchorY:{enumerable:!0,get:function(){return i},set:function(e){if(!t(e))throw new Error("RegionAnchorX must be between 0 and 100.");i=e}},regionAnchorX:{enumerable:!0,get:function(){return o},set:function(e){if(!t(e))throw new Error("RegionAnchorY must be between 0 and 100.");o=e}},viewportAnchorY:{enumerable:!0,get:function(){return c},set:function(e){if(!t(e))throw new Error("ViewportAnchorY must be between 0 and 100.");c=e}},viewportAnchorX:{enumerable:!0,get:function(){return u},set:function(e){if(!t(e))throw new Error("ViewportAnchorX must be between 0 and 100.");u=e}},scroll:{enumerable:!0,get:function(){return f},set:function(e){var n=function(e){return"string"==typeof e&&!!r[e.toLowerCase()]&&e.toLowerCase()}(e);!1===n?console.warn("Scroll: an invalid or illegal string was specified."):f=n}}})}}export{r as __require};
|
|
2
|
-
//# sourceMappingURL=vttregion.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vttregion.js","sources":["../../../../node_modules/videojs-vtt.js/lib/vttregion.js"],"sourcesContent":["/**\n * Copyright 2013 vtt.js Contributors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nvar scrollSetting = {\n \"\": true,\n \"up\": true\n};\n\nfunction findScrollSetting(value) {\n if (typeof value !== \"string\") {\n return false;\n }\n var scroll = scrollSetting[value.toLowerCase()];\n return scroll ? value.toLowerCase() : false;\n}\n\nfunction isValidPercentValue(value) {\n return typeof value === \"number\" && (value >= 0 && value <= 100);\n}\n\n// VTTRegion shim http://dev.w3.org/html5/webvtt/#vttregion-interface\nfunction VTTRegion() {\n var _width = 100;\n var _lines = 3;\n var _regionAnchorX = 0;\n var _regionAnchorY = 100;\n var _viewportAnchorX = 0;\n var _viewportAnchorY = 100;\n var _scroll = \"\";\n\n Object.defineProperties(this, {\n \"width\": {\n enumerable: true,\n get: function() {\n return _width;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"Width must be between 0 and 100.\");\n }\n _width = value;\n }\n },\n \"lines\": {\n enumerable: true,\n get: function() {\n return _lines;\n },\n set: function(value) {\n if (typeof value !== \"number\") {\n throw new TypeError(\"Lines must be set to a number.\");\n }\n _lines = value;\n }\n },\n \"regionAnchorY\": {\n enumerable: true,\n get: function() {\n return _regionAnchorY;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"RegionAnchorX must be between 0 and 100.\");\n }\n _regionAnchorY = value;\n }\n },\n \"regionAnchorX\": {\n enumerable: true,\n get: function() {\n return _regionAnchorX;\n },\n set: function(value) {\n if(!isValidPercentValue(value)) {\n throw new Error(\"RegionAnchorY must be between 0 and 100.\");\n }\n _regionAnchorX = value;\n }\n },\n \"viewportAnchorY\": {\n enumerable: true,\n get: function() {\n return _viewportAnchorY;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"ViewportAnchorY must be between 0 and 100.\");\n }\n _viewportAnchorY = value;\n }\n },\n \"viewportAnchorX\": {\n enumerable: true,\n get: function() {\n return _viewportAnchorX;\n },\n set: function(value) {\n if (!isValidPercentValue(value)) {\n throw new Error(\"ViewportAnchorX must be between 0 and 100.\");\n }\n _viewportAnchorX = value;\n }\n },\n \"scroll\": {\n enumerable: true,\n get: function() {\n return _scroll;\n },\n set: function(value) {\n var setting = findScrollSetting(value);\n // Have to check for false as an empty string is a legal value.\n if (setting === false) {\n console.warn(\"Scroll: an invalid or illegal string was specified.\");\n } else {\n _scroll = setting;\n }\n }\n }\n });\n}\n\nmodule.exports = VTTRegion;\n"],"names":["scrollSetting","up","isValidPercentValue","value","vttregion","_width","_lines","_regionAnchorX","_regionAnchorY","_viewportAnchorX","_viewportAnchorY","_scroll","Object","defineProperties","this","width","enumerable","get","set","Error","lines","TypeError","regionAnchorY","regionAnchorX","viewportAnchorY","viewportAnchorX","scroll","setting","toLowerCase","findScrollSetting","console","warn"],"mappings":"uCAgBA,IAAIA,EAAgB,CAClB,IAAI,EACJC,IAAM,GAWR,SAASC,EAAoBC,GAC3B,MAAwB,iBAAVA,GAAuBA,GAAS,GAAKA,GAAS,GAC9D,QAuGAC,EApGA,WACE,IAAIC,EAAS,IACTC,EAAS,EACTC,EAAiB,EACjBC,EAAiB,IACjBC,EAAmB,EACnBC,EAAmB,IACnBC,EAAU,GAEdC,OAAOC,iBAAiBC,KAAM,CAC5BC,MAAS,CACPC,YAAY,EACZC,IAAK,WACH,OAAOZ,CACR,EACDa,IAAK,SAASf,GACZ,IAAKD,EAAoBC,GACvB,MAAM,IAAIgB,MAAM,oCAElBd,EAASF,CACjB,GAEIiB,MAAS,CACPJ,YAAY,EACZC,IAAK,WACH,OAAOX,CACR,EACDY,IAAK,SAASf,GACZ,GAAqB,iBAAVA,EACT,MAAM,IAAIkB,UAAU,kCAEtBf,EAASH,CACjB,GAEImB,cAAiB,CACfN,YAAY,EACZC,IAAK,WACH,OAAOT,CACR,EACDU,IAAK,SAASf,GACZ,IAAKD,EAAoBC,GACvB,MAAM,IAAIgB,MAAM,4CAElBX,EAAiBL,CACzB,GAEIoB,cAAiB,CACfP,YAAY,EACZC,IAAK,WACH,OAAOV,CACR,EACDW,IAAK,SAASf,GACZ,IAAID,EAAoBC,GACtB,MAAM,IAAIgB,MAAM,4CAElBZ,EAAiBJ,CACzB,GAEIqB,gBAAmB,CACjBR,YAAY,EACZC,IAAK,WACH,OAAOP,CACR,EACDQ,IAAK,SAASf,GACZ,IAAKD,EAAoBC,GACvB,MAAM,IAAIgB,MAAM,8CAElBT,EAAmBP,CAC3B,GAEIsB,gBAAmB,CACjBT,YAAY,EACZC,IAAK,WACH,OAAOR,CACR,EACDS,IAAK,SAASf,GACZ,IAAKD,EAAoBC,GACvB,MAAM,IAAIgB,MAAM,8CAElBV,EAAmBN,CAC3B,GAEIuB,OAAU,CACRV,YAAY,EACZC,IAAK,WACH,OAAON,CACR,EACDO,IAAK,SAASf,GACZ,IAAIwB,EArGZ,SAA2BxB,GACzB,MAAqB,iBAAVA,KAGEH,EAAcG,EAAMyB,gBACjBzB,EAAMyB,aACxB,CA+FsBC,CAAkB1B,IAEhB,IAAZwB,EACFG,QAAQC,KAAK,uDAEbpB,EAAUgB,CAEpB,IAGA"}
|
package/dist/types/src/App.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../src/App.tsx"],"names":[],"mappings":"AA0EA,iBAAS,GAAG,4CAgBX;AAED,eAAe,GAAG,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IStoryWithRisk, IStoryWithGap } from "./features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types";
|
|
2
|
-
declare const RequirementAiTest: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare const mockStoryWithRisk: IStoryWithRisk[];
|
|
4
|
-
export declare const mockStoryWithGap: IStoryWithGap[];
|
|
5
|
-
export declare const getStoryTotalCounts: (stories: IStoryWithRisk[] | IStoryWithGap[]) => {
|
|
6
|
-
totalCritical: number;
|
|
7
|
-
totalWarning: number;
|
|
8
|
-
totalRecommendation: number;
|
|
9
|
-
total: number;
|
|
10
|
-
};
|
|
11
|
-
export default RequirementAiTest;
|
|
12
|
-
//# sourceMappingURL=RequirementAiTest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RequirementAiTest.d.ts","sourceRoot":"","sources":["../../../src/RequirementAiTest.tsx"],"names":[],"mappings":"AA8BA,OAAO,EAA2B,cAAc,EAAE,aAAa,EAAE,MAAM,+EAA+E,CAAC;AAMvJ,QAAA,MAAM,iBAAiB,+CAioHtB,CAAC;AAiVF,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAoH7C,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,aAAa,EAoV3C,CAAC;AAGF,eAAO,MAAM,mBAAmB,YACrB,cAAc,EAAE,GAAG,aAAa,EAAE;;;;;CA0B5C,CAAC;AAGF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HighlightedText.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/HighlightedText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAqB1D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeAddAction.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeAddAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAStD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeMenu.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,WAAW,EAAE,EAAE,EAA+B,SAAS,EAAE,MAAM,OAAO,CAAC;AACvF,OAAO,EAAE,WAAW,EAAgB,MAAM,cAAc,CAAC;AAIzD,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA0FtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeNode.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeNode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK/E,UAAU,aAAa;IACrB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,eAAe,EAAE;QAAE,QAAQ,EAAE,MAAM,EAAE,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAClE,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,kBAAkB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9F,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+I5C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeNodeHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeNodeHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAY,cAAc,EAAE,MAAM,YAAY,CAAC;AAGtD,UAAU,mBAAmB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC9C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAkExD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeSectionItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeSectionItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,UAAU,oBAAoB;IAC5B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAiC1D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeSidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAI/E,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IAG3B,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,kBAAkB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9F,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA8KlD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TreeTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScopeTree/TreeTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,gBAAgB;IACxB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,SAAS,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA8ClD,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React, { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
interface CitationRendererProps {
|
|
3
|
-
inLineCitation: boolean;
|
|
4
|
-
citationIcon?: ReactNode;
|
|
5
|
-
citationTitle: string;
|
|
6
|
-
citationId?: string;
|
|
7
|
-
chevronUpComponent?: React.ReactNode;
|
|
8
|
-
chevronDownComponent?: React.ReactNode;
|
|
9
|
-
additionalCallbackForPillButton?: any;
|
|
10
|
-
citationComponent?: ReactNode;
|
|
11
|
-
styles?: {
|
|
12
|
-
pillButton?: CSSProperties;
|
|
13
|
-
citationTitle?: CSSProperties;
|
|
14
|
-
citationWrapper?: CSSProperties;
|
|
15
|
-
citationContent?: CSSProperties;
|
|
16
|
-
};
|
|
17
|
-
isOpen?: boolean;
|
|
18
|
-
onToggle?: () => void;
|
|
19
|
-
defaultExpanded?: boolean;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Collapses all expanded citations.
|
|
23
|
-
*/
|
|
24
|
-
export declare const collapseAllCitations: () => void;
|
|
25
|
-
/**
|
|
26
|
-
* Collapses specific citations by their IDs.
|
|
27
|
-
*/
|
|
28
|
-
export declare const collapseCitationsByIds: (ids: string[]) => void;
|
|
29
|
-
declare const CitationRenderer: React.FC<CitationRendererProps>;
|
|
30
|
-
export default CitationRenderer;
|
|
31
|
-
//# sourceMappingURL=CitationRenderer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CitationRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/features/CitationRenderer/CitationRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAY,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlE,UAAU,qBAAqB;IAC3B,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvC,+BAA+B,CAAC,EAAE,GAAG,CAAC;IACtC,iBAAiB,CAAC,EAAE,SAAS,CAAA;IAC7B,MAAM,CAAC,EAAE;QACL,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;QAC9B,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;KACnC,CAAC;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAKD;;GAEG;AACH,eAAO,MAAM,oBAAoB,YAEhC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,QAAS,MAAM,EAAE,SAEnD,CAAC;AAEF,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA8ErD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CSSProperties } from 'react';
|
|
3
|
-
export interface MarkdownRendererStyles {
|
|
4
|
-
containerWrapper?: CSSProperties;
|
|
5
|
-
mainCard?: CSSProperties;
|
|
6
|
-
scrollArea?: CSSProperties;
|
|
7
|
-
customHighlight?: CSSProperties;
|
|
8
|
-
popup?: CSSProperties;
|
|
9
|
-
summary?: CSSProperties;
|
|
10
|
-
list?: CSSProperties;
|
|
11
|
-
detailsBlock?: CSSProperties;
|
|
12
|
-
detailsInline?: CSSProperties;
|
|
13
|
-
detailsTarget?: CSSProperties;
|
|
14
|
-
checkGreen?: CSSProperties;
|
|
15
|
-
}
|
|
16
|
-
type Props = {
|
|
17
|
-
value: string;
|
|
18
|
-
highlightedText?: string;
|
|
19
|
-
highlightKeys?: any[];
|
|
20
|
-
scrollTo?: 'center' | 'start' | 'end';
|
|
21
|
-
styles?: MarkdownRendererStyles;
|
|
22
|
-
};
|
|
23
|
-
declare const MarkdownRenderer: React.FC<Props>;
|
|
24
|
-
export default MarkdownRenderer;
|
|
25
|
-
//# sourceMappingURL=MarkdownRenderer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/features/CitationRenderer/MarkdownRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAOtC,MAAM,WAAW,sBAAsB;IACrC,gBAAgB,CAAC,EAAE,aAAa,CAAC;IACjC,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,aAAa,CAAC;CAC5B;AAED,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAC;IACtC,MAAM,CAAC,EAAE,sBAAsB,CAAC;CACjC,CAAC;AAkLF,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA0KrC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface CustomPopoverProps {
|
|
3
|
-
anchorEl: HTMLElement | null;
|
|
4
|
-
open: boolean;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
children: React.ReactNode;
|
|
7
|
-
customStyles?: {
|
|
8
|
-
backdrop?: React.CSSProperties;
|
|
9
|
-
popup?: React.CSSProperties;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
declare const CustomPopover: ({ anchorEl, open, onClose, children, customStyles, }: CustomPopoverProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
13
|
-
export default CustomPopover;
|
|
14
|
-
//# sourceMappingURL=CustomPopover.d.ts.map
|
package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CustomPopover.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/CustomPopover/CustomPopover.tsx"],"names":[],"mappings":";AAGA,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC7B,CAAC;CACH;AAED,QAAA,MAAM,aAAa,yDAMhB,kBAAkB,mDAmDpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { TGapItem, TRiskItem } from "./components/GapItem/GapItem";
|
|
3
|
-
import { IStoryWithRisk, IStoryWithGap, GapSidebarCustomStyles, GapSidebarCustomIcons, NoGapsFoundStyles } from "./types/gapRiskSidebar.types";
|
|
4
|
-
interface GapRiskSidebarContextType {
|
|
5
|
-
isSidebarExpanded: boolean;
|
|
6
|
-
setIsSidebarExpanded: React.Dispatch<React.SetStateAction<boolean>>;
|
|
7
|
-
storyDetails: IStoryWithRisk[] | IStoryWithGap[];
|
|
8
|
-
type: "Risk" | "Gap";
|
|
9
|
-
isProcessingGapItems?: boolean;
|
|
10
|
-
onClickStoryNodeCallback?: () => void;
|
|
11
|
-
onClickAiReasoning?: () => void;
|
|
12
|
-
handleFixRisk: (selectedItem: TGapItem | TRiskItem) => void;
|
|
13
|
-
handleHighlightGapContent: (selectedItem: TGapItem | TRiskItem) => void;
|
|
14
|
-
mergedStyles: GapSidebarCustomStyles;
|
|
15
|
-
mergedIcons: GapSidebarCustomIcons;
|
|
16
|
-
sidebarWidth?: string | number;
|
|
17
|
-
headerTitle?: string;
|
|
18
|
-
onSelectStory?: (artifactId: string) => void;
|
|
19
|
-
}
|
|
20
|
-
declare const useGapRiskSidebar: () => GapRiskSidebarContextType;
|
|
21
|
-
declare const NoGapsFound: React.FC<{
|
|
22
|
-
styles?: NoGapsFoundStyles;
|
|
23
|
-
CheckCircleIcon?: React.ComponentType<{
|
|
24
|
-
className?: string;
|
|
25
|
-
style?: React.CSSProperties;
|
|
26
|
-
}>;
|
|
27
|
-
iconColor?: string;
|
|
28
|
-
iconSize?: number;
|
|
29
|
-
}>;
|
|
30
|
-
interface RootProps {
|
|
31
|
-
storyDetails: IStoryWithRisk[] | IStoryWithGap[];
|
|
32
|
-
type: "Risk" | "Gap";
|
|
33
|
-
isSidebarExpanded?: boolean;
|
|
34
|
-
onToggleSidebar?: (expanded: boolean) => void;
|
|
35
|
-
defaultExpanded?: boolean;
|
|
36
|
-
onClickStoryNodeCallback?: () => void;
|
|
37
|
-
isProcessingGapItems?: boolean;
|
|
38
|
-
onClickAiReasoning?: () => void;
|
|
39
|
-
handleFixRisk: (selectedItem: TGapItem | TRiskItem) => void;
|
|
40
|
-
handleHighlightGapContent: (selectedItem: TGapItem | TRiskItem) => void;
|
|
41
|
-
customStyles?: GapSidebarCustomStyles;
|
|
42
|
-
customIcons?: GapSidebarCustomIcons;
|
|
43
|
-
/** Width of expanded sidebar (default: 320px) */
|
|
44
|
-
sidebarWidth?: string | number;
|
|
45
|
-
headerTitle?: string;
|
|
46
|
-
onSelectStory?: (artifactId: string) => void;
|
|
47
|
-
children: React.ReactNode;
|
|
48
|
-
}
|
|
49
|
-
interface PanelProps {
|
|
50
|
-
className?: string;
|
|
51
|
-
style?: React.CSSProperties;
|
|
52
|
-
}
|
|
53
|
-
interface ToggleProps {
|
|
54
|
-
OpenIcon?: React.ComponentType;
|
|
55
|
-
CloseIcon?: React.ComponentType;
|
|
56
|
-
className?: string;
|
|
57
|
-
}
|
|
58
|
-
declare const GapRiskSidebar: React.FC<RootProps> & {
|
|
59
|
-
Panel: React.FC<PanelProps>;
|
|
60
|
-
Toggle: React.FC<ToggleProps>;
|
|
61
|
-
};
|
|
62
|
-
export { NoGapsFound, useGapRiskSidebar };
|
|
63
|
-
export default GapRiskSidebar;
|
|
64
|
-
//# sourceMappingURL=GapRiskSidebar.d.ts.map
|
package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GapRiskSidebar.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { RawGapItem, RawRiskItem, GapSidebarCustomStyles, GapSidebarCustomIcons } from "../../types/gapRiskSidebar.types";
|
|
3
|
-
export type TGapItem = RawGapItem & {
|
|
4
|
-
type: "Gap";
|
|
5
|
-
};
|
|
6
|
-
export type TRiskItem = RawRiskItem & {
|
|
7
|
-
type: "Risk";
|
|
8
|
-
};
|
|
9
|
-
declare const GapItem: React.FC<{
|
|
10
|
-
item: TGapItem | TRiskItem;
|
|
11
|
-
index: number;
|
|
12
|
-
title: string;
|
|
13
|
-
type: "Risk" | "Gap";
|
|
14
|
-
isProcessingGapItems?: boolean;
|
|
15
|
-
onClickAiReasoning?: () => void;
|
|
16
|
-
handleFixRisk: (selectedItem: TGapItem | TRiskItem) => void;
|
|
17
|
-
handleHighlightGapContent: (selectedItem: TGapItem | TRiskItem) => void;
|
|
18
|
-
customStyles?: GapSidebarCustomStyles;
|
|
19
|
-
customIcons?: GapSidebarCustomIcons;
|
|
20
|
-
}>;
|
|
21
|
-
export default GapItem;
|
|
22
|
-
//# sourceMappingURL=GapItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GapItem.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.tsx"],"names":[],"mappings":";AAaA,OAAO,EACL,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,qBAAqB,EACtB,MAAM,kCAAkC,CAAC;AAG1C,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,CAAC;AACpD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAUvD,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACtB,IAAI,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;IACrB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,aAAa,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IAC5D,yBAAyB,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IACxE,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,WAAW,CAAC,EAAE,qBAAqB,CAAC;CACrC,CAoMA,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TGapItem, TRiskItem } from "../GapItem/GapItem";
|
|
3
|
-
import { GapSidebarCustomStyles, GapSidebarCustomIcons, RawRiskItem } from "../../types/gapRiskSidebar.types";
|
|
4
|
-
/**
|
|
5
|
-
* Self-contained category section (Critical, Warning, etc.)
|
|
6
|
-
*/
|
|
7
|
-
declare const RiskCategorySection: React.FC<{
|
|
8
|
-
title: string;
|
|
9
|
-
items: RawRiskItem[];
|
|
10
|
-
badgeColorClass: string;
|
|
11
|
-
defaultOpen?: boolean;
|
|
12
|
-
type: "Risk" | "Gap";
|
|
13
|
-
isProcessingGapItems?: boolean;
|
|
14
|
-
onClickAiReasoning?: () => void;
|
|
15
|
-
handleFixRisk: (selectedItem: TGapItem | TRiskItem) => void;
|
|
16
|
-
handleHighlightGapContent: (selectedItem: TGapItem | TRiskItem) => void;
|
|
17
|
-
customStyles?: GapSidebarCustomStyles;
|
|
18
|
-
customIcons?: GapSidebarCustomIcons;
|
|
19
|
-
}>;
|
|
20
|
-
export default RiskCategorySection;
|
|
21
|
-
//# sourceMappingURL=RiskCategorySection.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RiskCategorySection.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.tsx"],"names":[],"mappings":";AAEA,OAAgB,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAElE,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE9G;;GAEG;AACH,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;IACrB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,aAAa,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IAC5D,yBAAyB,EAAE,CAAC,YAAY,EAAE,QAAQ,GAAG,SAAS,KAAK,IAAI,CAAC;IACxE,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,WAAW,CAAC,EAAE,qBAAqB,CAAC;CACrC,CA8GA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { GapSidebarCustomStyles } from "../../types/gapRiskSidebar.types";
|
|
3
|
-
declare const RiskSidebarCategorySection: React.FC<{
|
|
4
|
-
title: string;
|
|
5
|
-
length: number;
|
|
6
|
-
badgeColorClass: string;
|
|
7
|
-
customStyles?: GapSidebarCustomStyles;
|
|
8
|
-
}>;
|
|
9
|
-
export default RiskSidebarCategorySection;
|
|
10
|
-
//# sourceMappingURL=RiskSidebarCategorySection.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RiskSidebarCategorySection.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAG1E,QAAA,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,sBAAsB,CAAC;CACzC,CAgCA,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|