@e-llm-studio/requirement-ai 0.0.213 → 0.0.214
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var s=require("react/jsx-runtime"),e=require("lucide-react"),t=require("../icons/MeetingHighlightsIcon.js"),a={thinkingBulbIcon:"https://storymod-assests.pages.dev/ThinkingBulbIcon.gif",brainStormIcon:"https://storymod-assests.pages.dev/brainstorm.gif",brainStormCropped:"https://storymod-assests.pages.dev/brainstorm-cropped.gif",stormeeCitationIcon:"https://storymod-assests.pages.dev/stormee_citation_icon.svg",rcaCitationIcon:"https://storymod-assests.pages.dev/appmod-icon.svg"},i=["js","jsx","ts","tsx","py","java","kt","kts","scala","go","rs","c","h","cpp","cc","cxx","hpp","hh","cs","fs","vb","swift","m","mm","rb","php","pl","pm","r","jl","lua","dart","ex","exs","erl","hrl","clj","cljs","groovy","gvy","sh","bash","zsh","fish","ps1","sql","asm","s","f","f90","f95","nim","zig","ml","mli","hs","lhs","ada","adb","ads","v","sv","vhd","vhdl","sol","tf","tfvars"];exports.GetFileIcon=function(r,o){if(i.includes(r))return s.jsx(e.FileCode,{size:24,className:"h-5 w-5 text-emerald-600"});switch(null==r?void 0:r.toLowerCase()){case"mp3":case"wav":case"audio":return s.jsx(e.AudioLines,{className:"h-5 w-5 text-indigo-600",size:24});case"png":case"jpg":case"jpeg":case"image":case"heic":case"heif":return s.jsx(e.Image,{className:"h-5 w-5 text-purple-500",size:24});case"mp4":case"avi":case"mov":case"video":return s.jsx(e.Clapperboard,{className:"h-5 w-5 text-rose-500",size:24});case"pdf":return s.jsx(e.FileText,{className:"h-5 w-5 text-red-500",size:24});case"doc":case"docx":return s.jsx(e.FileText,{className:"h-5 w-5 text-blue-600",size:24});case"txt":return s.jsx(e.FileText,{className:"h-5 w-5 text-gray-600",size:24});case"json":if(null==o?void 0:o.startsWith("ST_"))return s.jsx("img",{src:a.stormeeCitationIcon,style:{mixBlendMode:"multiply"},className:"w-7 h-7"});if(null==o?void 0:o.startsWith("MH_"))return s.jsx(t.default,{});break;default:return s.jsx(e.FileText,{className:"h-5 w-5 text-yellow-600",size:24})}},exports.assetList=a,exports.getDisplayFileType=function(s,e){if("json"===(null==s?void 0:s.toLowerCase())){if(null==e?void 0:e.startsWith("ST_"))return"Stormee";if(null==e?void 0:e.startsWith("MH_"))return"Meeting Highlights"}return s};
|
|
2
2
|
//# sourceMappingURL=userStoryAttachedContext.utils.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as s}from"react/jsx-runtime";import{FileCode as e,FileText as t,Clapperboard as a,Image as r,AudioLines as i}from"lucide-react";import o from"../icons/MeetingHighlightsIcon.js";var c={thinkingBulbIcon:"https://storymod-assests.pages.dev/ThinkingBulbIcon.gif",brainStormIcon:"https://storymod-assests.pages.dev/brainstorm.gif",brainStormCropped:"https://storymod-assests.pages.dev/brainstorm-cropped.gif",stormeeCitationIcon:"https://storymod-assests.pages.dev/stormee_citation_icon.svg",rcaCitationIcon:"https://storymod-assests.pages.dev/appmod-icon.svg"},n=["js","jsx","ts","tsx","py","java","kt","kts","scala","go","rs","c","h","cpp","cc","cxx","hpp","hh","cs","fs","vb","swift","m","mm","rb","php","pl","pm","r","jl","lua","dart","ex","exs","erl","hrl","clj","cljs","groovy","gvy","sh","bash","zsh","fish","ps1","sql","asm","s","f","f90","f95","nim","zig","ml","mli","hs","lhs","ada","adb","ads","v","sv","vhd","vhdl","sol","tf","tfvars"],l=function(l,m){if(n.includes(l))return s(e,{size:24,className:"h-5 w-5 text-emerald-600"});switch(null==l?void 0:l.toLowerCase()){case"mp3":case"wav":case"audio":return s(i,{className:"h-5 w-5 text-indigo-600",size:24});case"png":case"jpg":case"jpeg":case"image":case"heic":case"heif":return s(r,{className:"h-5 w-5 text-purple-500",size:24});case"mp4":case"avi":case"mov":case"video":return s(a,{className:"h-5 w-5 text-rose-500",size:24});case"pdf":return s(t,{className:"h-5 w-5 text-red-500",size:24});case"doc":case"docx":return s(t,{className:"h-5 w-5 text-blue-600",size:24});case"txt":return s(t,{className:"h-5 w-5 text-gray-600",size:24});case"json":if(null==m?void 0:m.startsWith("ST_"))return s("img",{src:c.stormeeCitationIcon,style:{mixBlendMode:"multiply"},className:"w-7 h-7"});if(null==m?void 0:m.startsWith("MH_"))return s(o,{});break;default:return s(t,{className:"h-5 w-5 text-yellow-600",size:24})}},m=function(s,e){if("json"===(null==s?void 0:s.toLowerCase())){if(null==e?void 0:e.startsWith("ST_"))return"Stormee";if(null==e?void 0:e.startsWith("MH_"))return"Meeting Highlights"}return s};export{l as GetFileIcon,c as assetList,m as getDisplayFileType};
|
|
2
2
|
//# sourceMappingURL=userStoryAttachedContext.utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userStoryAttachedContext.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/RequirementAI/utils/userStoryAttachedContext.utils.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"userStoryAttachedContext.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/RequirementAI/utils/userStoryAttachedContext.utils.tsx"],"names":[],"mappings":"AAYE,eAAO,MAAM,SAAS;;;;;;CAMvB,CAAA;AAwEC,eAAO,MAAM,WAAW,SAAU,MAAM,gBAAgB,MAAM,wDAqD7D,CAAA;AAED,eAAO,MAAM,kBAAkB,SAAU,MAAM,gBAAgB,MAAM,KAAG,MAMvE,CAAC"}
|