@e-llm-studio/requirement-ai 0.0.53 → 0.0.55
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/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/cjs/features/UserStoryImport/index.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/features/UserStoryImport/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts.map +1 -1
- package/dist/types/src/features/UserStoryImport/index.d.ts +0 -1
- package/dist/types/src/features/UserStoryImport/index.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/cjs/features/UserStoryImport/demo.js +0 -2
- package/dist/cjs/features/UserStoryImport/demo.js.map +0 -1
- package/dist/features/UserStoryImport/demo.js +0 -2
- package/dist/features/UserStoryImport/demo.js.map +0 -1
- package/dist/types/src/features/UserStoryImport/demo.d.ts +0 -10
- package/dist/types/src/features/UserStoryImport/demo.d.ts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as t}from"tslib";import{jsx as o}from"react/jsx-runtime";import{useState as e}from"react";import{useRequirementAI as
|
|
1
|
+
import{__assign as t}from"tslib";import{jsx as o}from"react/jsx-runtime";import{useState as e}from"react";import"./ToolbarButton.css.js";import{useRequirementAI as r}from"../../../../../../RequirementAIWrapper/RequirementAIWrapper.js";var i=function(i){var l,n,u,a,d=i.toolbarItem,c=i.active,s=i.onClick,v=i.icon,b=i.disabled,m=i.onToolbarButtonClick,f=r().customStyles,p=e(!1),x=p[0],_=p[1],y=c?null===(l=null==f?void 0:f.textEditorStyles)||void 0===l?void 0:l.activeToolButton:null===(n=null==f?void 0:f.textEditorStyles)||void 0===n?void 0:n.toolbarButton,B=null===(u=null==f?void 0:f.textEditorStyles)||void 0===u?void 0:u.toolbarButtonHover,E=null===(a=null==f?void 0:f.textEditorStyles)||void 0===a?void 0:a.toolbarButtonDisabled,S=t(t(t({},y),x&&!b?B:{}),b?E:{});return o("button",t({className:"lexical_editor_toolbar_button ".concat(c?"lexical_editor_toolbar_button__active":""),onClick:function(t){return function(t,o){s(t,o),m&&m()}(t,d)},disabled:b,style:S,onMouseEnter:function(){return _(!0)},onMouseLeave:function(){return _(!1)}},{children:v}))};export{i as default};
|
|
2
2
|
//# sourceMappingURL=ToolbarButton.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e='@import "./../../../../theme/colors.css";.lexical-editor_toolbar_divider{border-left:1px solid var(--color-border-grey);height:20px;margin:0 2px;width:1px}';!function(){if("undefined"==typeof document)return;const t=document.createElement("style");t.type="text/css";const o=window.__CSP_NONCE__||document.querySelector('meta[name="csp-nonce"]')?.content;o&&t.setAttribute("nonce",o),t.appendChild(document.createTextNode(e));const n=document.head||document.getElementsByTagName("head")[0]||document.documentElement;n&&n.appendChild(t)}();export{e as default};
|
|
2
|
+
//# sourceMappingURL=ToolbarDivider.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarDivider.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as r}from"react/jsx-runtime";var
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import"./ToolbarDivider.css.js";var i=function(){return r("div",{className:"lexical-editor_toolbar_divider"})};export{i as ToolbarDivider};
|
|
2
2
|
//# sourceMappingURL=ToolbarDivider.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e='.PlaygroundEditorTheme__ltr{text-align:left}.PlaygroundEditorTheme__rtl{text-align:right}.PlaygroundEditorTheme__paragraph{font-family:Inter,sans-serif;line-height:28px;margin:0 0 8px;position:relative}.PlaygroundEditorTheme__paragraph:last-child{margin-bottom:0}.PlaygroundEditorTheme__quote{border-left:4px solid #ced0d4;color:#65676b;font-size:15px;margin:0 0 10px 20px;padding-left:16px}.PlaygroundEditorTheme__h1{font-family:Inter,sans-serif;font-size:24px;margin:12px 0 4px;padding:0}.PlaygroundEditorTheme__h2{font-size:20px}.PlaygroundEditorTheme__h2,.PlaygroundEditorTheme__h3{font-family:Inter,sans-serif;margin:10px 0 0;padding:0}.PlaygroundEditorTheme__h3{font-size:18px;text-transform:uppercase}.PlaygroundEditorTheme__textBold{font-family:Inter,sans-serif;font-weight:700}.PlaygroundEditorTheme__textItalic{font-style:italic}.PlaygroundEditorTheme__textUnderline{text-decoration:underline}.PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through}.PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.PlaygroundEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}.PlaygroundEditorTheme__textSuperscript{font-size:.8em;vertical-align:super}.PlaygroundEditorTheme__textCode{background-color:#f0f2f5;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%;padding:1px .25rem}.PlaygroundEditorTheme__hashtag{background-color:#5890ff26;border-bottom:1px solid #5890ff4d}.PlaygroundEditorTheme__link{color:#216fdb;text-decoration:none}.PlaygroundEditorTheme__link:hover{text-decoration:underline}.PlaygroundEditorTheme__code{background-color:#f0f2f5;display:block;font-family:Menlo,Consolas,Monaco,monospace;font-size:13px;line-height:1.53;margin:8px 0;overflow-x:auto;padding:8px 8px 8px 52px;position:relative;tab-size:2}.PlaygroundEditorTheme__code:before{background-color:#eee;border-right:1px solid #ccc;color:#777;content:attr(data-gutter);left:0;min-width:25px;padding:8px;position:absolute;text-align:right;top:0;white-space:pre-wrap}.PlaygroundEditorTheme__code:after{color:#00000080;content:attr(data-highlight-language);font-size:10px;padding:3px;position:absolute;right:3px;text-transform:uppercase;top:0}.PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;max-width:100%;overflow-y:scroll;table-layout:fixed;width:100%}.PlaygroundEditorTheme__tableCell{border:1px solid #000;min-width:75px;padding:6px 8px;text-align:start;vertical-align:top}.PlaygroundEditorTheme__tableCellHeader{background-color:#f2f3f5;text-align:start}.PlaygroundEditorTheme__characterLimit{background-color:#fbb!important;display:inline}.PlaygroundEditorTheme__ul{list-style-type:disc}.PlaygroundEditorTheme__ol1,.PlaygroundEditorTheme__ul{list-style-position:outside;margin:0 0 0 24px;padding:0}.PlaygroundEditorTheme__ol1{list-style-type:decimal}.PlaygroundEditorTheme__ol2{list-style-position:outside;list-style-type:upper-alpha;margin:0 0 0 24px;padding:0}.PlaygroundEditorTheme__ol3{list-style-position:outside;list-style-type:lower-alpha;margin:0 0 0 24px;padding:0}.PlaygroundEditorTheme__ol4{list-style-position:outside;list-style-type:upper-roman;margin:0 0 0 24px;padding:0}.PlaygroundEditorTheme__ol5{list-style-position:outside;list-style-type:lower-roman;margin:0 0 0 24px;padding:0}.PlaygroundEditorTheme__listItem{display:list-item;margin:8px 24px 8px 8px;padding:0 8px}.PlaygroundEditorTheme__nestedListItem{list-style-type:inherit;margin-left:16px}ol .PlaygroundEditorTheme__nestedListItem{list-style-type:none}.PlaygroundEditorTheme__listItemChecked,.PlaygroundEditorTheme__listItemUnchecked{list-style-type:none;margin-left:8px;margin-right:8px;outline:none;padding-left:24px;padding-right:24px;position:relative}.PlaygroundEditorTheme__listItemChecked{text-decoration:line-through}.PlaygroundEditorTheme__listItemChecked:before,.PlaygroundEditorTheme__listItemUnchecked:before{background-size:cover;content:"";cursor:pointer;display:block;height:16px;left:0;position:absolute;top:2px;width:16px}.PlaygroundEditorTheme__listItemChecked[dir=rtl]:before,.PlaygroundEditorTheme__listItemUnchecked[dir=rtl]:before{left:auto;right:0}.PlaygroundEditorTheme__listItemChecked:focus:before,.PlaygroundEditorTheme__listItemUnchecked:focus:before{border-radius:2px;box-shadow:0 0 0 2px #a6cdfe}.PlaygroundEditorTheme__tokenComment{color:#708090}.PlaygroundEditorTheme__tokenPunctuation{color:#999}.PlaygroundEditorTheme__tokenProperty{color:#905}.PlaygroundEditorTheme__tokenSelector{color:#690}.PlaygroundEditorTheme__tokenOperator{color:#9a6e3a}.PlaygroundEditorTheme__tokenAttr{color:#07a}.PlaygroundEditorTheme__tokenVariable{color:#e90}.PlaygroundEditorTheme__tokenFunction{color:#dd4a68}.PlaygroundEditorTheme__mark{background:#ffd40024;border-bottom:2px solid #ffd4004d;padding-bottom:2px}.PlaygroundEditorTheme__markOverlap{background:#ffd4004d;border-bottom:2px solid #ffd400b3}.PlaygroundEditorTheme__mark.selected{background:#ffd40080;border-bottom:2px solid #ffd400}.PlaygroundEditorTheme__markOverlap.selected{background:#ffd400b3;border-bottom:2px solid #ffd400b3}.PlaygroundEditorTheme__embedBlock{user-select:none}.PlaygroundEditorTheme__embedBlockFocus{outline:2px solid #3c84f4}';!function(){if("undefined"==typeof document)return;const o=document.createElement("style");o.type="text/css";const t=window.__CSP_NONCE__||document.querySelector('meta[name="csp-nonce"]')?.content;t&&o.setAttribute("nonce",t),o.appendChild(document.createTextNode(e));const r=document.head||document.getElementsByTagName("head")[0]||document.documentElement;r&&r.appendChild(o)}();export{e as default};
|
|
2
|
+
//# sourceMappingURL=theme.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={characterLimit:"PlaygroundEditorTheme__characterLimit",code:"PlaygroundEditorTheme__code",codeHighlight:{atrule:"PlaygroundEditorTheme__tokenAttr",attr:"PlaygroundEditorTheme__tokenAttr",boolean:"PlaygroundEditorTheme__tokenProperty",builtin:"PlaygroundEditorTheme__tokenSelector",cdata:"PlaygroundEditorTheme__tokenComment",char:"PlaygroundEditorTheme__tokenSelector",class:"PlaygroundEditorTheme__tokenFunction","class-name":"PlaygroundEditorTheme__tokenFunction",comment:"PlaygroundEditorTheme__tokenComment",constant:"PlaygroundEditorTheme__tokenProperty",deleted:"PlaygroundEditorTheme__tokenProperty",doctype:"PlaygroundEditorTheme__tokenComment",entity:"PlaygroundEditorTheme__tokenOperator",function:"PlaygroundEditorTheme__tokenFunction",important:"PlaygroundEditorTheme__tokenVariable",inserted:"PlaygroundEditorTheme__tokenSelector",keyword:"PlaygroundEditorTheme__tokenAttr",namespace:"PlaygroundEditorTheme__tokenVariable",number:"PlaygroundEditorTheme__tokenProperty",operator:"PlaygroundEditorTheme__tokenOperator",prolog:"PlaygroundEditorTheme__tokenComment",property:"PlaygroundEditorTheme__tokenProperty",punctuation:"PlaygroundEditorTheme__tokenPunctuation",regex:"PlaygroundEditorTheme__tokenVariable",selector:"PlaygroundEditorTheme__tokenSelector",string:"PlaygroundEditorTheme__tokenSelector",symbol:"PlaygroundEditorTheme__tokenProperty",tag:"PlaygroundEditorTheme__tokenProperty",url:"PlaygroundEditorTheme__tokenOperator",variable:"PlaygroundEditorTheme__tokenVariable"},embedBlock:{base:"PlaygroundEditorTheme__embedBlock",focus:"PlaygroundEditorTheme__embedBlockFocus"},hashtag:"PlaygroundEditorTheme__hashtag",heading:{h1:"PlaygroundEditorTheme__h1",h2:"PlaygroundEditorTheme__h2",h3:"PlaygroundEditorTheme__h3",h4:"PlaygroundEditorTheme__h4",h5:"PlaygroundEditorTheme__h5",h6:"PlaygroundEditorTheme__h6"},image:"editor-image",link:"PlaygroundEditorTheme__link",list:{listitem:"PlaygroundEditorTheme__listItem",listitemChecked:"PlaygroundEditorTheme__listItemChecked",listitemUnchecked:"PlaygroundEditorTheme__listItemUnchecked",nested:{listitem:"PlaygroundEditorTheme__nestedListItem"},olDepth:["PlaygroundEditorTheme__ol1","PlaygroundEditorTheme__ol2","PlaygroundEditorTheme__ol3","PlaygroundEditorTheme__ol4","PlaygroundEditorTheme__ol5"],ul:"PlaygroundEditorTheme__ul"},ltr:"PlaygroundEditorTheme__ltr",mark:"PlaygroundEditorTheme__mark",markOverlap:"PlaygroundEditorTheme__markOverlap",paragraph:"PlaygroundEditorTheme__paragraph",quote:"PlaygroundEditorTheme__quote",rtl:"PlaygroundEditorTheme__rtl",table:"PlaygroundEditorTheme__table",tableCell:"PlaygroundEditorTheme__tableCell",tableCellHeader:"PlaygroundEditorTheme__tableCellHeader",text:{bold:"PlaygroundEditorTheme__textBold",code:"PlaygroundEditorTheme__textCode",italic:"PlaygroundEditorTheme__textItalic",strikethrough:"PlaygroundEditorTheme__textStrikethrough",subscript:"PlaygroundEditorTheme__textSubscript",superscript:"PlaygroundEditorTheme__textSuperscript",underline:"PlaygroundEditorTheme__textUnderline",underlineStrikethrough:"PlaygroundEditorTheme__textUnderlineStrikethrough"}};export{e as default};
|
|
1
|
+
import"./theme.css.js";var e={characterLimit:"PlaygroundEditorTheme__characterLimit",code:"PlaygroundEditorTheme__code",codeHighlight:{atrule:"PlaygroundEditorTheme__tokenAttr",attr:"PlaygroundEditorTheme__tokenAttr",boolean:"PlaygroundEditorTheme__tokenProperty",builtin:"PlaygroundEditorTheme__tokenSelector",cdata:"PlaygroundEditorTheme__tokenComment",char:"PlaygroundEditorTheme__tokenSelector",class:"PlaygroundEditorTheme__tokenFunction","class-name":"PlaygroundEditorTheme__tokenFunction",comment:"PlaygroundEditorTheme__tokenComment",constant:"PlaygroundEditorTheme__tokenProperty",deleted:"PlaygroundEditorTheme__tokenProperty",doctype:"PlaygroundEditorTheme__tokenComment",entity:"PlaygroundEditorTheme__tokenOperator",function:"PlaygroundEditorTheme__tokenFunction",important:"PlaygroundEditorTheme__tokenVariable",inserted:"PlaygroundEditorTheme__tokenSelector",keyword:"PlaygroundEditorTheme__tokenAttr",namespace:"PlaygroundEditorTheme__tokenVariable",number:"PlaygroundEditorTheme__tokenProperty",operator:"PlaygroundEditorTheme__tokenOperator",prolog:"PlaygroundEditorTheme__tokenComment",property:"PlaygroundEditorTheme__tokenProperty",punctuation:"PlaygroundEditorTheme__tokenPunctuation",regex:"PlaygroundEditorTheme__tokenVariable",selector:"PlaygroundEditorTheme__tokenSelector",string:"PlaygroundEditorTheme__tokenSelector",symbol:"PlaygroundEditorTheme__tokenProperty",tag:"PlaygroundEditorTheme__tokenProperty",url:"PlaygroundEditorTheme__tokenOperator",variable:"PlaygroundEditorTheme__tokenVariable"},embedBlock:{base:"PlaygroundEditorTheme__embedBlock",focus:"PlaygroundEditorTheme__embedBlockFocus"},hashtag:"PlaygroundEditorTheme__hashtag",heading:{h1:"PlaygroundEditorTheme__h1",h2:"PlaygroundEditorTheme__h2",h3:"PlaygroundEditorTheme__h3",h4:"PlaygroundEditorTheme__h4",h5:"PlaygroundEditorTheme__h5",h6:"PlaygroundEditorTheme__h6"},image:"editor-image",link:"PlaygroundEditorTheme__link",list:{listitem:"PlaygroundEditorTheme__listItem",listitemChecked:"PlaygroundEditorTheme__listItemChecked",listitemUnchecked:"PlaygroundEditorTheme__listItemUnchecked",nested:{listitem:"PlaygroundEditorTheme__nestedListItem"},olDepth:["PlaygroundEditorTheme__ol1","PlaygroundEditorTheme__ol2","PlaygroundEditorTheme__ol3","PlaygroundEditorTheme__ol4","PlaygroundEditorTheme__ol5"],ul:"PlaygroundEditorTheme__ul"},ltr:"PlaygroundEditorTheme__ltr",mark:"PlaygroundEditorTheme__mark",markOverlap:"PlaygroundEditorTheme__markOverlap",paragraph:"PlaygroundEditorTheme__paragraph",quote:"PlaygroundEditorTheme__quote",rtl:"PlaygroundEditorTheme__rtl",table:"PlaygroundEditorTheme__table",tableCell:"PlaygroundEditorTheme__tableCell",tableCellHeader:"PlaygroundEditorTheme__tableCellHeader",text:{bold:"PlaygroundEditorTheme__textBold",code:"PlaygroundEditorTheme__textCode",italic:"PlaygroundEditorTheme__textItalic",strikethrough:"PlaygroundEditorTheme__textStrikethrough",subscript:"PlaygroundEditorTheme__textSubscript",superscript:"PlaygroundEditorTheme__textSuperscript",underline:"PlaygroundEditorTheme__textUnderline",underlineStrikethrough:"PlaygroundEditorTheme__textUnderlineStrikethrough"}};export{e as default};
|
|
2
2
|
//# sourceMappingURL=theme.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__rest as i,__assign as t,__spreadArray as o}from"tslib";import{jsx as n,Fragment as e,jsxs as l}from"react/jsx-runtime";import{useRef as a,useMemo as c,Suspense as d}from"react";import r from"react-markdown";import u from"rehype-raw";import{ChevronDown as s,ChevronUp as m,Maximize2 as v,X as p,Info as f}from"lucide-react";import{Tooltip as h}from"@mui/material";import _ from"./AiReasonMarkdownWrapper.module.css.js";import C from"../../shared/ExpandableOl.js";import g from"../citations/web-citation/WebCitationWithImageRenderer.js";import b from"../citations/web-citation/WebCitationRenderer.js";import y from"../citations/image-citation/ImageCitationRenderer.js";import I from"../citations/file-citation/FileCitationRender.js";import{useRequirementAI as S}from"../RequirementAIWrapper/RequirementAIWrapper.js";import k from"../citations/stormee-citation/StormeeCitationRenderer.js";import M from"../citations/audio-citation/WaveformCitationRenderer.js";import w from"../citations/appmod-citation/AppmodCitationRenderer.js";import N from"../citations/rca-citation/RCACitationRenderer.js";import R from"../citations/readfile-citation/ReadFileCitationRenderer.js";import j from"../citations/chat-citation/ChatCitationRenderer.js";import{NonWebReasoningComponent as x}from"@e-llm-studio/citation";var P=["appmode_citation","image_citation","audio_citation","document_citation","rca_citation","web_citation","code_generated","chat_citation","readfile_citation"],W=function(i,n,e){return o([],i.map(function(i,o){var l=o>=n&&o<=e;return t(t({},i),{highlighted_text:l?i.message:""})}),!0)},L=function(o){var L=o.
|
|
1
|
+
import{__rest as i,__assign as t,__spreadArray as o}from"tslib";import{jsx as n,Fragment as e,jsxs as l}from"react/jsx-runtime";import{useRef as a,useMemo as c,Suspense as d}from"react";import r from"react-markdown";import u from"rehype-raw";import{ChevronDown as s,ChevronUp as m,Maximize2 as v,X as p,Info as f}from"lucide-react";import{Tooltip as h}from"@mui/material";import _ from"./AiReasonMarkdownWrapper.module.css.js";import C from"../../shared/ExpandableOl.js";import g from"../citations/web-citation/WebCitationWithImageRenderer.js";import b from"../citations/web-citation/WebCitationRenderer.js";import y from"../citations/image-citation/ImageCitationRenderer.js";import I from"../citations/file-citation/FileCitationRender.js";import{useRequirementAI as S}from"../RequirementAIWrapper/RequirementAIWrapper.js";import k from"../citations/stormee-citation/StormeeCitationRenderer.js";import M from"../citations/audio-citation/WaveformCitationRenderer.js";import w from"../citations/appmod-citation/AppmodCitationRenderer.js";import N from"../citations/rca-citation/RCACitationRenderer.js";import R from"../citations/readfile-citation/ReadFileCitationRenderer.js";import j from"../citations/chat-citation/ChatCitationRenderer.js";import{NonWebReasoningComponent as x}from"@e-llm-studio/citation";var P=["appmode_citation","image_citation","audio_citation","document_citation","rca_citation","web_citation","code_generated","chat_citation","readfile_citation"],W=function(i,n,e){return o([],i.map(function(i,o){var l=o>=n&&o<=e;return t(t({},i),{highlighted_text:l?i.message:""})}),!0)},L=function(o){var L=o.label,F=o.message,A=o.isExpandableOrderedListEnabled,T=o.customStyles,D=o.citationStyles,q=o.customIcons,E=o.onSelectProceed,O=o.isDisableProceedButton,z=a(null),G=S(),H=G.citations,U=G.citationConfig,$=G.chatHistory,B=G.chatCitationConfigs,J=G.gptCitationConfigs,K=c(function(){return{h1:function(o){o.node;var e=i(o,["node"]);return n("h1",t({className:_.h1,style:null==T?void 0:T.h1},{children:null==e?void 0:e.children}))},h2:function(o){o.node;var e=i(o,["node"]);return n("h2",t({className:_.h2,style:null==T?void 0:T.h2},{children:null==e?void 0:e.children}))},h3:function(o){o.node;var e=i(o,["node"]);return n("h2",t({className:_.h3,style:null==T?void 0:T.h3},{children:null==e?void 0:e.children}))},b:function(t){return t.node,i(t,["node"]),n("b",{className:_.bold,style:null==T?void 0:T.b})},p:function(o){o.node;var e=i(o,["node"]);return n("p",t({},e,{className:_.paragraph,style:null==T?void 0:T.p},{children:null==e?void 0:e.children}))},ol:function(o){o.node;var e=i(o,["node"]);return A?n(C,t({label:L,customStyles:null==T?void 0:T.expandOlStyle,onProceed:E,isProceedDisabled:O,aiReasoningCitation:H},{children:null==e?void 0:e.children})):n("ol",t({className:_.orderedList,style:null==T?void 0:T.ol},{children:null==e?void 0:e.children}))},ul:function(o){o.node;var e=i(o,["node"]);return n("ul",t({className:_.unorderedList},{children:null==e?void 0:e.children}))},a:function(o){var a,c,r,u,f,C,S,L,F,A,E,O,z,G,K,Q,V,X,Y,Z,ii,ti,oi,ni,ei,li;o.inline;var ai=o.children;o.node;var ci=i(o,["inline","children","node"]),di="true"===(null==ci?void 0:ci.table),ri="".concat(null==ci?void 0:ci.href),ui=null===(a=ri.split("$"))||void 0===a?void 0:a[0],si=null===(c=ri.split("$"))||void 0===c?void 0:c[1],mi=("appmode_citation"===ui||"appmode_citations"===ui?(null==H?void 0:H.appmod_citations)||[]:"image_citation"===ui||"image_citations"===ui?(null==H?void 0:H.image_citations)||[]:"audio_citation"===ui||"audio_citations"===ui?(null==H?void 0:H.audio_citations)||[]:"document_citation"===ui||"document_citations"===ui?(null==H?void 0:H.file_citations)||[]:"rca_citation"===ui||"rca_citations"===ui?(null==H?void 0:H.rca_citations)||[]:"web_citation"===ui||"web_citations"===ui?(null==H?void 0:H.web_citations)||[]:"code_generated"===ui?(null==H?void 0:H.code_generated)||[]:"readfile_citation"===ui||"readfile_citations"===ui?(null==H?void 0:H.readfile_citations)||[]:("gpt_citation"===ui||"gpt_citations"===ui)&&(null==H?void 0:H.gpt_citations)||[]).find(function(i){return i.citation_number===decodeURIComponent(si)}),vi=P.includes(ui);if("chat_citation"===ui){if(!$||0===$.length)return null;var pi=si.split("-").map(Number),fi=pi[0],hi=pi[1];return fi=fi>0?fi-1:fi,hi=hi<$.length-1?hi+1:hi,n(j,{customIcon:null==q?void 0:q.chatCitationIcon,title:ai,chatHistory:W($,fi,hi),isTable:di,chatCitationProps:null==B?void 0:B.chatCitationProps,onCitationClick:null==B?void 0:B.handleCitationClicked,customStyles:null==D?void 0:D.chatCitation})}if("gpt_citation"===ui&&mi)return n(x,t({item:{text:"",dataSource:null===(u=null===(r=mi.customMetadata)||void 0===r?void 0:r.data_sources)||void 0===u?void 0:u[0],trainingDataTitle:null===(C=null===(f=mi.customMetadata)||void 0===f?void 0:f.training_data_title)||void 0===C?void 0:C[0],paraphrase:null===(L=null===(S=mi.customMetadata)||void 0===S?void 0:S.paraphrase)||void 0===L?void 0:L[0]},headerTitle:(null==J?void 0:J.title)||"GPT - Gemini 2.5 Flash",iconsConfig:{ChevronDownIcon:s,ChevronUpIcon:m,MaximizeIcon:v,CloseIcon:p}},null==J?void 0:J.gptCitationProps));if("image_citation"===ui&&!mi)return null;if("web_citation"===(null===(F=null==mi?void 0:mi.customMetadata)||void 0===F?void 0:F.type))return(null===(A=mi.customMetadata)||void 0===A?void 0:A.screenshot_url)?n(g,{title:ai,citation:mi,customStyles:null==D?void 0:D.webCitation,customIcons:q}):n(b,{label:ai,url:null===(E=mi.customMetadata)||void 0===E?void 0:E.link,customStyles:null==D?void 0:D.webCitation,customIcons:q});if("audio_transcript"===(null===(O=null==mi?void 0:mi.customMetadata)||void 0===O?void 0:O.type))return"stormee"===(null==mi?void 0:mi.customMetadata.audio_citation_mode)?n(d,t({fallback:n(e,{})},{children:n(k,{title:"".concat(ai),citation:mi,customStyles:null==D?void 0:D.stormeeCitation,customIcons:q})})):n(d,t({fallback:n(e,{})},{children:n(M,{title:"".concat(ai),citation:mi,customStyles:null==D?void 0:D.waveformCitation,customIcons:q})}));if("image_citation"===(null==mi?void 0:mi.customMetadata.type))return n(d,t({fallback:n(e,{})},{children:n(y,{title:"".concat(ai),citation:mi,customIcons:q,customStyles:null==D?void 0:D.imageCitation})}));if("book_citation_doc"===(null===(z=null==mi?void 0:mi.customMetadata)||void 0===z?void 0:z.type)||"book_citation_pdf"===(null==mi?void 0:mi.customMetadata.type))return n(d,t({fallback:n(e,{})},{children:n(I,{title:"".concat(ai),citation:mi,customIcons:q,customStyles:null==D?void 0:D.fileCitation})}));if("app_mod_rag_question"===(null===(G=null==mi?void 0:mi.customMetadata)||void 0===G?void 0:G.type))return n(d,t({fallback:n(e,{})},{children:n(w,{title:"".concat(ai),citation:mi,customIcons:q,customStyles:null==D?void 0:D.appModCitation,codeLinkConfig:null===(K=null==U?void 0:U.appMod)||void 0===K?void 0:K.codeLinkConfig,isLoading:null===(Q=null==U?void 0:U.appMod)||void 0===Q?void 0:Q.isLoading})}));if("rca_citation"===(null===(V=null==mi?void 0:mi.customMetadata)||void 0===V?void 0:V.type))return n(d,t({fallback:n(e,{})},{children:n(N,{title:"".concat(ai),citation:mi,customIcons:q,customStyles:null==D?void 0:D.rcaCitation})}));if("readfile_citation"===(null===(X=null==mi?void 0:mi.customMetadata)||void 0===X?void 0:X.type))return n(d,t({fallback:n(e,{})},{children:n(R,{title:"".concat(ai),citation:mi,customIcons:q,customStyles:null==D?void 0:D.readFileCitation,fileCallback:null===(Y=null==U?void 0:U.readFile)||void 0===Y?void 0:Y.fileCallback,editorConfig:null===(Z=null==U?void 0:U.readFile)||void 0===Z?void 0:Z.editorConfig,customColors:null===(ii=null==U?void 0:U.readFile)||void 0===ii?void 0:ii.customColors})}));if(vi&&!mi){var _i=null!==(ti=null==q?void 0:q.citationLoadingIcon)&&void 0!==ti?ti:n("span",{className:_.citationSpinner,style:null===(oi=null==D?void 0:D.loadingCitations)||void 0===oi?void 0:oi.citationSpinner});return n(h,t({title:null!==(ei=null===(ni=null==D?void 0:D.loadingCitations)||void 0===ni?void 0:ni.tooltipTitle)&&void 0!==ei?ei:"".concat(ui," loading..."),arrow:!0},{children:l("span",t({className:_.citationSpinnerWrapper,style:null===(li=null==D?void 0:D.loadingCitations)||void 0===li?void 0:li.citationSpinnerWrapper},{children:[ai,_i]}))}))}return n("span",t({},ci,{className:_.paragraph,style:null==T?void 0:T.p},{children:null==ci?void 0:ci.children}))},code:function(o){o.inline;var e=o.children,l=o.className;return o.node,i(o,["inline","children","className","node"]),/language-(\w+)/.exec(l||"")||(null==l?void 0:l.includes("language-"))?n("div",{children:n("code",t({className:_.blockCode},{children:e}))}):n("code",t({className:_.inlineCode,style:null==T?void 0:T.code},{children:e}))},learned:function(i){var o=i.children;return n(e,{children:n(h,t({title:o,placement:"top"},{children:n(f,{size:16,className:_.learnedIcon})}))})}}},[H,A,U,$]);return n("div",t({ref:z,className:"w-full"},{children:n(r,t({components:K,rehypePlugins:[u]},{children:F}))}))};export{L as AiReasonMarkdownWrapper,W as formatChatData};
|
|
2
2
|
//# sourceMappingURL=AiReasonMarkdownWrapper.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as i}from"tslib";import{jsx as o,jsxs as n,Fragment as e}from"react/jsx-runtime";import a from"../../icons/AiReasoningIcon.js";import t from"./AIReasonAccordion.js";import l from"../../icons/ReasoningBulbIcon.js";import{AiReasonMarkdownWrapper as d}from"./AiReasonMarkdownWrapper.js";import s from"../../icons/AiGapIcon.js";import{useState as r}from"react";import{ChevronUp as c,ChevronDown as v}from"lucide-react";import u from"./AiReasoningCitationContent.module.css.js";import{renderAIConfidenceDisplay as C}from"../../shared/CitationAIConfidenceDisplay.js";var m=function(m){var p,g,f,h,y,R,w,
|
|
1
|
+
import{__assign as i}from"tslib";import{jsx as o,jsxs as n,Fragment as e}from"react/jsx-runtime";import a from"../../icons/AiReasoningIcon.js";import t from"./AIReasonAccordion.js";import l from"../../icons/ReasoningBulbIcon.js";import{AiReasonMarkdownWrapper as d}from"./AiReasonMarkdownWrapper.js";import s from"../../icons/AiGapIcon.js";import{useState as r}from"react";import{ChevronUp as c,ChevronDown as v}from"lucide-react";import u from"./AiReasoningCitationContent.module.css.js";import{renderAIConfidenceDisplay as C}from"../../shared/CitationAIConfidenceDisplay.js";var m=function(m){var p,g,f,h,y,R,b,w,I,N,S,B,A,k,x,M,D=m.label,j=m.aiReason,F=m.scenario,_=m.customStyles,W=m.customIcons,O=m.cognitiveDecisionHeaders,H=m.AiReasoningIcon;void 0===H&&o(a,{});var P=m.reasoningIcon;void 0===P&&o(l,{});var T=m.gapIcon;void 0===T&&o(s,{}),m.className;var E=m.onSelectProceed,G=m.isDisableProceedButton,L=r("noCitation"),q=L[0];L[1];var z=r(null),J=z[0];z[1];var K,Q,U=(null==W?void 0:W.aireasonIcon)||o(a,{}),V=(null==W?void 0:W.reasoningIcon)||o(l,{}),X=(null==W?void 0:W.gapIcon)||o(s,{}),Y=r(!1),Z=Y[0],$=Y[1];return n("div",i({className:"".concat(u.container," ").concat("riskSideBar"===F?"":u.containerBordered),style:null===(p=null==_?void 0:_.aiReasoningContent)||void 0===p?void 0:p.container},{children:[o("div",i({className:"".concat((null==j?void 0:j.explanation)&&"riskSideBar"!==F?"":u.explanationDivider),style:null===(g=null==_?void 0:_.aiReasoningContent)||void 0===g?void 0:g.explanationDivider},{children:(null==j?void 0:j.explanation)&&o(t,{icon:o(e,{}),title:"Explanation",subTitle:"",customStyles:null==_?void 0:_.aiReasoningAccordion,content:o(d,{label:D,message:j.explanation,isExpandableOrderedListEnabled:!0,customStyles:null==_?void 0:_.aiReasoningMarkdown,citationStyles:{webCitation:null==_?void 0:_.webCitation,stormeeCitation:null==_?void 0:_.stormeeCitation,waveformCitation:null==_?void 0:_.waveformCitation,imageCitation:null==_?void 0:_.imageCitation,fileCitation:null==_?void 0:_.fileCitation,appModCitation:null==_?void 0:_.appModCitation,rcaCitation:null==_?void 0:_.rcaCitation,readFileCitation:null==_?void 0:_.readFileCitation,loadingCitations:null==_?void 0:_.loadingCitations,chatCitation:null==_?void 0:_.chatCitation},customIcons:W,onSelectProceed:E,isDisableProceedButton:G}),scenario:F})})),"riskSideBar"!==F&&n("div",i({onClick:function(){return $(function(i){return!i})},className:"".concat(u.headerBar," ").concat("riskSideBar"===F?"":u.headerBarRounded),style:null===(f=null==_?void 0:_.aiReasoningContent)||void 0===f?void 0:f.headerBar},{children:[n("div",i({className:u.headerBrand,style:null===(h=null==_?void 0:_.aiReasoningContent)||void 0===h?void 0:h.headerBrand},{children:[U,o("p",{children:null!==(y=null==O?void 0:O.mainHeader)&&void 0!==y?y:"Cognitive Decisioning AI"})]})),n("div",i({className:u.headerScore,style:null===(R=null==_?void 0:_.aiReasoningContent)||void 0===R?void 0:R.headerScore},{children:[!isNaN(null==j?void 0:j.relevance_score)&&C(j.relevance_score,j.relevance_score_diff,null===(b=null==_?void 0:_.aiReasoningContent)||void 0===b?void 0:b.confidenceDisplay,W),o("button",i({className:u.chevronWrapper,style:null===(w=null==_?void 0:_.aiReasoningContent)||void 0===w?void 0:w.chevronWrapper},{children:Z?o(c,{className:null==u?void 0:u.chevronIcon,style:null===(I=null==_?void 0:_.aiReasoningContent)||void 0===I?void 0:I.chevronIcon}):o(v,{className:null==u?void 0:u.chevronIcon,style:null===(N=null==_?void 0:_.aiReasoningContent)||void 0===N?void 0:N.chevronIcon})}))]}))]})),"riskSideBar"!==F&&Z&&o("div",i({className:u.bodyRow,style:i({width:"100%"},null===(S=null==_?void 0:_.aiReasoningContent)||void 0===S?void 0:S.bodyRow)},{children:n("div",i({className:"flex flex-col ".concat("noCitation"!==q&&null!==J?"styles.bodyNarrow":"styles.bodyFull"),style:{width:"100%"}},{children:[o(t,{icon:o("div",i({className:u.iconWrapper,style:null===(B=null==_?void 0:_.aiReasoningContent)||void 0===B?void 0:B.iconWrapper},{children:V})),title:null!==(A=null==O?void 0:O.decisionHeader)&&void 0!==A?A:"Decision Making Factors",subTitle:"",customStyles:null==_?void 0:_.aiReasoningAccordion,alwaysOpen:!0,defaultOpen:!0,content:o(d,{message:j.reason,customStyles:null==_?void 0:_.aiReasoningMarkdown,citationStyles:{webCitation:null==_?void 0:_.webCitation,stormeeCitation:null==_?void 0:_.stormeeCitation,waveformCitation:null==_?void 0:_.waveformCitation,imageCitation:null==_?void 0:_.imageCitation,fileCitation:null==_?void 0:_.fileCitation,appModCitation:null==_?void 0:_.appModCitation,rcaCitation:null==_?void 0:_.rcaCitation,readFileCitation:null==_?void 0:_.readFileCitation,loadingCitations:null==_?void 0:_.loadingCitations,chatCitation:null==_?void 0:_.chatCitation},customIcons:W})}),(null==j?void 0:j.gap)&&j.relevance_score<100&&n(e,{children:[o("div",{className:u.divider,style:null===(k=null==_?void 0:_.aiReasoningContent)||void 0===k?void 0:k.divider}),o(t,{icon:o("div",i({className:u.iconWrapper,style:null===(x=null==_?void 0:_.aiReasoningContent)||void 0===x?void 0:x.iconWrapper},{children:X})),title:null!==(M=null==O?void 0:O.gapHeader)&&void 0!==M?M:"Gaps in Decision",subTitle:"",customStyles:null==_?void 0:_.aiReasoningAccordion,alwaysOpen:!1,defaultOpen:!1,content:o(d,{message:(K=j.relevance_score,Q=j.gap,100===j.relevance_score?"No Gaps is identified.":j.relevance_score<100?"The decision strength is ".concat(K,"% because: \n").concat(Q):j.gap),customStyles:null==_?void 0:_.aiReasoningMarkdown,citationStyles:{webCitation:null==_?void 0:_.webCitation,stormeeCitation:null==_?void 0:_.stormeeCitation,waveformCitation:null==_?void 0:_.waveformCitation,imageCitation:null==_?void 0:_.imageCitation,fileCitation:null==_?void 0:_.fileCitation,appModCitation:null==_?void 0:_.appModCitation,rcaCitation:null==_?void 0:_.rcaCitation,readFileCitation:null==_?void 0:_.readFileCitation,loadingCitations:null==_?void 0:_.loadingCitations,chatCitation:null==_?void 0:_.chatCitation},customIcons:W}),className:u.gapAccordion})]})]}))}))]}))};export{m as default};
|
|
2
2
|
//# sourceMappingURL=AiReasoningCitationContent.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e}from"tslib";import{jsx as i,jsxs as
|
|
1
|
+
import{__assign as e}from"tslib";import{jsx as i,jsxs as o,Fragment as n}from"react/jsx-runtime";import{useState as l}from"react";import{ChevronUp as r,ChevronDown as t,Check as a,SquareArrowOutUpRight as c,Loader2 as s}from"lucide-react";import d from"./CustomChatCrRedirection.module.css.js";import u from"../ai-reasoning/AiReasoningCitationContent.js";import p from"../../icons/CognitiveDecision.js";function v(v){var m=v.isDefaultOpen,g=v.processItemId,h=v.isCompleted,f=v.mode,y=v.msg,C=v.type,b=v.id,x=v.aiReason,D=v.text,N=v.headerText,I=v.decisionStrength;v.statusUi,v.panelRef;var S=v.onHandleSend,T=v.onRedirectClick,k=v.gapType,R=v.isGenerating,j=void 0!==R&&R,B=v.customStyles,W=v.customIcons,H=v.cognitiveDecisionHeaders,P=l(m),A=P[0],O=P[1],z=(null==W?void 0:W.highConfidence)||i(p,{}),F=function(){"cra"===f?null==S||S("Discuss ambiguities on ".concat(D),b):null==S||S("Deep Dive into ".concat(k," ").concat(N,": ").concat(D),b)};return o("div",e({className:[d.outerWrapper,j?d.outerWrapperDisabled:""].join(" "),style:e(e({},null==B?void 0:B.redirectionOuterWrapper),j?null==B?void 0:B.redirectionOuterWrapperDisabled:{})},{children:[o("div",e({className:[d.card,j?d.cardDisabled:d.cardInteractive].join(" "),style:e(e({},null==B?void 0:B.redirectionCard),j?null==B?void 0:B.redirectionCardDisabled:null==B?void 0:B.redirectionCardInteractive)},{children:[o("div",e({className:d.leftSide,style:null==B?void 0:B.redirectionLeftSide},{children:[o("span",e({className:d.textBlock,style:null==B?void 0:B.redirectionTextBlock},{children:[N&&o("span",e({className:d.headerText,style:null==B?void 0:B.redirectionHeaderText},{children:[N,D?" ":""]})),D]})),o("span",e({onClick:function(e){e.stopPropagation(),j||O(!A)},className:[d.reasoningToggle,j?d.reasoningToggleDisabled:d.reasoningToggleActive].join(" "),style:e(e({},null==B?void 0:B.reasoningToggle),j?null==B?void 0:B.reasoningToggleDisabled:null==B?void 0:B.reasoningToggleActive)},{children:[z,i(A?r:t,{className:d.chevronIcon,style:null==B?void 0:B.chevronIcon})]}))]})),h?i("div",e({className:d.completeTickWrapper,style:null==B?void 0:B.completeTickWrapper},{children:i(a,{color:(null==B?void 0:B.checkColor)||"green"})})):o(n,{children:["risk-gap"===f&&o("div",e({className:d.rightSide,style:null==B?void 0:B.redirectionRightSide},{children:[i("button",e({disabled:j,className:[d.fixButton,j?d.fixButtonDisabled:""].join(" "),style:e(e({},null==B?void 0:B.redirectionFixButton),j?null==B?void 0:B.fixButtonDisabled:{}),onClick:function(e){e.stopPropagation(),j||F()}},{children:"Fix"})),i(c,{onClick:j?void 0:function(){j||null==T||T({type:C,id:b,aiReason:x,msg:y,meta:{headerText:N,decisionStrength:I,text:D}})},size:18,className:[j?d.redirectIconDisabled:d.redirectIcon].join(" "),style:e({},j?null==B?void 0:B.redirectIconDisabled:null==B?void 0:B.redirectIcon)})]})),"cra"===f&&!m&&i("div",e({className:d.rightSide,style:null==B?void 0:B.redirectionRightSide},{children:g===b?i("div",e({className:d.loaderWrapper,style:null==B?void 0:B.loaderWrapper},{children:i(s,{size:16,className:d.loaderIcon,color:"grey",style:e({animation:"spin 1s linear infinite"},null==B?void 0:B.loaderIcon)})})):i("button",e({className:[d.clarifyButton].join(" "),style:e({color:j?"grey":""},null==B?void 0:B.redirectionClarifyButton),disabled:j,onClick:function(e){e.stopPropagation(),F()}},{children:"Clarify"}))}))]})]})),A&&i(u,{label:"cra"===f?"Clarify":"Select this option",aiReason:{id:"1",reason:(null==x?void 0:x.Reasoning)||"",gap:(null==x?void 0:x.Gap)||"",relevance_score:Number(null==x?void 0:x.Confidence_score),explanation:(null==x?void 0:x.explanation)||""},onSelectProceed:F,customStyles:null==B?void 0:B.aiReasoningStyles,customIcons:W,cognitiveDecisionHeaders:H})]}))}export{v as CustomChatCrRedirection};
|
|
2
2
|
//# sourceMappingURL=CustomChatCrRedirection.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e}from"tslib";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{SquareArrowOutUpRight as
|
|
1
|
+
import{__assign as e}from"tslib";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{SquareArrowOutUpRight as t,ChevronUp as n,ChevronDown as l}from"lucide-react";import{useState as a,useMemo as s}from"react";import{Tooltip as r}from"@mui/material";import c from"./GapFilterItem.module.css.js";import d from"../ai-reasoning/AiReasoningCitationContent.js";import m from"../../icons/CognitiveDecision.js";var u=function(e){return e>90?{borderColor:"#22c55e",backgroundColor:"#f0fdf4",color:"#16a34a",className:c.scoreBadgeHigh}:e>=70&&e<=90?{borderColor:"#eab308",backgroundColor:"#fefce8",color:"#a16207",className:c.scoreBadgeMedium}:{borderColor:"#ef4444",backgroundColor:"#fef2f2",color:"#dc2626",className:c.scoreBadgeLow}},p=function(p){var v=p.isDefaultOpen;p.isCompleted;var g=p.mode,f=p.index,h=p.isSelected,x=p.onClick,N=p.item,C=p.onFixClick,y=p.onRedirect,R=p.aiReason;p.panelRef;var T=p.id,b=p.isGenerating,S=void 0!==b&&b,w=p.customStyles,B=p.customIcons,k=p.cognitiveDecisionHeaders,I=a(v),D=I[0],j=I[1],H=(null==B?void 0:B.highConfidence)||o(m,{});s(function(){return N.components?N.components.split("||"):[]},[N.components]);var G=s(function(){return N.score&&isNaN(parseInt(N.score))?0:N.score?parseInt(N.score):0},[N.score]),q=u(G);return o("div",e({className:c.outerWrapper,onClick:x,style:null==w?void 0:w.itemOuterWrapper},{children:i("div",e({className:c.innerCard,style:null==w?void 0:w.itemInnerCard},{children:[i("div",e({className:c.contentBlock,style:null==w?void 0:w.contentBlock},{children:[i("div",e({className:c.topRow,style:null==w?void 0:w.itemTopRow},{children:[o("div",e({className:[c.questionText,h?c.questionTextSelected:c.questionTextDefault].join(" "),style:e(e({},null==w?void 0:w.itemQuestionText),h?null==w?void 0:w.itemQuestionTextSelected:null==w?void 0:w.itemQuestionTextDefault)},{children:o(r,e({title:N.question||"",placement:"top"},{children:o("span",{className:c.questionSpan,style:null==w?void 0:w.itemQuestionSpan})}))})),i("div",e({className:c.actionsRow,style:null==w?void 0:w.itemActionsRow},{children:[G>0&&o("div",e({className:[c.scoreBadge,q.className].join(" "),style:e(e(e(e({},null==w?void 0:w.itemScoreBadge),G>90?null==w?void 0:w.itemScoreBadgeHigh:{}),G>=70&&G<=90?null==w?void 0:w.itemScoreBadgeMedium:{}),G<70?null==w?void 0:w.itemScoreBadgeLow:{})},{children:"".concat(G,"%")})),N.showFix&&o("button",e({className:c.fixButton,onClick:function(e){e.stopPropagation(),C()},style:null==w?void 0:w.itemFixButton},{children:"Fix"})),N.showRedirect&&o(t,{color:"#3b82f6",size:14,className:c.redirectIcon,onClick:function(e){e.stopPropagation(),y()},style:null==w?void 0:w.itemRedirectIcon})]}))]})),i("div",e({className:[c.bottomRow,h?c.bottomRowSelected:c.bottomRowDefault].join(" "),style:e(e({},null==w?void 0:w.itemBottomRow),h?null==w?void 0:w.bottomRowSelected:null==w?void 0:w.bottomRowDefault)},{children:[i("span",e({className:c.gapTextSpan,style:null==w?void 0:w.itemGapText},{children:[(null==N?void 0:N.headerText)?o("span",e({className:c.gapHeaderText,style:null==w?void 0:w.itemGapHeaderText},{children:N.headerText})):i("span",e({className:c.gapHeaderText,style:null==w?void 0:w.itemGapHeaderText},{children:["Gap ",f+1,"."]}))," ",N.text]})),T&&i("span",e({onClick:function(e){e.stopPropagation(),S||j(!D)},className:[c.reasoningToggle,S?c.reasoningToggleDisabled:c.reasoningToggleActive].join(" "),style:null==w?void 0:w.itemReasoningToggle},{children:[H,o(D?n:l,{className:c.chevronIcon,style:null==w?void 0:w.chevronIcon})]}))]}))]})),D&&o(d,{label:"cra"===g?"Clarify":"Select this option",aiReason:{id:"1",reason:R.Reasoning||"",gap:R.Gap||"",relevance_score:Number(R.Confidence_score),explanation:R.explanation||""},onSelectProceed:C,customStyles:null==w?void 0:w.aiReasoningStyles,customIcons:B,cognitiveDecisionHeaders:k})]}))}))};export{p as GapFilterItem,u as getScoreColorStyles};
|
|
2
2
|
//# sourceMappingURL=GapFilterItem.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e}from"tslib";import{jsx as t,jsxs as l,Fragment as n}from"react/jsx-runtime";import{useState as o,useCallback as r,isValidElement as i,cloneElement as s,Children as c,useMemo as d}from"react";import{ArrowRight as u}from"lucide-react";import a from"./ExpandableOl.module.css.js";import p from"./ReqAiCitationRenderer.js";var m=function(m){var y=m.
|
|
1
|
+
import{__assign as e}from"tslib";import{jsx as t,jsxs as l,Fragment as n}from"react/jsx-runtime";import{useState as o,useCallback as r,isValidElement as i,cloneElement as s,Children as c,useMemo as d}from"react";import{ArrowRight as u}from"lucide-react";import a from"./ExpandableOl.module.css.js";import p from"./ReqAiCitationRenderer.js";var m=function(m){var y=m.label,h=m.children,v=m.onProceed,f=m.isProceedDisabled,b=m.defaultVisibleItems,S=void 0===b?2:b,g=m.customStyles,x=m.citationStyles,B=m.customIcons,C=o(!1),N=C[0],P=C[1],k=r(function(l){var n,o;if(!i(l))return l;var r=l;return"a"===(null===(n=null==r?void 0:r.type)||void 0===n?void 0:n.name)?t(p,e({href:r.props.href,citationStyles:x,customIcons:B},{children:r.props.children})):(null===(o=r.props)||void 0===o?void 0:o.children)?s(r,{children:c.map(r.props.children,k)}):r},[x,B]),j=d(function(){return c.toArray(h).map(function(e){return k(e)})},[h,k]),A=c.toArray(h).length>S,I=d(function(){return N?j:j.slice(0,2)},[N,j]);return l(n,{children:[t("ol",e({className:a.list,style:null==g?void 0:g.listStyle},{children:I.map(function(o,r){var c=r===I.length-1;return i(o)?s(o,c&&A?{style:e(e({},o.props.style),null==g?void 0:g.itemStyle),children:l(n,{children:[t("span",e({style:null==g?void 0:g.itemTextStyle},{children:o.props.children})),!N&&t("button",e({type:"button",onClick:function(){return P(!0)},className:a.toggleButton,style:null==g?void 0:g.moreButton},{children:"show more"})),N&&t("button",e({type:"button",onClick:function(){return P(!1)},className:a.toggleButton,style:null==g?void 0:g.toggleButton},{children:"see less"}))]})}:{style:e(e({},o.props.style),null==g?void 0:g.itemStyle),children:t("span",e({style:null==g?void 0:g.itemTextStyle},{children:o.props.children}))}):t("li",e({style:null==g?void 0:g.itemStyle},{children:t("span",e({style:null==g?void 0:g.itemTextStyle},{children:o}))}),r)})})),v&&t("div",e({className:a.proceedContainer},{children:l("button",e({type:"button",disabled:f,onClick:function(e){e.stopPropagation(),f||v()},className:"".concat(a.proceedButton," ").concat(f?a.proceedDisabled:a.proceedEnabled),style:f?null==g?void 0:g.disableProceedStyle:null==g?void 0:g.enableProceedStyle},{children:[t("span",{children:null!=y?y:""}),t(u,{size:15,strokeWidth:1.5})]}))}))]})};export{m as default};
|
|
2
2
|
//# sourceMappingURL=ExpandableOl.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{UserStoryPickerRoot as o}from"./UserStoryPicker.js";import{Header as r}from"./components/Header.js";import{Toolbar as e}from"./components/Toolbar.js";import{SearchInput as t}from"./components/SearchInput.js";import{BrowseProjectsButton as s}from"./components/BrowseProjectsButton.js";import{SectionHeading as m}from"./components/SectionHeading.js";import{CardGrid as n}from"./components/CardGrid.js";import{UserStoryCard as p}from"./components/UserStoryCard.js";import{ProjectCard as i}from"./components/ProjectCard.js";import{Badge as c}from"./components/Badge.js";import{BackNav as a}from"./components/BackNav.js";import{SortDropdown as
|
|
1
|
+
import{UserStoryPickerRoot as o}from"./UserStoryPicker.js";import{Header as r}from"./components/Header.js";import{Toolbar as e}from"./components/Toolbar.js";import{SearchInput as t}from"./components/SearchInput.js";import{BrowseProjectsButton as s}from"./components/BrowseProjectsButton.js";import{SectionHeading as m}from"./components/SectionHeading.js";import{CardGrid as n}from"./components/CardGrid.js";import{UserStoryCard as p}from"./components/UserStoryCard.js";import{ProjectCard as i}from"./components/ProjectCard.js";import{Badge as c}from"./components/Badge.js";import{BackNav as a}from"./components/BackNav.js";import{SortDropdown as j}from"./components/SortDropdown.js";import{ShowMore as S}from"./components/ShowMore.js";import{ProceedButton as d}from"./components/ProceedButton.js";import{Footer as f}from"./components/Footer.js";import{SplitLayout as l}from"./components/SplitLayout.js";import{Sidebar as P}from"./components/Sidebar.js";import{SidebarSection as y}from"./components/SidebarSection.js";import{SidebarProjectList as u}from"./components/SidebarProjectList.js";import{SidebarFavoritesList as w}from"./components/SidebarFavoritesList.js";import{ContentArea as D}from"./components/ContentArea.js";import{NavRow as U}from"./components/NavRow.js";import{UserStoryImportDialog as h}from"./components/UserStoryImportDialog.js";export{UserStoryImportDialog}from"./components/UserStoryImportDialog.js";import{ResizeHandle as b}from"./components/ResizeHandle.js";export{ResizeHandle}from"./components/ResizeHandle.js";import{ScopeDropdown as g}from"./components/ScopeDropdown.js";import{TypeDropdown as C}from"./components/TypeDropdown.js";import{UserStoryScopeDropdown as B}from"./components/UserStoryScopeDropdown.js";export{useUSPContext}from"./UserStoryPicker.context.js";export{useUSPData}from"./hooks/useUSPData.js";export{usePanelResize}from"./components/usePanelResize.js";export{darkTheme,lightTheme,themeToStyle,uspColorPalette,uspVSCodeLightTheme,vscodeTheme}from"./UserStoryPicker.theme.js";var x=Object.assign(o,{Header:r,Toolbar:e,SearchInput:t,BrowseProjectsButton:s,SectionHeading:m,CardGrid:n,UserStoryCard:p,ProjectCard:i,Badge:c,BackNav:a,SortDropdown:j,ScopeDropdown:g,TypeDropdown:C,UserStoryScopeDropdown:B,ShowMore:S,ProceedButton:d,Footer:f,SplitLayout:l,Sidebar:P,SidebarSection:y,SidebarProjectList:u,SidebarFavoritesList:w,ContentArea:D,NavRow:U,UserStoryImportDialog:h,ResizeHandle:b});export{x as UserStoryPicker};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{default as ReadFileCitationRenderer}from"./features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js";export{default as ReadFileCitationContent}from"./features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js";export{default as RCACitationRenderer}from"./features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js";export{default as RCACitationContent}from"./features/RequirementAI/components/citations/rca-citation/RCACitationContent.js";export{default as AppModCitationRenderer}from"./features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js";export{default as AppModCitationContent}from"./features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js";export{default as RequirementAIWrapper,useRequirementAI}from"./features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js";export{default as UserStoryScreen}from"./features/RequirementAI/components/story-screen/UserStoryScreen.js";export{default as UserStoryApprovalScreen}from"./features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js";export{default as RichTextEditor}from"./features/RequirementAI/components/RichTextEditor/RichTextEditor.js";export{default as UserStoryWithCitation}from"./features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js";export{default as SubFeatureBlock}from"./features/RequirementAI/components/story-screen/SubfeatureBlock.js";export{default as AtomicButton}from"./features/RequirementAI/shared/AtomicButton.js";export{SidebarOpenIcon}from"./features/RequirementAI/icons/SidebarOpenIcon.js";export{SidebarCloseIcon}from"./features/RequirementAI/icons/SidebarCloseIcon.js";export{default as StreamingScreenSidebar}from"./features/RequirementAI/components/story-screen/StreamingScreenSidebar.js";export{default as AiReasoningCitationContent}from"./features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js";export{useStreamContentHandler}from"./features/RequirementAI/hooks/useStreamContentHandler.js";export{extractBlockStreams,extractDescription,processAIReasoningFromBlocks,processUserStoryValue}from"./features/RequirementAI/utils/proccess-stream.utils.js";export{handleAcceptAllChanges,handleDiffEditApplied,handleDiscardAll}from"./features/RequirementAI/utils/diff-edit.utils.js";export{GapFilterBlock}from"./features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js";export{hasAnyUpdatedTags,useDiffEditReviewMode}from"./features/RequirementAI/hooks/useDiffEditReviewMode.js";export{UserStoryCardWrapper}from"./features/RequirementAI/components/UserStoryCard/UserStoryCard.js";export{default as FileCitationRender}from"./features/RequirementAI/components/citations/file-citation/FileCitationRender.js";export{default as WebCitationWithImageRenderer}from"./features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js";export{default as WebCitationRenderer}from"./features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js";export{default as StormeeCitationRenderer}from"./features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js";export{default as WaveformCitationRenderer}from"./features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js";export{default as ImageCitationRenderer}from"./features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js";export{default as GapRiskSidebar,NoGapsFound,useGapRiskSidebar}from"./features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js";export{buildStoryWithGap,updateGapInRawData,updateGapStory}from"./features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js";export{buildStoryWithRisk,updateRiskInRawData,updateStory}from"./features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js";export{cloneUserStories,createUserStoriesForApproval,splitByHeaders,transformApprovalToUserStory}from"./features/RequirementAI/utils/userstory-approval-transform.utils.js";import{UserStoryPickerRoot as e}from"./features/UserStoryImport/UserStoryPicker.js";import{Header as t}from"./features/UserStoryImport/components/Header.js";import{Toolbar as r}from"./features/UserStoryImport/components/Toolbar.js";import{SearchInput as o}from"./features/UserStoryImport/components/SearchInput.js";import{BrowseProjectsButton as s}from"./features/UserStoryImport/components/BrowseProjectsButton.js";import{SectionHeading as a}from"./features/UserStoryImport/components/SectionHeading.js";import{CardGrid as n}from"./features/UserStoryImport/components/CardGrid.js";import{UserStoryCard as i}from"./features/UserStoryImport/components/UserStoryCard.js";import{ProjectCard as m}from"./features/UserStoryImport/components/ProjectCard.js";import{Badge as p}from"./features/UserStoryImport/components/Badge.js";import{BackNav as u}from"./features/UserStoryImport/components/BackNav.js";import{SortDropdown as f}from"./features/UserStoryImport/components/SortDropdown.js";import{ShowMore as c}from"./features/UserStoryImport/components/ShowMore.js";import{ProceedButton as d}from"./features/UserStoryImport/components/ProceedButton.js";import{Footer as S}from"./features/UserStoryImport/components/Footer.js";import{SplitLayout as l}from"./features/UserStoryImport/components/SplitLayout.js";import{Sidebar as R}from"./features/UserStoryImport/components/Sidebar.js";import{SidebarSection as I}from"./features/UserStoryImport/components/SidebarSection.js";import{SidebarProjectList as j}from"./features/UserStoryImport/components/SidebarProjectList.js";import{SidebarFavoritesList as y}from"./features/UserStoryImport/components/SidebarFavoritesList.js";import{ContentArea as A}from"./features/UserStoryImport/components/ContentArea.js";import{NavRow as
|
|
1
|
+
export{default as ReadFileCitationRenderer}from"./features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js";export{default as ReadFileCitationContent}from"./features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js";export{default as RCACitationRenderer}from"./features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js";export{default as RCACitationContent}from"./features/RequirementAI/components/citations/rca-citation/RCACitationContent.js";export{default as AppModCitationRenderer}from"./features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js";export{default as AppModCitationContent}from"./features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js";export{default as RequirementAIWrapper,useRequirementAI}from"./features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js";export{default as UserStoryScreen}from"./features/RequirementAI/components/story-screen/UserStoryScreen.js";export{default as UserStoryApprovalScreen}from"./features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js";export{default as RichTextEditor}from"./features/RequirementAI/components/RichTextEditor/RichTextEditor.js";export{default as UserStoryWithCitation}from"./features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js";export{default as SubFeatureBlock}from"./features/RequirementAI/components/story-screen/SubfeatureBlock.js";export{default as AtomicButton}from"./features/RequirementAI/shared/AtomicButton.js";export{SidebarOpenIcon}from"./features/RequirementAI/icons/SidebarOpenIcon.js";export{SidebarCloseIcon}from"./features/RequirementAI/icons/SidebarCloseIcon.js";export{default as StreamingScreenSidebar}from"./features/RequirementAI/components/story-screen/StreamingScreenSidebar.js";export{default as AiReasoningCitationContent}from"./features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js";export{useStreamContentHandler}from"./features/RequirementAI/hooks/useStreamContentHandler.js";export{extractBlockStreams,extractDescription,processAIReasoningFromBlocks,processUserStoryValue}from"./features/RequirementAI/utils/proccess-stream.utils.js";export{handleAcceptAllChanges,handleDiffEditApplied,handleDiscardAll}from"./features/RequirementAI/utils/diff-edit.utils.js";export{GapFilterBlock}from"./features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js";export{hasAnyUpdatedTags,useDiffEditReviewMode}from"./features/RequirementAI/hooks/useDiffEditReviewMode.js";export{UserStoryCardWrapper}from"./features/RequirementAI/components/UserStoryCard/UserStoryCard.js";export{default as FileCitationRender}from"./features/RequirementAI/components/citations/file-citation/FileCitationRender.js";export{default as WebCitationWithImageRenderer}from"./features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js";export{default as WebCitationRenderer}from"./features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js";export{default as StormeeCitationRenderer}from"./features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js";export{default as WaveformCitationRenderer}from"./features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js";export{default as ImageCitationRenderer}from"./features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js";export{default as GapRiskSidebar,NoGapsFound,useGapRiskSidebar}from"./features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js";export{buildStoryWithGap,updateGapInRawData,updateGapStory}from"./features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js";export{buildStoryWithRisk,updateRiskInRawData,updateStory}from"./features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js";export{cloneUserStories,createUserStoriesForApproval,splitByHeaders,transformApprovalToUserStory}from"./features/RequirementAI/utils/userstory-approval-transform.utils.js";import{UserStoryPickerRoot as e}from"./features/UserStoryImport/UserStoryPicker.js";import{Header as t}from"./features/UserStoryImport/components/Header.js";import{Toolbar as r}from"./features/UserStoryImport/components/Toolbar.js";import{SearchInput as o}from"./features/UserStoryImport/components/SearchInput.js";import{BrowseProjectsButton as s}from"./features/UserStoryImport/components/BrowseProjectsButton.js";import{SectionHeading as a}from"./features/UserStoryImport/components/SectionHeading.js";import{CardGrid as n}from"./features/UserStoryImport/components/CardGrid.js";import{UserStoryCard as i}from"./features/UserStoryImport/components/UserStoryCard.js";import{ProjectCard as m}from"./features/UserStoryImport/components/ProjectCard.js";import{Badge as p}from"./features/UserStoryImport/components/Badge.js";import{BackNav as u}from"./features/UserStoryImport/components/BackNav.js";import{SortDropdown as f}from"./features/UserStoryImport/components/SortDropdown.js";import{ShowMore as c}from"./features/UserStoryImport/components/ShowMore.js";import{ProceedButton as d}from"./features/UserStoryImport/components/ProceedButton.js";import{Footer as S}from"./features/UserStoryImport/components/Footer.js";import{SplitLayout as l}from"./features/UserStoryImport/components/SplitLayout.js";import{Sidebar as R}from"./features/UserStoryImport/components/Sidebar.js";import{SidebarSection as I}from"./features/UserStoryImport/components/SidebarSection.js";import{SidebarProjectList as j}from"./features/UserStoryImport/components/SidebarProjectList.js";import{SidebarFavoritesList as y}from"./features/UserStoryImport/components/SidebarFavoritesList.js";import{ContentArea as A}from"./features/UserStoryImport/components/ContentArea.js";import{NavRow as C}from"./features/UserStoryImport/components/NavRow.js";import{UserStoryImportDialog as U}from"./features/UserStoryImport/components/UserStoryImportDialog.js";export{UserStoryImportDialog}from"./features/UserStoryImport/components/UserStoryImportDialog.js";import{ResizeHandle as x}from"./features/UserStoryImport/components/ResizeHandle.js";export{ResizeHandle}from"./features/UserStoryImport/components/ResizeHandle.js";import{ScopeDropdown as q}from"./features/UserStoryImport/components/ScopeDropdown.js";import{TypeDropdown as b}from"./features/UserStoryImport/components/TypeDropdown.js";export{useUSPContext}from"./features/UserStoryImport/UserStoryPicker.context.js";export{useUSPData}from"./features/UserStoryImport/hooks/useUSPData.js";export{usePanelResize}from"./features/UserStoryImport/components/usePanelResize.js";export{darkTheme,lightTheme,themeToStyle,uspColorPalette,uspVSCodeLightTheme,vscodeTheme}from"./features/UserStoryImport/UserStoryPicker.theme.js";var h=Object.assign(e,{Header:t,Toolbar:r,SearchInput:o,BrowseProjectsButton:s,SectionHeading:a,CardGrid:n,UserStoryCard:i,ProjectCard:m,Badge:p,BackNav:u,SortDropdown:f,ScopeDropdown:q,TypeDropdown:b,ShowMore:c,ProceedButton:d,Footer:S,SplitLayout:l,Sidebar:R,SidebarSection:I,SidebarProjectList:j,SidebarFavoritesList:y,ContentArea:A,NavRow:C,UserStoryImportDialog:U,ResizeHandle:x});export{h as UserStoryPicker};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AiReasoningCitationStyles, UserStoryIcons, MarkdownCustomStyles } from "../../types/aiReasoning.type";
|
|
2
2
|
import { IChatHistoryItem } from "../../interfaces/citation.interface";
|
|
3
3
|
export declare const formatChatData: (chatHistory: IChatHistoryItem[], startIndex: number, endIndex: number) => IChatHistoryItem[];
|
|
4
|
-
export declare const AiReasonMarkdownWrapper: ({ message, isExpandableOrderedListEnabled, customStyles, citationStyles, customIcons, onSelectProceed, isDisableProceedButton, }: {
|
|
4
|
+
export declare const AiReasonMarkdownWrapper: ({ label, message, isExpandableOrderedListEnabled, customStyles, citationStyles, customIcons, onSelectProceed, isDisableProceedButton, }: {
|
|
5
|
+
label?: string | undefined;
|
|
5
6
|
message: string;
|
|
6
7
|
isExpandableOrderedListEnabled?: boolean | undefined;
|
|
7
8
|
customStyles?: MarkdownCustomStyles | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AiReasonMarkdownWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.tsx"],"names":[],"mappings":"AAqCA,OAAO,EACL,yBAAyB,EAEzB,cAAc,EACd,oBAAoB,EACrB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AAuCvE,eAAO,MAAM,cAAc,gBACZ,gBAAgB,EAAE,cACnB,MAAM,YACR,MAAM,KACf,gBAAgB,EAUlB,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"AiReasonMarkdownWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.tsx"],"names":[],"mappings":"AAqCA,OAAO,EACL,yBAAyB,EAEzB,cAAc,EACd,oBAAoB,EACrB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AAuCvE,eAAO,MAAM,cAAc,gBACZ,gBAAgB,EAAE,cACnB,MAAM,YACR,MAAM,KACf,gBAAgB,EAUlB,CAAC;AAEF,eAAO,MAAM,uBAAuB;;aAWzB,MAAM;;;;;6BAKS,IAAI;;6CAsT7B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AiReasoningCustomStyles, UserStoryIcons, TAIReasoning, CDHeaders } from "../../types/aiReasoning.type";
|
|
3
3
|
export interface AiReasoningCitationContentProps {
|
|
4
|
+
label?: string;
|
|
4
5
|
aiReason: TAIReasoning;
|
|
5
6
|
scenario?: "riskSideBar";
|
|
6
7
|
/** Slot for the header brand icon (e.g. <CognitiveDecisioningIcon />) */
|
|
@@ -16,6 +17,6 @@ export interface AiReasoningCitationContentProps {
|
|
|
16
17
|
isDisableProceedButton?: boolean;
|
|
17
18
|
cognitiveDecisionHeaders?: CDHeaders;
|
|
18
19
|
}
|
|
19
|
-
declare const AiReasoningCitationContent: ({ aiReason, scenario, customStyles, customIcons, cognitiveDecisionHeaders, AiReasoningIcon, reasoningIcon, gapIcon, className, onSelectProceed, isDisableProceedButton }: AiReasoningCitationContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
declare const AiReasoningCitationContent: ({ label, aiReason, scenario, customStyles, customIcons, cognitiveDecisionHeaders, AiReasoningIcon, reasoningIcon, gapIcon, className, onSelectProceed, isDisableProceedButton }: AiReasoningCitationContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
21
|
export default AiReasoningCitationContent;
|
|
21
22
|
//# sourceMappingURL=AiReasoningCitationContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AiReasoningCitationContent.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,uBAAuB,EAEvB,cAAc,EACd,YAAY,EACZ,SAAS,EACV,MAAM,8BAA8B,CAAC;AActC,MAAM,WAAW,+BAA+B;IAC9C,QAAQ,EAAE,YAAY,CAAC;IACvB,QAAQ,CAAC,EAAE,aAAa,CAAC;IAEzB,yEAAyE;IACzE,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,6DAA6D;IAC7D,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,sDAAsD;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,uBAAuB,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,wBAAwB,CAAC,EAAE,SAAS,CAAA;CACrC;AAGD,QAAA,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"AiReasoningCitationContent.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,uBAAuB,EAEvB,cAAc,EACd,YAAY,EACZ,SAAS,EACV,MAAM,8BAA8B,CAAC;AActC,MAAM,WAAW,+BAA+B;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,YAAY,CAAC;IACvB,QAAQ,CAAC,EAAE,aAAa,CAAC;IAEzB,yEAAyE;IACzE,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,6DAA6D;IAC7D,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,sDAAsD;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,uBAAuB,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,wBAAwB,CAAC,EAAE,SAAS,CAAA;CACrC;AAGD,QAAA,MAAM,0BAA0B,oLAO7B,+BAA+B,4CAqKjC,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomChatCrRedirection.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,MAAM,MAAM,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE5C,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,OAAO,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC/B,IAAI,EAAE,KAAK,GAAG,UAAU,CAAA;CACzB;AAED,UAAU,4BAA6B,SAAQ,kBAAkB;IAC/D,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,YAAY,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,KAAM,IAAI,CAAC;IAC3D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,eAAe,CAAA;IAC9B,WAAW,CAAC,EAAE,cAAc,CAAA;IAC5B,wBAAwB,CAAC,EAAE,SAAS,CAAA;IACpC;;;;OAIG;IACH,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE;QAC1B,IAAI,EAAE,OAAO,CAAC;QACd,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,eAAe,CAAC;QAC1B,GAAG,EAAE,GAAG,CAAC;QACT,IAAI,EAAE;YAAE,UAAU,CAAC,EAAE,MAAM,CAAC;YAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,CAAC;KACxE,KAAK,IAAI,CAAC;CACZ;AAID,wBAAgB,uBAAuB,CAAC,EACtC,aAAa,EACb,aAAa,EACb,WAAW,EACX,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,EAAE,EACF,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,gBAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,OAAO,EACP,YAAoB,EACpB,YAAY,EACZ,WAAW,EACX,wBAAwB,GACzB,EAAE,4BAA4B,
|
|
1
|
+
{"version":3,"file":"CustomChatCrRedirection.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,MAAM,MAAM,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE5C,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,OAAO,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC/B,IAAI,EAAE,KAAK,GAAG,UAAU,CAAA;CACzB;AAED,UAAU,4BAA6B,SAAQ,kBAAkB;IAC/D,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,YAAY,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,KAAM,IAAI,CAAC;IAC3D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,eAAe,CAAA;IAC9B,WAAW,CAAC,EAAE,cAAc,CAAA;IAC5B,wBAAwB,CAAC,EAAE,SAAS,CAAA;IACpC;;;;OAIG;IACH,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE;QAC1B,IAAI,EAAE,OAAO,CAAC;QACd,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,eAAe,CAAC;QAC1B,GAAG,EAAE,GAAG,CAAC;QACT,IAAI,EAAE;YAAE,UAAU,CAAC,EAAE,MAAM,CAAC;YAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,CAAC;KACxE,KAAK,IAAI,CAAC;CACZ;AAID,wBAAgB,uBAAuB,CAAC,EACtC,aAAa,EACb,aAAa,EACb,WAAW,EACX,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,EAAE,EACF,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,gBAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,OAAO,EACP,YAAoB,EACpB,YAAY,EACZ,WAAW,EACX,wBAAwB,GACzB,EAAE,4BAA4B,2CA8L9B"}
|
package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GapFilterItem.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAKnE,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE;QACT,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAID,KAAK,kBAAkB,GAAG;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,IAAI,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,UAAU,CAAA;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,cAAc,CAAC;IACrB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,wBAAwB,CAAC,EAAE,SAAS,CAAA;CACrC,CAAC;AAIF,eAAO,MAAM,mBAAmB,UACvB,MAAM,KACZ;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAsBlF,CAAC;AAIF,eAAO,MAAM,aAAa,+LAiBvB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"GapFilterItem.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAKnE,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE;QACT,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAID,KAAK,kBAAkB,GAAG;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,IAAI,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,UAAU,CAAA;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,cAAc,CAAC;IACrB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,wBAAwB,CAAC,EAAE,SAAS,CAAA;CACrC,CAAC;AAIF,eAAO,MAAM,mBAAmB,UACvB,MAAM,KACZ;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAsBlF,CAAC;AAIF,eAAO,MAAM,aAAa,+LAiBvB,kBAAkB,4CAkJpB,CAAC"}
|
|
@@ -2,6 +2,7 @@ import { ReactNode } from "react";
|
|
|
2
2
|
import { AiReasoningCitationStyles, ExpandedOLCustomStyles, UserStoryIcons } from "../types/aiReasoning.type";
|
|
3
3
|
import { UserStoryCitations } from "../../..";
|
|
4
4
|
interface ExpandableOlProps {
|
|
5
|
+
label?: string;
|
|
5
6
|
children: ReactNode;
|
|
6
7
|
onProceed?: () => void;
|
|
7
8
|
isProceedDisabled?: boolean;
|
|
@@ -11,6 +12,6 @@ interface ExpandableOlProps {
|
|
|
11
12
|
customIcons?: UserStoryIcons;
|
|
12
13
|
aiReasoningCitation?: UserStoryCitations;
|
|
13
14
|
}
|
|
14
|
-
declare const ExpandableOl: ({ children, onProceed, isProceedDisabled, defaultVisibleItems, customStyles, citationStyles, customIcons }: ExpandableOlProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare const ExpandableOl: ({ label, children, onProceed, isProceedDisabled, defaultVisibleItems, customStyles, citationStyles, customIcons }: ExpandableOlProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
16
|
export default ExpandableOl;
|
|
16
17
|
//# sourceMappingURL=ExpandableOl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExpandableOl.d.ts","sourceRoot":"","sources":["../../../../../../src/features/RequirementAI/shared/ExpandableOl.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoD,SAAS,EAAwB,MAAM,OAAO,CAAC;AAG1G,OAAO,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE9G,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,UAAU,iBAAiB;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAC3C,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,mBAAmB,CAAC,EAAE,kBAAkB,CAAC;CAC1C;AAED,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"ExpandableOl.d.ts","sourceRoot":"","sources":["../../../../../../src/features/RequirementAI/shared/ExpandableOl.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoD,SAAS,EAAwB,MAAM,OAAO,CAAC;AAG1G,OAAO,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE9G,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,sBAAsB,CAAC;IACtC,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAC3C,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,mBAAmB,CAAC,EAAE,kBAAkB,CAAC;CAC1C;AAED,QAAA,MAAM,YAAY,sHAUf,iBAAiB,4CA2InB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -61,7 +61,6 @@ export { ResizeHandle } from './components/ResizeHandle';
|
|
|
61
61
|
export { usePanelResize } from './components/usePanelResize';
|
|
62
62
|
export { UserStoryImportDialog } from './components/UserStoryImportDialog';
|
|
63
63
|
export type { UserStoryImportChoice, UserStoryImportDialogProps } from './components/UserStoryImportDialog';
|
|
64
|
-
export { demoProjects, demoUserStories } from './demo';
|
|
65
64
|
export type { USPTheme, USPThemeColors, USPColorPaletteKey } from './UserStoryPicker.theme';
|
|
66
65
|
export { uspColorPalette, darkTheme, lightTheme, vscodeTheme, uspVSCodeLightTheme, themeToStyle, } from './UserStoryPicker.theme';
|
|
67
66
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/UserStoryImport/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAE7C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2B1B,CAAC;AAGH,YAAY,EACV,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,aAAa,EACb,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,UAAU,EACV,WAAW,EACX,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAG5G,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/UserStoryImport/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAE7C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2B1B,CAAC;AAGH,YAAY,EACV,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,aAAa,EACb,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,UAAU,EACV,WAAW,EACX,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAG5G,YAAY,EAAE,QAAQ,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EACL,eAAe,EACf,SAAS,EACT,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,YAAY,GACb,MAAM,yBAAyB,CAAC"}
|
|
@@ -107,7 +107,6 @@ export { ResizeHandle } from './features/UserStoryImport/components/ResizeHandle
|
|
|
107
107
|
export { usePanelResize } from './features/UserStoryImport/components/usePanelResize';
|
|
108
108
|
export { UserStoryImportDialog } from './features/UserStoryImport/components/UserStoryImportDialog';
|
|
109
109
|
export type { UserStoryImportChoice, UserStoryImportDialogProps } from './features/UserStoryImport/components/UserStoryImportDialog';
|
|
110
|
-
export { demoProjects, demoUserStories } from './features/UserStoryImport/demo';
|
|
111
110
|
export type { USPTheme, USPThemeColors, USPColorPaletteKey } from './features/UserStoryImport/UserStoryPicker.theme';
|
|
112
111
|
export { uspColorPalette, darkTheme, lightTheme, vscodeTheme, uspVSCodeLightTheme, themeToStyle, } from './features/UserStoryImport/UserStoryPicker.theme';
|
|
113
112
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/requirement-ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.55",
|
|
4
4
|
"author": "Saptyadeep Bhattacharjee",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
8
8
|
"module": "dist/index.js",
|
|
9
|
-
"sideEffects":
|
|
9
|
+
"sideEffects": ["**/*.css", "**/*.css.js"],
|
|
10
10
|
"types": "dist/types/src/index.d.ts",
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.demoProjects=[{id:"proj-stormee-ecg",name:"Stormee ECG",description:"Stormee ECG project for enterprise code generation.",artifactCount:12,lastUpdated:"2026-03-09T00:00:00.000Z"},{id:"proj-ecg",name:"ECG",description:"Core ECG project.",artifactCount:5,lastUpdated:"2026-03-09T00:00:00.000Z"},{id:"proj-ecg-federation",name:"ECG Federation",description:"Federated ECG project across multiple domains.",artifactCount:8,lastUpdated:"2026-03-09T00:00:00.000Z"},{id:"proj-us-appmod",name:"User Story - Appmod",description:"User story management for Appmod.",artifactCount:3,lastUpdated:"2026-03-09T00:00:00.000Z"}],exports.demoUserStories=[{storyId:"ECG-101",title:"Federated Authentication Module",description:"Implement federated authentication to support enterprise SSO across multiple identity providers.",projectName:"ECG Federation",projectId:"proj-ecg-federation",lastUpdated:"2026-03-07T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ECG-101"},{storyId:"ILF-002",title:"A2A Agent Discovery and Registry System",description:"Build a discovery and registry system for A2A agents to enable seamless agent-to-agent communication.",projectName:"Stormee ECG",projectId:"proj-stormee-ecg",lastUpdated:"2026-03-09T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ILF-002",isNew:!0},{storyId:"A-087",title:"ADRS: Code Sync for Project Analysis",description:"Automated dependency resolution system that syncs code changes across project modules for real-time analysis.",projectName:"Stormee ECG",projectId:"proj-stormee-ecg",lastUpdated:"2026-03-09T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"A-087"},{storyId:"ECG-205",title:"Real-time Code Review Pipeline",description:"Build a real-time pipeline for automated code review using static analysis and AI suggestions.",projectName:"ECG",projectId:"proj-ecg",lastUpdated:"2026-03-05T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ECG-205"},{storyId:"AM-033",title:"User Story Import & Mapping Engine",description:"Design an engine to import user stories from external tools and map them to internal project structures.",projectName:"User Story - Appmod",projectId:"proj-us-appmod",lastUpdated:"2026-03-04T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"AM-033",isNew:!0},{storyId:"ECG-210",title:"Multi-tenant Workspace Isolation",description:"Implement workspace-level isolation for multi-tenant deployments to ensure data and process separation.",projectName:"ECG",projectId:"proj-ecg",lastUpdated:"2026-03-03T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ECG-210"}];
|
|
2
|
-
//# sourceMappingURL=demo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"demo.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e=[{id:"proj-stormee-ecg",name:"Stormee ECG",description:"Stormee ECG project for enterprise code generation.",artifactCount:12,lastUpdated:"2026-03-09T00:00:00.000Z"},{id:"proj-ecg",name:"ECG",description:"Core ECG project.",artifactCount:5,lastUpdated:"2026-03-09T00:00:00.000Z"},{id:"proj-ecg-federation",name:"ECG Federation",description:"Federated ECG project across multiple domains.",artifactCount:8,lastUpdated:"2026-03-09T00:00:00.000Z"},{id:"proj-us-appmod",name:"User Story - Appmod",description:"User story management for Appmod.",artifactCount:3,lastUpdated:"2026-03-09T00:00:00.000Z"}],t=[{storyId:"ECG-101",title:"Federated Authentication Module",description:"Implement federated authentication to support enterprise SSO across multiple identity providers.",projectName:"ECG Federation",projectId:"proj-ecg-federation",lastUpdated:"2026-03-07T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ECG-101"},{storyId:"ILF-002",title:"A2A Agent Discovery and Registry System",description:"Build a discovery and registry system for A2A agents to enable seamless agent-to-agent communication.",projectName:"Stormee ECG",projectId:"proj-stormee-ecg",lastUpdated:"2026-03-09T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ILF-002",isNew:!0},{storyId:"A-087",title:"ADRS: Code Sync for Project Analysis",description:"Automated dependency resolution system that syncs code changes across project modules for real-time analysis.",projectName:"Stormee ECG",projectId:"proj-stormee-ecg",lastUpdated:"2026-03-09T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"A-087"},{storyId:"ECG-205",title:"Real-time Code Review Pipeline",description:"Build a real-time pipeline for automated code review using static analysis and AI suggestions.",projectName:"ECG",projectId:"proj-ecg",lastUpdated:"2026-03-05T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ECG-205"},{storyId:"AM-033",title:"User Story Import & Mapping Engine",description:"Design an engine to import user stories from external tools and map them to internal project structures.",projectName:"User Story - Appmod",projectId:"proj-us-appmod",lastUpdated:"2026-03-04T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"AM-033",isNew:!0},{storyId:"ECG-210",title:"Multi-tenant Workspace Isolation",description:"Implement workspace-level isolation for multi-tenant deployments to ensure data and process separation.",projectName:"ECG",projectId:"proj-ecg",lastUpdated:"2026-03-03T00:00:00.000Z",gs_util_url:"",artifact_id:"",user_story_id:"ECG-210"}];export{e as demoProjects,t as demoUserStories};
|
|
2
|
-
//# sourceMappingURL=demo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"demo.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Demo / fallback data for the UserStoryPicker library.
|
|
3
|
-
*
|
|
4
|
-
* Used by useUSPData while real API data is unavailable (loading, unauthenticated, empty).
|
|
5
|
-
* Also useful for Storybook, unit tests, and local development.
|
|
6
|
-
*/
|
|
7
|
-
import type { USPProject, USPUserStory } from './UserStoryPicker.types';
|
|
8
|
-
export declare const demoProjects: USPProject[];
|
|
9
|
-
export declare const demoUserStories: USPUserStory[];
|
|
10
|
-
//# sourceMappingURL=demo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"demo.d.ts","sourceRoot":"","sources":["../../../../../src/features/UserStoryImport/demo.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAExE,eAAO,MAAM,YAAY,EAAE,UAAU,EA6BpC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,YAAY,EA2EzC,CAAC"}
|