@e-llm-studio/instant-learning 0.0.134 → 0.0.136
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/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MessageRendering.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/index.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/send-horizontal.js.map +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +2 -0
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +2 -0
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/MessageRendering.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/index.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +26 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +20 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
- 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/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__rest as e,__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as t}from"react/jsx-runtime";import{SectionWrapper as o}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as n}from"../../molecules/Condition/ConditionList.js";var
|
|
1
|
+
import{__rest as e,__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as t}from"react/jsx-runtime";import{SectionWrapper as o}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as n}from"../../molecules/Condition/ConditionList.js";var d=function(d){var s=d.conditions,l=d.onAdd,a=d.onRemove,r=d.onEdit,h=d.index,m=d.isHighlighted,g=d.highlightedIds,c=d.footer,p=d.tooltipDescription,f=d.citations,I=d.addLabel,u=d.title;d.sendMessageInChat;var C=d.setSendMessageInChat,b=d.readOnly,v=e(d,["conditions","onAdd","onRemove","onEdit","index","isHighlighted","highlightedIds","footer","tooltipDescription","citations","addLabel","title","sendMessageInChat","setSendMessageInChat","readOnly"]);return t(o,i({},v,{title:u,collapsible:!0,defaultOpen:!0},{children:t(n,{items:s,onAdd:l,onRemove:a,onEdit:r,index:h,tierKey:v.tierKey,readOnly:b,isHighlighted:m,highlightedIds:g,footer:c,tooltipDescription:p,citations:f,addLabel:I,setSendMessageInChat:C,fieldName:u})}))};export{d as ConditionSection};
|
|
2
2
|
//# sourceMappingURL=ConditionSection.js.map
|