@viswa-test/creative-workspace-ui-component 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/cjs/_virtual/_tslib.js +1 -1
- package/dist/cjs/features/lsc-guidelines/LscGuidelines.js +2 -0
- package/dist/cjs/features/lsc-guidelines/LscGuidelines.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineAttachmentIcon.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineAttachmentIcon.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCardMenu.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCardMenu.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCart.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCart.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartHeader.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartHeader.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartItem.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineCartItem.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineConfirmDialog.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditor.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditor.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditorPage.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEditorPage.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEmptyState.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineEmptyState.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineHeader.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineHeader.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineIconButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineIconButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLandingPage.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLandingPage.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibrary.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibrary.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibraryCard.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelinePopoverCart.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelinePopoverCart.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineProceedButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineProceedButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSavedModal.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSavedModal.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSelectButton.js +2 -0
- package/dist/cjs/features/lsc-guidelines/components/GuidelineSelectButton.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/constants.js +2 -0
- package/dist/cjs/features/lsc-guidelines/constants.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/editor.js +2 -0
- package/dist/cjs/features/lsc-guidelines/editor.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useControllableState.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useControllableState.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineFlow.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineFlow.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineSelection.js +2 -0
- package/dist/cjs/features/lsc-guidelines/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/cjs/features/lsc-guidelines/index.js +2 -0
- package/dist/cjs/features/lsc-guidelines/theme.css +8 -0
- package/dist/cjs/features/lsc-guidelines/utils.js +2 -0
- package/dist/cjs/features/lsc-guidelines/utils.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.mjs.js.map +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js.map +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.mjs.js +1 -1
- package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.mjs.js.map +1 -1
- package/dist/features/lsc-guidelines/LscGuidelines.js +2 -0
- package/dist/features/lsc-guidelines/LscGuidelines.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineAttachmentIcon.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineAttachmentIcon.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCardMenu.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCardMenu.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCart.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCart.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartHeader.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartHeader.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartItem.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineCartItem.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineConfirmDialog.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditor.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditor.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditorPage.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEditorPage.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineEmptyState.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineEmptyState.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineHeader.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineHeader.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineIconButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineIconButton.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLandingPage.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLandingPage.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibrary.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibrary.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibraryCard.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelinePopoverCart.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelinePopoverCart.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineProceedButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineProceedButton.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineSavedModal.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineSavedModal.js.map +1 -0
- package/dist/features/lsc-guidelines/components/GuidelineSelectButton.js +2 -0
- package/dist/features/lsc-guidelines/components/GuidelineSelectButton.js.map +1 -0
- package/dist/features/lsc-guidelines/constants.js +2 -0
- package/dist/features/lsc-guidelines/constants.js.map +1 -0
- package/dist/features/lsc-guidelines/editor.js +2 -0
- package/dist/features/lsc-guidelines/editor.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useControllableState.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useControllableState.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineFlow.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineFlow.js.map +1 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineSelection.js +2 -0
- package/dist/features/lsc-guidelines/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/features/lsc-guidelines/index.js +2 -0
- package/dist/features/lsc-guidelines/theme.css +8 -0
- package/dist/features/lsc-guidelines/utils.js +2 -0
- package/dist/features/lsc-guidelines/utils.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.mjs.js.map +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js.map +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.mjs.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.mjs.js.map +1 -1
- package/dist/types/App.d.ts +4 -0
- package/dist/types/App.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignLevelAccordions.d.ts +9 -0
- package/dist/types/components/AssignReminders/AssignLevelAccordions.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderLevels.d.ts +5 -0
- package/dist/types/components/AssignReminders/AssignReminderLevels.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderTest.d.ts +6 -0
- package/dist/types/components/AssignReminders/AssignReminderTest.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/AssignReminderWrapper.d.ts +4 -0
- package/dist/types/components/AssignReminders/AssignReminderWrapper.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/FileCheckCorner.d.ts +7 -0
- package/dist/types/components/AssignReminders/assets/FileCheckCorner.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/InfoIcon.d.ts +4 -0
- package/dist/types/components/AssignReminders/assets/InfoIcon.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/assets/VerticalLine.d.ts +4 -0
- package/dist/types/components/AssignReminders/assets/VerticalLine.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/AssignEmailFields.d.ts +13 -0
- package/dist/types/components/AssignReminders/components/AssignEmailFields.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/AssignLevelsDatePicker.d.ts +8 -0
- package/dist/types/components/AssignReminders/components/AssignLevelsDatePicker.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomCheckbox.d.ts +8 -0
- package/dist/types/components/AssignReminders/components/CustomCheckbox.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomDatePicker.d.ts +9 -0
- package/dist/types/components/AssignReminders/components/CustomDatePicker.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/CustomDropdown.d.ts +9 -0
- package/dist/types/components/AssignReminders/components/CustomDropdown.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/LevelData.d.ts +5 -0
- package/dist/types/components/AssignReminders/components/LevelData.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/components/ReviewStatus.d.ts +4 -0
- package/dist/types/components/AssignReminders/components/ReviewStatus.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/constants/assignReminderDefaultLevels.d.ts +4 -0
- package/dist/types/components/AssignReminders/constants/assignReminderDefaultLevels.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderWrapperStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/AssignReminderWrapperStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/styles/ReviewStatusStyles.d.ts +3 -0
- package/dist/types/components/AssignReminders/styles/ReviewStatusStyles.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/accordionLevels.type.d.ts +12 -0
- package/dist/types/components/AssignReminders/types/accordionLevels.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/assignReminderLevels.type.d.ts +16 -0
- package/dist/types/components/AssignReminders/types/assignReminderLevels.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/levelData.type.d.ts +9 -0
- package/dist/types/components/AssignReminders/types/levelData.type.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/types/types.d.ts +92 -0
- package/dist/types/components/AssignReminders/types/types.d.ts.map +1 -0
- package/dist/types/components/AssignReminders/utils/generateRandomColorsPair.d.ts +5 -0
- package/dist/types/components/AssignReminders/utils/generateRandomColorsPair.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/HighlightedText.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeAddAction.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeMenu.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeNode.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeSectionItem.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeSidebar.d.ts.map +1 -0
- package/dist/types/components/ScopeTree/TreeTooltip.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/LscGuidelines.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/LscGuidelines.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineAttachmentIcon.d.ts +35 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineAttachmentIcon.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCardMenu.d.ts +34 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCardMenu.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCart.d.ts +20 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCart.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartHeader.d.ts +14 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartHeader.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartItem.d.ts +16 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineCartItem.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineConfirmDialog.d.ts +18 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineConfirmDialog.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditor.d.ts +15 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditor.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditorPage.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEditorPage.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEmptyState.d.ts +11 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineEmptyState.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineHeader.d.ts +19 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineHeader.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineIconButton.d.ts +15 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineIconButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLandingPage.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLandingPage.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibrary.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibrary.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibraryCard.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineLibraryCard.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelinePopoverCart.d.ts +29 -0
- package/dist/types/features/lsc-guidelines/components/GuidelinePopoverCart.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineProceedButton.d.ts +12 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineProceedButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSavedModal.d.ts +20 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSavedModal.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSelectButton.d.ts +11 -0
- package/dist/types/features/lsc-guidelines/components/GuidelineSelectButton.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/constants.d.ts +51 -0
- package/dist/types/features/lsc-guidelines/constants.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/editor.d.ts +4 -0
- package/dist/types/features/lsc-guidelines/editor.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useControllableState.d.ts +8 -0
- package/dist/types/features/lsc-guidelines/hooks/useControllableState.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineFlow.d.ts +10 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineFlow.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineSelection.d.ts +17 -0
- package/dist/types/features/lsc-guidelines/hooks/useGuidelineSelection.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/index.d.ts +27 -0
- package/dist/types/features/lsc-guidelines/index.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/types.d.ts +98 -0
- package/dist/types/features/lsc-guidelines/types.d.ts.map +1 -0
- package/dist/types/features/lsc-guidelines/utils.d.ts +31 -0
- package/dist/types/features/lsc-guidelines/utils.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/utils/treeUtils.d.ts.map +1 -0
- package/package.json +43 -690
- package/dist/_virtual/__node-resolve_empty.js +0 -2
- package/dist/_virtual/__node-resolve_empty.js.map +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -2
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/_node-resolve_empty.js +0 -2
- package/dist/_virtual/_node-resolve_empty.js.map +0 -1
- package/dist/_virtual/browser-index.js +0 -2
- package/dist/_virtual/browser-index.js.map +0 -1
- package/dist/_virtual/browser-index2.js +0 -2
- package/dist/_virtual/browser-index2.js.map +0 -1
- package/dist/_virtual/clock.js +0 -2
- package/dist/_virtual/clock.js.map +0 -1
- package/dist/_virtual/conventions.js +0 -2
- package/dist/_virtual/conventions.js.map +0 -1
- package/dist/_virtual/document.js +0 -2
- package/dist/_virtual/document.js.map +0 -1
- package/dist/_virtual/dom-parser.js +0 -2
- package/dist/_virtual/dom-parser.js.map +0 -1
- package/dist/_virtual/dom.js +0 -2
- package/dist/_virtual/dom.js.map +0 -1
- package/dist/_virtual/entities.js +0 -2
- package/dist/_virtual/entities.js.map +0 -1
- package/dist/_virtual/extends.js +0 -2
- package/dist/_virtual/extends.js.map +0 -1
- package/dist/_virtual/index.js +0 -2
- package/dist/_virtual/index2.js +0 -2
- package/dist/_virtual/index2.js.map +0 -1
- package/dist/_virtual/index3.js +0 -2
- package/dist/_virtual/index3.js.map +0 -1
- package/dist/_virtual/index4.js +0 -2
- package/dist/_virtual/index4.js.map +0 -1
- package/dist/_virtual/parse-sidx.js +0 -2
- package/dist/_virtual/parse-sidx.js.map +0 -1
- package/dist/_virtual/prism-cpp.js +0 -2
- package/dist/_virtual/prism-cpp.js.map +0 -1
- package/dist/_virtual/prism-cpp2.js +0 -2
- package/dist/_virtual/prism-cpp2.js.map +0 -1
- package/dist/_virtual/prism-java.js +0 -2
- package/dist/_virtual/prism-java.js.map +0 -1
- package/dist/_virtual/prism-java2.js +0 -2
- package/dist/_virtual/prism-java2.js.map +0 -1
- package/dist/_virtual/prism-python.js +0 -2
- package/dist/_virtual/prism-python.js.map +0 -1
- package/dist/_virtual/prism-python2.js +0 -2
- package/dist/_virtual/prism-python2.js.map +0 -1
- package/dist/_virtual/prism-rust.js +0 -2
- package/dist/_virtual/prism-rust.js.map +0 -1
- package/dist/_virtual/prism-rust2.js +0 -2
- package/dist/_virtual/prism-rust2.js.map +0 -1
- package/dist/_virtual/prism-typescript.js +0 -2
- package/dist/_virtual/prism-typescript.js.map +0 -1
- package/dist/_virtual/prism-typescript2.js +0 -2
- package/dist/_virtual/prism-typescript2.js.map +0 -1
- package/dist/_virtual/prism.js +0 -2
- package/dist/_virtual/prism.js.map +0 -1
- package/dist/_virtual/prism2.js +0 -2
- package/dist/_virtual/prism2.js.map +0 -1
- package/dist/_virtual/sax.js +0 -2
- package/dist/_virtual/sax.js.map +0 -1
- package/dist/_virtual/showdown.js +0 -2
- package/dist/_virtual/showdown.js.map +0 -1
- package/dist/_virtual/showdown2.js +0 -2
- package/dist/_virtual/showdown2.js.map +0 -1
- package/dist/_virtual/window.js +0 -2
- package/dist/_virtual/window.js.map +0 -1
- package/dist/cjs/_virtual/__node-resolve_empty.js +0 -2
- package/dist/cjs/_virtual/__node-resolve_empty.js.map +0 -1
- package/dist/cjs/_virtual/_commonjsHelpers.js +0 -2
- package/dist/cjs/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/cjs/_virtual/_node-resolve_empty.js +0 -2
- package/dist/cjs/_virtual/_node-resolve_empty.js.map +0 -1
- package/dist/cjs/_virtual/browser-index.js +0 -2
- package/dist/cjs/_virtual/browser-index.js.map +0 -1
- package/dist/cjs/_virtual/browser-index2.js +0 -2
- package/dist/cjs/_virtual/browser-index2.js.map +0 -1
- package/dist/cjs/_virtual/clock.js +0 -2
- package/dist/cjs/_virtual/clock.js.map +0 -1
- package/dist/cjs/_virtual/conventions.js +0 -2
- package/dist/cjs/_virtual/conventions.js.map +0 -1
- package/dist/cjs/_virtual/document.js +0 -2
- package/dist/cjs/_virtual/document.js.map +0 -1
- package/dist/cjs/_virtual/dom-parser.js +0 -2
- package/dist/cjs/_virtual/dom-parser.js.map +0 -1
- package/dist/cjs/_virtual/dom.js +0 -2
- package/dist/cjs/_virtual/dom.js.map +0 -1
- package/dist/cjs/_virtual/entities.js +0 -2
- package/dist/cjs/_virtual/entities.js.map +0 -1
- package/dist/cjs/_virtual/extends.js +0 -2
- package/dist/cjs/_virtual/extends.js.map +0 -1
- package/dist/cjs/_virtual/index.js +0 -2
- package/dist/cjs/_virtual/index2.js +0 -2
- package/dist/cjs/_virtual/index2.js.map +0 -1
- package/dist/cjs/_virtual/index3.js +0 -2
- package/dist/cjs/_virtual/index3.js.map +0 -1
- package/dist/cjs/_virtual/index4.js +0 -2
- package/dist/cjs/_virtual/index4.js.map +0 -1
- package/dist/cjs/_virtual/parse-sidx.js +0 -2
- package/dist/cjs/_virtual/parse-sidx.js.map +0 -1
- package/dist/cjs/_virtual/prism-cpp.js +0 -2
- package/dist/cjs/_virtual/prism-cpp.js.map +0 -1
- package/dist/cjs/_virtual/prism-cpp2.js +0 -2
- package/dist/cjs/_virtual/prism-cpp2.js.map +0 -1
- package/dist/cjs/_virtual/prism-java.js +0 -2
- package/dist/cjs/_virtual/prism-java.js.map +0 -1
- package/dist/cjs/_virtual/prism-java2.js +0 -2
- package/dist/cjs/_virtual/prism-java2.js.map +0 -1
- package/dist/cjs/_virtual/prism-python.js +0 -2
- package/dist/cjs/_virtual/prism-python.js.map +0 -1
- package/dist/cjs/_virtual/prism-python2.js +0 -2
- package/dist/cjs/_virtual/prism-python2.js.map +0 -1
- package/dist/cjs/_virtual/prism-rust.js +0 -2
- package/dist/cjs/_virtual/prism-rust.js.map +0 -1
- package/dist/cjs/_virtual/prism-rust2.js +0 -2
- package/dist/cjs/_virtual/prism-rust2.js.map +0 -1
- package/dist/cjs/_virtual/prism-typescript.js +0 -2
- package/dist/cjs/_virtual/prism-typescript.js.map +0 -1
- package/dist/cjs/_virtual/prism-typescript2.js +0 -2
- package/dist/cjs/_virtual/prism-typescript2.js.map +0 -1
- package/dist/cjs/_virtual/prism.js +0 -2
- package/dist/cjs/_virtual/prism.js.map +0 -1
- package/dist/cjs/_virtual/prism2.js +0 -2
- package/dist/cjs/_virtual/prism2.js.map +0 -1
- package/dist/cjs/_virtual/sax.js +0 -2
- package/dist/cjs/_virtual/sax.js.map +0 -1
- package/dist/cjs/_virtual/showdown.js +0 -2
- package/dist/cjs/_virtual/showdown.js.map +0 -1
- package/dist/cjs/_virtual/showdown2.js +0 -2
- package/dist/cjs/_virtual/showdown2.js.map +0 -1
- package/dist/cjs/_virtual/window.js +0 -2
- package/dist/cjs/_virtual/window.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/CitationRenderer.js +0 -2
- package/dist/cjs/features/CitationRenderer/CitationRenderer.js.map +0 -1
- package/dist/cjs/features/CitationRenderer/CitationRenderer.module.css.js +0 -2
- package/dist/cjs/features/CitationRenderer/CitationRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +0 -2
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +0 -2
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +0 -2
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +0 -2
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js.map +0 -1
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +0 -2
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +0 -2
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/Accordian.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/Accordian.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +0 -2
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js.map +0 -1
- package/dist/cjs/features/RequirementAI/store/ref.context.js +0 -2
- package/dist/cjs/features/RequirementAI/store/ref.context.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/css.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/css.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/helpers.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/helpers.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/json-helper.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/json-helper.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +0 -2
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +0 -2
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +0 -2
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/BackNav.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/BackNav.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Badge.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Badge.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Footer.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Footer.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Header.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Header.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/NavRow.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/NavRow.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +0 -2
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +0 -2
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/adaptLabel.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/adaptLabel.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/cn.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/cn.js.map +0 -1
- package/dist/cjs/features/UserStoryImport/lib/dialog.js +0 -2
- package/dist/cjs/features/UserStoryImport/lib/dialog.js.map +0 -1
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/cjs/node_modules/@babel/runtime/helpers/extends.js +0 -2
- package/dist/cjs/node_modules/@babel/runtime/helpers/extends.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/code/LexicalCode.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/html/LexicalHtml.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/link/LexicalLink.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/list/LexicalList.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/list/LexicalList.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/mark/LexicalMark.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/table/LexicalTable.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js +0 -2
- package/dist/cjs/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-accordion/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -2
- package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/byte-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/byte-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/codecs.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/codecs.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/containers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/containers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/ebml-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/ebml-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/id3-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/id3-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-groups.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-groups.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-types.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/media-types.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/mp4-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/mp4-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/nal-helpers.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/nal-helpers.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/resolve-url.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/resolve-url.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/stream.js +0 -2
- package/dist/cjs/node_modules/@videojs/vhs-utils/es/stream.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/http-handler.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/http-handler.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/index.js +0 -10
- package/dist/cjs/node_modules/@videojs/xhr/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/interceptors.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/interceptors.js.map +0 -1
- package/dist/cjs/node_modules/@videojs/xhr/lib/retry.js +0 -2
- package/dist/cjs/node_modules/@videojs/xhr/lib/retry.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/conventions.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/conventions.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/dom.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/entities.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/entities.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/index.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/sax.js +0 -2
- package/dist/cjs/node_modules/@xmldom/xmldom/lib/sax.js.map +0 -1
- package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js +0 -2
- package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js +0 -2
- package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/cjs/node_modules/global/document.js +0 -2
- package/dist/cjs/node_modules/global/document.js.map +0 -1
- package/dist/cjs/node_modules/global/window.js +0 -2
- package/dist/cjs/node_modules/global/window.js.map +0 -1
- package/dist/cjs/node_modules/is-function/index.js +0 -2
- package/dist/cjs/node_modules/is-function/index.js.map +0 -1
- package/dist/cjs/node_modules/m3u8-parser/dist/m3u8-parser.es.js +0 -4
- package/dist/cjs/node_modules/m3u8-parser/dist/m3u8-parser.es.js.map +0 -1
- package/dist/cjs/node_modules/mpd-parser/dist/mpd-parser.es.js +0 -4
- package/dist/cjs/node_modules/mpd-parser/dist/mpd-parser.es.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/tools/parse-sidx.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/tools/parse-sidx.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/utils/clock.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/utils/clock.js.map +0 -1
- package/dist/cjs/node_modules/mux.js/lib/utils/numbers.js +0 -2
- package/dist/cjs/node_modules/mux.js/lib/utils/numbers.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-c.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-c.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-clike.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-clike.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-cpp.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-cpp.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-css.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-css.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-java.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-java.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-javascript.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-javascript.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-markdown.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-markdown.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-markup.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-markup.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-objectivec.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-objectivec.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-powershell.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-powershell.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-python.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-python.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-rust.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-rust.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-sql.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-sql.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-swift.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-swift.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/components/prism-typescript.js +0 -2
- package/dist/cjs/node_modules/prismjs/components/prism-typescript.js.map +0 -1
- package/dist/cjs/node_modules/prismjs/prism.js +0 -2
- package/dist/cjs/node_modules/prismjs/prism.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -2
- package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/cjs/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +0 -2
- package/dist/cjs/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -2
- package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/cjs/node_modules/showdown/dist/showdown.js +0 -2
- package/dist/cjs/node_modules/showdown/dist/showdown.js.map +0 -1
- package/dist/cjs/node_modules/turndown/lib/turndown.browser.es.js +0 -2
- package/dist/cjs/node_modules/turndown/lib/turndown.browser.es.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -2
- package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js +0 -2
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js +0 -2
- package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/native.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/native.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/rng.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/rng.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/stringify.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/stringify.js.map +0 -1
- package/dist/cjs/node_modules/uuid/dist/v4.js +0 -2
- package/dist/cjs/node_modules/uuid/dist/v4.js.map +0 -1
- package/dist/cjs/node_modules/video.js/dist/video-js.css.js +0 -2
- package/dist/cjs/node_modules/video.js/dist/video-js.css.js.map +0 -1
- package/dist/cjs/node_modules/video.js/dist/video.es.js +0 -8
- package/dist/cjs/node_modules/video.js/dist/video.es.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/browser-index.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/browser-index.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vtt.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vtt.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttcue.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttcue.js.map +0 -1
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttregion.js +0 -2
- package/dist/cjs/node_modules/videojs-vtt.js/lib/vttregion.js.map +0 -1
- package/dist/features/CitationRenderer/CitationRenderer.js +0 -2
- package/dist/features/CitationRenderer/CitationRenderer.js.map +0 -1
- package/dist/features/CitationRenderer/CitationRenderer.module.css.js +0 -2
- package/dist/features/CitationRenderer/CitationRenderer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +0 -2
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +0 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +0 -2
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js.map +0 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +0 -2
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js.map +0 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +0 -2
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +0 -2
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js.map +0 -1
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +0 -2
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +0 -2
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppModCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +0 -2
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +0 -2
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +0 -2
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js.map +0 -1
- package/dist/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js +0 -2
- package/dist/features/RequirementAI/components/citations/web-citation/Webcitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +0 -2
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js.map +0 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +0 -2
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/Segment.js +0 -2
- package/dist/features/RequirementAI/components/segment/Segment.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js +0 -2
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +0 -2
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js.map +0 -1
- package/dist/features/RequirementAI/components/segment/segment.module.css.js +0 -2
- package/dist/features/RequirementAI/components/segment/segment.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js.map +0 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js +0 -2
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +0 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +0 -2
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js +0 -2
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +0 -2
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js.map +0 -1
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +0 -2
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js.map +0 -1
- package/dist/features/RequirementAI/icons/AiGapIcon.js +0 -2
- package/dist/features/RequirementAI/icons/AiGapIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js +0 -2
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js +0 -2
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BookmarkIcon.js +0 -2
- package/dist/features/RequirementAI/icons/BookmarkIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/BrainRed.js +0 -2
- package/dist/features/RequirementAI/icons/BrainRed.js.map +0 -1
- package/dist/features/RequirementAI/icons/CheckIcon.js +0 -2
- package/dist/features/RequirementAI/icons/CheckIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/CognitiveDecision.js +0 -2
- package/dist/features/RequirementAI/icons/CognitiveDecision.js.map +0 -1
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +0 -2
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +0 -2
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/PencilIcon.js +0 -2
- package/dist/features/RequirementAI/icons/PencilIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +0 -2
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +0 -2
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +0 -2
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +0 -2
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js.map +0 -1
- package/dist/features/RequirementAI/icons/TrashIcon.js +0 -2
- package/dist/features/RequirementAI/icons/TrashIcon.js.map +0 -1
- package/dist/features/RequirementAI/shared/Accordian.js +0 -2
- package/dist/features/RequirementAI/shared/Accordian.js.map +0 -1
- package/dist/features/RequirementAI/shared/Accordian.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/Accordian.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/AtomicButton.js +0 -2
- package/dist/features/RequirementAI/shared/AtomicButton.js.map +0 -1
- package/dist/features/RequirementAI/shared/AtomicButton.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/AtomicButton.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +0 -2
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js.map +0 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/CodeViewer.js +0 -2
- package/dist/features/RequirementAI/shared/CodeViewer.js.map +0 -1
- package/dist/features/RequirementAI/shared/CodeViewer.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/CodeViewer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +0 -2
- package/dist/features/RequirementAI/shared/ExpandableOl.js.map +0 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/ExpandableOl.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +0 -2
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js.map +0 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +0 -2
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +0 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +0 -2
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js.map +0 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js +0 -2
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.module.css.js.map +0 -1
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js +0 -2
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js.map +0 -1
- package/dist/features/RequirementAI/store/ref.context.js +0 -2
- package/dist/features/RequirementAI/store/ref.context.js.map +0 -1
- package/dist/features/RequirementAI/utils/css.utils.js +0 -2
- package/dist/features/RequirementAI/utils/css.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/diff-edit.utils.js +0 -2
- package/dist/features/RequirementAI/utils/diff-edit.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/helpers.js +0 -2
- package/dist/features/RequirementAI/utils/helpers.js.map +0 -1
- package/dist/features/RequirementAI/utils/json-helper.js +0 -2
- package/dist/features/RequirementAI/utils/json-helper.js.map +0 -1
- package/dist/features/RequirementAI/utils/learned-tag.utils.js +0 -2
- package/dist/features/RequirementAI/utils/learned-tag.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js +0 -2
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/user-story.utils.js +0 -2
- package/dist/features/RequirementAI/utils/user-story.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js.map +0 -1
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js +0 -2
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.module.css.js.map +0 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js +0 -2
- package/dist/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.context.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.context.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.js.map +0 -1
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js +0 -2
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js.map +0 -1
- package/dist/features/UserStoryImport/components/BackNav.js +0 -2
- package/dist/features/UserStoryImport/components/BackNav.js.map +0 -1
- package/dist/features/UserStoryImport/components/Badge.js +0 -2
- package/dist/features/UserStoryImport/components/Badge.js.map +0 -1
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +0 -2
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/CardGrid.js +0 -2
- package/dist/features/UserStoryImport/components/CardGrid.js.map +0 -1
- package/dist/features/UserStoryImport/components/CardProceedButton.js +0 -2
- package/dist/features/UserStoryImport/components/CardProceedButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/ContentArea.js +0 -2
- package/dist/features/UserStoryImport/components/ContentArea.js.map +0 -1
- package/dist/features/UserStoryImport/components/Footer.js +0 -2
- package/dist/features/UserStoryImport/components/Footer.js.map +0 -1
- package/dist/features/UserStoryImport/components/Header.js +0 -2
- package/dist/features/UserStoryImport/components/Header.js.map +0 -1
- package/dist/features/UserStoryImport/components/NavRow.js +0 -2
- package/dist/features/UserStoryImport/components/NavRow.js.map +0 -1
- package/dist/features/UserStoryImport/components/ProceedButton.js +0 -2
- package/dist/features/UserStoryImport/components/ProceedButton.js.map +0 -1
- package/dist/features/UserStoryImport/components/ProjectCard.js +0 -2
- package/dist/features/UserStoryImport/components/ProjectCard.js.map +0 -1
- package/dist/features/UserStoryImport/components/ResizeHandle.js +0 -2
- package/dist/features/UserStoryImport/components/ResizeHandle.js.map +0 -1
- package/dist/features/UserStoryImport/components/ScopeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/ScopeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/SearchInput.js +0 -2
- package/dist/features/UserStoryImport/components/SearchInput.js.map +0 -1
- package/dist/features/UserStoryImport/components/SectionHeading.js +0 -2
- package/dist/features/UserStoryImport/components/SectionHeading.js.map +0 -1
- package/dist/features/UserStoryImport/components/ShowMore.js +0 -2
- package/dist/features/UserStoryImport/components/ShowMore.js.map +0 -1
- package/dist/features/UserStoryImport/components/Sidebar.js +0 -2
- package/dist/features/UserStoryImport/components/Sidebar.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarProjectList.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarProjectList.js.map +0 -1
- package/dist/features/UserStoryImport/components/SidebarSection.js +0 -2
- package/dist/features/UserStoryImport/components/SidebarSection.js.map +0 -1
- package/dist/features/UserStoryImport/components/SortDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/SortDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/SplitLayout.js +0 -2
- package/dist/features/UserStoryImport/components/SplitLayout.js.map +0 -1
- package/dist/features/UserStoryImport/components/Toolbar.js +0 -2
- package/dist/features/UserStoryImport/components/Toolbar.js.map +0 -1
- package/dist/features/UserStoryImport/components/TypeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/TypeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryCard.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryCard.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js.map +0 -1
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +0 -2
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js.map +0 -1
- package/dist/features/UserStoryImport/components/usePanelResize.js +0 -2
- package/dist/features/UserStoryImport/components/usePanelResize.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js +0 -2
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useUSPData.js +0 -2
- package/dist/features/UserStoryImport/hooks/useUSPData.js.map +0 -1
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +0 -2
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js.map +0 -1
- package/dist/features/UserStoryImport/lib/CustomTooltip.js +0 -2
- package/dist/features/UserStoryImport/lib/CustomTooltip.js.map +0 -1
- package/dist/features/UserStoryImport/lib/Tooltip.js +0 -2
- package/dist/features/UserStoryImport/lib/Tooltip.js.map +0 -1
- package/dist/features/UserStoryImport/lib/adaptLabel.js +0 -2
- package/dist/features/UserStoryImport/lib/adaptLabel.js.map +0 -1
- package/dist/features/UserStoryImport/lib/cn.js +0 -2
- package/dist/features/UserStoryImport/lib/cn.js.map +0 -1
- package/dist/features/UserStoryImport/lib/dialog.js +0 -2
- package/dist/features/UserStoryImport/lib/dialog.js.map +0 -1
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -2
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
- package/dist/node_modules/@babel/runtime/helpers/extends.js +0 -2
- package/dist/node_modules/@babel/runtime/helpers/extends.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/code/LexicalCode.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/code/LexicalCode.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/extension/LexicalExtension.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/link/LexicalLink.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/link/LexicalLink.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/list/LexicalList.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/list/LexicalList.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/mark/LexicalMark.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/mark/LexicalMark.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/selection/LexicalSelection.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/table/LexicalTable.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/table/LexicalTable.prod.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.dev.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.mjs.js.map +0 -1
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js +0 -2
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-collection/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-direction/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -2
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/byte-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/byte-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/codecs.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/codecs.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/containers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/containers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/decode-b64-to-uint8-array.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/ebml-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/ebml-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/id3-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/id3-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/media-groups.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/media-groups.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/media-types.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/media-types.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/mp4-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/mp4-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/nal-helpers.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/nal-helpers.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/resolve-url.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/resolve-url.js.map +0 -1
- package/dist/node_modules/@videojs/vhs-utils/es/stream.js +0 -2
- package/dist/node_modules/@videojs/vhs-utils/es/stream.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/http-handler.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/http-handler.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/index.js +0 -10
- package/dist/node_modules/@videojs/xhr/lib/index.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/interceptors.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/interceptors.js.map +0 -1
- package/dist/node_modules/@videojs/xhr/lib/retry.js +0 -2
- package/dist/node_modules/@videojs/xhr/lib/retry.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/conventions.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/conventions.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/dom.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/dom.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/entities.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/entities.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/index.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/index.js.map +0 -1
- package/dist/node_modules/@xmldom/xmldom/lib/sax.js +0 -2
- package/dist/node_modules/@xmldom/xmldom/lib/sax.js.map +0 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -2
- package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -2
- package/dist/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/node_modules/global/document.js +0 -2
- package/dist/node_modules/global/document.js.map +0 -1
- package/dist/node_modules/global/window.js +0 -2
- package/dist/node_modules/global/window.js.map +0 -1
- package/dist/node_modules/is-function/index.js +0 -2
- package/dist/node_modules/is-function/index.js.map +0 -1
- package/dist/node_modules/m3u8-parser/dist/m3u8-parser.es.js +0 -3
- package/dist/node_modules/m3u8-parser/dist/m3u8-parser.es.js.map +0 -1
- package/dist/node_modules/mpd-parser/dist/mpd-parser.es.js +0 -3
- package/dist/node_modules/mpd-parser/dist/mpd-parser.es.js.map +0 -1
- package/dist/node_modules/mux.js/lib/tools/parse-sidx.js +0 -2
- package/dist/node_modules/mux.js/lib/tools/parse-sidx.js.map +0 -1
- package/dist/node_modules/mux.js/lib/utils/clock.js +0 -2
- package/dist/node_modules/mux.js/lib/utils/clock.js.map +0 -1
- package/dist/node_modules/mux.js/lib/utils/numbers.js +0 -2
- package/dist/node_modules/mux.js/lib/utils/numbers.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-c.js +0 -2
- package/dist/node_modules/prismjs/components/prism-c.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-clike.js +0 -2
- package/dist/node_modules/prismjs/components/prism-clike.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-cpp.js +0 -2
- package/dist/node_modules/prismjs/components/prism-cpp.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-css.js +0 -2
- package/dist/node_modules/prismjs/components/prism-css.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-java.js +0 -2
- package/dist/node_modules/prismjs/components/prism-java.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-javascript.js +0 -2
- package/dist/node_modules/prismjs/components/prism-javascript.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-markdown.js +0 -2
- package/dist/node_modules/prismjs/components/prism-markdown.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-markup.js +0 -2
- package/dist/node_modules/prismjs/components/prism-markup.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-objectivec.js +0 -2
- package/dist/node_modules/prismjs/components/prism-objectivec.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-powershell.js +0 -2
- package/dist/node_modules/prismjs/components/prism-powershell.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-python.js +0 -2
- package/dist/node_modules/prismjs/components/prism-python.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-rust.js +0 -2
- package/dist/node_modules/prismjs/components/prism-rust.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-sql.js +0 -2
- package/dist/node_modules/prismjs/components/prism-sql.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-swift.js +0 -2
- package/dist/node_modules/prismjs/components/prism-swift.js.map +0 -1
- package/dist/node_modules/prismjs/components/prism-typescript.js +0 -2
- package/dist/node_modules/prismjs/components/prism-typescript.js.map +0 -1
- package/dist/node_modules/prismjs/prism.js +0 -2
- package/dist/node_modules/prismjs/prism.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -2
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -2
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +0 -2
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -2
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/node_modules/showdown/dist/showdown.js +0 -2
- package/dist/node_modules/showdown/dist/showdown.js.map +0 -1
- package/dist/node_modules/turndown/lib/turndown.browser.es.js +0 -2
- package/dist/node_modules/turndown/lib/turndown.browser.es.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -2
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -2
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -2
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/node_modules/uuid/dist/native.js +0 -2
- package/dist/node_modules/uuid/dist/native.js.map +0 -1
- package/dist/node_modules/uuid/dist/rng.js +0 -2
- package/dist/node_modules/uuid/dist/rng.js.map +0 -1
- package/dist/node_modules/uuid/dist/stringify.js +0 -2
- package/dist/node_modules/uuid/dist/stringify.js.map +0 -1
- package/dist/node_modules/uuid/dist/v4.js +0 -2
- package/dist/node_modules/uuid/dist/v4.js.map +0 -1
- package/dist/node_modules/video.js/dist/video-js.css.js +0 -2
- package/dist/node_modules/video.js/dist/video-js.css.js.map +0 -1
- package/dist/node_modules/video.js/dist/video.es.js +0 -19
- package/dist/node_modules/video.js/dist/video.es.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/browser-index.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/browser-index.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vtt.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vtt.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vttcue.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vttcue.js.map +0 -1
- package/dist/node_modules/videojs-vtt.js/lib/vttregion.js +0 -2
- package/dist/node_modules/videojs-vtt.js/lib/vttregion.js.map +0 -1
- package/dist/types/src/App.d.ts +0 -3
- package/dist/types/src/App.d.ts.map +0 -1
- package/dist/types/src/RequirementAiTest.d.ts +0 -12
- package/dist/types/src/RequirementAiTest.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/HighlightedText.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeAddAction.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeMenu.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeNode.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeNodeHeader.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeSectionItem.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeSidebar.d.ts.map +0 -1
- package/dist/types/src/components/ScopeTree/TreeTooltip.d.ts.map +0 -1
- package/dist/types/src/features/CitationRenderer/CitationRenderer.d.ts +0 -31
- package/dist/types/src/features/CitationRenderer/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/CitationRenderer/MarkdownRenderer.d.ts +0 -25
- package/dist/types/src/features/CitationRenderer/MarkdownRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts +0 -64
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types.d.ts +0 -248
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/types/gapRiskSidebar.types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +0 -369
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts +0 -38
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/EditorDropdown/EditorDropdown.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/EditorDropdown/EditorDropdown.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/LinkEditor/LinkEditorButton/LinkEditorButton.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/LinkEditor/LinkEditorButton/LinkEditorButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Table/tableHelpers.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/components/Table/tableHelpers.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.d.ts +0 -32
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/enums.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/enums.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/models.d.ts +0 -48
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/models.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useModal.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useModal.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useOnClickOutside.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/hooks/useOnClickOutside.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialString.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialString.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/CommentEditorTheme.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/CommentEditorTheme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Button.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Button.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/ContentEditable.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/ContentEditable.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Modal.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/ui/Modal.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/commentsHelper.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/commentsHelper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/joinClasses.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/utils/joinClasses.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/commenting/index.d.ts +0 -52
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/commenting/index.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts +0 -27
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +0 -34
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +0 -58
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts +0 -58
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts +0 -29
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +0 -50
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +0 -72
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronDown.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronDown.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronUpIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ExternalLinkIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/ExternalLinkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/MessageCircleIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/MessageCircleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/NotebookIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/NotebookIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts +0 -74
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.d.ts +0 -35
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.d.ts +0 -30
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/CloseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/CloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/searchwaveform.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/searchwaveform.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.d.ts +0 -23
- package/dist/types/src/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/FileCitationRender.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/LoadingScreen.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/components/citations/file-citation/LoadingScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationContent.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts +0 -28
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts +0 -72
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeContent.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/StormeeContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/FullScreenIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/FullScreenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitation.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.d.ts +0 -23
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts +0 -56
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +0 -65
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts +0 -44
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/SegmentLoader.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/components/segment/SegmentLoader.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/segment/SegmentWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/BigEnoughPanel.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/components/story-screen/BigEnoughPanel.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/ReplaceLearnedTags.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/components/story-screen/ReplaceLearnedTags.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts +0 -47
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts +0 -31
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +0 -70
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts +0 -43
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.d.ts +0 -18
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.d.ts +0 -26
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts +0 -29
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +0 -114
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +0 -19
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useApprovalStatus.d.ts +0 -20
- package/dist/types/src/features/RequirementAI/hooks/useApprovalStatus.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useDiffEditReviewMode.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/hooks/useDiffEditReviewMode.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/AiReasoningIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/AiReasoningIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BigEnoughIcon.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/icons/BigEnoughIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BookmarkIcon.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/icons/BookmarkIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/BrainRed.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/BrainRed.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CheckIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/CheckIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ChevronDownIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/ChevronDownIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ChevronUpIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/MeetingHighlightsIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAI/icons/MeetingHighlightsIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/MenuUnfoldIcon.d.ts +0 -9
- package/dist/types/src/features/RequirementAI/icons/MenuUnfoldIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/PencilIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/PencilIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/ReasoningBulbIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/ReasoningBulbIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/SidebarCloseIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/SidebarCloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/SidebarOpenIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/SidebarOpenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/icons/TrashIcon.d.ts +0 -5
- package/dist/types/src/features/RequirementAI/icons/TrashIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/approval-screen.interface.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/interfaces/approval-screen.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts +0 -47
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +0 -316
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/Accordian.d.ts +0 -14
- package/dist/types/src/features/RequirementAI/shared/Accordian.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/AtomicButton.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/shared/AtomicButton.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CitationAIConfidenceDisplay.d.ts +0 -8
- package/dist/types/src/features/RequirementAI/shared/CitationAIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CitationLoadingIndicator.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/shared/CitationLoadingIndicator.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/CodeViewer.d.ts +0 -11
- package/dist/types/src/features/RequirementAI/shared/CodeViewer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts +0 -17
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/GeneratedCodeCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/shared/GeneratedCodeCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts +0 -46
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/shared/useMarkdownSearch.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/shared/useMarkdownSearch.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/store/ref.context.d.ts +0 -12
- package/dist/types/src/features/RequirementAI/store/ref.context.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +0 -449
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts +0 -136
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/gapFilterStyles.type.d.ts +0 -82
- package/dist/types/src/features/RequirementAI/types/gapFilterStyles.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +0 -22
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/streaming-block.type.d.ts +0 -30
- package/dist/types/src/features/RequirementAI/types/streaming-block.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/types/user.type.d.ts +0 -21
- package/dist/types/src/features/RequirementAI/types/user.type.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/diff-edit.utils.d.ts +0 -13
- package/dist/types/src/features/RequirementAI/utils/diff-edit.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/helpers.d.ts +0 -6
- package/dist/types/src/features/RequirementAI/utils/helpers.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/json-helper.d.ts +0 -2
- package/dist/types/src/features/RequirementAI/utils/json-helper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/learned-tag.utils.d.ts +0 -33
- package/dist/types/src/features/RequirementAI/utils/learned-tag.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts +0 -15
- package/dist/types/src/features/RequirementAI/utils/proccess-stream.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/user-story.utils.d.ts +0 -16
- package/dist/types/src/features/RequirementAI/utils/user-story.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts +0 -10
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts +0 -33
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAI/utils/userstory-approval.utils.d.ts +0 -41
- package/dist/types/src/features/RequirementAI/utils/userstory-approval.utils.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts +0 -124
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.d.ts +0 -26
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonAccordion.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts +0 -26
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts +0 -123
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts +0 -92
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/FileCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/ImageCitation.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.d.ts +0 -12
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/citationRenderers/WebCitationWithImage.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiGapIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/AiReasoningIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/CloseIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/DocumentCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/FullScreenIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ImageCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/ReasoningBulbIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/RelevanceScoreIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.d.ts +0 -3
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/icons/WebCitationIcon.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts +0 -183
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/FileCitation/FileCitationContent.d.ts +0 -32
- package/dist/types/src/features/RequirementAiCitations/FileCitation/FileCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts +0 -33
- package/dist/types/src/features/RequirementAiCitations/ImageCitation/ImageCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/VideoCitation/VideoCitationContent.d.ts +0 -42
- package/dist/types/src/features/RequirementAiCitations/VideoCitation/VideoCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts +0 -48
- package/dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.d.ts +0 -17
- package/dist/types/src/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.d.ts +0 -4
- package/dist/types/src/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.context.d.ts +0 -53
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.context.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.theme.d.ts +0 -98
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.theme.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts +0 -277
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/BackNav.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/BackNav.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Badge.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/Badge.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/BrowseProjectsButton.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/BrowseProjectsButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/CardGrid.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/CardGrid.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/CardProceedButton.d.ts +0 -7
- package/dist/types/src/features/UserStoryImport/components/CardProceedButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ContentArea.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/ContentArea.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Footer.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/Footer.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Header.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/Header.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/NavRow.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/NavRow.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ProceedButton.d.ts +0 -9
- package/dist/types/src/features/UserStoryImport/components/ProceedButton.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ProjectCard.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/ProjectCard.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ResizeHandle.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/ResizeHandle.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ScopeDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/ScopeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SearchInput.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/SearchInput.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SectionHeading.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/SectionHeading.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/ShowMore.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/ShowMore.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Sidebar.d.ts +0 -12
- package/dist/types/src/features/UserStoryImport/components/Sidebar.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarFavoritesList.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SidebarFavoritesList.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarProjectList.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SidebarProjectList.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SidebarSection.d.ts +0 -24
- package/dist/types/src/features/UserStoryImport/components/SidebarSection.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SortDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/SortDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/SplitLayout.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/SplitLayout.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/Toolbar.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/components/Toolbar.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryImportDialog.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/components/UserStoryImportDialog.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryScopeDropdown.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/components/UserStoryScopeDropdown.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/usePanelResize.d.ts +0 -14
- package/dist/types/src/features/UserStoryImport/components/usePanelResize.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/components/useProjectUserStory.d.ts +0 -33
- package/dist/types/src/features/UserStoryImport/components/useProjectUserStory.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useFilteredItems.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/hooks/useFilteredItems.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts +0 -28
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUserStoryPickerState.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/hooks/useUserStoryPickerState.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/index.d.ts +0 -65
- package/dist/types/src/features/UserStoryImport/index.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/CustomTooltip.d.ts +0 -13
- package/dist/types/src/features/UserStoryImport/lib/CustomTooltip.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/Tooltip.d.ts +0 -8
- package/dist/types/src/features/UserStoryImport/lib/Tooltip.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/adaptLabel.d.ts +0 -2
- package/dist/types/src/features/UserStoryImport/lib/adaptLabel.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/cn.d.ts +0 -4
- package/dist/types/src/features/UserStoryImport/lib/cn.d.ts.map +0 -1
- package/dist/types/src/features/UserStoryImport/lib/dialog.d.ts +0 -22
- package/dist/types/src/features/UserStoryImport/lib/dialog.d.ts.map +0 -1
- package/dist/types/src/index.d.ts +0 -123
- package/dist/types/src/index.d.ts.map +0 -1
- package/dist/types/src/types/CodeCitationTypes.d.ts +0 -46
- package/dist/types/src/types/CodeCitationTypes.d.ts.map +0 -1
- package/dist/types/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +0 -23
- package/dist/types/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +0 -1
- package/dist/types/src/types/epubItems.d.ts +0 -23
- package/dist/types/src/types/epubItems.d.ts.map +0 -1
- package/dist/types/src/types.d.ts.map +0 -1
- package/dist/types/src/utils/CustomSkeleton.d.ts +0 -2
- package/dist/types/src/utils/CustomSkeleton.d.ts.map +0 -1
- package/dist/types/src/utils/SkeletonLoader.d.ts +0 -3
- package/dist/types/src/utils/SkeletonLoader.d.ts.map +0 -1
- package/dist/types/src/utils/api.d.ts +0 -2
- package/dist/types/src/utils/api.d.ts.map +0 -1
- package/dist/types/src/utils/codeCitations.utils.d.ts +0 -9
- package/dist/types/src/utils/codeCitations.utils.d.ts.map +0 -1
- package/dist/types/src/utils/colors.d.ts +0 -5
- package/dist/types/src/utils/colors.d.ts.map +0 -1
- package/dist/types/src/utils/date.d.ts +0 -1
- package/dist/types/src/utils/date.d.ts.map +0 -1
- package/dist/types/src/utils/helperFunctions.d.ts +0 -6
- package/dist/types/src/utils/helperFunctions.d.ts.map +0 -1
- package/dist/types/src/utils/regexHelperService.d.ts +0 -9
- package/dist/types/src/utils/regexHelperService.d.ts.map +0 -1
- package/dist/types/src/utils/sanitizeHtml.d.ts +0 -5
- package/dist/types/src/utils/sanitizeHtml.d.ts.map +0 -1
- package/dist/types/src/utils/themeManager.d.ts +0 -13
- package/dist/types/src/utils/themeManager.d.ts.map +0 -1
- package/dist/types/src/utils/treeUtils.d.ts.map +0 -1
- package/dist/types/src/utils/urlQueryParamService.d.ts +0 -2
- package/dist/types/src/utils/urlQueryParamService.d.ts.map +0 -1
- package/dist/types/src/utils/variableHelperService.d.ts +0 -7
- package/dist/types/src/utils/variableHelperService.d.ts.map +0 -1
- /package/dist/{_virtual → cjs/features/lsc-guidelines}/index.js.map +0 -0
- /package/dist/{cjs/_virtual → features/lsc-guidelines}/index.js.map +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/HighlightedText.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeAddAction.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeMenu.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeNode.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeNodeHeader.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeSectionItem.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeSidebar.d.ts +0 -0
- /package/dist/types/{src/components → components}/ScopeTree/TreeTooltip.d.ts +0 -0
- /package/dist/types/{src/types.d.ts → types.d.ts} +0 -0
- /package/dist/types/{src/utils → utils}/treeUtils.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs.js","sources":["../../../../../../node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/dismissable-layer.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive, dispatchDiscreteCustomEvent } from \"@radix-ui/react-primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DISMISSABLE_LAYER_NAME = \"DismissableLayer\";\nvar CONTEXT_UPDATE = \"dismissableLayer.update\";\nvar POINTER_DOWN_OUTSIDE = \"dismissableLayer.pointerDownOutside\";\nvar FOCUS_OUTSIDE = \"dismissableLayer.focusOutside\";\nvar originalBodyPointerEvents;\nvar DismissableLayerContext = React.createContext({\n layers: /* @__PURE__ */ new Set(),\n layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),\n branches: /* @__PURE__ */ new Set()\n});\nvar DismissableLayer = React.forwardRef(\n (props, forwardedRef) => {\n const {\n disableOutsidePointerEvents = false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n ...layerProps\n } = props;\n const context = React.useContext(DismissableLayerContext);\n const [node, setNode] = React.useState(null);\n const ownerDocument = node?.ownerDocument ?? globalThis?.document;\n const [, force] = React.useState({});\n const composedRefs = useComposedRefs(forwardedRef, (node2) => setNode(node2));\n const layers = Array.from(context.layers);\n const [highestLayerWithOutsidePointerEventsDisabled] = [...context.layersWithOutsidePointerEventsDisabled].slice(-1);\n const highestLayerWithOutsidePointerEventsDisabledIndex = layers.indexOf(highestLayerWithOutsidePointerEventsDisabled);\n const index = node ? layers.indexOf(node) : -1;\n const isBodyPointerEventsDisabled = context.layersWithOutsidePointerEventsDisabled.size > 0;\n const isPointerEventsEnabled = index >= highestLayerWithOutsidePointerEventsDisabledIndex;\n const pointerDownOutside = usePointerDownOutside((event) => {\n const target = event.target;\n const isPointerDownOnBranch = [...context.branches].some((branch) => branch.contains(target));\n if (!isPointerEventsEnabled || isPointerDownOnBranch) return;\n onPointerDownOutside?.(event);\n onInteractOutside?.(event);\n if (!event.defaultPrevented) onDismiss?.();\n }, ownerDocument);\n const focusOutside = useFocusOutside((event) => {\n const target = event.target;\n const isFocusInBranch = [...context.branches].some((branch) => branch.contains(target));\n if (isFocusInBranch) return;\n onFocusOutside?.(event);\n onInteractOutside?.(event);\n if (!event.defaultPrevented) onDismiss?.();\n }, ownerDocument);\n useEscapeKeydown((event) => {\n const isHighestLayer = index === context.layers.size - 1;\n if (!isHighestLayer) return;\n onEscapeKeyDown?.(event);\n if (!event.defaultPrevented && onDismiss) {\n event.preventDefault();\n onDismiss();\n }\n }, ownerDocument);\n React.useEffect(() => {\n if (!node) return;\n if (disableOutsidePointerEvents) {\n if (context.layersWithOutsidePointerEventsDisabled.size === 0) {\n originalBodyPointerEvents = ownerDocument.body.style.pointerEvents;\n ownerDocument.body.style.pointerEvents = \"none\";\n }\n context.layersWithOutsidePointerEventsDisabled.add(node);\n }\n context.layers.add(node);\n dispatchUpdate();\n return () => {\n if (disableOutsidePointerEvents) {\n context.layersWithOutsidePointerEventsDisabled.delete(node);\n if (context.layersWithOutsidePointerEventsDisabled.size === 0) {\n ownerDocument.body.style.pointerEvents = originalBodyPointerEvents;\n }\n }\n };\n }, [node, ownerDocument, disableOutsidePointerEvents, context]);\n React.useEffect(() => {\n return () => {\n if (!node) return;\n context.layers.delete(node);\n context.layersWithOutsidePointerEventsDisabled.delete(node);\n dispatchUpdate();\n };\n }, [node, context]);\n React.useEffect(() => {\n const handleUpdate = () => force({});\n document.addEventListener(CONTEXT_UPDATE, handleUpdate);\n return () => document.removeEventListener(CONTEXT_UPDATE, handleUpdate);\n }, []);\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n ...layerProps,\n ref: composedRefs,\n style: {\n pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? \"auto\" : \"none\" : void 0,\n ...props.style\n },\n onFocusCapture: composeEventHandlers(props.onFocusCapture, focusOutside.onFocusCapture),\n onBlurCapture: composeEventHandlers(props.onBlurCapture, focusOutside.onBlurCapture),\n onPointerDownCapture: composeEventHandlers(\n props.onPointerDownCapture,\n pointerDownOutside.onPointerDownCapture\n )\n }\n );\n }\n);\nDismissableLayer.displayName = DISMISSABLE_LAYER_NAME;\nvar BRANCH_NAME = \"DismissableLayerBranch\";\nvar DismissableLayerBranch = React.forwardRef((props, forwardedRef) => {\n const context = React.useContext(DismissableLayerContext);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n React.useEffect(() => {\n const node = ref.current;\n if (node) {\n context.branches.add(node);\n return () => {\n context.branches.delete(node);\n };\n }\n }, [context.branches]);\n return /* @__PURE__ */ jsx(Primitive.div, { ...props, ref: composedRefs });\n});\nDismissableLayerBranch.displayName = BRANCH_NAME;\nfunction usePointerDownOutside(onPointerDownOutside, ownerDocument = globalThis?.document) {\n const handlePointerDownOutside = useCallbackRef(onPointerDownOutside);\n const isPointerInsideReactTreeRef = React.useRef(false);\n const handleClickRef = React.useRef(() => {\n });\n React.useEffect(() => {\n const handlePointerDown = (event) => {\n if (event.target && !isPointerInsideReactTreeRef.current) {\n let handleAndDispatchPointerDownOutsideEvent2 = function() {\n handleAndDispatchCustomEvent(\n POINTER_DOWN_OUTSIDE,\n handlePointerDownOutside,\n eventDetail,\n { discrete: true }\n );\n };\n var handleAndDispatchPointerDownOutsideEvent = handleAndDispatchPointerDownOutsideEvent2;\n const eventDetail = { originalEvent: event };\n if (event.pointerType === \"touch\") {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n handleClickRef.current = handleAndDispatchPointerDownOutsideEvent2;\n ownerDocument.addEventListener(\"click\", handleClickRef.current, { once: true });\n } else {\n handleAndDispatchPointerDownOutsideEvent2();\n }\n } else {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n }\n isPointerInsideReactTreeRef.current = false;\n };\n const timerId = window.setTimeout(() => {\n ownerDocument.addEventListener(\"pointerdown\", handlePointerDown);\n }, 0);\n return () => {\n window.clearTimeout(timerId);\n ownerDocument.removeEventListener(\"pointerdown\", handlePointerDown);\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n };\n }, [ownerDocument, handlePointerDownOutside]);\n return {\n // ensures we check React component tree (not just DOM tree)\n onPointerDownCapture: () => isPointerInsideReactTreeRef.current = true\n };\n}\nfunction useFocusOutside(onFocusOutside, ownerDocument = globalThis?.document) {\n const handleFocusOutside = useCallbackRef(onFocusOutside);\n const isFocusInsideReactTreeRef = React.useRef(false);\n React.useEffect(() => {\n const handleFocus = (event) => {\n if (event.target && !isFocusInsideReactTreeRef.current) {\n const eventDetail = { originalEvent: event };\n handleAndDispatchCustomEvent(FOCUS_OUTSIDE, handleFocusOutside, eventDetail, {\n discrete: false\n });\n }\n };\n ownerDocument.addEventListener(\"focusin\", handleFocus);\n return () => ownerDocument.removeEventListener(\"focusin\", handleFocus);\n }, [ownerDocument, handleFocusOutside]);\n return {\n onFocusCapture: () => isFocusInsideReactTreeRef.current = true,\n onBlurCapture: () => isFocusInsideReactTreeRef.current = false\n };\n}\nfunction dispatchUpdate() {\n const event = new CustomEvent(CONTEXT_UPDATE);\n document.dispatchEvent(event);\n}\nfunction handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {\n const target = detail.originalEvent.target;\n const event = new CustomEvent(name, { bubbles: false, cancelable: true, detail });\n if (handler) target.addEventListener(name, handler, { once: true });\n if (discrete) {\n dispatchDiscreteCustomEvent(target, event);\n } else {\n target.dispatchEvent(event);\n }\n}\nvar Root = DismissableLayer;\nvar Branch = DismissableLayerBranch;\nexport {\n Branch,\n DismissableLayer,\n DismissableLayerBranch,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["originalBodyPointerEvents","CONTEXT_UPDATE","DismissableLayerContext","React","createContext","layers","Set","layersWithOutsidePointerEventsDisabled","branches","DismissableLayer","forwardRef","props","forwardedRef","disableOutsidePointerEvents","onEscapeKeyDown","onPointerDownOutside","onFocusOutside","onInteractOutside","onDismiss","layerProps","context","useContext","node","setNode","useState","ownerDocument","globalThis","document","force","composedRefs","useComposedRefs","node2","Array","from","highestLayerWithOutsidePointerEventsDisabled","slice","highestLayerWithOutsidePointerEventsDisabledIndex","indexOf","index","isBodyPointerEventsDisabled","size","isPointerEventsEnabled","pointerDownOutside","usePointerDownOutside","event","target","isPointerDownOnBranch","some","branch","contains","defaultPrevented","focusOutside","useFocusOutside","useEscapeKeydown","preventDefault","useEffect","body","style","pointerEvents","add","dispatchUpdate","delete","handleUpdate","addEventListener","removeEventListener","jsx","Primitive","div","ref","onFocusCapture","composeEventHandlers","onBlurCapture","onPointerDownCapture","displayName","DismissableLayerBranch","useRef","current","handlePointerDownOutside","useCallbackRef","isPointerInsideReactTreeRef","handleClickRef","handlePointerDown","handleAndDispatchPointerDownOutsideEvent2","handleAndDispatchCustomEvent","eventDetail","discrete","originalEvent","pointerType","once","timerId","window","setTimeout","clearTimeout","handleFocusOutside","isFocusInsideReactTreeRef","handleFocus","CustomEvent","dispatchEvent","name","handler","detail","bubbles","cancelable","dispatchDiscreteCustomEvent"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs.js","sources":["../../../../../../node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/dismissable-layer.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive, dispatchDiscreteCustomEvent } from \"@radix-ui/react-primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DISMISSABLE_LAYER_NAME = \"DismissableLayer\";\nvar CONTEXT_UPDATE = \"dismissableLayer.update\";\nvar POINTER_DOWN_OUTSIDE = \"dismissableLayer.pointerDownOutside\";\nvar FOCUS_OUTSIDE = \"dismissableLayer.focusOutside\";\nvar originalBodyPointerEvents;\nvar DismissableLayerContext = React.createContext({\n layers: /* @__PURE__ */ new Set(),\n layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),\n branches: /* @__PURE__ */ new Set(),\n // Outside elements that belong to a layer's own dismiss affordance (eg, a\n // dialog overlay). Pressing them should dismiss the layer regardless of\n // whether or not they stop propagation.\n //\n // See https://github.com/radix-ui/primitives/issues/3346\n dismissableSurfaces: /* @__PURE__ */ new Set()\n});\nvar DismissableLayer = React.forwardRef(\n (props, forwardedRef) => {\n const {\n disableOutsidePointerEvents = false,\n deferPointerDownOutside = false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n ...layerProps\n } = props;\n const context = React.useContext(DismissableLayerContext);\n const [node, setNode] = React.useState(null);\n const ownerDocument = node?.ownerDocument ?? globalThis?.document;\n const [, force] = React.useState({});\n const composedRefs = useComposedRefs(forwardedRef, (node2) => setNode(node2));\n const layers = Array.from(context.layers);\n const [highestLayerWithOutsidePointerEventsDisabled] = [...context.layersWithOutsidePointerEventsDisabled].slice(-1);\n const highestLayerWithOutsidePointerEventsDisabledIndex = layers.indexOf(highestLayerWithOutsidePointerEventsDisabled);\n const index = node ? layers.indexOf(node) : -1;\n const isBodyPointerEventsDisabled = context.layersWithOutsidePointerEventsDisabled.size > 0;\n const isPointerEventsEnabled = index >= highestLayerWithOutsidePointerEventsDisabledIndex;\n const isDeferredPointerDownOutsideRef = React.useRef(false);\n const pointerDownOutside = usePointerDownOutside(\n (event) => {\n const target = event.target;\n if (!(target instanceof Node)) {\n return;\n }\n const isPointerDownOnBranch = [...context.branches].some(\n (branch) => branch.contains(target)\n );\n if (!isPointerEventsEnabled || isPointerDownOnBranch) return;\n onPointerDownOutside?.(event);\n onInteractOutside?.(event);\n if (!event.defaultPrevented) onDismiss?.();\n },\n {\n ownerDocument,\n deferPointerDownOutside,\n isDeferredPointerDownOutsideRef,\n dismissableSurfaces: context.dismissableSurfaces\n }\n );\n const focusOutside = useFocusOutside((event) => {\n if (deferPointerDownOutside && isDeferredPointerDownOutsideRef.current) {\n return;\n }\n const target = event.target;\n const isFocusInBranch = [...context.branches].some((branch) => branch.contains(target));\n if (isFocusInBranch) return;\n onFocusOutside?.(event);\n onInteractOutside?.(event);\n if (!event.defaultPrevented) onDismiss?.();\n }, ownerDocument);\n useEscapeKeydown((event) => {\n const isHighestLayer = index === context.layers.size - 1;\n if (!isHighestLayer) return;\n onEscapeKeyDown?.(event);\n if (!event.defaultPrevented && onDismiss) {\n event.preventDefault();\n onDismiss();\n }\n }, ownerDocument);\n React.useEffect(() => {\n if (!node) return;\n if (disableOutsidePointerEvents) {\n if (context.layersWithOutsidePointerEventsDisabled.size === 0) {\n originalBodyPointerEvents = ownerDocument.body.style.pointerEvents;\n ownerDocument.body.style.pointerEvents = \"none\";\n }\n context.layersWithOutsidePointerEventsDisabled.add(node);\n }\n context.layers.add(node);\n dispatchUpdate();\n return () => {\n if (disableOutsidePointerEvents) {\n context.layersWithOutsidePointerEventsDisabled.delete(node);\n if (context.layersWithOutsidePointerEventsDisabled.size === 0) {\n ownerDocument.body.style.pointerEvents = originalBodyPointerEvents;\n }\n }\n };\n }, [node, ownerDocument, disableOutsidePointerEvents, context]);\n React.useEffect(() => {\n return () => {\n if (!node) return;\n context.layers.delete(node);\n context.layersWithOutsidePointerEventsDisabled.delete(node);\n dispatchUpdate();\n };\n }, [node, context]);\n React.useEffect(() => {\n const handleUpdate = () => force({});\n document.addEventListener(CONTEXT_UPDATE, handleUpdate);\n return () => document.removeEventListener(CONTEXT_UPDATE, handleUpdate);\n }, []);\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n ...layerProps,\n ref: composedRefs,\n style: {\n pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? \"auto\" : \"none\" : void 0,\n ...props.style\n },\n onFocusCapture: composeEventHandlers(props.onFocusCapture, focusOutside.onFocusCapture),\n onBlurCapture: composeEventHandlers(props.onBlurCapture, focusOutside.onBlurCapture),\n onPointerDownCapture: composeEventHandlers(\n props.onPointerDownCapture,\n pointerDownOutside.onPointerDownCapture\n )\n }\n );\n }\n);\nDismissableLayer.displayName = DISMISSABLE_LAYER_NAME;\nvar BRANCH_NAME = \"DismissableLayerBranch\";\nvar DismissableLayerBranch = React.forwardRef((props, forwardedRef) => {\n const context = React.useContext(DismissableLayerContext);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n React.useEffect(() => {\n const node = ref.current;\n if (node) {\n context.branches.add(node);\n return () => {\n context.branches.delete(node);\n };\n }\n }, [context.branches]);\n return /* @__PURE__ */ jsx(Primitive.div, { ...props, ref: composedRefs });\n});\nDismissableLayerBranch.displayName = BRANCH_NAME;\nfunction useDismissableLayerSurface() {\n const context = React.useContext(DismissableLayerContext);\n const [node, setNode] = React.useState(null);\n React.useEffect(() => {\n if (!node) {\n return;\n }\n context.dismissableSurfaces.add(node);\n return () => {\n context.dismissableSurfaces.delete(node);\n };\n }, [node, context.dismissableSurfaces]);\n return setNode;\n}\nfunction usePointerDownOutside(onPointerDownOutside, args) {\n const {\n ownerDocument = globalThis?.document,\n deferPointerDownOutside = false,\n isDeferredPointerDownOutsideRef,\n dismissableSurfaces\n } = args;\n const handlePointerDownOutside = useCallbackRef(onPointerDownOutside);\n const isPointerInsideReactTreeRef = React.useRef(false);\n const isPointerDownOutsideRef = React.useRef(false);\n const interceptedOutsideInteractionEventsRef = React.useRef(/* @__PURE__ */ new Map());\n const handleClickRef = React.useRef(() => {\n });\n React.useEffect(() => {\n function resetOutsideInteraction() {\n isPointerDownOutsideRef.current = false;\n isDeferredPointerDownOutsideRef.current = false;\n interceptedOutsideInteractionEventsRef.current.clear();\n }\n function isOutsideInteractionIntercepted() {\n return Array.from(interceptedOutsideInteractionEventsRef.current.values()).some(Boolean);\n }\n function handleInteractionCapture(event) {\n if (!isPointerDownOutsideRef.current) {\n return;\n }\n const target = event.target;\n const isDismissableSurface = target instanceof Node && [...dismissableSurfaces].some((surface) => surface.contains(target));\n if (!isDismissableSurface) {\n interceptedOutsideInteractionEventsRef.current.set(event.type, true);\n }\n if (event.type === \"click\") {\n window.setTimeout(() => {\n if (isPointerDownOutsideRef.current) {\n handleClickRef.current();\n }\n }, 0);\n }\n }\n function handleInteractionBubble(event) {\n if (isPointerDownOutsideRef.current) {\n interceptedOutsideInteractionEventsRef.current.set(event.type, false);\n }\n }\n const handlePointerDown = (event) => {\n if (event.target && !isPointerInsideReactTreeRef.current) {\n let handleAndDispatchPointerDownOutsideEvent2 = function() {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n const wasOutsideInteractionIntercepted = isOutsideInteractionIntercepted();\n resetOutsideInteraction();\n if (!wasOutsideInteractionIntercepted) {\n handleAndDispatchCustomEvent(\n POINTER_DOWN_OUTSIDE,\n handlePointerDownOutside,\n eventDetail,\n { discrete: true }\n );\n }\n };\n var handleAndDispatchPointerDownOutsideEvent = handleAndDispatchPointerDownOutsideEvent2;\n const eventDetail = { originalEvent: event };\n isPointerDownOutsideRef.current = true;\n isDeferredPointerDownOutsideRef.current = deferPointerDownOutside && event.button === 0;\n interceptedOutsideInteractionEventsRef.current.clear();\n if (!deferPointerDownOutside || event.button !== 0) {\n handleAndDispatchPointerDownOutsideEvent2();\n } else {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n handleClickRef.current = handleAndDispatchPointerDownOutsideEvent2;\n ownerDocument.addEventListener(\"click\", handleClickRef.current, { once: true });\n }\n } else {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n resetOutsideInteraction();\n }\n isPointerInsideReactTreeRef.current = false;\n };\n const outsideInteractionEvents = [\n \"pointerup\",\n \"mousedown\",\n \"mouseup\",\n \"touchstart\",\n \"touchend\",\n \"click\"\n ];\n for (const eventName of outsideInteractionEvents) {\n ownerDocument.addEventListener(eventName, handleInteractionCapture, true);\n ownerDocument.addEventListener(eventName, handleInteractionBubble);\n }\n const timerId = window.setTimeout(() => {\n ownerDocument.addEventListener(\"pointerdown\", handlePointerDown);\n }, 0);\n return () => {\n window.clearTimeout(timerId);\n ownerDocument.removeEventListener(\"pointerdown\", handlePointerDown);\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n for (const eventName of outsideInteractionEvents) {\n ownerDocument.removeEventListener(eventName, handleInteractionCapture, true);\n ownerDocument.removeEventListener(eventName, handleInteractionBubble);\n }\n };\n }, [\n ownerDocument,\n handlePointerDownOutside,\n deferPointerDownOutside,\n isDeferredPointerDownOutsideRef,\n dismissableSurfaces\n ]);\n return {\n // ensures we check React component tree (not just DOM tree)\n onPointerDownCapture: () => isPointerInsideReactTreeRef.current = true\n };\n}\nfunction useFocusOutside(onFocusOutside, ownerDocument = globalThis?.document) {\n const handleFocusOutside = useCallbackRef(onFocusOutside);\n const isFocusInsideReactTreeRef = React.useRef(false);\n React.useEffect(() => {\n const handleFocus = (event) => {\n if (event.target && !isFocusInsideReactTreeRef.current) {\n const eventDetail = { originalEvent: event };\n handleAndDispatchCustomEvent(FOCUS_OUTSIDE, handleFocusOutside, eventDetail, {\n discrete: false\n });\n }\n };\n ownerDocument.addEventListener(\"focusin\", handleFocus);\n return () => ownerDocument.removeEventListener(\"focusin\", handleFocus);\n }, [ownerDocument, handleFocusOutside]);\n return {\n onFocusCapture: () => isFocusInsideReactTreeRef.current = true,\n onBlurCapture: () => isFocusInsideReactTreeRef.current = false\n };\n}\nfunction dispatchUpdate() {\n const event = new CustomEvent(CONTEXT_UPDATE);\n document.dispatchEvent(event);\n}\nfunction handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {\n const target = detail.originalEvent.target;\n const event = new CustomEvent(name, { bubbles: false, cancelable: true, detail });\n if (handler) target.addEventListener(name, handler, { once: true });\n if (discrete) {\n dispatchDiscreteCustomEvent(target, event);\n } else {\n target.dispatchEvent(event);\n }\n}\nvar Root = DismissableLayer;\nvar Branch = DismissableLayerBranch;\nexport {\n Branch,\n DismissableLayer,\n DismissableLayerBranch,\n Root,\n useDismissableLayerSurface\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["originalBodyPointerEvents","CONTEXT_UPDATE","DismissableLayerContext","React","createContext","layers","Set","layersWithOutsidePointerEventsDisabled","branches","dismissableSurfaces","DismissableLayer","forwardRef","props","forwardedRef","disableOutsidePointerEvents","deferPointerDownOutside","onEscapeKeyDown","onPointerDownOutside","onFocusOutside","onInteractOutside","onDismiss","layerProps","context","useContext","node","setNode","useState","ownerDocument","globalThis","document","force","composedRefs","useComposedRefs","node2","Array","from","highestLayerWithOutsidePointerEventsDisabled","slice","highestLayerWithOutsidePointerEventsDisabledIndex","indexOf","index","isBodyPointerEventsDisabled","size","isPointerEventsEnabled","isDeferredPointerDownOutsideRef","useRef","pointerDownOutside","usePointerDownOutside","event","target","Node","isPointerDownOnBranch","some","branch","contains","defaultPrevented","focusOutside","useFocusOutside","current","useEscapeKeydown","preventDefault","useEffect","body","style","pointerEvents","add","dispatchUpdate","delete","handleUpdate","addEventListener","removeEventListener","jsx","Primitive","div","ref","onFocusCapture","composeEventHandlers","onBlurCapture","onPointerDownCapture","displayName","DismissableLayerBranch","args","handlePointerDownOutside","useCallbackRef","isPointerInsideReactTreeRef","isPointerDownOutsideRef","interceptedOutsideInteractionEventsRef","Map","handleClickRef","resetOutsideInteraction","clear","handleInteractionCapture","surface","set","type","window","setTimeout","handleInteractionBubble","handlePointerDown","handleAndDispatchPointerDownOutsideEvent2","wasOutsideInteractionIntercepted","values","Boolean","handleAndDispatchCustomEvent","eventDetail","discrete","originalEvent","button","once","outsideInteractionEvents","eventName","timerId","clearTimeout","handleFocusOutside","isFocusInsideReactTreeRef","handleFocus","CustomEvent","dispatchEvent","name","handler","detail","bubbles","cancelable","dispatchDiscreteCustomEvent"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("../../../@floating-ui/react-dom/dist/floating-ui.react-dom.mjs.js"),r=require("../../react-arrow/dist/index.mjs.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("../../../@floating-ui/react-dom/dist/floating-ui.react-dom.mjs.js"),r=require("../../react-arrow/dist/index.mjs.js"),o=require("../../react-compose-refs/dist/index.mjs.js"),i=require("../../react-context/dist/index.mjs.js"),a=require("../../react-primitive/dist/index.mjs.js"),n=require("../../react-use-callback-ref/dist/index.mjs.js"),s=require("../../react-use-layout-effect/dist/index.mjs.js"),d=require("../../react-use-size/dist/index.mjs.js"),p=require("react/jsx-runtime"),l=require("../../../@floating-ui/dom/dist/floating-ui.dom.mjs.js");function c(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,o.get?o:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var u=c(e),f="Popper",[m,h]=i.createContextScope(f),[x,g]=m(f),y=e=>{const{__scopePopper:t,children:r}=e,[o,i]=u.useState(null),[a,n]=u.useState(void 0);return p.jsx(x,{scope:t,anchor:o,onAnchorChange:i,placementState:a,setPlacementState:n,children:r})};y.displayName=f;var w="PopperAnchor",j=u.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:i,...n}=e,s=g(w,r),d=u.useRef(null),l=s.onAnchorChange,c=u.useCallback(e=>{d.current=e,e&&l(e)},[l]),f=o.useComposedRefs(t,c),m=u.useRef(null);u.useEffect(()=>{if(!i)return;const e=m.current;m.current=i.current,e!==m.current&&l(m.current)});const h=s.placementState&&R(s.placementState),x=h?.[0],y=h?.[1];return i?null:p.jsx(a.Primitive.div,{"data-radix-popper-side":x,"data-radix-popper-align":y,...n,ref:f})});j.displayName=w;var v="PopperContent",[b,P]=m(v),S=u.forwardRef((e,r)=>{const{__scopePopper:i,side:c="bottom",sideOffset:f=0,align:m="center",alignOffset:h=0,arrowPadding:x=0,avoidCollisions:y=!0,collisionBoundary:w=[],collisionPadding:j=0,sticky:P="partial",hideWhenDetached:S=!1,updatePositionStrategy:A="optimized",onPlaced:O,...C}=e,$=g(v,i),[z,E]=u.useState(null),H=o.useComposedRefs(r,e=>E(e)),[k,W]=u.useState(null),Y=d.useSize(k),D=Y?.width??0,N=Y?.height??0,X=c+("center"!==m?"-"+m:""),F="number"==typeof j?j:{top:0,right:0,bottom:0,left:0,...j},L=Array.isArray(w)?w:[w],M=L.length>0,B={padding:F,boundary:L.filter(_),altBoundary:M},{refs:I,floatingStyles:U,placement:G,isPositioned:J,middlewareData:K}=t.useFloating({strategy:"fixed",placement:X,whileElementsMounted:(...e)=>l.autoUpdate(...e,{animationFrame:"always"===A}),elements:{reference:$.anchor},middleware:[t.offset({mainAxis:f+N,alignmentAxis:h}),y&&t.shift({mainAxis:!0,crossAxis:!1,limiter:"partial"===P?t.limitShift():void 0,...B}),y&&t.flip({...B}),t.size({...B,apply:({elements:e,rects:t,availableWidth:r,availableHeight:o})=>{const{width:i,height:a}=t.reference,n=e.floating.style;n.setProperty("--radix-popper-available-width",`${r}px`),n.setProperty("--radix-popper-available-height",`${o}px`),n.setProperty("--radix-popper-anchor-width",`${i}px`),n.setProperty("--radix-popper-anchor-height",`${a}px`)}}),k&&t.arrow({element:k,padding:x}),q({arrowWidth:D,arrowHeight:N}),S&&t.hide({strategy:"referenceHidden",...B,boundary:M?B.boundary:void 0})]}),Q=$.setPlacementState;s.useLayoutEffect(()=>(Q(G),()=>{Q(void 0)}),[G,Q]);const[T,V]=R(G),Z=n.useCallbackRef(O);s.useLayoutEffect(()=>{J&&Z?.()},[J,Z]);const ee=K.arrow?.x,te=K.arrow?.y,re=0!==K.arrow?.centerOffset,[oe,ie]=u.useState();return s.useLayoutEffect(()=>{z&&ie(window.getComputedStyle(z).zIndex)},[z]),p.jsx("div",{ref:I.setFloating,"data-radix-popper-content-wrapper":"",style:{...U,transform:J?U.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:oe,"--radix-popper-transform-origin":[K.transformOrigin?.x,K.transformOrigin?.y].join(" "),...K.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:p.jsx(b,{scope:i,placedSide:T,placedAlign:V,onArrowChange:W,arrowX:ee,arrowY:te,shouldHideArrow:re,children:p.jsx(a.Primitive.div,{"data-side":T,"data-align":V,...C,ref:H,style:{...C.style,animation:J?void 0:"none"}})})})});S.displayName=v;var A="PopperArrow",O={top:"bottom",right:"left",bottom:"top",left:"right"},C=u.forwardRef(function(e,t){const{__scopePopper:o,...i}=e,a=P(A,o),n=O[a.placedSide];return p.jsx("span",{ref:a.onArrowChange,style:{position:"absolute",left:a.arrowX,top:a.arrowY,[n]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[a.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[a.placedSide],visibility:a.shouldHideArrow?"hidden":void 0},children:p.jsx(r.Root,{...i,ref:t,style:{...i.style,display:"block"}})})});function _(e){return null!==e}C.displayName=A;var q=e=>({name:"transformOrigin",options:e,fn(t){const{placement:r,rects:o,middlewareData:i}=t,a=0!==i.arrow?.centerOffset,n=a?0:e.arrowWidth,s=a?0:e.arrowHeight,[d,p]=R(r),l={start:"0%",center:"50%",end:"100%"}[p],c=(i.arrow?.x??0)+n/2,u=(i.arrow?.y??0)+s/2;let f="",m="";return"bottom"===d?(f=a?l:`${c}px`,m=-s+"px"):"top"===d?(f=a?l:`${c}px`,m=`${o.floating.height+s}px`):"right"===d?(f=-s+"px",m=a?l:`${u}px`):"left"===d&&(f=`${o.floating.width+s}px`,m=a?l:`${u}px`),{data:{x:f,y:m}}}});function R(e){const[t,r="center"]=e.split("-");return[t,r]}var $=y,z=j,E=S,H=C;exports.Anchor=z,exports.Arrow=H,exports.Content=E,exports.Popper=y,exports.PopperAnchor=j,exports.PopperArrow=C,exports.PopperContent=S,exports.Root=$,exports.createPopperScope=h;
|
|
2
2
|
//# sourceMappingURL=index.mjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs.js","sources":["../../../../../../node_modules/@radix-ui/react-popper/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/popper.tsx\nimport * as React from \"react\";\nimport {\n useFloating,\n autoUpdate,\n offset,\n shift,\n limitShift,\n hide,\n arrow as floatingUIarrow,\n flip,\n size\n} from \"@floating-ui/react-dom\";\nimport * as ArrowPrimitive from \"@radix-ui/react-arrow\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SIDE_OPTIONS = [\"top\", \"right\", \"bottom\", \"left\"];\nvar ALIGN_OPTIONS = [\"start\", \"center\", \"end\"];\nvar POPPER_NAME = \"Popper\";\nvar [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);\nvar [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);\nvar Popper = (props) => {\n const { __scopePopper, children } = props;\n const [anchor, setAnchor] = React.useState(null);\n const [placementState, setPlacementState] = React.useState(void 0);\n return /* @__PURE__ */ jsx(\n PopperProvider,\n {\n scope: __scopePopper,\n anchor,\n onAnchorChange: setAnchor,\n placementState,\n setPlacementState,\n children\n }\n );\n};\nPopper.displayName = POPPER_NAME;\nvar ANCHOR_NAME = \"PopperAnchor\";\nvar PopperAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopper, virtualRef, ...anchorProps } = props;\n const context = usePopperContext(ANCHOR_NAME, __scopePopper);\n const ref = React.useRef(null);\n const onAnchorChange = context.onAnchorChange;\n const callbackRef = React.useCallback(\n (node) => {\n ref.current = node;\n if (node) {\n onAnchorChange(node);\n }\n },\n [onAnchorChange]\n );\n const composedRefs = useComposedRefs(forwardedRef, callbackRef);\n const anchorRef = React.useRef(null);\n React.useEffect(() => {\n if (!virtualRef) {\n return;\n }\n const previousAnchor = anchorRef.current;\n anchorRef.current = virtualRef.current;\n if (previousAnchor !== anchorRef.current) {\n onAnchorChange(anchorRef.current);\n }\n });\n const sideAndAlign = context.placementState && getSideAndAlignFromPlacement(context.placementState);\n const placedSide = sideAndAlign?.[0];\n const placedAlign = sideAndAlign?.[1];\n return virtualRef ? null : /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-radix-popper-side\": placedSide,\n \"data-radix-popper-align\": placedAlign,\n ...anchorProps,\n ref: composedRefs\n }\n );\n }\n);\nPopperAnchor.displayName = ANCHOR_NAME;\nvar CONTENT_NAME = \"PopperContent\";\nvar [PopperContentProvider, useContentContext] = createPopperContext(CONTENT_NAME);\nvar PopperContent = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopePopper,\n side = \"bottom\",\n sideOffset = 0,\n align = \"center\",\n alignOffset = 0,\n arrowPadding = 0,\n avoidCollisions = true,\n collisionBoundary,\n collisionPadding: collisionPaddingProp = 0,\n sticky = \"partial\",\n hideWhenDetached = false,\n updatePositionStrategy = \"optimized\",\n onPlaced,\n ...contentProps\n } = props;\n const context = usePopperContext(CONTENT_NAME, __scopePopper);\n const [content, setContent] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const [arrow, setArrow] = React.useState(null);\n const arrowSize = useSize(arrow);\n const arrowWidth = arrowSize?.width ?? 0;\n const arrowHeight = arrowSize?.height ?? 0;\n const desiredPlacement = side + (align !== \"center\" ? \"-\" + align : \"\");\n const collisionPadding = typeof collisionPaddingProp === \"number\" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };\n const boundary = collisionBoundary ? Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary] : void 0;\n const hasExplicitBoundaries = boundary !== void 0 && boundary.length > 0;\n const detectOverflowOptions = {\n padding: collisionPadding,\n boundary: boundary?.filter(isNotNull),\n // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries\n altBoundary: hasExplicitBoundaries\n };\n const { refs, floatingStyles, placement, isPositioned, middlewareData } = useFloating({\n // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues\n strategy: \"fixed\",\n placement: desiredPlacement,\n whileElementsMounted: (...args) => {\n const cleanup = autoUpdate(...args, {\n animationFrame: updatePositionStrategy === \"always\"\n });\n return cleanup;\n },\n elements: {\n reference: context.anchor\n },\n middleware: [\n offset({ mainAxis: sideOffset + arrowHeight, alignmentAxis: alignOffset }),\n avoidCollisions && shift({\n mainAxis: true,\n crossAxis: false,\n limiter: sticky === \"partial\" ? limitShift() : void 0,\n ...detectOverflowOptions\n }),\n avoidCollisions && flip({ ...detectOverflowOptions }),\n size({\n ...detectOverflowOptions,\n apply: ({ elements, rects, availableWidth, availableHeight }) => {\n const { width: anchorWidth, height: anchorHeight } = rects.reference;\n const contentStyle = elements.floating.style;\n contentStyle.setProperty(\"--radix-popper-available-width\", `${availableWidth}px`);\n contentStyle.setProperty(\"--radix-popper-available-height\", `${availableHeight}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-width\", `${anchorWidth}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-height\", `${anchorHeight}px`);\n }\n }),\n arrow && floatingUIarrow({ element: arrow, padding: arrowPadding }),\n transformOrigin({ arrowWidth, arrowHeight }),\n hideWhenDetached && hide({ strategy: \"referenceHidden\", ...detectOverflowOptions })\n ]\n });\n const setPlacementState = context.setPlacementState;\n useLayoutEffect(() => {\n setPlacementState(placement);\n return () => {\n setPlacementState(void 0);\n };\n }, [placement, setPlacementState]);\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const handlePlaced = useCallbackRef(onPlaced);\n useLayoutEffect(() => {\n if (isPositioned) {\n handlePlaced?.();\n }\n }, [isPositioned, handlePlaced]);\n const arrowX = middlewareData.arrow?.x;\n const arrowY = middlewareData.arrow?.y;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const [contentZIndex, setContentZIndex] = React.useState();\n useLayoutEffect(() => {\n if (content) setContentZIndex(window.getComputedStyle(content).zIndex);\n }, [content]);\n return /* @__PURE__ */ jsx(\n \"div\",\n {\n ref: refs.setFloating,\n \"data-radix-popper-content-wrapper\": \"\",\n style: {\n ...floatingStyles,\n transform: isPositioned ? floatingStyles.transform : \"translate(0, -200%)\",\n // keep off the page when measuring\n minWidth: \"max-content\",\n zIndex: contentZIndex,\n \"--radix-popper-transform-origin\": [\n middlewareData.transformOrigin?.x,\n middlewareData.transformOrigin?.y\n ].join(\" \"),\n // hide the content if using the hide middleware and should be hidden\n // set visibility to hidden and disable pointer events so the UI behaves\n // as if the PopperContent isn't there at all\n ...middlewareData.hide?.referenceHidden && {\n visibility: \"hidden\",\n pointerEvents: \"none\"\n }\n },\n dir: props.dir,\n children: /* @__PURE__ */ jsx(\n PopperContentProvider,\n {\n scope: __scopePopper,\n placedSide,\n placedAlign,\n onArrowChange: setArrow,\n arrowX,\n arrowY,\n shouldHideArrow: cannotCenterArrow,\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-side\": placedSide,\n \"data-align\": placedAlign,\n ...contentProps,\n ref: composedRefs,\n style: {\n ...contentProps.style,\n // if the PopperContent hasn't been placed yet (not all measurements done)\n // we prevent animations so that users's animation don't kick in too early referring wrong sides\n animation: !isPositioned ? \"none\" : void 0\n }\n }\n )\n }\n )\n }\n );\n }\n);\nPopperContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"PopperArrow\";\nvar OPPOSITE_SIDE = {\n top: \"bottom\",\n right: \"left\",\n bottom: \"top\",\n left: \"right\"\n};\nvar PopperArrow = React.forwardRef(function PopperArrow2(props, forwardedRef) {\n const { __scopePopper, ...arrowProps } = props;\n const contentContext = useContentContext(ARROW_NAME, __scopePopper);\n const baseSide = OPPOSITE_SIDE[contentContext.placedSide];\n return (\n // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)\n // doesn't report size as we'd expect on SVG elements.\n // it reports their bounding box which is effectively the largest path inside the SVG.\n /* @__PURE__ */ jsx(\n \"span\",\n {\n ref: contentContext.onArrowChange,\n style: {\n position: \"absolute\",\n left: contentContext.arrowX,\n top: contentContext.arrowY,\n [baseSide]: 0,\n transformOrigin: {\n top: \"\",\n right: \"0 0\",\n bottom: \"center 0\",\n left: \"100% 0\"\n }[contentContext.placedSide],\n transform: {\n top: \"translateY(100%)\",\n right: \"translateY(50%) rotate(90deg) translateX(-50%)\",\n bottom: `rotate(180deg)`,\n left: \"translateY(50%) rotate(-90deg) translateX(50%)\"\n }[contentContext.placedSide],\n visibility: contentContext.shouldHideArrow ? \"hidden\" : void 0\n },\n children: /* @__PURE__ */ jsx(\n ArrowPrimitive.Root,\n {\n ...arrowProps,\n ref: forwardedRef,\n style: {\n ...arrowProps.style,\n // ensures the element can be measured correctly (mostly for if SVG)\n display: \"block\"\n }\n }\n )\n }\n )\n );\n});\nPopperArrow.displayName = ARROW_NAME;\nfunction isNotNull(value) {\n return value !== null;\n}\nvar transformOrigin = (options) => ({\n name: \"transformOrigin\",\n options,\n fn(data) {\n const { placement, rects, middlewareData } = data;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const isArrowHidden = cannotCenterArrow;\n const arrowWidth = isArrowHidden ? 0 : options.arrowWidth;\n const arrowHeight = isArrowHidden ? 0 : options.arrowHeight;\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const noArrowAlign = { start: \"0%\", center: \"50%\", end: \"100%\" }[placedAlign];\n const arrowXCenter = (middlewareData.arrow?.x ?? 0) + arrowWidth / 2;\n const arrowYCenter = (middlewareData.arrow?.y ?? 0) + arrowHeight / 2;\n let x = \"\";\n let y = \"\";\n if (placedSide === \"bottom\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${-arrowHeight}px`;\n } else if (placedSide === \"top\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${rects.floating.height + arrowHeight}px`;\n } else if (placedSide === \"right\") {\n x = `${-arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n } else if (placedSide === \"left\") {\n x = `${rects.floating.width + arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n }\n return { data: { x, y } };\n }\n});\nfunction getSideAndAlignFromPlacement(placement) {\n const [side, align = \"center\"] = placement.split(\"-\");\n return [side, align];\n}\nvar Root2 = Popper;\nvar Anchor = PopperAnchor;\nvar Content = PopperContent;\nvar Arrow = PopperArrow;\nexport {\n ALIGN_OPTIONS,\n Anchor,\n Arrow,\n Content,\n Popper,\n PopperAnchor,\n PopperArrow,\n PopperContent,\n Root2 as Root,\n SIDE_OPTIONS,\n createPopperScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["POPPER_NAME","createPopperContext","createPopperScope","createContextScope","PopperProvider","usePopperContext","Popper","props","__scopePopper","children","anchor","setAnchor","React","useState","placementState","setPlacementState","jsx","scope","onAnchorChange","displayName","ANCHOR_NAME","PopperAnchor","forwardRef","forwardedRef","virtualRef","anchorProps","context","ref","useRef","callbackRef","useCallback","node","current","composedRefs","useComposedRefs","anchorRef","useEffect","previousAnchor","sideAndAlign","getSideAndAlignFromPlacement","placedSide","placedAlign","Primitive","div","CONTENT_NAME","PopperContentProvider","useContentContext","PopperContent","side","sideOffset","align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","collisionPaddingProp","sticky","hideWhenDetached","updatePositionStrategy","onPlaced","contentProps","content","setContent","arrow","setArrow","arrowSize","useSize","arrowWidth","width","arrowHeight","height","desiredPlacement","top","right","bottom","left","boundary","Array","isArray","hasExplicitBoundaries","length","detectOverflowOptions","padding","filter","isNotNull","altBoundary","refs","floatingStyles","placement","isPositioned","middlewareData","useFloating","strategy","whileElementsMounted","args","autoUpdate","animationFrame","elements","reference","middleware","offset","mainAxis","alignmentAxis","shift","crossAxis","limiter","limitShift","flip","size","apply","rects","availableWidth","availableHeight","anchorWidth","anchorHeight","contentStyle","floating","style","setProperty","floatingUIarrow","element","transformOrigin","hide","useLayoutEffect","handlePlaced","useCallbackRef","arrowX","x","arrowY","y","cannotCenterArrow","centerOffset","contentZIndex","setContentZIndex","window","getComputedStyle","zIndex","setFloating","transform","minWidth","join","referenceHidden","visibility","pointerEvents","dir","onArrowChange","shouldHideArrow","animation","ARROW_NAME","OPPOSITE_SIDE","PopperArrow","arrowProps","contentContext","baseSide","position","ArrowPrimitive.Root","Root","display","value","options","name","fn","data","isArrowHidden","noArrowAlign","start","center","end","arrowXCenter","arrowYCenter","split","Root2","Anchor","Content","Arrow"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs.js","sources":["../../../../../../node_modules/@radix-ui/react-popper/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/popper.tsx\nimport * as React from \"react\";\nimport {\n useFloating,\n autoUpdate,\n offset,\n shift,\n limitShift,\n hide,\n arrow as floatingUIarrow,\n flip,\n size\n} from \"@floating-ui/react-dom\";\nimport * as ArrowPrimitive from \"@radix-ui/react-arrow\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SIDE_OPTIONS = [\"top\", \"right\", \"bottom\", \"left\"];\nvar ALIGN_OPTIONS = [\"start\", \"center\", \"end\"];\nvar POPPER_NAME = \"Popper\";\nvar [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);\nvar [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);\nvar Popper = (props) => {\n const { __scopePopper, children } = props;\n const [anchor, setAnchor] = React.useState(null);\n const [placementState, setPlacementState] = React.useState(void 0);\n return /* @__PURE__ */ jsx(\n PopperProvider,\n {\n scope: __scopePopper,\n anchor,\n onAnchorChange: setAnchor,\n placementState,\n setPlacementState,\n children\n }\n );\n};\nPopper.displayName = POPPER_NAME;\nvar ANCHOR_NAME = \"PopperAnchor\";\nvar PopperAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopper, virtualRef, ...anchorProps } = props;\n const context = usePopperContext(ANCHOR_NAME, __scopePopper);\n const ref = React.useRef(null);\n const onAnchorChange = context.onAnchorChange;\n const callbackRef = React.useCallback(\n (node) => {\n ref.current = node;\n if (node) {\n onAnchorChange(node);\n }\n },\n [onAnchorChange]\n );\n const composedRefs = useComposedRefs(forwardedRef, callbackRef);\n const anchorRef = React.useRef(null);\n React.useEffect(() => {\n if (!virtualRef) {\n return;\n }\n const previousAnchor = anchorRef.current;\n anchorRef.current = virtualRef.current;\n if (previousAnchor !== anchorRef.current) {\n onAnchorChange(anchorRef.current);\n }\n });\n const sideAndAlign = context.placementState && getSideAndAlignFromPlacement(context.placementState);\n const placedSide = sideAndAlign?.[0];\n const placedAlign = sideAndAlign?.[1];\n return virtualRef ? null : /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-radix-popper-side\": placedSide,\n \"data-radix-popper-align\": placedAlign,\n ...anchorProps,\n ref: composedRefs\n }\n );\n }\n);\nPopperAnchor.displayName = ANCHOR_NAME;\nvar CONTENT_NAME = \"PopperContent\";\nvar [PopperContentProvider, useContentContext] = createPopperContext(CONTENT_NAME);\nvar PopperContent = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopePopper,\n side = \"bottom\",\n sideOffset = 0,\n align = \"center\",\n alignOffset = 0,\n arrowPadding = 0,\n avoidCollisions = true,\n collisionBoundary = [],\n collisionPadding: collisionPaddingProp = 0,\n sticky = \"partial\",\n hideWhenDetached = false,\n updatePositionStrategy = \"optimized\",\n onPlaced,\n ...contentProps\n } = props;\n const context = usePopperContext(CONTENT_NAME, __scopePopper);\n const [content, setContent] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const [arrow, setArrow] = React.useState(null);\n const arrowSize = useSize(arrow);\n const arrowWidth = arrowSize?.width ?? 0;\n const arrowHeight = arrowSize?.height ?? 0;\n const desiredPlacement = side + (align !== \"center\" ? \"-\" + align : \"\");\n const collisionPadding = typeof collisionPaddingProp === \"number\" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };\n const boundary = Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary];\n const hasExplicitBoundaries = boundary.length > 0;\n const detectOverflowOptions = {\n padding: collisionPadding,\n boundary: boundary.filter(isNotNull),\n // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries\n altBoundary: hasExplicitBoundaries\n };\n const { refs, floatingStyles, placement, isPositioned, middlewareData } = useFloating({\n // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues\n strategy: \"fixed\",\n placement: desiredPlacement,\n whileElementsMounted: (...args) => {\n const cleanup = autoUpdate(...args, {\n animationFrame: updatePositionStrategy === \"always\"\n });\n return cleanup;\n },\n elements: {\n reference: context.anchor\n },\n middleware: [\n offset({ mainAxis: sideOffset + arrowHeight, alignmentAxis: alignOffset }),\n avoidCollisions && shift({\n mainAxis: true,\n crossAxis: false,\n limiter: sticky === \"partial\" ? limitShift() : void 0,\n ...detectOverflowOptions\n }),\n avoidCollisions && flip({ ...detectOverflowOptions }),\n size({\n ...detectOverflowOptions,\n apply: ({ elements, rects, availableWidth, availableHeight }) => {\n const { width: anchorWidth, height: anchorHeight } = rects.reference;\n const contentStyle = elements.floating.style;\n contentStyle.setProperty(\"--radix-popper-available-width\", `${availableWidth}px`);\n contentStyle.setProperty(\"--radix-popper-available-height\", `${availableHeight}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-width\", `${anchorWidth}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-height\", `${anchorHeight}px`);\n }\n }),\n arrow && floatingUIarrow({ element: arrow, padding: arrowPadding }),\n transformOrigin({ arrowWidth, arrowHeight }),\n hideWhenDetached && hide({\n strategy: \"referenceHidden\",\n ...detectOverflowOptions,\n // `hide` detects whether the anchor (reference) is clipped, so when\n // no explicit `collisionBoundary` is set we fall back to Floating\n // UI's default clipping ancestors (e.g. a scrollable menu). This\n // lets an occluded submenu hide once its anchor scrolls out of view\n // (#3237). The collision/size middlewares deliberately keep the\n // viewport-based default to avoid clamping content rendered inside\n // transformed or overflow-clipping portal containers.\n boundary: hasExplicitBoundaries ? detectOverflowOptions.boundary : void 0\n })\n ]\n });\n const setPlacementState = context.setPlacementState;\n useLayoutEffect(() => {\n setPlacementState(placement);\n return () => {\n setPlacementState(void 0);\n };\n }, [placement, setPlacementState]);\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const handlePlaced = useCallbackRef(onPlaced);\n useLayoutEffect(() => {\n if (isPositioned) {\n handlePlaced?.();\n }\n }, [isPositioned, handlePlaced]);\n const arrowX = middlewareData.arrow?.x;\n const arrowY = middlewareData.arrow?.y;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const [contentZIndex, setContentZIndex] = React.useState();\n useLayoutEffect(() => {\n if (content) setContentZIndex(window.getComputedStyle(content).zIndex);\n }, [content]);\n return /* @__PURE__ */ jsx(\n \"div\",\n {\n ref: refs.setFloating,\n \"data-radix-popper-content-wrapper\": \"\",\n style: {\n ...floatingStyles,\n transform: isPositioned ? floatingStyles.transform : \"translate(0, -200%)\",\n // keep off the page when measuring\n minWidth: \"max-content\",\n zIndex: contentZIndex,\n \"--radix-popper-transform-origin\": [\n middlewareData.transformOrigin?.x,\n middlewareData.transformOrigin?.y\n ].join(\" \"),\n // hide the content if using the hide middleware and should be hidden\n // set visibility to hidden and disable pointer events so the UI behaves\n // as if the PopperContent isn't there at all\n ...middlewareData.hide?.referenceHidden && {\n visibility: \"hidden\",\n pointerEvents: \"none\"\n }\n },\n dir: props.dir,\n children: /* @__PURE__ */ jsx(\n PopperContentProvider,\n {\n scope: __scopePopper,\n placedSide,\n placedAlign,\n onArrowChange: setArrow,\n arrowX,\n arrowY,\n shouldHideArrow: cannotCenterArrow,\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-side\": placedSide,\n \"data-align\": placedAlign,\n ...contentProps,\n ref: composedRefs,\n style: {\n ...contentProps.style,\n // if the PopperContent hasn't been placed yet (not all measurements done)\n // we prevent animations so that users's animation don't kick in too early referring wrong sides\n animation: !isPositioned ? \"none\" : void 0\n }\n }\n )\n }\n )\n }\n );\n }\n);\nPopperContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"PopperArrow\";\nvar OPPOSITE_SIDE = {\n top: \"bottom\",\n right: \"left\",\n bottom: \"top\",\n left: \"right\"\n};\nvar PopperArrow = React.forwardRef(function PopperArrow2(props, forwardedRef) {\n const { __scopePopper, ...arrowProps } = props;\n const contentContext = useContentContext(ARROW_NAME, __scopePopper);\n const baseSide = OPPOSITE_SIDE[contentContext.placedSide];\n return (\n // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)\n // doesn't report size as we'd expect on SVG elements.\n // it reports their bounding box which is effectively the largest path inside the SVG.\n /* @__PURE__ */ jsx(\n \"span\",\n {\n ref: contentContext.onArrowChange,\n style: {\n position: \"absolute\",\n left: contentContext.arrowX,\n top: contentContext.arrowY,\n [baseSide]: 0,\n transformOrigin: {\n top: \"\",\n right: \"0 0\",\n bottom: \"center 0\",\n left: \"100% 0\"\n }[contentContext.placedSide],\n transform: {\n top: \"translateY(100%)\",\n right: \"translateY(50%) rotate(90deg) translateX(-50%)\",\n bottom: `rotate(180deg)`,\n left: \"translateY(50%) rotate(-90deg) translateX(50%)\"\n }[contentContext.placedSide],\n visibility: contentContext.shouldHideArrow ? \"hidden\" : void 0\n },\n children: /* @__PURE__ */ jsx(\n ArrowPrimitive.Root,\n {\n ...arrowProps,\n ref: forwardedRef,\n style: {\n ...arrowProps.style,\n // ensures the element can be measured correctly (mostly for if SVG)\n display: \"block\"\n }\n }\n )\n }\n )\n );\n});\nPopperArrow.displayName = ARROW_NAME;\nfunction isNotNull(value) {\n return value !== null;\n}\nvar transformOrigin = (options) => ({\n name: \"transformOrigin\",\n options,\n fn(data) {\n const { placement, rects, middlewareData } = data;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const isArrowHidden = cannotCenterArrow;\n const arrowWidth = isArrowHidden ? 0 : options.arrowWidth;\n const arrowHeight = isArrowHidden ? 0 : options.arrowHeight;\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const noArrowAlign = { start: \"0%\", center: \"50%\", end: \"100%\" }[placedAlign];\n const arrowXCenter = (middlewareData.arrow?.x ?? 0) + arrowWidth / 2;\n const arrowYCenter = (middlewareData.arrow?.y ?? 0) + arrowHeight / 2;\n let x = \"\";\n let y = \"\";\n if (placedSide === \"bottom\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${-arrowHeight}px`;\n } else if (placedSide === \"top\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${rects.floating.height + arrowHeight}px`;\n } else if (placedSide === \"right\") {\n x = `${-arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n } else if (placedSide === \"left\") {\n x = `${rects.floating.width + arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n }\n return { data: { x, y } };\n }\n});\nfunction getSideAndAlignFromPlacement(placement) {\n const [side, align = \"center\"] = placement.split(\"-\");\n return [side, align];\n}\nvar Root2 = Popper;\nvar Anchor = PopperAnchor;\nvar Content = PopperContent;\nvar Arrow = PopperArrow;\nexport {\n ALIGN_OPTIONS,\n Anchor,\n Arrow,\n Content,\n Popper,\n PopperAnchor,\n PopperArrow,\n PopperContent,\n Root2 as Root,\n SIDE_OPTIONS,\n createPopperScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["POPPER_NAME","createPopperContext","createPopperScope","createContextScope","PopperProvider","usePopperContext","Popper","props","__scopePopper","children","anchor","setAnchor","React","useState","placementState","setPlacementState","jsx","scope","onAnchorChange","displayName","ANCHOR_NAME","PopperAnchor","forwardRef","forwardedRef","virtualRef","anchorProps","context","ref","useRef","callbackRef","useCallback","node","current","composedRefs","useComposedRefs","anchorRef","useEffect","previousAnchor","sideAndAlign","getSideAndAlignFromPlacement","placedSide","placedAlign","Primitive","div","CONTENT_NAME","PopperContentProvider","useContentContext","PopperContent","side","sideOffset","align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","collisionPaddingProp","sticky","hideWhenDetached","updatePositionStrategy","onPlaced","contentProps","content","setContent","arrow","setArrow","arrowSize","useSize","arrowWidth","width","arrowHeight","height","desiredPlacement","top","right","bottom","left","boundary","Array","isArray","hasExplicitBoundaries","length","detectOverflowOptions","padding","filter","isNotNull","altBoundary","refs","floatingStyles","placement","isPositioned","middlewareData","useFloating","strategy","whileElementsMounted","args","autoUpdate","animationFrame","elements","reference","middleware","offset","mainAxis","alignmentAxis","shift","crossAxis","limiter","limitShift","flip","size","apply","rects","availableWidth","availableHeight","anchorWidth","anchorHeight","contentStyle","floating","style","setProperty","floatingUIarrow","element","transformOrigin","hide","useLayoutEffect","handlePlaced","useCallbackRef","arrowX","x","arrowY","y","cannotCenterArrow","centerOffset","contentZIndex","setContentZIndex","window","getComputedStyle","zIndex","setFloating","transform","minWidth","join","referenceHidden","visibility","pointerEvents","dir","onArrowChange","shouldHideArrow","animation","ARROW_NAME","OPPOSITE_SIDE","PopperArrow","arrowProps","contentContext","baseSide","position","ArrowPrimitive.Root","Root","display","value","options","name","fn","data","isArrowHidden","noArrowAlign","start","center","end","arrowXCenter","arrowYCenter","split","Root2","Anchor","Content","Arrow"],"mappings":"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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../_virtual/_tslib.js";import{jsxs as i,jsx as n}from"react/jsx-runtime";import{GuidelineCart as l}from"./components/GuidelineCart.js";import{useGuidelineSelection as d}from"./hooks/useGuidelineSelection.js";import{useControllableState as t}from"./hooks/useControllableState.js";import{cx as o}from"./utils.js";function u(u){var s=u.guidelines,r=u.sourceContent,a=u.selectedGuidelineIds,c=u.defaultSelectedGuidelineIds,m=u.cartGuidelineIds,f=u.defaultCartGuidelineIds,G=u.onSelectedGuidelineIdsChange,g=u.onCartGuidelineIdsChange,v=u.onToggleGuideline,I=u.onPreviewGuideline,p=u.onRemoveGuideline,C=u.onProceed,h=u.onAddGuideline,S=u.hideDeleteButton,b=u.className,j=u.classNames,x=u.styles,N=u.labels,y=u.formatAddedOnLabel,A=d({guidelines:s,selectedGuidelineIds:a,defaultSelectedGuidelineIds:c,onSelectedGuidelineIdsChange:G,onToggleGuideline:v}),P=A.selectedIds,T=A.selectedGuidelines,_=A.toggleGuideline,k=A.setSelectedIds,w=t({value:m,defaultValue:null!=f?f:s.map(function(e){return e.id}),onChange:g}),B=w[0],D=w[1],L=T.filter(function(e){return B.includes(e.id)});return i("div",e({className:o("lsc-guidelines grid grid-cols-1 gap-7 xl:grid-cols-[minmax(0,1fr)_348px] xl:items-start",null==j?void 0:j.root,b),style:null==x?void 0:x.root},{children:[n("div",e({className:null==j?void 0:j.sourceContent,style:null==x?void 0:x.sourceContent},{children:r})),n(l,{guidelines:s,cartGuidelineIds:B,selectedGuidelineIds:P,onToggleGuideline:_,onPreviewGuideline:I,onRemoveGuideline:function(e){D(function(i){return i.filter(function(i){return i!==e.id})}),k(function(i){return i.filter(function(i){return i!==e.id})}),p(e)},onProceed:function(){return C(L)},onAddGuideline:h,hideDeleteButton:S,classNames:j,styles:x,labels:N,formatAddedOnLabel:y})]}))}export{u as LscGuidelines};
|
|
2
|
+
//# sourceMappingURL=LscGuidelines.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LscGuidelines.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as l,Fragment as n,jsx as t}from"react/jsx-runtime";import{useRef as i}from"react";import{OverlayPanel as o}from"primereact/overlaypanel";import{cx as d,defaultFormatAddedOnLabel as a}from"../utils.js";import{GuidelinePopoverCart as r}from"./GuidelinePopoverCart.js";function u(u){var s,c=u.guidelines,m=u.cartGuidelineIds,p=u.selectedGuidelineIds,b=u.guidelineCount,v=u.onToggleGuideline,g=u.onPreviewGuideline,h=u.onRemoveGuideline,y=u.onAddGuideline,f=u.onOpenFullView,w=u.disabled,G=void 0!==w&&w,x=u.className,L=u.wrapperClassName,N=u.overlayClassName,C=u.triggerIcon,E=u.triggerLabel,I=void 0===E?"Open guideline cart":E,O=u.badgeLabel,j=u.debugEnabled,A=void 0!==j&&j,F=u.onDebugChange,B=u.title,D=u.debugLabel,T=u.addGuidelineLabel,V=u.openFullViewLabel,P=u.emptyTitle,R=u.emptyDescription,W=u.emptyActionLabel,_=u.emptyIcon,k=u.classNames,q=u.styles,z=u.formatAddedOnLabel,H=void 0===z?a:z,J=i(null),K=null!==(s=null!=b?b:null==m?void 0:m.length)&&void 0!==s?s:p.length;return l(n,{children:[l("div",e({className:d("relative",null==k?void 0:k.attachmentWrapper,L),style:null==q?void 0:q.attachmentWrapper},{children:[t("button",e({type:"button",onClick:function(e){var l;return null===(l=J.current)||void 0===l?void 0:l.toggle(e)},className:d("flex h-[36px] w-[48px] items-center justify-center rounded-t-[10px] border border-b-0 border-[#E5E7EB] bg-white transition hover:bg-gray-50 focus:outline-none active:scale-[0.98] disabled:cursor-not-allowed disabled:opacity-60",null==k?void 0:k.attachmentButton,x),style:null==q?void 0:q.attachmentButton,disabled:G,"aria-label":I,title:I},{children:C})),K>0&&t("span",e({className:d("pointer-events-none absolute -top-1.5 right-2 flex h-4 min-w-4 items-center justify-center rounded-full bg-[#E0E7FF] px-1 text-[9px] font-bold text-[#5928ED] shadow-sm",null==k?void 0:k.attachmentBadge),style:null==q?void 0:q.attachmentBadge},{children:null!=O?O:K}))]})),t(o,e({ref:J,dismissable:!0,showCloseIcon:!1,className:d("w-[520px] overflow-visible rounded-xl border-0 p-0 shadow-none",null==k?void 0:k.attachmentOverlay,N),style:null==q?void 0:q.attachmentOverlay},{children:t(r,{guidelines:c,cartGuidelineIds:m,selectedGuidelineIds:p,onToggleGuideline:v,onPreviewGuideline:g,onRemoveGuideline:h,onAddGuideline:function(){var e;null===(e=J.current)||void 0===e||e.hide(),y()},onOpenFullView:function(){var e;null===(e=J.current)||void 0===e||e.hide(),f()},debugEnabled:A,onDebugChange:F,title:B,debugLabel:D,addGuidelineLabel:T,openFullViewLabel:V,emptyTitle:P,emptyDescription:R,emptyActionLabel:W,emptyIcon:_,classNames:k,styles:q,formatAddedOnLabel:H})}))]})}export{u as GuidelineAttachmentIcon};
|
|
2
|
+
//# sourceMappingURL=GuidelineAttachmentIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineAttachmentIcon.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsx as n,jsxs as t}from"react/jsx-runtime";import{useRef as r,useEffect as i}from"react";import{Pencil as o,Copy as l,Trash2 as d}from"lucide-react";import{cx as a}from"../utils.js";function u(o){var l=o.open,d=o.onClose,u=o.anchorRef,c=o.items,s=o.classNames,m=o.styles,f=r(null);if(i(function(){if(l){var e=function(e){var n=e.target;f.current&&!f.current.contains(n)&&u.current&&!u.current.contains(n)&&d()},n=function(e){"Escape"===e.key&&d()};return document.addEventListener("mousedown",e),document.addEventListener("keydown",n),function(){document.removeEventListener("mousedown",e),document.removeEventListener("keydown",n)}}},[l,d,u]),!l)return null;var p=c.filter(function(e){return!e.hidden});return n("div",e({ref:f,role:"menu",className:a("absolute right-0 top-full z-50 mt-1 min-w-[180px] rounded-[8px] border border-[#EAECF0] bg-white py-1 shadow-[0_4px_16px_rgba(16,24,40,0.12)]",null==s?void 0:s.libraryCardMenu),style:null==m?void 0:m.libraryCardMenu},{children:p.map(function(r){return t("button",e({type:"button",role:"menuitem",disabled:r.disabled,onClick:function(){r.onClick(),d()},className:a("flex w-full items-center gap-2.5 px-3.5 py-2.5 text-left text-[13px] font-medium transition-colors",r.danger?"text-[#EF4444] hover:bg-[#FEF2F2]":"text-[#344054] hover:bg-[#F9FAFB]",r.disabled&&"cursor-not-allowed opacity-50",r.danger?null==s?void 0:s.libraryCardMenuItemDanger:null==s?void 0:s.libraryCardMenuItem),style:r.danger?null==m?void 0:m.libraryCardMenuItemDanger:null==m?void 0:m.libraryCardMenuItem},{children:[r.icon,n("span",{children:r.label})]}),r.key)})}))}function c(e){var t=e.onEdit,r=e.onDuplicate,i=e.onDelete,a=e.editLabel,u=void 0===a?"Edit":a,c=e.duplicateLabel,s=void 0===c?"Duplicate":c,m=e.deleteLabel,f=void 0===m?"Delete":m,p=e.hideEdit,v=void 0!==p&&p,b=e.hideDuplicate,h=void 0!==b&&b,y=e.hideDelete,k=void 0!==y&&y;return[{key:"edit",label:u,icon:n(o,{className:"h-4 w-4 flex-shrink-0",strokeWidth:2}),onClick:t,hidden:v},{key:"duplicate",label:s,icon:n(l,{className:"h-4 w-4 flex-shrink-0",strokeWidth:2}),onClick:r,hidden:h},{key:"delete",label:f,icon:n(d,{className:"h-4 w-4 flex-shrink-0",strokeWidth:2}),onClick:i,danger:!0,hidden:k}]}export{u as GuidelineCardMenu,c as createGuidelineCardMenuItems};
|
|
2
|
+
//# sourceMappingURL=GuidelineCardMenu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineCardMenu.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as i,jsx as l}from"react/jsx-runtime";import{mergeGuidelineLabels as t,cx as d,defaultFormatAddedOnLabel as n}from"../utils.js";import{GuidelineCartHeader as o}from"./GuidelineCartHeader.js";import{GuidelineCartItem as r}from"./GuidelineCartItem.js";import{GuidelineEmptyState as s}from"./GuidelineEmptyState.js";import{GuidelineProceedButton as a}from"./GuidelineProceedButton.js";function u(u){var c=u.guidelines,m=u.cartGuidelineIds,p=u.selectedGuidelineIds,f=u.onToggleGuideline,v=u.onPreviewGuideline,y=u.onRemoveGuideline,b=u.onProceed,G=u.onAddGuideline,x=u.hideDeleteButton,g=void 0!==x&&x,h=u.classNames,B=u.styles,N=u.labels,j=u.formatAddedOnLabel,L=void 0===j?n:j,w=t(N),C=m?c.filter(function(e){return m.includes(e.id)}):c,F=C.filter(function(e){return p.includes(e.id)}),_=F.length;return i("aside",e({className:d("flex w-full flex-col rounded-[12px] border border-[#5B2CF4] bg-[#F5F1FF] px-7 py-7 font-[Inter] shadow-[0_1px_4px_rgba(16,24,40,0.04)]",null==h?void 0:h.cart),style:null==B?void 0:B.cart},{children:[l(o,{title:w.cartTitle,description:w.cartDescription,selectedLabel:_>0?w.selectedBadge(_):void 0,addGuidelineLabel:w.addGuidelineLabel,onAddGuideline:G,classNames:h,styles:B}),l("div",e({className:d("mt-8 min-h-[280px] flex-1 overflow-hidden",null==h?void 0:h.cartBody),style:null==B?void 0:B.cartBody},{children:0===C.length?l(s,{title:w.emptyCartTitle,description:w.emptyCartDescription,classNames:h,styles:B}):l("div",e({className:d("max-h-[420px] space-y-4 overflow-y-auto pr-2",null==h?void 0:h.cartList),style:null==B?void 0:B.cartList},{children:C.map(function(e){return l(r,{guideline:e,isSelected:p.includes(e.id),onToggle:f,onPreview:v,onRemove:y,hideDeleteButton:g,classNames:h,styles:B,formatAddedOnLabel:L},e.id)})}))})),l(a,{label:w.proceedButton,disabled:0===_,onClick:function(){return b(F)},classNames:h,styles:B})]}))}export{u as GuidelineCart};
|
|
2
|
+
//# sourceMappingURL=GuidelineCart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineCart.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as t,jsx as l}from"react/jsx-runtime";import{Plus as i}from"lucide-react";import{cx as r}from"../utils.js";function a(a){var d=a.title,n=a.description,s=a.selectedLabel,o=a.addGuidelineLabel,c=a.onAddGuideline,u=a.classNames,m=a.styles;return t("div",e({className:r("flex items-start justify-between gap-3",null==u?void 0:u.cartHeader),style:null==m?void 0:m.cartHeader},{children:[t("div",e({className:"min-w-0"},{children:[t("div",e({className:"flex flex-wrap items-center gap-2"},{children:[l("h2",e({className:r("text-[20px] font-semibold leading-7 text-[#1F2937]",null==u?void 0:u.cartTitle),style:null==m?void 0:m.cartTitle},{children:d})),s&&l("span",e({className:r("rounded-full bg-[#E8DDFF] px-2.5 py-1 text-[13px] font-semibold leading-4 text-[#5B2CF4]",null==u?void 0:u.cartSelectedBadge),style:null==m?void 0:m.cartSelectedBadge},{children:s}))]})),l("p",e({className:r("mt-1 text-[13px] leading-5 text-[#475467]",null==u?void 0:u.cartDescription),style:null==m?void 0:m.cartDescription},{children:n}))]})),c&&l("button",e({type:"button",onClick:c,className:r("flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-[8px] border border-[#CDBDFF] bg-white text-[#5B2CF4] transition-colors hover:bg-[#F9F7FF]",null==u?void 0:u.cartAddButton),style:null==m?void 0:m.cartAddButton,"aria-label":o,title:o},{children:l(i,{className:"h-4 w-4",strokeWidth:2.4})}))]}))}export{a as GuidelineCartHeader};
|
|
2
|
+
//# sourceMappingURL=GuidelineCartHeader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineCartHeader.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsx as t,jsxs as l}from"react/jsx-runtime";import{Eye as i,X as n}from"lucide-react";import{getGuidelineDescription as a,cx as r}from"../utils.js";import{GuidelineIconButton as s}from"./GuidelineIconButton.js";import{GuidelineSelectButton as o}from"./GuidelineSelectButton.js";function c(c){var m=c.guideline,d=c.isSelected,u=c.onToggle,v=c.onPreview,p=c.onRemove,x=c.hideDeleteButton,h=void 0!==x&&x,f=c.classNames,I=c.styles,w=c.formatAddedOnLabel,N=a(m),y=w(m.date);return t("div",e({className:r("rounded-[8px] border border-[#EAECF0] bg-white px-4 py-4 shadow-[0_1px_2px_rgba(16,24,40,0.04)]",null==f?void 0:f.cartItem),style:null==I?void 0:I.cartItem},{children:l("div",e({className:"flex items-start gap-3"},{children:[t(o,{isSelected:d,onClick:function(){return u(m.id)},classNames:f,styles:I}),l("div",e({className:r("min-w-0 flex-1",null==f?void 0:f.cartItemContent),style:null==I?void 0:I.cartItemContent},{children:[l("div",e({className:r("flex min-w-0 items-start justify-between gap-3",null==f?void 0:f.cartItemTitleRow),style:null==I?void 0:I.cartItemTitleRow},{children:[t("h3",e({className:r("min-w-0 truncate text-[15px] font-semibold leading-5 text-[#1F2937]",null==f?void 0:f.cartItemTitle),style:null==I?void 0:I.cartItemTitle,title:m.name},{children:m.name})),l("div",e({className:r("flex flex-shrink-0 items-center gap-2 text-[#64748B]",null==f?void 0:f.cartItemActions),style:null==I?void 0:I.cartItemActions},{children:[t(s,e({slot:"cartItemPreviewButton",label:"Preview ".concat(m.name),title:"Preview",onClick:function(){return v(m)},classNames:f,styles:I},{children:t(i,{className:"h-4 w-4",strokeWidth:2.2})})),!h&&t(s,e({slot:"cartItemRemoveButton",label:"Remove ".concat(m.name),title:"Remove",onClick:function(){return p(m)},classNames:f,styles:I},{children:t(n,{className:"h-4 w-4",strokeWidth:2.2})}))]}))]})),t("p",e({className:r("mt-2 truncate text-[13px] leading-5 text-[#344054]",null==f?void 0:f.cartItemDescription),style:null==I?void 0:I.cartItemDescription,title:N},{children:N})),y&&t("p",e({className:r("mt-2 truncate text-[12px] leading-4 text-[#475467]",null==f?void 0:f.cartItemDate),style:null==I?void 0:I.cartItemDate,title:y},{children:y}))]}))]}))}))}export{c as GuidelineCartItem};
|
|
2
|
+
//# sourceMappingURL=GuidelineCartItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineCartItem.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as i}from"../../../_virtual/_tslib.js";import{jsx as o,jsxs as e}from"react/jsx-runtime";import{useRef as n,useEffect as l}from"react";import{cx as t}from"../utils.js";function r(r){var a=r.open,d=r.onClose,c=r.onConfirm,s=r.title,m=r.description,u=r.confirmLabel,f=void 0===u?"Confirm":u,v=r.cancelLabel,g=void 0===v?"Cancel":v,p=r.variant,b=void 0===p?"default":p,x=r.loading,D=void 0!==x&&x,y=r.classNames,h=r.styles,C=n(null);return l(function(){if(a){var i=function(i){"Escape"!==i.key||D||d()};return document.addEventListener("keydown",i),function(){return document.removeEventListener("keydown",i)}}},[a,d,D]),a?o("div",i({className:t("fixed inset-0 z-[9999] flex items-center justify-center bg-black/40",null==y?void 0:y.confirmDialogOverlay),style:null==h?void 0:h.confirmDialogOverlay,onClick:function(i){i.target!==i.currentTarget||D||d()}},{children:e("div",i({ref:C,role:"dialog","aria-modal":"true",className:t("w-full max-w-[420px] rounded-[12px] bg-white px-6 py-6 shadow-[0_8px_30px_rgba(0,0,0,0.12)]",null==y?void 0:y.confirmDialog),style:null==h?void 0:h.confirmDialog},{children:[o("h3",i({className:t("text-[16px] font-semibold leading-6 text-[#1F2937]",null==y?void 0:y.confirmDialogTitle),style:null==h?void 0:h.confirmDialogTitle},{children:s})),o("p",i({className:t("mt-2 text-[14px] leading-5 text-[#667085]",null==y?void 0:y.confirmDialogDescription),style:null==h?void 0:h.confirmDialogDescription},{children:m})),e("div",i({className:t("mt-6 flex items-center justify-end gap-3",null==y?void 0:y.confirmDialogActions),style:null==h?void 0:h.confirmDialogActions},{children:[o("button",i({type:"button",onClick:d,disabled:D,className:t("h-10 rounded-[6px] border border-[#D0D5DD] bg-white px-4 text-[14px] font-semibold text-[#344054] transition-colors hover:bg-[#F9FAFB] disabled:opacity-50",null==y?void 0:y.confirmDialogCancelButton),style:null==h?void 0:h.confirmDialogCancelButton},{children:g})),o("button",i({type:"button",onClick:c,disabled:D,className:t("h-10 rounded-[6px] border border-transparent px-4 text-[14px] font-semibold text-white transition-colors disabled:opacity-50","danger"===b?"bg-[#EF4444] hover:bg-[#DC2626]":"bg-[#5B2CF4] hover:bg-[#4C1FE8]",null==y?void 0:y.confirmDialogConfirmButton),style:null==h?void 0:h.confirmDialogConfirmButton},{children:D?"Processing...":f}))]}))]}))})):null}export{r as GuidelineConfirmDialog};
|
|
2
|
+
//# sourceMappingURL=GuidelineConfirmDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineConfirmDialog.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as n,__awaiter as t,__generator as e}from"../../../_virtual/_tslib.js";import{jsx as i}from"react/jsx-runtime";import{useState as o,useEffect as r}from"react";import a from"@e-llm-studio/requirement-ai/RequirementAIWrapper";import{UserStoryCardWrapper as u}from"@e-llm-studio/requirement-ai/UserStoryCardWrapper";function d(d){var l,s,p=this,c=d.userStory,f=d.aiReasoning,g=d.updateUserStories,y=d.readOnly,S=void 0!==y&&y,h=d.additionalStyles,m=o(c),C=m[0],v=m[1];r(function(){v(c)},[c]);return i(a,n({searchQueryList:[],searchQueryReasoningIdList:[],userStory:C,setUserStory:function(n){return function(n){v(n)}(n)},aiReasoning:f,setAiReasoning:function(){},citations:{},setCitations:function(){},apiCachingConfig:{queryClient:null,useGetSignedUrlQuery:function(){return null},useGetSignedUrlMutation:function(){return null},useExtractAudioPeaksMutation:function(){return null},useExtractAudioPeaksQuery:function(){return null},useGetVideoSignedUrlMutation:function(){return null},useGetVideoSignedUrlQuery:function(){return null},getProjectFileUrl:function(){return null}},citationConfig:{},customStyles:{userStoryCardStyles:{cardContentStyle:{padding:0,border:"none"},titleSection:{padding:"8px 8px 8px 10px",backgroundColor:"#F9FAFB",borderTopLeftRadius:"10px",borderTopRightRadius:"10px"},titleRow:{margin:"0px"},descriptionSection:{gap:"0px"},showDisplayName:{wrapper:{display:"none"}},saveButton:{background:"linear-gradient(115deg, #2546F0 -23.58%, #5928ED 74.92%)",color:"white"},editButton:S?{display:"none"}:void 0,cancelButton:S?{display:"none"}:void 0,savingButton:S?{display:"none"}:void 0,userStoryCardWrapper:{gap:"10px",display:"flex",flexDirection:"column",width:null!==(s=null===(l=null==h?void 0:h.userStoryCard)||void 0===l?void 0:l.width)&&void 0!==s?s:"100%",margin:"2rem"},userStoryEditStyles:S?{titleEditButton:{display:"none"},addSectionButton:{display:"none"},deleteButton:{display:"none"}}:void 0,BigEnoughStyles:{buttonStyle:{display:"none"}}},userStoryScreenStyles:{userStoryContentStyles:{container:{border:"none",padding:"14px",fontSize:"10px"},confidenceScoreContainer:{display:"none"},inserted:{color:"#0F172A",backgroundColor:"#DBEAFE"},inlineUpdatedComponent:{pillStyleWrapper:{right:"-135px"},pillComponent:{commonStyle:{fontSize:"12px",padding:"0px 5px",width:"130px",justifyContent:"space-between",alignItems:"center"}},Chevron:{wrapper:{width:"16px",marginLeft:"0px"}},cognitiveDecisionIcon:{wrapper:{width:"11px",marginLeft:"0px"}}},attachedContext:{wrapper:{display:"none"}}}}},aiReasoningAccordionOpenStates:{isBottomComponentCollapsed:!1,reasoningDefaultOpen:!1,gapAlwaysOpen:!1,gapDefaultOpen:!0,isBottomComponentDefaultOpen:!0,reasoningAlwaysOpen:!1},inlineUpdateComponentConfig:{handleClickUpdatedPill:function(){return t(p,void 0,void 0,function(){return e(this,function(n){return[2,void 0]})})},handleClickCognitiveDecision:function(){return t(p,void 0,void 0,function(){return e(this,function(n){return[2,void 0]})})}}},{children:i(u,{artifactTitleIDs:[],isDiffEditReviewMode:!1,showUserStoryDiff:!1,updateUserStoryArtifact:function(n,i){return t(p,void 0,void 0,function(){return e(this,function(n){switch(n.label){case 0:return S?[2]:[4,g(i)];case 1:return n.sent(),[2]}})})},handleOpenSendDialog:function(){},handleDownloadUserStory:function(){return t(p,void 0,void 0,function(){return e(this,function(n){return[2,void 0]})})},artifactId:"guideline-editor",isDisplayHighlightControl:!0,showWrapper:!1,elementDisplayConfig:{parentConfig:{showShareButton:!1,showEditButton:!S,actionItemsButton:!1},childConfig:{showShareButton:!1,showEditButton:!S,actionItemsButton:!1}}})}))}export{d as GuidelineEditor};
|
|
2
|
+
//# sourceMappingURL=GuidelineEditor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineEditor.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as t,__awaiter as e,__generator as i}from"../../../_virtual/_tslib.js";import{jsxs as a,jsx as r}from"react/jsx-runtime";import{useState as n,useEffect as o}from"react";import{ChevronRight as l,ArrowLeft as s}from"lucide-react";import{DEFAULT_GUIDELINE_ARTIFACT_TEMPLATE as d}from"../constants.js";import{cx as c,createGuidelineId as u}from"../utils.js";import{GuidelineEditor as m}from"./GuidelineEditor.js";function f(f){var p=this,h=f.onBack,x=f.onExit,b=f.onSave,y=f.initialArtifact,g=f.readOnly,v=void 0!==g&&g,N=f.isLoading,w=void 0!==N&&N,S=f.breadcrumbRootLabel,k=void 0===S?"Guidelines Addition":S,D=f.breadcrumbCurrentLabel,j=f.title,C=void 0===j?"Type your Guidelines":j,F=f.description,_=void 0===F?"Add rules that shape how your agent behaves, responds, or interprets information":F,B=f.exitLabel,E=f.className,L=f.classNames,R=f.styles,A=n(function(){return y||((t=structuredClone(d)).data.artifactData.userStorySnapshot.push({artifactId:u(),title:"Untitled",value:"",big_enough:0,big_enough_decision_factors:{},sub_features:[],isDefaultEdit:!0,isDefaultOpen:!0}),t);var t}),G=A[0],O=A[1];o(function(){y&&O(y)},[y]);return a("div",t({className:c("w-full h-full flex flex-col bg-white",null==L?void 0:L.editorRoot,E),style:t({},null==R?void 0:R.editorRoot)},{children:[a("div",t({className:c("flex items-center justify-between px-6 h-[60px] bg-gray-50 border-b border-gray-200",null==L?void 0:L.editorHeader),style:null==R?void 0:R.editorHeader},{children:[a("div",t({className:"flex items-center gap-2 text-sm font-semibold"},{children:[r("button",t({type:"button",className:"text-gray-800 cursor-pointer hover:text-gray-700",onClick:h,title:"Back"},{children:k})),r(l,{size:16,className:"text-gray-400"}),r("span",t({className:"text-violet-700"},{children:null!=D?D:v?"View Guideline":"Upload Files"}))]})),r("button",t({type:"button","data-testid":"contextAdditionBackButton",onClick:x,className:"!bg-[#FFFFFF] h-[40px] px-2 py-2 hover:!bg-gray-50 !shadow-none text-[#111827] font-medium text-[14px] rounded-lg flex items-center justify-center transition-colors duration-150 border border-gray-300"},{children:null!=B?B:"Exit ".concat(k)}))]})),a("div",t({className:c("px-8 pt-4",null==L?void 0:L.editorContent),style:null==R?void 0:R.editorContent},{children:[a("div",t({className:"flex min-w-0 flex-1 items-center gap-2"},{children:[r("button",t({type:"button",onClick:h,className:"inline-flex h-8 w-8 items-center justify-center rounded-full text-gray-700 hover:bg-gray-100","aria-label":"Back",title:"Back"},{children:r(s,{className:"h-4 w-4"})})),r("h1",t({className:"min-w-0 flex-1 truncate text-lg font-semibold text-gray-900 tracking-tight",title:C},{children:C}))]})),r("p",t({className:"text-gray-400 ml-[2.8rem]"},{children:_})),w&&r("p",t({className:"ml-[2.8rem] mt-1 text-xs font-medium text-violet-600"},{children:"Loading guideline content..."}))]})),r(m,{userStory:G.data.artifactData.userStorySnapshot,aiReasoning:G.data.artifactData.aiReasoningsSnapshot,updateUserStories:function(a){return e(p,void 0,void 0,function(){var e,r;return i(this,function(i){switch(i.label){case 0:return v?[2]:(e=a.map(function(e){return t(t({},e),{isDefaultEdit:!1,isDefaultOpen:!1})}),r=t(t({},G),{data:t(t({},G.data),{artifactData:t(t({},G.data.artifactData),{userStorySnapshot:e})})}),O(r),[4,b(r)]);case 1:return i.sent(),[2]}})})},readOnly:v,additionalStyles:{userStoryCard:{width:"90%"}}})]}))}export{f as GuidelineEditorPage};
|
|
2
|
+
//# sourceMappingURL=GuidelineEditorPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineEditorPage.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as t}from"../../../_virtual/_tslib.js";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{cx as r}from"../utils.js";function i(i){var s=i.title,o=i.description,n=i.classNames,c=i.styles;return e("div",t({className:r("flex h-full min-h-[260px] flex-col items-center justify-center rounded-[8px] border border-dashed border-[#CDBDFF] bg-white/70 px-5 text-center",null==n?void 0:n.cartEmptyState),style:null==c?void 0:c.cartEmptyState},{children:[l("p",t({className:r("text-[14px] font-semibold text-[#344054]",null==n?void 0:n.cartEmptyTitle),style:null==c?void 0:c.cartEmptyTitle},{children:s})),l("p",t({className:r("mt-1 text-[13px] leading-5 text-[#667085]",null==n?void 0:n.cartEmptyDescription),style:null==c?void 0:c.cartEmptyDescription},{children:o}))]}))}export{i as GuidelineEmptyState};
|
|
2
|
+
//# sourceMappingURL=GuidelineEmptyState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineEmptyState.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as t,jsx as r}from"react/jsx-runtime";import{ArrowLeft as l,Home as s,ChevronRight as i,X as n}from"lucide-react";import{cx as a}from"../utils.js";var o=function(o){var c=o.breadcrumbItems,d=o.onBack,m=o.onClose,u=o.className,h=o.classNames,b=o.styles;return t("div",e({className:a("flex h-[76px] items-center justify-between border-b border-[#EAECF0] px-9",null==h?void 0:h.headerRoot,u),style:null==b?void 0:b.headerRoot},{children:[t("div",e({className:"flex min-w-0 items-center gap-3 text-[15px] font-semibold text-[#1F2937]"},{children:[d&&r("button",e({type:"button",onClick:d,className:a("inline-flex h-9 w-9 flex-shrink-0 items-center justify-center rounded-[8px] text-[#111827] hover:bg-[#F2F4F7]",null==h?void 0:h.backButton),"aria-label":"Back",title:"Back"},{children:r(l,{className:"h-5 w-5",strokeWidth:2.4})})),r(s,{className:"h-5 w-5 flex-shrink-0 text-[#8CA0B8]",strokeWidth:2}),c.map(function(l,s){return t("div",e({className:a("flex min-w-0 items-center gap-3",null==h?void 0:h.breadcrumbItem)},{children:[r(i,{className:"h-5 w-5 flex-shrink-0 text-[#8CA0B8]",strokeWidth:2}),r("span",e({className:"truncate"},{children:l}))]}),"".concat(l,"-").concat(s))})]})),m&&r("button",e({type:"button",onClick:m,className:a("inline-flex h-10 w-10 items-center justify-center rounded-[8px] border border-[#CBD5E1] bg-white text-[#111827] hover:bg-[#F8FAFC]",null==h?void 0:h.closeButton),"aria-label":"Close guidelines",title:"Close"},{children:r(n,{className:"h-5 w-5",strokeWidth:2.2})}))]}))};export{o as default};
|
|
2
|
+
//# sourceMappingURL=GuidelineHeader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineHeader.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as t}from"../../../_virtual/_tslib.js";import{jsx as e}from"react/jsx-runtime";import{forwardRef as r}from"react";import{cx as l}from"../utils.js";var o=r(function(r,o){var i=r.label,s=r.title,n=r.onClick,a=r.children,c=r.slot,m=r.classNames,u=r.styles,f=r.className;return e("button",t({ref:o,type:"button",onClick:n,className:l("flex h-6 w-6 items-center justify-center rounded text-[#667085] transition-colors hover:bg-[#F2F4F7] hover:text-[#344054]",f,null==m?void 0:m[c]),style:null==u?void 0:u[c],"aria-label":i,title:null!=s?s:i},{children:a}))});export{o as GuidelineIconButton};
|
|
2
|
+
//# sourceMappingURL=GuidelineIconButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineIconButton.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e,__spreadArray as i}from"../../../_virtual/_tslib.js";import{jsx as n,jsxs as l}from"react/jsx-runtime";import{CircleHelp as t,Plus as d}from"lucide-react";import{mergeGuidelineLabels as o,cx as a,defaultFormatAddedOnLabel as r}from"../utils.js";import{useGuidelineSelection as s}from"../hooks/useGuidelineSelection.js";import{useControllableState as u}from"../hooks/useControllableState.js";import{GuidelineCart as c}from"./GuidelineCart.js";import{GuidelineLibrary as m}from"./GuidelineLibrary.js";function f(f){var g=f.guidelines,p=f.recentGuidelines,b=f.selectedGuidelineIds,h=f.defaultSelectedGuidelineIds,v=f.cartGuidelineIds,x=f.defaultCartGuidelineIds,G=f.onSelectedGuidelineIdsChange,y=f.onCartGuidelineIdsChange,D=f.onToggleGuideline,w=f.onPreviewGuideline,I=f.onRemoveGuideline,T=f.onProceed,C=f.onAddGuideline,L=f.onDebugInfoClick,N=f.hideDeleteButton,k=f.className,j=f.classNames,A=f.styles,O=f.labels,S=f.formatAddedOnLabel,R=void 0===S?r:S,E=f.initialVisibleCount,_=f.showRecentlyUsedTab,B=f.onEditGuideline,P=f.onDuplicateGuideline,F=f.onDeleteGuideline,V=f.hideEditOption,M=f.hideDuplicateOption,U=f.hideDeleteOption,W=o(O),q=s({guidelines:g,selectedGuidelineIds:b,defaultSelectedGuidelineIds:h,onSelectedGuidelineIdsChange:G}),z=q.selectedIds,H=q.selectedGuidelines,J=q.toggleGuideline,K=q.setSelectedIds,Q=u({value:v,defaultValue:null!=x?x:[],onChange:y}),X=Q[0],Y=Q[1],Z=H.filter(function(e){return X.includes(e.id)});return n("div",e({className:a("lsc-guidelines h-full w-full bg-white font-[Inter]",null==j?void 0:j.landingRoot,k),style:null==A?void 0:A.landingRoot},{children:l("main",e({className:a("h-full overflow-auto px-10 py-10",null==j?void 0:j.landingContent),style:null==A?void 0:A.landingContent},{children:[l("div",e({className:a("flex flex-col gap-6 sm:flex-row sm:items-start sm:justify-between",null==j?void 0:j.landingIntroRow),style:null==A?void 0:A.landingIntroRow},{children:[l("div",e({className:a("min-w-0 flex-1",null==j?void 0:j.landingIntro),style:null==A?void 0:A.landingIntro},{children:[n("h1",e({className:a("text-[30px] font-bold leading-[38px] text-[#6D35F2]",null==j?void 0:j.landingTitle),style:null==A?void 0:A.landingTitle},{children:W.landingTitle})),n("p",e({className:a("mt-2 text-[19px] leading-7 text-[#1F2937]",null==j?void 0:j.landingDescription),style:null==A?void 0:A.landingDescription},{children:W.landingDescription})),l("button",e({type:"button",onClick:L,className:a("mt-3 inline-flex items-center gap-2 text-[14px] font-medium text-[#53657D] hover:text-[#344054]",null==j?void 0:j.landingDebugLink),style:null==A?void 0:A.landingDebugLink},{children:[n("span",{children:W.landingDebugLabel}),n(t,{className:a("h-5 w-5",null==j?void 0:j.landingDebugIcon),style:null==A?void 0:A.landingDebugIcon,strokeWidth:2})]}))]})),C&&l("button",e({type:"button",onClick:C,className:a("inline-flex h-11 min-w-[210px] flex-shrink-0 items-center justify-center gap-3 rounded-[6px] bg-[#4438F5] px-5 text-[15px] font-semibold text-white shadow-[0_1px_2px_rgba(16,24,40,0.08)] transition-colors hover:bg-[#392DE8] sm:ml-auto",null==j?void 0:j.landingTopAddButton),style:null==A?void 0:A.landingTopAddButton},{children:[n(d,{className:"h-5 w-5 flex-shrink-0",strokeWidth:2.4}),n("span",e({className:"truncate"},{children:W.landingAddGuidelineLabel}))]}))]})),l("div",e({className:a("mt-12 grid w-full grid-cols-[minmax(0,1fr)_minmax(300px,360px)] items-start gap-6 2xl:grid-cols-[minmax(0,1fr)_minmax(360px,424px)]",null==j?void 0:j.landingBody),style:null==A?void 0:A.landingBody},{children:[n(m,{guidelines:g,recentGuidelines:p,cartGuidelineIds:X,savedTabLabel:W.savedTabLabel,recentTabLabel:W.recentTabLabel,emptyTitle:W.libraryEmptyTitle,emptyDescription:W.libraryEmptyDescription,addToCartLabel:W.libraryAddToCart,addedToCartLabel:W.libraryAddedToCart,showMoreLabel:W.libraryShowMore,showLessLabel:W.libraryShowLess,initialVisibleCount:E,showRecentlyUsedTab:_,onToggleGuideline:function(e){if(X.includes(e)){var n=g.find(function(i){return i.id===e});return Y(function(i){return i.filter(function(i){return i!==e})}),K(function(i){return i.filter(function(i){return i!==e})}),void(n&&I(n))}Y(function(n){return i(i([],n,!0),[e],!1)}),K(function(n){var l=n.includes(e)?n:i(i([],n,!0),[e],!1);return null==D||D(e,l),l})},onPreviewGuideline:w,classNames:j,styles:A,formatAddedOnLabel:R,onEditGuideline:B,onDuplicateGuideline:P,onDeleteGuideline:F,hideEditOption:V,hideDuplicateOption:M,hideDeleteOption:U}),n(c,{guidelines:g,cartGuidelineIds:X,selectedGuidelineIds:z,onToggleGuideline:J,onPreviewGuideline:w,onRemoveGuideline:function(e){Y(function(i){return i.filter(function(i){return i!==e.id})}),K(function(i){return i.filter(function(i){return i!==e.id})}),I(e)},onProceed:function(){return T(Z)},hideDeleteButton:N,classNames:j,styles:A,labels:O,formatAddedOnLabel:R})]}))]}))}))}export{f as GuidelineLandingPage};
|
|
2
|
+
//# sourceMappingURL=GuidelineLandingPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineLandingPage.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as t,jsx as i,Fragment as l}from"react/jsx-runtime";import{useState as r,useMemo as n}from"react";import{ChevronDown as a,BookmarkCheck as o,Clock3 as d}from"lucide-react";import{cx as s}from"../utils.js";import{GuidelineLibraryCard as c}from"./GuidelineLibraryCard.js";function u(u){var b=u.guidelines,m=u.recentGuidelines,p=void 0===m?[]:m,y=u.cartGuidelineIds,v=u.savedTabLabel,h=u.recentTabLabel,f=u.emptyTitle,x=u.emptyDescription,T=u.addToCartLabel,g=u.addedToCartLabel,D=u.showMoreLabel,C=u.showLessLabel,E=u.initialVisibleCount,N=void 0===E?4:E,F=u.showRecentlyUsedTab,L=void 0===F||F,w=u.onToggleGuideline,G=u.onPreviewGuideline,B=u.classNames,O=u.styles,A=u.formatAddedOnLabel,j=u.onEditGuideline,k=u.onDuplicateGuideline,S=u.onDeleteGuideline,I=u.hideEditOption,M=u.hideDuplicateOption,P=u.hideDeleteOption,W=r("saved"),_=W[0],R=W[1],U=r(!1),V=U[0],q=U[1],z=p.length>0,H="recent"===_?p:b,J=n(function(){return V?H:H.slice(0,N)},[H,N,V]),K=H.length>N,Q=function(l,r,n){var a=_===l,c="recent"===l&&!z,u="saved"===n?o:d;return t("button",e({type:"button",onClick:function(){c||(R(l),q(!1))},disabled:c,className:s("relative inline-flex h-10 items-center gap-2 px-4 text-[14px] font-medium transition-colors",a?"text-[#1F2937] after:absolute after:inset-x-0 after:bottom-0 after:h-[3px] after:rounded-full after:bg-[#6D5BFF]":"text-[#B5BDC8]",a?null==B?void 0:B.libraryTabActive:null==B?void 0:B.libraryTabInactive,null==B?void 0:B.libraryTab),style:e(e({},null==O?void 0:O.libraryTab),a?null==O?void 0:O.libraryTabActive:null==O?void 0:O.libraryTabInactive)},{children:[i(u,{className:"h-5 w-5 flex-shrink-0",strokeWidth:2}),i("span",e({className:"truncate"},{children:r}))]}))};return t("section",e({className:s("min-w-0",null==B?void 0:B.library),style:null==O?void 0:O.library},{children:[t("div",e({className:s("flex border-b border-[#EAECF0]",null==B?void 0:B.libraryTabs),style:null==O?void 0:O.libraryTabs},{children:[Q("saved",v,"saved"),L&&Q("recent",h,"recent")]})),0===H.length?t("div",e({className:s("mt-6 flex min-h-[260px] flex-col items-center justify-center rounded-[8px] border border-dashed border-[#CDBDFF] bg-[#FBFAFF] px-6 text-center",null==B?void 0:B.libraryEmptyState),style:null==O?void 0:O.libraryEmptyState},{children:[i("p",e({className:s("text-[15px] font-semibold text-[#344054]",null==B?void 0:B.libraryEmptyTitle),style:null==O?void 0:O.libraryEmptyTitle},{children:f})),i("p",e({className:s("mt-2 max-w-[320px] text-[13px] leading-5 text-[#667085]",null==B?void 0:B.libraryEmptyDescription),style:null==O?void 0:O.libraryEmptyDescription},{children:x}))]})):t(l,{children:[i("div",e({className:s("mt-6 grid grid-cols-2 gap-5",null==B?void 0:B.libraryGrid),style:null==O?void 0:O.libraryGrid},{children:J.map(function(e){return i(c,{guideline:e,isSelected:y.includes(e.id),addToCartLabel:T,addedToCartLabel:g,onToggle:w,onPreview:G,onEdit:j,onDuplicate:k,onDelete:S,hideEditOption:I,hideDuplicateOption:M,hideDeleteOption:P,classNames:B,styles:O,formatAddedOnLabel:A},e.id)})})),K&&t("button",e({type:"button",onClick:function(){return q(function(e){return!e})},className:s("mt-7 inline-flex items-center gap-2 text-[14px] font-semibold text-[#5B2CF4] hover:text-[#4C1FE8]",null==B?void 0:B.libraryShowMoreButton),style:null==O?void 0:O.libraryShowMoreButton},{children:[i("span",{children:V?C:D}),i(a,{className:s("h-4 w-4 transition-transform",V&&"rotate-180"),strokeWidth:2.4})]}))]})]}))}export{u as GuidelineLibrary};
|
|
2
|
+
//# sourceMappingURL=GuidelineLibrary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineLibrary.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e,__awaiter as t,__generator as i}from"../../../_virtual/_tslib.js";import{jsxs as r,Fragment as l,jsx as n}from"react/jsx-runtime";import{useRef as a,useState as o}from"react";import{BookOpen as s,Eye as d,MoreHorizontal as c,UserCheck as u,Check as m,Plus as p}from"lucide-react";import{getGuidelineDescription as b,cx as f}from"../utils.js";import{GuidelineIconButton as h}from"./GuidelineIconButton.js";import{createGuidelineCardMenuItems as v,GuidelineCardMenu as y}from"./GuidelineCardMenu.js";import{GuidelineConfirmDialog as C}from"./GuidelineConfirmDialog.js";function x(x){var w=this,g=x.guideline,N=x.isSelected,D=x.addToCartLabel,F=x.addedToCartLabel,L=x.onToggle,k=x.onPreview,B=x.onEdit,E=x.onDuplicate,j=x.onDelete,T=x.hideEditOption,A=void 0!==T&&T,G=x.hideDuplicateOption,O=void 0!==G&&G,P=x.hideDeleteOption,_=void 0!==P&&P,W=x.editOptionLabel,M=void 0===W?"Edit":W,I=x.duplicateOptionLabel,S=void 0===I?"Duplicate":I,H=x.deleteOptionLabel,R=void 0===H?"Delete":H,U=x.duplicateConfirmTitle,q=void 0===U?"Duplicate Guideline":U,z=x.duplicateConfirmDescription,J=x.duplicateConfirmLabel,K=void 0===J?"Duplicate":J,Q=x.deleteConfirmTitle,V=void 0===Q?"Delete Guideline":Q,X=x.deleteConfirmDescription,Y=x.deleteConfirmLabel,Z=void 0===Y?"Delete":Y,$=x.classNames,ee=x.styles,te=x.formatAddedOnLabel,ie=b(g),re=te(g.date),le=a(null),ne=o(!1),ae=ne[0],oe=ne[1],se=o(!1),de=se[0],ce=se[1],ue=o(!1),me=ue[0],pe=ue[1],be=o(!1),fe=be[0],he=be[1],ve=null!=z?z:'Are you sure you want to duplicate "'.concat(g.name,'"? A copy will be created with "(1)" appended to the title.'),ye=null!=X?X:'Are you sure you want to delete "'.concat(g.name,'"? This action cannot be undone.'),Ce=v({onEdit:function(){null==B||B(g)},onDuplicate:function(){return ce(!0)},onDelete:function(){return pe(!0)},editLabel:M,duplicateLabel:S,deleteLabel:R,hideEdit:A||!B,hideDuplicate:O||!E,hideDelete:_||!j}),xe=Ce.some(function(e){return!e.hidden});return r(l,{children:[r("article",e({className:f("flex min-h-[156px] flex-col rounded-[8px] border border-[#EAECF0] bg-white px-5 py-5 shadow-[0_1px_2px_rgba(16,24,40,0.03)]",null==$?void 0:$.libraryCard),style:null==ee?void 0:ee.libraryCard},{children:[r("div",e({className:f("flex min-w-0 items-start justify-between gap-4",null==$?void 0:$.libraryCardHeader),style:null==ee?void 0:ee.libraryCardHeader},{children:[r("div",e({className:"flex min-w-0 items-center gap-2"},{children:[n(s,{className:f("h-5 w-5 flex-shrink-0 text-[#7C6CFF]",null==$?void 0:$.libraryCardIcon),style:null==ee?void 0:ee.libraryCardIcon,strokeWidth:2}),n("h3",e({className:f("min-w-0 truncate text-[15px] font-semibold leading-5 text-[#1F2937]",null==$?void 0:$.libraryCardTitle),style:null==ee?void 0:ee.libraryCardTitle,title:g.name},{children:g.name}))]})),r("div",e({className:f("flex flex-shrink-0 items-center gap-2 text-[#64748B]",null==$?void 0:$.libraryCardActions),style:null==ee?void 0:ee.libraryCardActions},{children:[n(h,e({slot:"libraryCardPreviewButton",label:"Preview ".concat(g.name),title:"Preview",onClick:function(){return k(g)},classNames:$,styles:ee},{children:n(d,{className:"h-4 w-4",strokeWidth:2.2})})),r("div",e({className:"relative"},{children:[n(h,e({slot:"libraryCardMoreButton",label:"More options for ".concat(g.name),title:"More options",onClick:function(){return xe?oe(function(e){return!e}):void 0},classNames:$,styles:ee,ref:le},{children:n(c,{className:"h-4 w-4",strokeWidth:2.2})})),xe&&n(y,{open:ae,onClose:function(){return oe(!1)},anchorRef:le,items:Ce,classNames:$,styles:ee})]})),n(h,e({slot:"libraryCardUserButton",label:"Guideline use for ".concat(g.name),title:"Guideline use",onClick:function(){},classNames:$,styles:ee},{children:n(u,{className:"h-4 w-4",strokeWidth:2.2})}))]}))]})),n("p",e({className:f("mt-6 line-clamp-2 min-h-[40px] text-[13px] leading-5 text-[#344054]",null==$?void 0:$.libraryCardDescription),style:null==ee?void 0:ee.libraryCardDescription,title:ie},{children:ie})),r("div",e({className:f("mt-auto grid grid-cols-[minmax(0,1fr)_minmax(140px,176px)] items-end gap-3 pt-5",null==$?void 0:$.libraryCardFooter),style:null==ee?void 0:ee.libraryCardFooter},{children:[n("p",e({className:f("min-w-0 truncate text-[12px] leading-4 text-[#475467]",null==$?void 0:$.libraryCardDate),style:null==ee?void 0:ee.libraryCardDate,title:re},{children:re})),r("button",e({type:"button",onClick:function(){return L(g.id)},"aria-pressed":N,className:f("inline-flex h-10 w-full min-w-0 items-center justify-center gap-2 rounded-[6px] border px-4 text-[14px] font-semibold transition-colors",N?"border-transparent bg-[#F3EFFF] text-[#5B2CF4] hover:bg-[#EDE5FF]":"border-[#8B5CF6] bg-white text-[#5B2CF4] hover:bg-[#F8F5FF]",null==$?void 0:$.libraryCardSelectButton),style:null==ee?void 0:ee.libraryCardSelectButton},{children:[n(N?m:p,{className:"h-4 w-4 flex-shrink-0",strokeWidth:2.6}),n("span",e({className:"truncate"},{children:N?F:D}))]}))]}))]})),n(C,{open:de,onClose:function(){return ce(!1)},onConfirm:function(){return t(w,void 0,void 0,function(){return i(this,function(e){switch(e.label){case 0:if(!E)return[2];he(!0),e.label=1;case 1:return e.trys.push([1,,3,4]),[4,Promise.resolve(E(g))];case 2:return e.sent(),[3,4];case 3:return he(!1),ce(!1),[7];case 4:return[2]}})})},title:q,description:ve,confirmLabel:K,loading:fe,classNames:$,styles:ee}),n(C,{open:me,onClose:function(){return pe(!1)},onConfirm:function(){return t(w,void 0,void 0,function(){return i(this,function(e){switch(e.label){case 0:if(!j)return[2];he(!0),e.label=1;case 1:return e.trys.push([1,,3,4]),[4,Promise.resolve(j(g))];case 2:return e.sent(),[3,4];case 3:return he(!1),pe(!1),[7];case 4:return[2]}})})},title:V,description:ye,confirmLabel:Z,variant:"danger",loading:fe,classNames:$,styles:ee})]})}export{x as GuidelineLibraryCard};
|
|
2
|
+
//# sourceMappingURL=GuidelineLibraryCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineLibraryCard.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as t,jsx as l}from"react/jsx-runtime";import{Plus as o,ExternalLink as i}from"lucide-react";import{cx as n,defaultFormatAddedOnLabel as d}from"../utils.js";import{GuidelineCartItem as r}from"./GuidelineCartItem.js";function s(s){var p=s.guidelines,u=s.cartGuidelineIds,a=s.selectedGuidelineIds,v=s.onToggleGuideline,c=s.onPreviewGuideline,m=s.onRemoveGuideline,b=s.onAddGuideline,y=s.onOpenFullView,g=s.debugEnabled,h=void 0!==g&&g,f=s.onDebugChange,x=s.title,D=void 0===x?"Guideline Cart":x,E=s.debugLabel,N=void 0===E?"Debug":E,w=s.addGuidelineLabel,F=void 0===w?"Add guideline":w,A=s.openFullViewLabel,C=void 0===A?"Open full view":A,L=s.emptyTitle,k=void 0===L?"No guideline yet":L,G=s.emptyDescription,T=void 0===G?"Add your first guideline to get started":G,j=s.emptyActionLabel,B=void 0===j?"Add guideline":j,I=s.emptyIcon,O=s.className,S=s.classNames,z=s.styles,H=s.formatAddedOnLabel,P=void 0===H?d:H,R=u?p.filter(function(e){return u.includes(e.id)}):p.filter(function(e){return a.includes(e.id)});return t("section",e({className:n("bg-white p-6",null==S?void 0:S.popoverCart,O),style:null==z?void 0:z.popoverCart},{children:[t("div",e({className:n("flex items-center justify-between gap-4",null==S?void 0:S.popoverHeader),style:null==z?void 0:z.popoverHeader},{children:[l("h3",e({className:n("text-[18px] font-semibold leading-7 text-[#5928ED]",null==S?void 0:S.popoverTitle),style:null==z?void 0:z.popoverTitle},{children:D})),t("div",e({className:n("flex shrink-0 items-center gap-3 text-[#5928ED]",null==S?void 0:S.popoverActions),style:null==z?void 0:z.popoverActions},{children:[f&&t("div",e({className:n("flex items-center gap-2",null==S?void 0:S.popoverDebug),style:null==z?void 0:z.popoverDebug},{children:[l("button",e({type:"button",role:"switch","aria-checked":h,onClick:function(){return f(!h)},className:n("relative inline-flex h-5 w-9 items-center rounded-full border transition-colors focus:outline-none",h?"border-[#5928ED] bg-[#5928ED]":"border-[#D0D5DD] bg-[#EAECF0]",null==S?void 0:S.popoverDebugSwitch),style:null==z?void 0:z.popoverDebugSwitch},{children:l("span",{className:n("inline-block h-4 w-4 transform rounded-full bg-white transition-transform",h?"translate-x-4":"translate-x-0.5",null==S?void 0:S.popoverDebugThumb),style:null==z?void 0:z.popoverDebugThumb})})),l("span",e({className:n("text-[14px] leading-5 text-[#667085]",null==S?void 0:S.popoverDebugLabel),style:null==z?void 0:z.popoverDebugLabel},{children:N}))]})),l("div",{className:n("h-6 w-px bg-[#D0D5DD]",null==S?void 0:S.popoverDivider),style:null==z?void 0:z.popoverDivider}),l("button",e({type:"button",onClick:b,className:n("flex h-7 w-7 items-center justify-center rounded-md text-[#5928ED] transition hover:bg-[#F4F0FF]",null==S?void 0:S.popoverAddButton),style:null==z?void 0:z.popoverAddButton,"aria-label":F,title:F},{children:l(o,{size:20,strokeWidth:2.1})})),l("button",e({type:"button",onClick:y,className:n("flex h-7 w-7 items-center justify-center rounded-md text-[#5928ED] transition hover:bg-[#F4F0FF]",null==S?void 0:S.popoverOpenButton),style:null==z?void 0:z.popoverOpenButton,"aria-label":C,title:C},{children:l(i,{size:18,strokeWidth:2.1})}))]}))]})),l("div",e({className:n("mt-6 max-h-[360px] space-y-4 overflow-y-auto pr-1",null==S?void 0:S.popoverList),style:null==z?void 0:z.popoverList},{children:0===R.length?t("div",e({className:n("flex flex-col items-center rounded-[8px] bg-[#F9FAFB] px-5 py-6 text-center",null==S?void 0:S.popoverEmptyState),style:null==z?void 0:z.popoverEmptyState},{children:[I&&l("div",e({className:n("mb-2 flex h-12 w-12 items-center justify-center rounded-xl bg-[#EDE9FE]",null==S?void 0:S.popoverEmptyIcon),style:null==z?void 0:z.popoverEmptyIcon},{children:I})),l("p",e({className:n("text-[14px] font-semibold text-[#1F2937]",null==S?void 0:S.popoverEmptyTitle),style:null==z?void 0:z.popoverEmptyTitle},{children:k})),l("p",e({className:n("mt-1 text-[12px] text-[#667085]",null==S?void 0:S.popoverEmptyDescription),style:null==z?void 0:z.popoverEmptyDescription},{children:T})),t("button",e({type:"button",onClick:b,className:n("mt-4 flex items-center gap-1.5 rounded-lg bg-[#5928ED] px-5 py-2 text-sm font-medium text-white transition hover:bg-[#4A1FD6]",null==S?void 0:S.popoverEmptyButton),style:null==z?void 0:z.popoverEmptyButton},{children:[l(o,{size:16}),B]}))]})):R.map(function(e){return l(r,{guideline:e,isSelected:a.includes(e.id),onToggle:v,onPreview:c,onRemove:m,classNames:S,styles:z,formatAddedOnLabel:P},e.id)})}))]}))}export{s as GuidelinePopoverCart};
|
|
2
|
+
//# sourceMappingURL=GuidelinePopoverCart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelinePopoverCart.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as t}from"../../../_virtual/_tslib.js";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{ArrowRight as o}from"lucide-react";import{cx as r}from"../utils.js";function s(s){var i=s.label,n=s.disabled,c=s.onClick,a=s.classNames,d=s.styles;return e("button",t({type:"button",onClick:c,disabled:n,className:r("mt-5 flex h-[52px] w-full items-center justify-center gap-2 rounded-[6px] bg-[#5B2CF4] px-4 text-[16px] font-semibold text-white transition-colors hover:bg-[#4C1FE8] disabled:cursor-not-allowed disabled:bg-[#C7B7FF]",null==a?void 0:a.cartProceedButton),style:null==d?void 0:d.cartProceedButton},{children:[l("span",t({className:"truncate"},{children:i})),l(o,{className:r("h-4 w-4 flex-shrink-0",null==a?void 0:a.cartProceedIcon),style:null==d?void 0:d.cartProceedIcon,strokeWidth:2.3})]}))}export{s as GuidelineProceedButton};
|
|
2
|
+
//# sourceMappingURL=GuidelineProceedButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineProceedButton.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsx as l,jsxs as t}from"react/jsx-runtime";import{useEffect as o}from"react";import{X as a}from"lucide-react";import{cx as d}from"../utils.js";var i={title:"Guideline Saved Successfully",description:"Would you like to add it to the current Guideline Cart?",saveOnly:"Save Only",addToCart:"Add To Cart",closeAriaLabel:"Close"};function n(n){var s=n.open,r=n.onSaveOnly,u=n.onAddToCart,v=n.onClose,c=n.labels,m=n.classNames,y=n.styles,p=e(e({},i),c);return o(function(){if(s){var e=function(e){"Escape"===e.key&&v()};return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}}},[s,v]),s?l("div",e({className:d("fixed inset-0 z-50 flex items-center justify-center bg-black/40 px-4",null==m?void 0:m.savedModalOverlay),style:null==y?void 0:y.savedModalOverlay,role:"presentation",onClick:v},{children:t("div",e({role:"dialog","aria-modal":"true","aria-labelledby":"guideline-saved-modal-title",className:d("w-full max-w-[420px] rounded-lg bg-white p-6 shadow-xl",null==m?void 0:m.savedModalDialog),style:null==y?void 0:y.savedModalDialog,onClick:function(e){return e.stopPropagation()}},{children:[t("div",e({className:d("flex items-start justify-between",null==m?void 0:m.savedModalHeader),style:null==y?void 0:y.savedModalHeader},{children:[l("h2",e({id:"guideline-saved-modal-title",className:d("text-[18px] font-semibold leading-7 text-[#1F2937]",null==m?void 0:m.savedModalTitle),style:null==y?void 0:y.savedModalTitle},{children:p.title})),l("button",e({type:"button",onClick:v,"aria-label":p.closeAriaLabel,className:d("ml-3 inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-full text-gray-400 hover:bg-gray-100 hover:text-gray-600",null==m?void 0:m.savedModalCloseButton),style:null==y?void 0:y.savedModalCloseButton},{children:l(a,{className:"h-4 w-4"})}))]})),l("p",e({className:d("mt-2 text-[14px] leading-6 text-[#344054]",null==m?void 0:m.savedModalDescription),style:null==y?void 0:y.savedModalDescription},{children:p.description})),t("div",e({className:d("mt-6 flex justify-end gap-3",null==m?void 0:m.savedModalActions),style:null==y?void 0:y.savedModalActions},{children:[l("button",e({type:"button",onClick:r,className:d("h-[40px] rounded-lg border border-gray-300 bg-white px-4 text-[14px] font-medium text-[#111827] transition-colors duration-150 hover:bg-gray-50",null==m?void 0:m.savedModalSaveButton),style:null==y?void 0:y.savedModalSaveButton},{children:p.saveOnly})),l("button",e({type:"button",onClick:u,className:d("h-[40px] rounded-lg bg-violet-700 px-4 text-[14px] font-medium text-white transition-colors duration-150 hover:bg-violet-800",null==m?void 0:m.savedModalAddButton),style:null==y?void 0:y.savedModalAddButton},{children:p.addToCart}))]}))]}))})):null}export{n as GuidelineSavedModal};
|
|
2
|
+
//# sourceMappingURL=GuidelineSavedModal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineSavedModal.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"../../../_virtual/_tslib.js";import{jsx as t}from"react/jsx-runtime";import{Check as r}from"lucide-react";import{cx as i}from"../utils.js";function l(l){var o=l.isSelected,s=l.onClick,n=l.classNames,a=l.styles;return t("button",e({type:"button",onClick:s,"aria-pressed":o,"aria-label":o?"Unselect guideline":"Select guideline",className:i("mt-1 flex h-5 w-5 flex-shrink-0 items-center justify-center rounded-[5px] border transition-colors",o?"border-[#5B2CF4] bg-[#5B2CF4] text-white":"border-[#CBD5E1] bg-white text-transparent hover:border-[#8B5CF6]",null==n?void 0:n.cartItemSelectButton),style:null==a?void 0:a.cartItemSelectButton},{children:t(r,{className:"h-3.5 w-3.5",strokeWidth:3.2})}))}export{l as GuidelineSelectButton};
|
|
2
|
+
//# sourceMappingURL=GuidelineSelectButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuidelineSelectButton.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e={landingBreadcrumbLabel:"Agent Guidelines",landingTitle:"Set Your Agent's Guidelines",landingDescription:"Add guidelines that shape how your agent behaves, responds, and interprets.",landingDebugLabel:"Know more about debug mode",landingAddGuidelineLabel:"Add New Guideline",savedTabLabel:"Saved",recentTabLabel:"Recently used",libraryEmptyTitle:"No saved guidelines",libraryEmptyDescription:"Create a new guideline to start building your session rules.",libraryAddToCart:"Add to Cart",libraryAddedToCart:"Added to Cart",libraryShowMore:"Show more guidelines",libraryShowLess:"Show fewer guidelines",cartTitle:"Guideline Cart",cartDescription:"Guidelines added to your current session",emptyCartTitle:"No guidelines added",emptyCartDescription:"Your selected guidelines will appear here.",proceedButton:"Proceed with Selected",addGuidelineLabel:"Add guideline",selectedBadge:function(e){return"".concat(e," Selected")}},t={data:{_id:"",artifactId:"",artifactTitle:"",artifactTitleIDs:[],artifactData:{final_response_gs_url:"",citationsSnapshot:{image_citations:[],appmod_citations:[],audio_citations:[],file_citations:[],web_citations:[],pdf_citations:[],gpt_citations:[]},projectIdSnapshot:"",userStorySnapshot:[],breadCrumbsSnapShot:[],activePageSnapShot:"",aiReasoningsSnapshot:[],dataSources_files:{},knowledgeBaseSnapshot:[],projectAnalyserSummarySnapshot:[],chatHistorySnapshot:[],persistedDataFilesSnapshot:{},risk_gap_items_json:{},selectedCodebasesSnapshot:[],selectedUserStoryTypeSnapshot:""},dataSources_files:{},modeName:"",modeId:null,artifactSubTitle:"",isLoading:!1,widgetName:"user story",userEmail:"",optionalData:{},created_at:"",updated_at:""},counter:{ai_reasoning_id_counter:0,pdf_citation_id_counter:0,section_number:0}};export{t as DEFAULT_GUIDELINE_ARTIFACT_TEMPLATE,e as DEFAULT_GUIDELINE_LABELS};
|
|
2
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{useState as n,useRef as r,useEffect as t,useCallback as u}from"react";function e(e){var o=e.value,a=e.defaultValue,c=e.onChange,f=n(a),i=f[0],l=f[1],v=void 0!==o,p=v?o:i,d=r(p);t(function(){d.current=p},[p]);var m=u(function(n){var r="function"==typeof n?n(d.current):n;d.current=r,v||l(r),null==c||c(r)},[v,c]);return[p,m]}export{e as useControllableState};
|
|
2
|
+
//# sourceMappingURL=useControllableState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useControllableState.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{useState as t,useCallback as r}from"react";function e(e){void 0===e&&(e="list");var i=t(e),o=i[0],n=i[1],p=r(function(){return n("editor")},[]),s=r(function(){return n("list")},[]);return{step:o,setStep:n,openEditor:p,openList:s,isEditorOpen:"editor"===o}}export{e as useGuidelineFlow};
|
|
2
|
+
//# sourceMappingURL=useGuidelineFlow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGuidelineFlow.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__spreadArray as e}from"../../../_virtual/_tslib.js";import{useCallback as t,useMemo as n}from"react";import{useControllableState as l}from"./useControllableState.js";function i(i){var u=i.guidelines,d=i.selectedGuidelineIds,r=i.defaultSelectedGuidelineIds,o=void 0===r?[]:r,s=i.onSelectedGuidelineIdsChange,c=i.onToggleGuideline,f=l({value:d,defaultValue:o,onChange:s}),a=f[0],g=f[1],m=t(function(t){g(function(n){var l=n.includes(t)?n.filter(function(e){return e!==t}):e(e([],n,!0),[t],!1);return null==c||c(t,l),l})},[c,g]),G=n(function(){return u.filter(function(e){return a.includes(e.id)})},[u,a]);return{selectedIds:a,selectedGuidelines:G,selectedCount:G.length,toggleGuideline:m,setSelectedIds:g}}export{i as useGuidelineSelection};
|
|
2
|
+
//# sourceMappingURL=useGuidelineSelection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGuidelineSelection.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export{LscGuidelines}from"./LscGuidelines.js";export{GuidelineAttachmentIcon}from"./components/GuidelineAttachmentIcon.js";export{GuidelineCart}from"./components/GuidelineCart.js";export{GuidelineCartHeader}from"./components/GuidelineCartHeader.js";export{GuidelineCartItem}from"./components/GuidelineCartItem.js";export{GuidelineEmptyState}from"./components/GuidelineEmptyState.js";export{default as GuidelineHeader}from"./components/GuidelineHeader.js";export{GuidelineIconButton}from"./components/GuidelineIconButton.js";export{GuidelineLandingPage}from"./components/GuidelineLandingPage.js";export{GuidelineLibrary}from"./components/GuidelineLibrary.js";export{GuidelineLibraryCard}from"./components/GuidelineLibraryCard.js";export{GuidelinePopoverCart}from"./components/GuidelinePopoverCart.js";export{GuidelineProceedButton}from"./components/GuidelineProceedButton.js";export{GuidelineSelectButton}from"./components/GuidelineSelectButton.js";export{GuidelineCardMenu,createGuidelineCardMenuItems}from"./components/GuidelineCardMenu.js";export{GuidelineConfirmDialog}from"./components/GuidelineConfirmDialog.js";export{GuidelineSavedModal}from"./components/GuidelineSavedModal.js";export{useGuidelineFlow}from"./hooks/useGuidelineFlow.js";export{useGuidelineSelection}from"./hooks/useGuidelineSelection.js";export{DEFAULT_GUIDELINE_ARTIFACT_TEMPLATE,DEFAULT_GUIDELINE_LABELS}from"./constants.js";export{createGuidelineId,cx,defaultFormatAddedOnLabel,getGuidelineDescription,mergeGuidelineLabels}from"./utils.js";
|
|
2
|
+
//# sourceMappingURL=index.js.map
|