@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
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var i=require("../../../../../node_modules/tslib/tslib.es6.mjs.js"),o=require("react/jsx-runtime"),e=require("../../molecules/Sections/SectionWrapper.js"),t=require("../../molecules/Condition/ConditionList.js");exports.ConditionSection=function(n){var s=n.conditions,r=n.onAdd,d=n.onRemove,l=n.onEdit,g=n.isHighlighted,c=n.highlightedIds,h=n.footer,p=n.isOpen,u=n.showCognitiveIcon,m=n.tooltipDescription,v=n.onToggle,a=i.__rest(n,["conditions","onAdd","onRemove","onEdit","isHighlighted","highlightedIds","footer","isOpen","showCognitiveIcon","tooltipDescription","onToggle"]);return o.jsx(e.SectionWrapper,i.__assign({},a,{collapsible:!0},{children:o.jsx(t.ConditionList,{items:s,onAdd:r,onRemove:d,onEdit:l,isHighlighted:g,highlightedIds:c,footer:h,isOpen:p,onToggle:v,showCognitiveIcon:u,tooltipDescription:m})}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var i=require("../../../../../node_modules/tslib/tslib.es6.mjs.js"),e=require("react/jsx-runtime"),o=require("../../molecules/Sections/SectionWrapper.js"),t=require("../../molecules/Condition/ConditionList.js");exports.ConditionSection=function(s){var n=s.conditions,r=s.onAdd,d=s.onRemove,l=s.onEdit,c=s.isHighlighted,h=s.highlightedIds,p=s.footer,g=s.tooltipDescription,u=s.citations,a=i.__rest(s,["conditions","onAdd","onRemove","onEdit","isHighlighted","highlightedIds","footer","tooltipDescription","citations"]);return e.jsx(o.SectionWrapper,i.__assign({},a,{collapsible:!0},{children:e.jsx(t.ConditionList,{items:n,onAdd:r,onRemove:d,onEdit:l,isHighlighted:c,highlightedIds:h,footer:p,tooltipDescription:g,citations:u})}))};
2
2
  //# sourceMappingURL=ConditionSection.js.map