@e-llm-studio/instant-learning 0.0.108 → 0.0.110
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/IL-OTJ/ILOTJ.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/CitationLink.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/CognitiveDecisioningCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/InputDataReasoningCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MarkdownElements.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MinimizedThinkingSteps.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/TooltipComponent.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/TooltipComponent.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/cjs/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js +1 -1
- package/dist/cjs/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js.map +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-right.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -1
- package/dist/features/IL-OTJ/ILOTJ.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/_components/CitationLink.js +1 -1
- package/dist/features/IL-OTJ/_components/CognitiveDecisioningCard.js +1 -1
- package/dist/features/IL-OTJ/_components/ILPopup.js +1 -1
- package/dist/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
- package/dist/features/IL-OTJ/_components/InputDataReasoningCard.js +1 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/MarkdownElements.js +1 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
- package/dist/features/IL-OTJ/_components/MinimizedThinkingSteps.js +1 -1
- package/dist/features/IL-OTJ/_components/TooltipComponent.js +2 -0
- package/dist/features/IL-OTJ/_components/TooltipComponent.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
- package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js +1 -1
- package/dist/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js.map +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +1 -0
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts +1 -12
- package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/CognitiveDecisioningCard.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +3 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/InputDataReasoningCard.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MarkdownElements.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/TooltipComponent.d.ts +8 -0
- package/dist/types/src/features/IL-OTJ/_components/TooltipComponent.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +3 -4
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useState as o}from"react";import{InputDataReasoningCard as n}from"../../InputDataReasoningCard.js";import{ConditionSection as l}from"../../organisms/ConditionSection/ConditionSection.js";import{ConfigSection as r}from"../../organisms/ConfigSection/ConfigSection.js";import{ScopeSection as s}from"../../organisms/ScopeSection/ScopeSection.js";import{TextSection as
|
|
1
|
+
import{__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useState as o}from"react";import{InputDataReasoningCard as n}from"../../InputDataReasoningCard.js";import{ConditionSection as l}from"../../organisms/ConditionSection/ConditionSection.js";import{ConfigSection as r}from"../../organisms/ConfigSection/ConfigSection.js";import{ScopeSection as s}from"../../organisms/ScopeSection/ScopeSection.js";import{TextSection as a}from"../../organisms/TextSection/TextSection.js";var c=function(c){var p,d,h=c.state,u=c.handlers,g=c.uiState,m=(null==g?void 0:g.highlights)||{},f=o({}),v=f[0],D=f[1],T=function(e){D(function(t){var o;return i(i({},t),((o={})[e]=!t[e],o))})},C={marginTop:"-20px",marginBottom:"24px",marginRight:"6px",marginLeft:"6px",position:"relative",zIndex:1};return e("div",i({className:"traffic-manager-template"},{children:[t(a,i({id:"rule-title",title:"Rule Title",rows:1,placeholder:"Enter a short, descriptive title for the rule",required:!0,value:h.ruleTitle,onChange:u.setRuleTitle,isOpen:v.ruleTitle,onToggle:function(){return T("ruleTitle")},isHighlighted:m.ruleTitle,showCognitiveIcon:h.citation.ruleTitle,tooltipDescription:"Why this Title?"},g)),h.citation.ruleTitle&&t("div",i({style:C},{children:t(n,{isVisible:v.ruleTitle,citation:h.citation.ruleTitle,citations:h.citations,fieldName:"Rule Title",fieldValue:h.ruleTitle||"Current Title"})})),t(a,i({id:"rule-description",title:"Rule Description",rows:3,placeholder:"Explain the rule behaviour",required:!0,value:h.ruleDescription,onChange:u.setRuleDescription,isOpen:v.ruleDescription,onToggle:function(){return T("ruleDescription")},isHighlighted:m.ruleDescription,showCognitiveIcon:h.citation.ruleDescription,tooltipDescription:"Why this Description?"},g)),h.citation.ruleDescription&&t("div",i({style:C},{children:t(n,{isVisible:v.ruleDescription,citation:h.citation.ruleDescription,citations:h.citations,fieldName:"Rule Description",fieldValue:h.ruleDescription||"Current Description"})})),t(s,i({id:"scope",required:!0,scopeData:h.scopeData,onScopeChange:u.onScopeChange,tierLabel:"Where should this rule apply?",stationLabel:"Which rule set should this rule belong to?",highlights:null==g?void 0:g.highlights,isOpen:v.scopeData,onToggle:function(){return T("scopeData")},tooltipDescription:"Why this Scope?",showCognitiveIcon:h.citation.scopeData},g)),h.citation.scopeData&&t("div",i({style:C},{children:t(n,{isVisible:v.scopeData,citation:h.citation.scopeData,citations:h.citations,fieldName:"Scope",fieldValue:(null===(d=null===(p=h.scopeData)||void 0===p?void 0:p.tiers)||void 0===d?void 0:d.join(", "))||"Selected Tiers"})})),t(l,i({id:"when-to-apply",title:"When to apply",required:!0,dividerRequired:!0,conditions:h.whenToApplyConditions,onAdd:u.addWhenToApply,onRemove:u.removeWhenToApply,onEdit:u.editWhenToApply,isHighlighted:m.wta,highlightedIds:null==g?void 0:g.highlightedIds,tooltipDescription:"Why this Condition?",citations:h.citations},g)),t(l,i({id:"when-not-to-apply",title:"When NOT to apply",required:!1,dividerRequired:!0,conditions:h.whenNotToApplyConditions,onAdd:u.addWhenNotToApply,onRemove:u.removeWhenNotToApply,onEdit:u.editWhenNotToApply,isHighlighted:m.wnta,highlightedIds:null==g?void 0:g.highlightedIds,tooltipDescription:"Why this Condition?",citations:h.citations},g)),t(r,i({id:"config",title:"Configuration",required:!1,onConfigChange:u.onConfigChange,highlights:null==g?void 0:g.highlights},g)),h.citation.configData&&t("div",i({style:C},{children:t(n,{citation:h.citation.configData,citations:h.citations,fieldName:"Configuration",fieldValue:"Proposed Configuration"})}))]}))};export{c as CreateRule};
|
|
2
2
|
//# sourceMappingURL=CreateRule.js.map
|
package/dist/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e,__rest as
|
|
1
|
+
import{__assign as e,__rest as t,__spreadArray as r}from"../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as n,jsxs as i}from"react/jsx-runtime";import a,{useEffect as l}from"react";import{ReactMarkdown as o}from"../../node_modules/react-markdown/lib/react-markdown.js";import s from"../../node_modules/rehype-raw/lib/index.js";import u from"../../node_modules/remark-gfm/lib/index.js";import{visit as p}from"../../node_modules/unist-util-visit/lib/index.js";import c from"./MarkdownRenderer.module.css.js";function d(){return function(e){p(e,"text",function(e,t,n){var i;if(n&&"string"==typeof e.value&&e.value.includes("✓")){for(var a=e.value.split("✓"),l=[],o=0;o<a.length;o++){var s=a[o];s&&l.push({type:"text",value:s}),o<a.length-1&&l.push({type:"element",tagName:"span",properties:{"data-green-check":"true",className:[c.checkGreen]},children:[{type:"text",value:"✓"}]})}return(i=n.children).splice.apply(i,r([t,1],l,!1)),t+l.length}})}}function m(){return function(e){p(e,"element",function(e,t,r){if(r&&"p"===e.tagName)return e.children&&1===e.children.length&&"element"===e.children[0].type&&"details"===e.children[0].tagName?(r.children.splice(t,1,e.children[0]),t):void 0})}}var f=function(e){var t;return"text"===(null==e?void 0:e.type)&&/^\s*$/.test(null!==(t=e.value)&&void 0!==t?t:"")};function v(){return function(e){p(e,"element",function(e){var t,r;if("details"===e.tagName&&"data-target"in(e.properties||{})){var n=e.children||[],i=0;"element"===(null===(t=n[0])||void 0===t?void 0:t.type)&&"summary"===(null===(r=n[0])||void 0===r?void 0:r.tagName)&&(i=1);var a=n.slice(i),l=a.filter(function(e){return!f(e)});if((1!==l.length||"element"!==l[0].type||!l[0].properties||!("data-popup"in l[0].properties)&&void 0===l[0].properties["data-popup"])&&!l.some(function(e){return"element"===(null==e?void 0:e.type)&&(null==e?void 0:e.properties)&&("data-popup"in e.properties||void 0!==e.properties["data-popup"])})){var o={type:"element",tagName:"div",properties:{"data-popup":""},children:a};e.children=n.slice(0,i).concat([o])}}})}}function h(){return function(e){p(e,"element",function(e){var t,r;if("details"===e.tagName){var n=e.properties||{};if(!("data-inline"in n)&&!("data-target"in n)){var i=e.children||[],a=0;"element"===(null===(t=i[0])||void 0===t?void 0:t.type)&&"summary"===(null===(r=i[0])||void 0===r?void 0:r.tagName)&&(a=1);var l=i.slice(a),o=l.filter(function(e){return!f(e)});if((1!==o.length||"element"!==o[0].type||!o[0].properties||!("data-popup"in o[0].properties)&&void 0===o[0].properties["data-popup"])&&!o.some(function(e){return"element"===(null==e?void 0:e.type)&&(null==e?void 0:e.properties)&&("data-popup"in e.properties||void 0!==e.properties["data-popup"])})){var s={type:"element",tagName:"div",properties:{"data-popup":""},children:l};e.children=i.slice(0,a).concat([s])}}}})}}var g=function(t,r,i){if(!r||!r.trim())return t;var a=new RegExp("(".concat(r.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&"),")"),"gi");return t.split(a).map(function(t,r){return a.test(t)?n("mark",e({className:c.customHighlight,id:"customHighlight",style:i},{children:t}),r):t})},y=function(r){var p=r.value,f=r.highlightedText,y=r.scrollTo,N=r.styles,k=void 0===N?{}:N,x=a.useRef(null),_=a.useRef(null);return l(function(){if(f){var e=setTimeout(function(){if(_.current){var e=_.current.querySelector("#customHighlight");e&&e.scrollIntoView({behavior:"smooth",block:y||"center"})}},225);return function(){return clearTimeout(e)}}},[f,p]),n("div",e({ref:x,className:c.containerWrapper,style:k.containerWrapper},{children:n("div",e({className:c.mainCard,style:k.mainCard},{children:n("div",e({ref:_,className:c.scrollArea,style:k.scrollArea},{children:n(o,e({remarkPlugins:[u],rehypePlugins:[s,m,d,v,h],components:{details:function(r){r.node;var a=t(r,["node"]),l=!!a["data-inline"],o=!!a["data-target"],s=c.detailsBlock,u=k.detailsBlock;return l&&(s=c.detailsInline,u=k.detailsInline),o&&(s=c.detailsTarget,u=k.detailsTarget),i("details",e({},a,{className:s,style:e(e({},u),a.style),onToggle:function(e){e.stopPropagation(),l&&function(e){var t=e.currentTarget,r=t.getAttribute("data-inline");if(r&&x.current){var n=x.current.querySelector('details[data-target="'.concat(r,'"]'));n&&(n.open=t.open)}}(e)}},{children:[o&&n("summary",{className:c.targetDummySummary,"aria-hidden":"true"}),a.children]}))},summary:function(r){r.node;var i=t(r,["node"]);return n("summary",e({className:c.summary,style:k.summary,onClick:function(e){return e.stopPropagation()}},i,{children:i.children}))},ul:function(t){return n("ul",e({className:c.list,style:k.list},t))},ol:function(t){return n("ol",e({className:c.list,style:k.list},t))},div:function(r){var i=r.node,a=t(r,["node"]),l=(null==i?void 0:i.properties)&&"data-popup"in i.properties;return n("div",e({},a,{className:l?c.popup:a.className,style:l?k.popup:a.style}))},span:function(r){var i,a=r.node,l=t(r,["node"]),o="true"===(null===(i=null==a?void 0:a.properties)||void 0===i?void 0:i["data-green-check"]);return n("span",o?e({},l,{style:k.checkGreen}):e({},l))},p:function(e){var t=e.children,r=Array.isArray(t)?t:[t];return n("p",{children:r.map(function(e,t){return"string"==typeof e?g(e,f,k.customHighlight):n(a.Fragment,{children:e},t)})})},li:function(t){var r=t.children;return n("li",e({style:{marginBottom:"4px"}},{children:r.map(function(e){return"string"==typeof e?g(e,f,k.customHighlight):e})}))},code:function(r){var i=r.children,a=t(r,["children"]);return n("code",e({},a,{children:i.map(function(e){return"string"==typeof e?g(e,f,k.customHighlight):e})}))}}},{children:p}))}))}))}))};export{y as default};
|
|
2
2
|
//# sourceMappingURL=MarkdownRenderer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownRenderer.js","sources":["../../../../../../../node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js"],"sourcesContent":["import{__assign as e,__rest as r,__spreadArray as t}from\"../../node_modules/tslib/tslib.es6.mjs.js\";import{jsx as n,jsxs as i}from\"react/jsx-runtime\";import a,{useEffect as o}from\"react\";import{ReactMarkdown as l}from\"../../node_modules/react-markdown/lib/react-markdown.js\";import u from\"../../node_modules/rehype-raw/lib/index.js\";import p from\"../../node_modules/remark-gfm/lib/index.js\";import{visit as c}from\"../../node_modules/unist-util-visit/lib/index.js\";import s from\"./MarkdownRenderer.module.css.js\";function d(){return function(e){c(e,\"text\",(function(e,r,n){var i;if(n&&\"string\"==typeof e.value&&e.value.includes(\"✓\")){for(var a=e.value.split(\"✓\"),o=[],l=0;l<a.length;l++){var u=a[l];u&&o.push({type:\"text\",value:u}),l<a.length-1&&o.push({type:\"element\",tagName:\"span\",properties:{className:[s.checkGreen]},children:[{type:\"text\",value:\"✓\"}]})}return(i=n.children).splice.apply(i,t([r,1],o,!1)),r+o.length}}))}}var m=function(r,t){if(!t||!t.trim())return r;var i=new RegExp(\"(\".concat(t.replace(/[-[\\]/{}()*+?.\\\\^$|]/g,\"\\\\$&\"),\")\"),\"gi\");return r.split(i).map((function(r,t){return i.test(r)?n(\"mark\",e({className:s.customHighlight,id:\"customHighlight\"},{children:r}),t):r}))};function f(){return function(e){c(e,\"element\",(function(e,r,t){if(t&&\"p\"===e.tagName)return e.children&&1===e.children.length&&\"element\"===e.children[0].type&&\"details\"===e.children[0].tagName?(t.children.splice(r,1,e.children[0]),r):void 0}))}}var v=function(e){var r;return\"text\"===(null==e?void 0:e.type)&&/^\\s*$/.test(null!==(r=e.value)&&void 0!==r?r:\"\")};function h(){return function(e){c(e,\"element\",(function(e){var r,t;if(\"details\"===e.tagName&&\"data-target\"in(e.properties||{})){var n=e.children||[],i=0;\"element\"===(null===(r=n[0])||void 0===r?void 0:r.type)&&\"summary\"===(null===(t=n[0])||void 0===t?void 0:t.tagName)&&(i=1);var a=n.slice(i),o=a.filter((function(e){return!v(e)}));if((1!==o.length||\"element\"!==o[0].type||!o[0].properties||!(\"data-popup\"in o[0].properties)&&void 0===o[0].properties[\"data-popup\"])&&!o.some((function(e){return\"element\"===(null==e?void 0:e.type)&&(null==e?void 0:e.properties)&&(\"data-popup\"in e.properties||void 0!==e.properties[\"data-popup\"])}))){var l={type:\"element\",tagName:\"div\",properties:{\"data-popup\":\"\"},children:a};e.children=n.slice(0,i).concat([l])}}}))}}function g(){return function(e){c(e,\"element\",(function(e){var r,t;if(\"details\"===e.tagName){var n=e.properties||{};if(!(\"data-inline\"in n)&&!(\"data-target\"in n)){var i=e.children||[],a=0;\"element\"===(null===(r=i[0])||void 0===r?void 0:r.type)&&\"summary\"===(null===(t=i[0])||void 0===t?void 0:t.tagName)&&(a=1);var o=i.slice(a),l=o.filter((function(e){return!v(e)}));if((1!==l.length||\"element\"!==l[0].type||!l[0].properties||!(\"data-popup\"in l[0].properties)&&void 0===l[0].properties[\"data-popup\"])&&!l.some((function(e){return\"element\"===(null==e?void 0:e.type)&&(null==e?void 0:e.properties)&&(\"data-popup\"in e.properties||void 0!==e.properties[\"data-popup\"])}))){var u={type:\"element\",tagName:\"div\",properties:{\"data-popup\":\"\"},children:o};e.children=i.slice(0,a).concat([u])}}}}))}}var y=function(t){var c=t.value,v=t.highlightedText,y=t.scrollTo,N=a.useRef(null),x=a.useRef(null);o((function(){if(v){var e=setTimeout((function(){if(x.current){var e=x.current.querySelector(\"#customHighlight\");e&&e.scrollIntoView({behavior:\"smooth\",block:y||\"center\"})}}),225);return function(){return clearTimeout(e)}}}),[v,c]);return n(\"div\",e({ref:x,className:s.containerWrapper},{children:n(\"div\",e({className:s.mainCard},{children:n(\"div\",e({ref:x,className:s.scrollArea},{children:n(l,e({remarkPlugins:[p],rehypePlugins:[u,f,d,h,g],components:{details:function(t){t.node;var a=r(t,[\"node\"]),o=!!a[\"data-inline\"],l=!!a[\"data-target\"],u=s.detailsBlock;return o&&(u=s.detailsInline),l&&(u=s.detailsTarget),i(\"details\",e({},a,{className:u,onToggle:function(e){e.stopPropagation(),o&&function(e){var r=e.currentTarget,t=r.getAttribute(\"data-inline\");if(t&&N.current){var n=N.current.querySelector('details[data-target=\"'.concat(t,'\"]'));n&&(n.open=r.open)}}(e)}},{children:[l&&n(\"summary\",{className:s.targetDummySummary,\"aria-hidden\":\"true\"}),a.children]}))},summary:function(t){t.node;var i=r(t,[\"node\"]);return n(\"summary\",e({className:s.summary,onClick:function(e){return e.stopPropagation()}},i,{children:i.children}))},ul:function(r){return n(\"ol\",e({className:s.list},r))},ol:function(r){return n(\"ol\",e({className:s.list},r))},div:function(t){var i=t.node,a=r(t,[\"node\"]),o=(null==i?void 0:i.properties)&&\"data-popup\"in i.properties;return n(\"div\",e({},a,{className:o?s.popup:a.className}))},p:function(e){var r=e.children,t=Array.isArray(r)?r:[r];return n(\"p\",{children:t.map((function(e,r){return\"string\"==typeof e?m(e,v):n(a.Fragment,{children:e},r)}))})},li:function(r){var t=r.children;return n(\"li\",e({style:{marginBottom:\"4px\"}},{children:t.map((function(e){return\"string\"==typeof e?m(e,v):e}))}))},code:function(t){var i=t.children,a=r(t,[\"children\"]);return n(\"code\",e({},a,{children:i.map((function(e){return\"string\"==typeof e?m(e,v):e}))}))}}},{children:c}))}))}))}))};export{y as default};\n//# sourceMappingURL=MarkdownRenderer.js.map\n"],"names":["d","e","c","r","n","i","value","includes","a","split","o","l","length","u","push","type","tagName","properties","className","s","checkGreen","children","splice","apply","t","m","trim","RegExp","concat","replace","map","test","customHighlight","id","f","v","h","slice","filter","some","g","y","highlightedText","scrollTo","N","useRef","x","setTimeout","current","querySelector","scrollIntoView","behavior","block","clearTimeout","ref","containerWrapper","mainCard","scrollArea","remarkPlugins","p","rehypePlugins","components","details","node","detailsBlock","detailsInline","detailsTarget","onToggle","stopPropagation","currentTarget","getAttribute","open","targetDummySummary","summary","onClick","ul","list","ol","div","popup","Array","isArray","Fragment","li","style","marginBottom","code"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"MarkdownRenderer.js","sources":["../../../../../../../node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js"],"sourcesContent":["import{__assign as e,__rest as t,__spreadArray as r}from\"../../node_modules/tslib/tslib.es6.mjs.js\";import{jsx as n,jsxs as i}from\"react/jsx-runtime\";import a,{useEffect as l}from\"react\";import{ReactMarkdown as o}from\"../../node_modules/react-markdown/lib/react-markdown.js\";import u from\"../../node_modules/rehype-raw/lib/index.js\";import s from\"../../node_modules/remark-gfm/lib/index.js\";import{visit as p}from\"../../node_modules/unist-util-visit/lib/index.js\";import c from\"./MarkdownRenderer.module.css.js\";function d(){return function(e){p(e,\"text\",(function(e,t,n){var i;if(n&&\"string\"==typeof e.value&&e.value.includes(\"✓\")){for(var a=e.value.split(\"✓\"),l=[],o=0;o<a.length;o++){var u=a[o];u&&l.push({type:\"text\",value:u}),o<a.length-1&&l.push({type:\"element\",tagName:\"span\",properties:{\"data-green-check\":\"true\",className:[c.checkGreen]},children:[{type:\"text\",value:\"✓\"}]})}return(i=n.children).splice.apply(i,r([t,1],l,!1)),t+l.length}}))}}function m(){return function(e){p(e,\"element\",(function(e,t,r){if(r&&\"p\"===e.tagName)return e.children&&1===e.children.length&&\"element\"===e.children[0].type&&\"details\"===e.children[0].tagName?(r.children.splice(t,1,e.children[0]),t):void 0}))}}var f=function(e){var t;return\"text\"===(null==e?void 0:e.type)&&/^\\s*$/.test(null!==(t=e.value)&&void 0!==t?t:\"\")};function v(){return function(e){p(e,\"element\",(function(e){var t,r;if(\"details\"===e.tagName&&\"data-target\"in(e.properties||{})){var n=e.children||[],i=0;\"element\"===(null===(t=n[0])||void 0===t?void 0:t.type)&&\"summary\"===(null===(r=n[0])||void 0===r?void 0:r.tagName)&&(i=1);var a=n.slice(i),l=a.filter((function(e){return!f(e)}));if((1!==l.length||\"element\"!==l[0].type||!l[0].properties||!(\"data-popup\"in l[0].properties)&&void 0===l[0].properties[\"data-popup\"])&&!l.some((function(e){return\"element\"===(null==e?void 0:e.type)&&(null==e?void 0:e.properties)&&(\"data-popup\"in e.properties||void 0!==e.properties[\"data-popup\"])}))){var o={type:\"element\",tagName:\"div\",properties:{\"data-popup\":\"\"},children:a};e.children=n.slice(0,i).concat([o])}}}))}}function h(){return function(e){p(e,\"element\",(function(e){var t,r;if(\"details\"===e.tagName){var n=e.properties||{};if(!(\"data-inline\"in n)&&!(\"data-target\"in n)){var i=e.children||[],a=0;\"element\"===(null===(t=i[0])||void 0===t?void 0:t.type)&&\"summary\"===(null===(r=i[0])||void 0===r?void 0:r.tagName)&&(a=1);var l=i.slice(a),o=l.filter((function(e){return!f(e)}));if((1!==o.length||\"element\"!==o[0].type||!o[0].properties||!(\"data-popup\"in o[0].properties)&&void 0===o[0].properties[\"data-popup\"])&&!o.some((function(e){return\"element\"===(null==e?void 0:e.type)&&(null==e?void 0:e.properties)&&(\"data-popup\"in e.properties||void 0!==e.properties[\"data-popup\"])}))){var u={type:\"element\",tagName:\"div\",properties:{\"data-popup\":\"\"},children:l};e.children=i.slice(0,a).concat([u])}}}}))}}var g=function(t,r,i){if(!r||!r.trim())return t;var a=new RegExp(\"(\".concat(r.replace(/[-[\\]/{}()*+?.\\\\^$|]/g,\"\\\\$&\"),\")\"),\"gi\");return t.split(a).map((function(t,r){return a.test(t)?n(\"mark\",e({className:c.customHighlight,id:\"customHighlight\",style:i},{children:t}),r):t}))},y=function(r){var p=r.value,f=r.highlightedText,y=r.scrollTo,N=r.styles,k=void 0===N?{}:N,x=a.useRef(null),b=a.useRef(null);l((function(){if(f){var e=setTimeout((function(){if(b.current){var e=b.current.querySelector(\"#customHighlight\");e&&e.scrollIntoView({behavior:\"smooth\",block:y||\"center\"})}}),225);return function(){return clearTimeout(e)}}}),[f,p]);return n(\"div\",e({ref:x,className:c.containerWrapper,style:k.containerWrapper},{children:n(\"div\",e({className:c.mainCard,style:k.mainCard},{children:n(\"div\",e({ref:b,className:c.scrollArea,style:k.scrollArea},{children:n(o,e({remarkPlugins:[s],rehypePlugins:[u,m,d,v,h],components:{details:function(r){r.node;var a=t(r,[\"node\"]),l=!!a[\"data-inline\"],o=!!a[\"data-target\"],u=c.detailsBlock,s=k.detailsBlock;return l&&(u=c.detailsInline,s=k.detailsInline),o&&(u=c.detailsTarget,s=k.detailsTarget),i(\"details\",e({},a,{className:u,style:e(e({},s),a.style),onToggle:function(e){e.stopPropagation(),l&&function(e){var t=e.currentTarget,r=t.getAttribute(\"data-inline\");if(r&&x.current){var n=x.current.querySelector('details[data-target=\"'.concat(r,'\"]'));n&&(n.open=t.open)}}(e)}},{children:[o&&n(\"summary\",{className:c.targetDummySummary,\"aria-hidden\":\"true\"}),a.children]}))},summary:function(r){r.node;var i=t(r,[\"node\"]);return n(\"summary\",e({className:c.summary,style:k.summary,onClick:function(e){return e.stopPropagation()}},i,{children:i.children}))},ul:function(t){return n(\"ul\",e({className:c.list,style:k.list},t))},ol:function(t){return n(\"ol\",e({className:c.list,style:k.list},t))},div:function(r){var i=r.node,a=t(r,[\"node\"]),l=(null==i?void 0:i.properties)&&\"data-popup\"in i.properties;return n(\"div\",e({},a,{className:l?c.popup:a.className,style:l?k.popup:a.style}))},span:function(r){var i,a=r.node,l=t(r,[\"node\"]),o=\"true\"===(null===(i=null==a?void 0:a.properties)||void 0===i?void 0:i[\"data-green-check\"]);return n(\"span\",o?e({},l,{style:k.checkGreen}):e({},l))},p:function(e){var t=e.children,r=Array.isArray(t)?t:[t];return n(\"p\",{children:r.map((function(e,t){return\"string\"==typeof e?g(e,f,k.customHighlight):n(a.Fragment,{children:e},t)}))})},li:function(t){var r=t.children;return n(\"li\",e({style:{marginBottom:\"4px\"}},{children:r.map((function(e){return\"string\"==typeof e?g(e,f,k.customHighlight):e}))}))},code:function(r){var i=r.children,a=t(r,[\"children\"]);return n(\"code\",e({},a,{children:i.map((function(e){return\"string\"==typeof e?g(e,f,k.customHighlight):e}))}))}}},{children:p}))}))}))}))};export{y as default};\n//# sourceMappingURL=MarkdownRenderer.js.map\n"],"names":["d","e","p","t","n","i","value","includes","a","split","l","o","length","u","push","type","tagName","properties","className","c","checkGreen","children","splice","apply","r","m","f","test","v","slice","filter","some","concat","h","g","trim","RegExp","replace","map","customHighlight","id","style","y","highlightedText","scrollTo","N","styles","k","x","useRef","b","setTimeout","current","querySelector","scrollIntoView","behavior","block","clearTimeout","ref","containerWrapper","mainCard","scrollArea","remarkPlugins","s","rehypePlugins","components","details","node","detailsBlock","detailsInline","detailsTarget","onToggle","stopPropagation","currentTarget","getAttribute","open","targetDummySummary","summary","onClick","ul","list","ol","div","popup","span","Array","isArray","Fragment","li","marginBottom","code"],"mappings":"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"}
|
|
@@ -4,5 +4,5 @@ import t from"../createLucideIcon.js";
|
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the ISC license.
|
|
6
6
|
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/const e=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]
|
|
7
|
+
*/const e=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]];t("chevron-right",e);export{e as __iconNode};
|
|
8
8
|
//# sourceMappingURL=chevron-right.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-right.js","sources":["../../../../../../node_modules/lucide-react/dist/esm/icons/chevron-right.js"],"sourcesContent":["/**\n * @license lucide-react v0.525.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [[\"path\", { d: \"m9 18 6-6-6-6\", key: \"mthhwq\" }]];\nconst ChevronRight = createLucideIcon(\"chevron-right\", __iconNode);\n\nexport { __iconNode, ChevronRight as default };\n//# sourceMappingURL=chevron-right.js.map\n"],"names":["__iconNode","d","key","
|
|
1
|
+
{"version":3,"file":"chevron-right.js","sources":["../../../../../../node_modules/lucide-react/dist/esm/icons/chevron-right.js"],"sourcesContent":["/**\n * @license lucide-react v0.525.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [[\"path\", { d: \"m9 18 6-6-6-6\", key: \"mthhwq\" }]];\nconst ChevronRight = createLucideIcon(\"chevron-right\", __iconNode);\n\nexport { __iconNode, ChevronRight as default };\n//# sourceMappingURL=chevron-right.js.map\n"],"names":["__iconNode","d","key","createLucideIcon"],"mappings":";;;;;;GASK,MAACA,EAAa,CAAC,CAAC,OAAQ,CAAEC,EAAG,gBAAiBC,IAAK,YACnCC,EAAiB,gBAAiBH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILOTJ.d.ts","sourceRoot":"","sources":["../../../../../src/features/IL-OTJ/ILOTJ.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAQhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAGjF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;AAEzE,UAAU,UAAU;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,yBAAyB,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3C,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;IAC7D,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,oBAAoB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACpE,cAAc,CAAC,EAAE,MAAM,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"ILOTJ.d.ts","sourceRoot":"","sources":["../../../../../src/features/IL-OTJ/ILOTJ.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAQhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAGjF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;AAEzE,UAAU,UAAU;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,yBAAyB,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3C,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;IAC7D,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,oBAAoB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACpE,cAAc,CAAC,EAAE,MAAM,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC9D,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAiO/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILOTJTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/IL-OTJ/ILOTJTest.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAQhE,OAAO,EAA2B,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAKhF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;AAEzE,UAAU,UAAU;CACnB;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"ILOTJTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/IL-OTJ/ILOTJTest.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAQhE,OAAO,EAA2B,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAKhF,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;AAEzE,UAAU,UAAU;CACnB;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAwxBnC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ChatComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"ChatComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ChatComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAUhF,OAAO,qBAAqB,CAAA;AAa5B,UAAU,kBAAkB;IAExB,iBAAiB,EAAE,MAAM,CAAA;IACzB,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;IACf,gBAAgB,EAAE,MAAM,CAAA;IACxB,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAA;IAClE,yBAAyB,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,qBAAqB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACpE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,qBAAqB,EAAE,GAAG,CAAC;IAC3B,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC9D,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,YAAY,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;CACjE;AA+JD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAuzD/C,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
export type RightSidebarItem = {
|
|
3
|
-
label: string;
|
|
4
|
-
value: string;
|
|
5
|
-
};
|
|
1
|
+
import React from "react";
|
|
6
2
|
export type UserPreferenceItem = {
|
|
7
3
|
question: string;
|
|
8
4
|
answer: string;
|
|
9
5
|
highlighted_text?: string[];
|
|
10
6
|
};
|
|
11
|
-
export type CitationCardProps = {
|
|
12
|
-
headerTitle: string;
|
|
13
|
-
headerBadge?: string;
|
|
14
|
-
footerText: string;
|
|
15
|
-
rightSidebarItems?: RightSidebarItem[];
|
|
16
|
-
};
|
|
17
7
|
type CitationLinkProps = {
|
|
18
8
|
citation: any;
|
|
19
9
|
linkTitle: string;
|
|
20
10
|
setChatSize?: (size: number) => void;
|
|
21
11
|
chatSize?: number;
|
|
22
|
-
cardData: CitationCardProps;
|
|
23
12
|
isOpen?: boolean;
|
|
24
13
|
onToggle?: () => void;
|
|
25
14
|
fontSize?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CitationLink.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/CitationLink.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CitationLink.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/CitationLink.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,MAAM,MAAM,kBAAkB,GAAG;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC/B,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACrB,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAuJF,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoG7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveDecisioningCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/CognitiveDecisioningCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAS9D,eAAO,MAAM,kBAAkB,+CAI9B,CAAC;AA8GF,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"CognitiveDecisioningCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/CognitiveDecisioningCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAS9D,eAAO,MAAM,kBAAkB,+CAI9B,CAAC;AA8GF,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA+RpD,CAAC"}
|
|
@@ -3,6 +3,7 @@ import { TemplateList } from '../../IL-OTJ/_components/templates/TemplatesMap';
|
|
|
3
3
|
export type ConditionItem = {
|
|
4
4
|
id: number | string;
|
|
5
5
|
text: string;
|
|
6
|
+
reasoning?: string;
|
|
6
7
|
};
|
|
7
8
|
interface ILPopupProps {
|
|
8
9
|
setIsFormSavedClicked: any;
|
|
@@ -13,7 +14,8 @@ interface ILPopupProps {
|
|
|
13
14
|
validateCustom?: () => boolean;
|
|
14
15
|
template?: TemplateList;
|
|
15
16
|
templateProps?: any;
|
|
17
|
+
isLoading?: boolean;
|
|
16
18
|
}
|
|
17
|
-
declare const ILPopup: ({ setIsFormSavedClicked, customSections, onSave, formHeader, onClose, validateCustom, template, templateProps }: ILPopupProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
declare const ILPopup: ({ setIsFormSavedClicked, customSections, onSave, formHeader, onClose, validateCustom, template, templateProps, isLoading }: ILPopupProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
20
|
export default ILPopup;
|
|
19
21
|
//# sourceMappingURL=ILPopup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILPopup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,YAAY,EAAe,MAAM,iDAAiD,CAAC;AAG5F,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ILPopup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,YAAY,EAAe,MAAM,iDAAiD,CAAC;AAG5F,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AACF,UAAU,YAAY;IACpB,qBAAqB,EAAE,GAAG,CAAC;IAC3B,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,OAAO,CAAC;IAC/B,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,QAAA,MAAM,OAAO,+HAUV,YAAY,4CAoEd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const componentStyles = "\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Plus Jakarta Sans', sans-serif !important;\n }\n\n .form-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 0.78rem;\n border-bottom: 1px solid #e5e7eb;\n color: #0F172A;\n font-style: normal;\n font-weight: 500;\n line-height: 12px;\n position: sticky;\n top: 0;\n z-index: 10;\n }\n\n .form-header svg {\n cursor: pointer;\n transition: opacity 0.2s ease;\n }\n\n .form-header svg:hover {\n opacity: 0.7;\n }\n\n .il-popup-container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n \n .sections-space {\n display: grid;\n gap: 1rem;\n margin-bottom: 2rem;\n }\n\n .section-wrapper {\n background-color: white;\n overflow: hidden;\n font-family: 'Plus Jakarta Sans', sans-serif;\n }\n\n .section-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n cursor: pointer;\n transition: all 150ms ease-in-out;\n background-color: white;\n }\n\n .section-header-title {\n display: flex;\n align-items: center;\n font-weight: 500;\n color: #19213D;\n transition: color 150ms ease-in-out;\n }\n\n .section-chevron {\n width: 24px;\n height: 24px;\n color: #19213D;\n transition: transform 300ms ease-in-out, color 300ms ease-in-out;\n }\n\n .section-chevron.open {\n transform: rotate(180deg);\n }\n\n .section-divider {\n border: none;\n border-top: 2px solid #e5e7eb;\n margin-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n\n .section-content {\n animation: slideInFromTop 200ms ease-in-out;\n }\n\n .textarea-wrapper {\n padding: 1rem 0;\n }\n\n .textarea {\n width: 100%;\n padding: 12px;\n border: 1px solid #d1d5db;\n border-radius: 0.675rem;\n resize: none;\n font-size: 0.875rem;\n font-family: inherit;\n transition: border-color 150ms ease-in-out;\n }\n\n .textarea {\n scrollbar-width: none; /* Firefox */\n -ms-overflow-style: none; /* IE/Edge */\n }\n\n .textarea::-webkit-scrollbar {\n display: none; /* Chrome/Safari */\n }\n\n .condition-wrapper {\n display: flex;\n flex-direction: column;\n padding-top: 8px;\n padding-bottom: 16px;\n }\n\n .condition-item {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 8px 0px;\n background-color: white;\n border-radius: 0.675rem;\n transition: border-color 0.2s ease;\n margin: 0 0.5rem;\n }\n\n .condition-left {\n display: flex;\n align-items: flex-start;\n flex: 1;\n }\n\n .condition-index {\n font-size: 14px;\n color: #64748B;\n margin-right: 8px;\n min-width: 20px;\n padding-top: 2px;\n }\n\n .condition-text {\n flex: 1;\n border: none;\n font-size: 0.875rem;\n color: #1e293b;\n background: transparent;\n resize: none; \n overflow: hidden;\n line-height: 1.5;\n padding: 0;\n display: block;\n width: 100%;\n white-space: pre-wrap; \n word-wrap: break-word; \n overflow-wrap: break-word;\n }\n\n .condition-text:focus {\n outline: none;\n }\n\n .action-buttons {\n display: flex;\n gap: 4px;\n }\n\n .btn-icon {\n background: transparent !important;\n border: none;\n cursor: pointer;\n padding: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 4px;\n transition: background-color 0.2s;\n }\n\n .btn-icon:hover {\n background-color: #f9fafb !important;\n }\n\n .btn-save { color: #22c55e; } /* Green Check */\n .btn-cancel { color: #ef4444; } /* Red Cross */\n .btn-edit { color: #64748B; } /* Grey Pencil */\n .btn-delete { color: #64748B; } /* Grey Trash */\n\n .btn-delete:hover { color: #ef4444; }\n\n .condition-add {\n display: flex;\n align-items: center;\n padding: 8px 0;\n cursor: pointer;\n color: #2563EB;\n width: fit-content;\n }\n\n .condition-remove-btn {\n background: none;\n border: none;\n cursor: pointer;\n color: #9ca3af;\n transition: color 200ms ease-in-out;\n padding: 0;\n display: flex;\n align-items: center;\n }\n\n .condition-remove-btn:hover {\n color: #ef4444;\n }\n\n .condition-add-icon {\n width: 20px;\n height: 20px;\n margin-right: 8px;\n }\n\n .condition-add-text {\n font-weight: 500;\n font-size: 0.875rem;\n }\n\n .scope-content {\n padding: 8px;\n display: flex;\n flex-direction: column;\n gap: 16px;\n }\n\n @media (min-width: 640px) {\n .scope-content {\n grid-template-columns: 1fr 1fr;\n }\n }\n\n .form-group {\n display: flex;\n flex-direction: column;\n gap: 4px;\n }\n\n .form-label {\n display: block;\n font-size: 16px;\n font-weight: 400;\n color: #64748B;\n margin-bottom: 4px;\n }\n\n .dropdown {\n width: 100%;\n max-width: fit-content;\n padding: 8px;\n border: 1px solid #64748B;\n color: #64748B;\n border-radius: 8px;\n background-color: white;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n transition: all 150ms ease-in-out;\n font-size: 0.875rem;\n }\n .checkbox-group {\n display: flex;\n margin-top: 8px;\n gap: 24px;\n align-items: center;\n }\n\n .checkbox-item {\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: pointer;\n }\n\n .checkbox-input {\n width: 15px;\n height: 15px;\n cursor: pointer;\n accent-color: #2563eb;\n }\n\n .checkbox-label {\n font-size: 0.875rem;\n color: #374151;\n cursor: pointer;\n user-select: none;\n }\n\n .config-content {\n padding: 8px;\n }\n\n .config-content-grid {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 16px 0;\n }\n\n .separation-row-container {\n background: #F7F8FA99;\n border: 1px solid #F5F6F7;\n border-radius: 8px;\n padding: 10px 16px;\n display: flex;\n flex-direction: column;\n gap: 8px;\n }\n\n .separation-header-row {\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n }\n\n .separation-label {\n font-size: 16px;\n font-weight: 500;\n color: #19213D;\n }\n\n .separation-controls-row {\n display: flex;\n align-items: center;\n }\n\n .duration-input-wrapper {\n display: flex;\n align-items: center;\n gap: 8px;\n }\n\n .separation-input:disabled {\n background: transparent;\n border-color: transparent;\n color: #64748B;\n }\n\n .separation-unit {\n font-size: 16px;\n color: #64748B;\n }\n\n .toggle-switch {\n position: relative;\n display: inline-flex;\n height: 24px;\n width: 44px;\n flex-shrink: 0;\n cursor: pointer;\n border-radius: 9999px;\n border: 2px solid transparent;\n transition: background-color 200ms ease-in-out;\n background-color: #e5e7eb;\n appearance: none;\n padding: 0;\n }\n\n .toggle-switch.enabled {\n background-color: #2563eb;\n }\n\n .toggle-switch::after {\n content: '';\n position: absolute;\n pointer-events: none;\n display: inline-block;\n height: 20px;\n width: 20px;\n transform: translateX(2px);\n border-radius: 9999px;\n background-color: white;\n box-shadow: 0 0 0 0;\n transition: transform 200ms ease-in-out;\n }\n\n .toggle-switch.enabled::after {\n transform: translateX(22px);\n }\n\n .separation-input {\n width: 48px;\n text-align: center;\n padding: 4px;\n border: 1px solid #d1d5db;\n border-radius: 6px;\n font-size: 0.875rem;\n }\n\n .separation-unit {\n font-size: 0.875rem;\n color: #6b7280;\n }\n\n .code-toggle-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n .config-section-divider {\n padding-top: 12px;\n }\n\n .save-button-container {\n background-color: white;\n max-width: fit-content;\n margin-left: auto;\n padding: 16px;\n }\n\n .save-button {\n width: 100%;\n background-color: #2563eb;\n color: white;\n padding: 8px;\n border-radius: 8px;\n border: none;\n cursor: pointer;\n transition: background-color 150ms ease-in-out;\n font-size: 0.875rem;\n }\n\n .save-button:hover {\n background-color: #1055e8;\n }\n\n .save-button:active {\n background-color: #2563eb;\n }\n\n .traffic-manager-template {\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n min-width: 0;\n }\n";
|
|
1
|
+
export declare const componentStyles = "\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Plus Jakarta Sans', sans-serif !important;\n }\n\n .form-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 0.78rem;\n border-bottom: 1px solid #e5e7eb;\n color: #0F172A;\n font-style: normal;\n font-weight: 500;\n line-height: 12px;\n position: sticky;\n top: 0;\n z-index: 10;\n }\n\n .form-header svg {\n cursor: pointer;\n transition: opacity 0.2s ease;\n }\n\n .form-header svg:hover {\n opacity: 0.7;\n }\n\n .il-popup-container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n \n .sections-space {\n display: grid;\n gap: 1rem;\n margin-bottom: 2rem;\n }\n\n .section-wrapper {\n background-color: white;\n overflow: hidden;\n font-family: 'Plus Jakarta Sans', sans-serif;\n }\n\n .section-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n cursor: pointer;\n transition: all 150ms ease-in-out;\n background-color: white;\n }\n\n .section-header-title {\n display: flex;\n align-items: center;\n font-weight: 500;\n color: #19213D;\n transition: color 150ms ease-in-out;\n }\n\n .section-chevron {\n width: 24px;\n height: 24px;\n color: #19213D;\n transition: transform 300ms ease-in-out, color 300ms ease-in-out;\n }\n\n .section-chevron.open {\n transform: rotate(180deg);\n }\n\n .section-divider {\n border: none;\n border-top: 2px solid #e5e7eb;\n margin-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n\n .section-content {\n animation: slideInFromTop 200ms ease-in-out;\n }\n\n .textarea-wrapper {\n padding: 1rem 0;\n }\n\n .textarea {\n width: 100%;\n padding: 12px;\n border: 1px solid #d1d5db;\n border-radius: 0.675rem;\n resize: none;\n font-size: 0.875rem;\n font-family: inherit;\n transition: border-color 150ms ease-in-out;\n }\n\n .textarea {\n scrollbar-width: none; /* Firefox */\n -ms-overflow-style: none; /* IE/Edge */\n }\n\n .textarea::-webkit-scrollbar {\n display: none; /* Chrome/Safari */\n }\n\n .condition-wrapper {\n display: flex;\n flex-direction: column;\n padding-top: 8px;\n padding-bottom: 16px;\n }\n\n .condition-item {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 8px 0px;\n background-color: white;\n border-radius: 0.675rem;\n transition: border-color 0.2s ease;\n margin: 0 0.5rem;\n }\n\n .condition-left {\n display: flex;\n align-items: flex-start;\n flex: 1;\n }\n\n .condition-index {\n font-size: 14px;\n color: #64748B;\n margin-right: 8px;\n min-width: 20px;\n padding-top: 2px;\n }\n\n .condition-text {\n flex: 1;\n border: none;\n font-size: 0.875rem;\n color: #1e293b;\n background: transparent;\n resize: none; \n overflow: hidden;\n line-height: 1.5;\n padding: 0;\n display: block;\n width: 100%;\n white-space: pre-wrap; \n word-wrap: break-word; \n overflow-wrap: break-word;\n }\n\n .condition-text:focus {\n outline: none;\n }\n\n .action-buttons {\n display: flex;\n gap: 4px;\n }\n\n .btn-icon {\n background: transparent !important;\n border: none;\n cursor: pointer;\n padding: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 4px;\n transition: background-color 0.2s;\n }\n\n .btn-icon:hover {\n background-color: #f9fafb !important;\n }\n\n .btn-save { color: #22c55e; } /* Green Check */\n .btn-cancel { color: #ef4444; } /* Red Cross */\n .btn-edit { color: #64748B; } /* Grey Pencil */\n .btn-delete { color: #64748B; } /* Grey Trash */\n\n .btn-delete:hover { color: #ef4444; }\n\n .condition-add {\n display: flex;\n align-items: center;\n padding: 8px 0;\n cursor: pointer;\n color: #2563EB;\n width: fit-content;\n }\n\n .condition-remove-btn {\n background: none;\n border: none;\n cursor: pointer;\n color: #9ca3af;\n transition: color 200ms ease-in-out;\n padding: 0;\n display: flex;\n align-items: center;\n }\n\n .condition-remove-btn:hover {\n color: #ef4444;\n }\n\n .condition-add-icon {\n width: 20px;\n height: 20px;\n margin-right: 8px;\n }\n\n .condition-add-text {\n font-weight: 500;\n font-size: 0.875rem;\n }\n\n .scope-content {\n padding: 8px;\n display: flex;\n flex-direction: column;\n gap: 16px;\n }\n\n @media (min-width: 640px) {\n .scope-content {\n grid-template-columns: 1fr 1fr;\n }\n }\n\n .form-group {\n display: flex;\n flex-direction: column;\n gap: 4px;\n }\n\n .form-label {\n display: block;\n font-size: 16px;\n font-weight: 400;\n color: #64748B;\n margin-bottom: 4px;\n }\n\n .dropdown {\n width: 100%;\n max-width: fit-content;\n padding: 8px;\n border: 1px solid #64748B;\n color: #64748B;\n border-radius: 8px;\n background-color: white;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n transition: all 150ms ease-in-out;\n font-size: 0.875rem;\n }\n .checkbox-group {\n display: flex;\n margin-top: 8px;\n gap: 24px;\n align-items: center;\n }\n\n .checkbox-item {\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: pointer;\n }\n\n .checkbox-input {\n width: 15px;\n height: 15px;\n cursor: pointer;\n accent-color: #2563eb;\n }\n\n .checkbox-label {\n font-size: 0.875rem;\n color: #374151;\n cursor: pointer;\n user-select: none;\n }\n\n .config-content {\n padding: 8px;\n }\n\n .config-content-grid {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 16px 0;\n }\n\n .separation-row-container {\n background: #F7F8FA99;\n border: 1px solid #F5F6F7;\n border-radius: 8px;\n padding: 10px 16px;\n display: flex;\n flex-direction: column;\n gap: 8px;\n }\n\n .separation-header-row {\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n }\n\n .separation-label {\n font-size: 16px;\n font-weight: 500;\n color: #19213D;\n }\n\n .separation-controls-row {\n display: flex;\n align-items: center;\n }\n\n .duration-input-wrapper {\n display: flex;\n align-items: center;\n gap: 8px;\n }\n\n .separation-input:disabled {\n background: transparent;\n border-color: transparent;\n color: #64748B;\n }\n\n .separation-unit {\n font-size: 16px;\n color: #64748B;\n }\n\n .toggle-switch {\n position: relative;\n display: inline-flex;\n height: 24px;\n width: 44px;\n flex-shrink: 0;\n cursor: pointer;\n border-radius: 9999px;\n border: 2px solid transparent;\n transition: background-color 200ms ease-in-out;\n background-color: #e5e7eb;\n appearance: none;\n padding: 0;\n }\n\n .toggle-switch.enabled {\n background-color: #2563eb;\n }\n\n .toggle-switch::after {\n content: '';\n position: absolute;\n pointer-events: none;\n display: inline-block;\n height: 20px;\n width: 20px;\n transform: translateX(2px);\n border-radius: 9999px;\n background-color: white;\n box-shadow: 0 0 0 0;\n transition: transform 200ms ease-in-out;\n }\n\n .toggle-switch.enabled::after {\n transform: translateX(22px);\n }\n\n .separation-input {\n width: 48px;\n text-align: center;\n padding: 4px;\n border: 1px solid #d1d5db;\n border-radius: 6px;\n font-size: 0.875rem;\n }\n\n .separation-unit {\n font-size: 0.875rem;\n color: #6b7280;\n }\n\n .code-toggle-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n .config-section-divider {\n padding-top: 12px;\n }\n\n .save-button-container {\n background-color: white;\n max-width: fit-content;\n margin-left: auto;\n padding: 16px;\n }\n\n .save-button {\n width: 100%;\n background-color: #2563eb;\n color: white;\n padding: 8px;\n border-radius: 8px;\n border: none;\n cursor: pointer;\n transition: background-color 150ms ease-in-out;\n font-size: 0.875rem;\n }\n\n .save-button:hover {\n background-color: #1055e8;\n }\n\n .save-button:active {\n background-color: #2563eb;\n }\n\n .save-button:disabled {\n background-color: #93c5fd; \n cursor: not-allowed;\n }\n \n .traffic-manager-template {\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n min-width: 0;\n }\n";
|
|
2
2
|
//# sourceMappingURL=ILPopup.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILPopup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILPopup.styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"ILPopup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILPopup.styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,4kRAsc3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputDataReasoningCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/InputDataReasoningCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AA2EpE,KAAK,KAAK,GAAG;IACT,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;
|
|
1
|
+
{"version":3,"file":"InputDataReasoningCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/InputDataReasoningCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AA2EpE,KAAK,KAAK,GAAG;IACT,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AA6MF,eAAO,MAAM,sBAAsB,mCAQjC,CAAC"}
|
package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MarkdownElements.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownElements.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/MarkdownElements.tsx"],"names":[],"mappings":"AAKA,UAAU,qBAAqB;IAC3B,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED,UAAU,gBAAiB,SAAQ,qBAAqB;IACpD,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACzB,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CACvF;AAED,UAAU,iBAAkB,SAAQ,qBAAqB;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IAC1C,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CACvF;AAED,eAAO,MAAM,mBAAmB,iFAO7B,gBAAgB,4CAkBlB,CAAC;AAEF,eAAO,MAAM,oBAAoB,oGAQ9B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"MarkdownElements.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/MarkdownElements.tsx"],"names":[],"mappings":"AAKA,UAAU,qBAAqB;IAC3B,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED,UAAU,gBAAiB,SAAQ,qBAAqB;IACpD,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACzB,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CACvF;AAED,UAAU,iBAAkB,SAAQ,qBAAqB;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IAC1C,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CACvF;AAED,eAAO,MAAM,mBAAmB,iFAO7B,gBAAgB,4CAkBlB,CAAC;AAEF,eAAO,MAAM,oBAAoB,oGAQ9B,iBAAiB,4CAwCnB,CAAC"}
|
package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/MessageRendering.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,gBAAgB;WAEP,MAAM;aACJ,MAAM;cACL,GAAG;kBACC,GAAG;oBACD,GAAG;;oBAEJ,IAAI;;0BAEE,MAAM,KAAK,IAAI;;
|
|
1
|
+
{"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/MessageRendering.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,gBAAgB;WAEP,MAAM;aACJ,MAAM;cACL,GAAG;kBACC,GAAG;oBACD,GAAG;;oBAEJ,IAAI;;0BAEE,MAAM,KAAK,IAAI;;6CA0O3C,CAAA;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MinimizedThinkingSteps.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/MinimizedThinkingSteps.tsx"],"names":[],"mappings":"AAmEA,QAAA,MAAM,sBAAsB,sGAAuG,GAAG,
|
|
1
|
+
{"version":3,"file":"MinimizedThinkingSteps.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/MinimizedThinkingSteps.tsx"],"names":[],"mappings":"AAmEA,QAAA,MAAM,sBAAsB,sGAAuG,GAAG,4CAyIrI,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface TooltipComponentProps {
|
|
3
|
+
description: string;
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
declare const TooltipComponent: React.FC<TooltipComponentProps>;
|
|
7
|
+
export default TooltipComponent;
|
|
8
|
+
//# sourceMappingURL=TooltipComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TooltipComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/TooltipComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuB1B,UAAU,qBAAqB;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAarD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
interface ListItem {
|
|
3
3
|
id: number | string;
|
|
4
4
|
text: string;
|
|
5
|
+
reasoning?: string;
|
|
5
6
|
}
|
|
6
7
|
interface ConditionListProps {
|
|
7
8
|
items: ListItem[];
|
|
@@ -14,11 +15,9 @@ interface ConditionListProps {
|
|
|
14
15
|
isHighlighted?: boolean;
|
|
15
16
|
highlightedIds?: Set<string | number>;
|
|
16
17
|
footer?: React.ReactNode;
|
|
17
|
-
isOpen?: boolean;
|
|
18
|
-
onToggle?: () => void;
|
|
19
|
-
showCognitiveIcon?: boolean;
|
|
20
18
|
tooltipDescription?: string;
|
|
19
|
+
citations?: any[];
|
|
21
20
|
}
|
|
22
|
-
export declare const ConditionList: ({ items, onAdd, onRemove, onEdit, placeholder, addLabel, showAddButton, isHighlighted, highlightedIds, footer,
|
|
21
|
+
export declare const ConditionList: ({ items, onAdd, onRemove, onEdit, placeholder, addLabel, showAddButton, isHighlighted, highlightedIds, footer, tooltipDescription, citations }: ConditionListProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
22
|
export {};
|
|
24
23
|
//# sourceMappingURL=ConditionList.d.ts.map
|
package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":";AAMA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,kBAAkB;IAC1B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,MAAM,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAG,KAAK,CAAC,SAAS,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,mJAavB,kBAAkB,4CAoPpB,CAAC"}
|
package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, isHighlighted, highlightedIds, footer,
|
|
1
|
+
export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, isHighlighted, highlightedIds, footer, tooltipDescription, citations, ...props }: any) => import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=ConditionSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,4HAA6H,GAAG,4CAc5J,CAAC"}
|
package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScopeSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.tsx"],"names":[],"mappings":";AAMA,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACnE,SAAS,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;KAClB,CAAC;IACF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACnD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,YAAY,0NAkBtB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"ScopeSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.tsx"],"names":[],"mappings":";AAMA,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACnE,SAAS,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;KAClB,CAAC;IACF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACnD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,YAAY,0NAkBtB,iBAAiB,4CAgHnB,CAAC"}
|
package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,iCAAkC,GAAG,
|
|
1
|
+
{"version":3,"file":"CreateRule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,iCAAkC,GAAG,4CA4K3D,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/instant-learning",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.110",
|
|
4
4
|
"author": "Devesh Patel",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
},
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@craco/craco": "^7.1.0",
|
|
133
|
-
"@e-llm-studio/citation": "^0.0.
|
|
133
|
+
"@e-llm-studio/citation": "^0.0.99",
|
|
134
134
|
"pdf-collaborative-tool": "^0.7.0",
|
|
135
135
|
"react-hot-toast": "^2.6.0",
|
|
136
136
|
"react-konva": "^17.0.2-6"
|