@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.
Files changed (66) hide show
  1. package/dist/cjs/features/IL-OTJ/ILOTJ.js +1 -1
  2. package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js +1 -1
  3. package/dist/cjs/features/IL-OTJ/_components/CitationLink.js +1 -1
  4. package/dist/cjs/features/IL-OTJ/_components/CognitiveDecisioningCard.js +1 -1
  5. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +1 -1
  6. package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
  7. package/dist/cjs/features/IL-OTJ/_components/InputDataReasoningCard.js +1 -1
  8. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MarkdownElements.js +1 -1
  9. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
  10. package/dist/cjs/features/IL-OTJ/_components/MinimizedThinkingSteps.js +1 -1
  11. package/dist/cjs/features/IL-OTJ/_components/TooltipComponent.js +2 -0
  12. package/dist/cjs/features/IL-OTJ/_components/TooltipComponent.js.map +1 -0
  13. package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
  14. package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
  15. package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
  16. package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
  17. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
  18. package/dist/cjs/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js +1 -1
  19. package/dist/cjs/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js.map +1 -1
  20. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-right.js +1 -1
  21. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -1
  22. package/dist/features/IL-OTJ/ILOTJ.js +1 -1
  23. package/dist/features/IL-OTJ/_components/ChatComponent.js +1 -1
  24. package/dist/features/IL-OTJ/_components/CitationLink.js +1 -1
  25. package/dist/features/IL-OTJ/_components/CognitiveDecisioningCard.js +1 -1
  26. package/dist/features/IL-OTJ/_components/ILPopup.js +1 -1
  27. package/dist/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
  28. package/dist/features/IL-OTJ/_components/InputDataReasoningCard.js +1 -1
  29. package/dist/features/IL-OTJ/_components/MessageRendering/MarkdownElements.js +1 -1
  30. package/dist/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
  31. package/dist/features/IL-OTJ/_components/MinimizedThinkingSteps.js +1 -1
  32. package/dist/features/IL-OTJ/_components/TooltipComponent.js +2 -0
  33. package/dist/features/IL-OTJ/_components/TooltipComponent.js.map +1 -0
  34. package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
  35. package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
  36. package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
  37. package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
  38. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
  39. package/dist/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js +1 -1
  40. package/dist/node_modules/@e-llm-studio/citation/dist/features/CitationRenderer/MarkdownRenderer.js.map +1 -1
  41. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +1 -1
  42. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -1
  43. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +1 -0
  44. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
  45. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
  46. package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts.map +1 -1
  47. package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts +1 -12
  48. package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts.map +1 -1
  49. package/dist/types/src/features/IL-OTJ/_components/CognitiveDecisioningCard.d.ts.map +1 -1
  50. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +3 -1
  51. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -1
  52. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts +1 -1
  53. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -1
  54. package/dist/types/src/features/IL-OTJ/_components/InputDataReasoningCard.d.ts.map +1 -1
  55. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MarkdownElements.d.ts.map +1 -1
  56. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
  57. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -1
  58. package/dist/types/src/features/IL-OTJ/_components/TooltipComponent.d.ts +8 -0
  59. package/dist/types/src/features/IL-OTJ/_components/TooltipComponent.d.ts.map +1 -0
  60. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +3 -4
  61. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -1
  62. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +1 -1
  63. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -1
  64. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -1
  65. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -1
  66. package/package.json +2 -2
@@ -1,2 +1,2 @@
1
- import{__rest as o,__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as e}from"react/jsx-runtime";import{SectionWrapper as t}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as n}from"../../molecules/Condition/ConditionList.js";var s=function(s){var d=s.conditions,r=s.onAdd,l=s.onRemove,g=s.onEdit,h=s.isHighlighted,m=s.highlightedIds,p=s.footer,c=s.isOpen,f=s.showCognitiveIcon,v=s.tooltipDescription,u=s.onToggle,I=o(s,["conditions","onAdd","onRemove","onEdit","isHighlighted","highlightedIds","footer","isOpen","showCognitiveIcon","tooltipDescription","onToggle"]);return e(t,i({},I,{collapsible:!0},{children:e(n,{items:d,onAdd:r,onRemove:l,onEdit:g,isHighlighted:h,highlightedIds:m,footer:p,isOpen:c,onToggle:u,showCognitiveIcon:f,tooltipDescription:v})}))};export{s as ConditionSection};
1
+ import{__rest as i,__assign as o}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as t}from"react/jsx-runtime";import{SectionWrapper as e}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as n}from"../../molecules/Condition/ConditionList.js";var s=function(s){var d=s.conditions,r=s.onAdd,l=s.onRemove,m=s.onEdit,c=s.isHighlighted,h=s.highlightedIds,p=s.footer,g=s.tooltipDescription,a=s.citations,f=i(s,["conditions","onAdd","onRemove","onEdit","isHighlighted","highlightedIds","footer","tooltipDescription","citations"]);return t(e,o({},f,{collapsible:!0},{children:t(n,{items:d,onAdd:r,onRemove:l,onEdit:m,isHighlighted:c,highlightedIds:h,footer:p,tooltipDescription:g,citations:a})}))};export{s as ConditionSection};
2
2
  //# sourceMappingURL=ConditionSection.js.map