@e-llm-studio/instant-learning 0.0.148 → 0.0.149
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/ILOTJTest.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.module.css.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatHeader.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatHeader.module.css.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js.map +1 -0
- 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/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/ClickableChatComponents.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
- 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/molecules/Sections/SectionWrapper.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/cjs/features/IL-OTJ/helpers/utils.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +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/cjs/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/undo-2.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +1 -1
- package/dist/features/DocumentLearning/_components/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/ILOTJ.js +1 -1
- package/dist/features/IL-OTJ/ILOTJTest.js +1 -1
- package/dist/features/IL-OTJ/_components/AccordianSection.js +2 -0
- package/dist/features/IL-OTJ/_components/AccordianSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.module.css.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatHeader.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatHeader.module.css.js +1 -1
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js +2 -0
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +1 -0
- package/dist/features/IL-OTJ/_components/CriticalGaps.js +2 -0
- package/dist/features/IL-OTJ/_components/CriticalGaps.js.map +1 -0
- 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/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/ClickableChatComponents.js +1 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +2 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +2 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +1 -0
- package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js +2 -0
- package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +1 -0
- package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +1 -0
- package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js.map +1 -0
- package/dist/features/IL-OTJ/_components/_svg/RadioButton.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/RadioButton.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
- 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/molecules/Sections/SectionWrapper.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/features/IL-OTJ/helpers/utils.js +1 -1
- package/dist/features/InstantLearning/_components/ChatComponent.js +1 -1
- package/dist/features/InstantLearning/_components/ContextualChatComponent.js +1 -1
- package/dist/features/InstantLearning/_components/ContextualLearningForm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +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/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js +2 -2
- package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +15 -0
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +4 -0
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts +31 -0
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +5 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +10 -0
- package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts +8 -0
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -0
- 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/MarkdownComponents/MarkdownElements.d.ts +29 -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/ClickableChatComponents.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts +11 -8
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts +22 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts +17 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts +9 -0
- package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +3 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +8 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts +9 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +2 -1
- package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +7 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +9 -3
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +2 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.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/ConfigSection/ConfigSection.d.ts +3 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +5 -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/organisms/TextSection/TextSection.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts +20 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../node_modules/tslib/tslib.es6.mjs.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../node_modules/tslib/tslib.es6.mjs.js"),r=require("react/jsx-runtime"),i=require("../../molecules/Sections/SectionWrapper.js"),s=require("../../atoms/Textarea/Textarea.js");exports.TextSection=function(t){var n=t.rows,o=t.value,a=t.errorMessage,l=t.onChange,c=t.placeholder,g=t.title,p=t.isHighlighted,d=t.isOpen,u=t.readOnly,h=t.showCognitiveIcon,x=t.onToggle,j=t.tooltipDescription,m=e.__rest(t,["rows","value","errorMessage","onChange","placeholder","title","isHighlighted","isOpen","readOnly","showCognitiveIcon","onToggle","tooltipDescription"]),v=r.jsx("div",e.__assign({style:{display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between"}},{children:r.jsx("span",{children:g})}));return r.jsx(i.SectionWrapper,e.__assign({},m,{readOnly:u,title:v,customStyles:{margin:"0 0.2rem 0.2rem 0.2rem"}},{children:r.jsx("div",e.__assign({className:"textarea-wrapper"},{children:r.jsx(s.Textarea,{rows:n,placeholder:c,value:o,onChange:function(e){return l(e.target.value)},isHighlighted:p,isOpen:d,isReadOnly:u,inputReadOnly:u,onToggle:x,showCognitiveIcon:h,tooltipDescription:j,errorMessage:a})}))}))};
|
|
2
2
|
//# sourceMappingURL=TextSection.js.map
|