@e-llm-studio/instant-learning 0.0.147 → 0.0.148
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/DocumentLearning/_components/ChatComponent.css.js +2 -0
- package/dist/cjs/features/DocumentLearning/_components/ChatComponent.css.js.map +1 -0
- 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 → AccordionSection.js} +2 -2
- package/dist/cjs/features/IL-OTJ/_components/AccordionSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/ChatComponent.css.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/ChatComponent.css.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/ChatComponent.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/ILComponents.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/ILComponents.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.css.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.css.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/MessageRendering/ClickableChatComponents.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/CustomComponents.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/CustomComponents.js.map +1 -0
- 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/MessageRendering.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/RuleValidationCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/_svg/ResizeChat.svg.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/ResizeChat.svg.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Button.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Button.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/Dropdown.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Toggle.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Toggle.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/molecules/ConditionList.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/molecules/ConditionList.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/molecules/SectionWrapper.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/molecules/SectionWrapper.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/molecules/SeparationRow.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/molecules/SeparationRow.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/AudactyTemplate.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/AudactyTemplate.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/Testing.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/Testing.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManagerTemplate.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManagerTemplate.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/templatesMap.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/templatesMap.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/helpers/utils.js +1 -1
- package/dist/cjs/features/IL-OTJ/hooks/useHeaderObserver.js +2 -0
- package/dist/cjs/features/IL-OTJ/hooks/useHeaderObserver.js.map +1 -0
- package/dist/cjs/features/InstantLearning/_components/ChatComponent.css.js +2 -0
- package/dist/cjs/features/InstantLearning/_components/ChatComponent.css.js.map +1 -0
- package/dist/cjs/features/InstantLearning/_components/TooltipComponent.js +2 -0
- package/dist/cjs/features/InstantLearning/_components/TooltipComponent.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node_modules/@e-llm-studio/citation/dist/node_modules/clsx/dist/clsx.m.js +2 -0
- package/dist/cjs/node_modules/@e-llm-studio/citation/dist/node_modules/clsx/dist/clsx.m.js.map +1 -0
- package/dist/cjs/node_modules/@e-llm-studio/streaming-response/node_modules/ws/browser.js +2 -0
- package/dist/cjs/node_modules/@e-llm-studio/streaming-response/node_modules/ws/browser.js.map +1 -0
- package/dist/cjs/node_modules/@emotion/serialize/node_modules/@emotion/hash/dist/emotion-hash.esm.js +2 -0
- package/dist/cjs/node_modules/@emotion/serialize/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +1 -0
- package/dist/cjs/node_modules/hast-util-from-parse5/node_modules/comma-separated-tokens/index.js +2 -0
- package/dist/cjs/node_modules/hast-util-from-parse5/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/cjs/node_modules/hast-util-from-parse5/node_modules/space-separated-tokens/index.js +2 -0
- package/dist/cjs/node_modules/hast-util-from-parse5/node_modules/space-separated-tokens/index.js.map +1 -0
- package/dist/cjs/node_modules/hast-util-raw/node_modules/unist-util-position/lib/index.js +2 -0
- package/dist/cjs/node_modules/hast-util-raw/node_modules/unist-util-position/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/hast-util-to-parse5/node_modules/comma-separated-tokens/index.js +2 -0
- package/dist/cjs/node_modules/hast-util-to-parse5/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/cjs/node_modules/hast-util-to-parse5/node_modules/space-separated-tokens/index.js +2 -0
- package/dist/cjs/node_modules/hast-util-to-parse5/node_modules/space-separated-tokens/index.js.map +1 -0
- 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/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-visit/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-find-and-replace/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-find-and-replace/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/cjs/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/footer.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/footer.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/break.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/break.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/code.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/code.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/delete.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/delete.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/footnote.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/footnote.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/heading.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/heading.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/html.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/html.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/image.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/link.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list-item.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/list.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/root.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/root.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/strong.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/strong.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table-row.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/table.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/text.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/text.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/revert.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/revert.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/state.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/lib/state.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/micromark-util-character/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/micromark-util-character/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/micromark-util-sanitize-uri/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/micromark-util-sanitize-uri/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/cjs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-hot-toast/node_modules/goober/dist/goober.modern.js +2 -0
- package/dist/cjs/node_modules/react-hot-toast/node_modules/goober/dist/goober.modern.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/comma-separated-tokens/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/is-plain-obj/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/is-plain-obj/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/mdast-util-from-markdown/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/mdast-util-from-markdown/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/mdast-util-to-string/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/mdast-util-to-string/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/constructs.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/constructs.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/create-tokenizer.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/create-tokenizer.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/content.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/content.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/document.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/document.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/flow.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/flow.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/text.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/initialize/text.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/parse.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/parse.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/postprocess.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/postprocess.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/preprocess.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark/lib/preprocess.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/attention.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/attention.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/autolink.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/autolink.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/blank-line.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/blank-line.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/block-quote.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/block-quote.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-escape.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-escape.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-reference.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-reference.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-indented.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-indented.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-text.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-text.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/content.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/content.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/definition.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/definition.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-flow.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-flow.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-text.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-text.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-end.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-end.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/line-ending.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/line-ending.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/list.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/list.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-destination/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-destination/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-label/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-label/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-space/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-space/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-title/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-title/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-whitespace/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-factory-whitespace/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-character/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-character/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-character/lib/unicode-punctuation-regex.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-character/lib/unicode-punctuation-regex.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-chunked/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-chunked/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-classify-character/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-classify-character/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-combine-extensions/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-combine-extensions/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-decode-string/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-decode-string/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-html-tag-name/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-html-tag-name/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-normalize-identifier/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-normalize-identifier/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-resolve-all/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-resolve-all/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-subtokenize/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/micromark-util-subtokenize/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/aria.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/aria.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/find.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/find.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/hast-to-react.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/hast-to-react.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/html.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/html.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/normalize.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/normalize.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/svg.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/svg.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/case-insensitive-transform.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/case-sensitive-transform.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/create.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/create.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/defined-info.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/defined-info.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/info.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/info.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/merge.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/merge.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/schema.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/schema.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/types.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/util/types.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/xlink.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/xlink.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/xml.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/xml.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/xmlns.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/property-information/lib/xmlns.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/remark-parse/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/remark-parse/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/space-separated-tokens/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/space-separated-tokens/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unified/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unified/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-stringify-position/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-visit/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minpath.browser.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minpath.browser.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minproc.browser.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minproc.browser.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minurl.browser.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minurl.browser.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minurl.shared.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile/lib/minurl.shared.js.map +1 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile-message/lib/index.js +2 -0
- package/dist/cjs/node_modules/react-markdown/node_modules/vfile-message/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/unist-util-visit/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/cjs/node_modules/unist-util-visit/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/cjs/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/cjs/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/cjs/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/unist-util-visit-parents/lib/color.js +2 -0
- package/dist/cjs/node_modules/unist-util-visit-parents/lib/color.js.map +1 -0
- package/dist/cjs/node_modules/vfile-message/node_modules/unist-util-stringify-position/lib/index.js +2 -0
- package/dist/cjs/node_modules/vfile-message/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/features/DocumentLearning/_components/ChatComponent.css.js +2 -0
- package/dist/features/DocumentLearning/_components/ChatComponent.css.js.map +1 -0
- 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/AccordionSection.js +2 -0
- package/dist/features/IL-OTJ/_components/AccordionSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/ChatComponent.css.js +2 -0
- package/dist/features/IL-OTJ/_components/ChatComponent.css.js.map +1 -0
- package/dist/features/IL-OTJ/_components/ChatComponent.js +2 -0
- package/dist/features/IL-OTJ/_components/ChatComponent.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/ILComponents.js +2 -0
- package/dist/features/IL-OTJ/_components/ILComponents.js.map +1 -0
- package/dist/features/IL-OTJ/_components/ILPopup.css.js +2 -0
- package/dist/features/IL-OTJ/_components/ILPopup.css.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/MessageRendering/ClickableChatComponents.js +1 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/CustomComponents.js +2 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/CustomComponents.js.map +1 -0
- 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/MessageRendering.js +2 -0
- package/dist/features/IL-OTJ/_components/MessageRendering.js.map +1 -0
- package/dist/features/IL-OTJ/_components/RuleValidationCard.js +1 -1
- package/dist/features/IL-OTJ/_components/_svg/ResizeChat.svg.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/ResizeChat.svg.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Button.js +2 -0
- package/dist/features/IL-OTJ/_components/atoms/Button.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
- package/dist/features/IL-OTJ/_components/atoms/Dropdown.js +2 -0
- package/dist/features/IL-OTJ/_components/atoms/Dropdown.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
- package/dist/features/IL-OTJ/_components/atoms/Textarea.js +2 -0
- package/dist/features/IL-OTJ/_components/atoms/Textarea.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Toggle.js +2 -0
- package/dist/features/IL-OTJ/_components/atoms/Toggle.js.map +1 -0
- package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/features/IL-OTJ/_components/molecules/ConditionList.js +2 -0
- package/dist/features/IL-OTJ/_components/molecules/ConditionList.js.map +1 -0
- package/dist/features/IL-OTJ/_components/molecules/SectionWrapper.js +2 -0
- package/dist/features/IL-OTJ/_components/molecules/SectionWrapper.js.map +1 -0
- package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +1 -1
- package/dist/features/IL-OTJ/_components/molecules/SeparationRow.js +2 -0
- package/dist/features/IL-OTJ/_components/molecules/SeparationRow.js.map +1 -0
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection.js +2 -0
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConfigSection.js +2 -0
- package/dist/features/IL-OTJ/_components/organisms/ConfigSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ScopeSection.js +2 -0
- package/dist/features/IL-OTJ/_components/organisms/ScopeSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/TextSection.js +2 -0
- package/dist/features/IL-OTJ/_components/organisms/TextSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/AudactyTemplate.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/AudactyTemplate.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/Testing.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/Testing.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/TrafficManagerTemplate.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/TrafficManagerTemplate.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/templatesMap.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/templatesMap.js.map +1 -0
- package/dist/features/IL-OTJ/helpers/utils.js +1 -1
- package/dist/features/IL-OTJ/hooks/useHeaderObserver.js +2 -0
- package/dist/features/IL-OTJ/hooks/useHeaderObserver.js.map +1 -0
- package/dist/features/InstantLearning/_components/ChatComponent.css.js +2 -0
- package/dist/features/InstantLearning/_components/ChatComponent.css.js.map +1 -0
- 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/features/InstantLearning/_components/TooltipComponent.js +2 -0
- package/dist/features/InstantLearning/_components/TooltipComponent.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/node_modules/@e-llm-studio/citation/dist/node_modules/clsx/dist/clsx.m.js +2 -0
- package/dist/node_modules/@e-llm-studio/citation/dist/node_modules/clsx/dist/clsx.m.js.map +1 -0
- package/dist/node_modules/@e-llm-studio/streaming-response/node_modules/ws/browser.js +2 -0
- package/dist/node_modules/@e-llm-studio/streaming-response/node_modules/ws/browser.js.map +1 -0
- package/dist/node_modules/@emotion/serialize/node_modules/@emotion/hash/dist/emotion-hash.esm.js +2 -0
- package/dist/node_modules/@emotion/serialize/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +1 -0
- package/dist/node_modules/hast-util-from-parse5/node_modules/comma-separated-tokens/index.js +2 -0
- package/dist/node_modules/hast-util-from-parse5/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/hast-util-from-parse5/node_modules/space-separated-tokens/index.js +2 -0
- package/dist/node_modules/hast-util-from-parse5/node_modules/space-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/hast-util-raw/node_modules/unist-util-position/lib/index.js +2 -0
- package/dist/node_modules/hast-util-raw/node_modules/unist-util-position/lib/index.js.map +1 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/comma-separated-tokens/index.js +2 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/space-separated-tokens/index.js +2 -0
- package/dist/node_modules/hast-util-to-parse5/node_modules/space-separated-tokens/index.js.map +1 -0
- 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/node_modules/mdast-util-definitions/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-visit/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-find-and-replace/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-find-and-replace/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/footer.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/footer.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/revert.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/revert.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/lib/state.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/lib/state.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/micromark-util-character/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/micromark-util-character/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/micromark-util-sanitize-uri/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/micromark-util-sanitize-uri/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-visit/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/node_modules/react-hot-toast/node_modules/goober/dist/goober.modern.js +2 -0
- package/dist/node_modules/react-hot-toast/node_modules/goober/dist/goober.modern.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/comma-separated-tokens/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/comma-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/is-plain-obj/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/is-plain-obj/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/mdast-util-from-markdown/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/mdast-util-from-markdown/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/mdast-util-to-string/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/mdast-util-to-string/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/constructs.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/constructs.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/create-tokenizer.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/create-tokenizer.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/content.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/content.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/document.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/document.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/flow.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/flow.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/text.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/initialize/text.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/parse.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/parse.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/postprocess.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/postprocess.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/preprocess.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark/lib/preprocess.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/attention.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/attention.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/autolink.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/autolink.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/blank-line.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/blank-line.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/block-quote.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/block-quote.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-escape.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-escape.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-reference.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/character-reference.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-fenced.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-indented.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-indented.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-text.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/code-text.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/content.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/content.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/definition.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/definition.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/hard-break-escape.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/heading-atx.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-flow.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-flow.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-text.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/html-text.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-end.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-end.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-image.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/label-start-link.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/line-ending.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/line-ending.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/list.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/list.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/setext-underline.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-core-commonmark/lib/thematic-break.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-destination/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-destination/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-label/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-label/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-space/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-space/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-title/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-title/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-whitespace/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-factory-whitespace/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-character/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-character/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-character/lib/unicode-punctuation-regex.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-character/lib/unicode-punctuation-regex.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-chunked/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-chunked/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-classify-character/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-classify-character/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-combine-extensions/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-combine-extensions/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-decode-numeric-character-reference/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-decode-string/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-decode-string/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-html-tag-name/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-html-tag-name/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-normalize-identifier/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-normalize-identifier/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-resolve-all/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-resolve-all/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-subtokenize/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/micromark-util-subtokenize/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/aria.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/aria.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/find.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/find.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/hast-to-react.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/hast-to-react.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/html.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/html.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/normalize.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/normalize.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/svg.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/svg.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/case-insensitive-transform.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/case-sensitive-transform.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/create.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/create.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/defined-info.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/defined-info.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/info.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/info.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/merge.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/merge.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/schema.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/schema.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/types.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/util/types.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/xlink.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/xlink.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/xml.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/xml.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/xmlns.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/property-information/lib/xmlns.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/remark-parse/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/remark-parse/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/space-separated-tokens/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/space-separated-tokens/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/unified/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/unified/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-stringify-position/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-visit/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-visit/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/index.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minpath.browser.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minpath.browser.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minproc.browser.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minproc.browser.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minurl.browser.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minurl.browser.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minurl.shared.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/vfile/lib/minurl.shared.js.map +1 -0
- package/dist/node_modules/react-markdown/node_modules/vfile-message/lib/index.js +2 -0
- package/dist/node_modules/react-markdown/node_modules/vfile-message/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-visit/node_modules/unist-util-is/lib/index.js +2 -0
- package/dist/node_modules/unist-util-visit/node_modules/unist-util-is/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.browser.js +2 -0
- package/dist/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.browser.js.map +1 -0
- package/dist/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.js +2 -0
- package/dist/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.js.map +1 -0
- package/dist/node_modules/unist-util-visit-parents/lib/color.js +2 -0
- package/dist/node_modules/unist-util-visit-parents/lib/color.js.map +1 -0
- package/dist/node_modules/vfile-message/node_modules/unist-util-stringify-position/lib/index.js +2 -0
- package/dist/node_modules/vfile-message/node_modules/unist-util-stringify-position/lib/index.js.map +1 -0
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +0 -15
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +0 -4
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/AccordionSection.d.ts +7 -0
- package/dist/types/src/features/IL-OTJ/_components/AccordionSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/BookLearningForm.d.ts +23 -0
- package/dist/types/src/features/IL-OTJ/_components/BookLearningForm.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts +31 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +0 -5
- 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/ConflictingLearningWarnCard.d.ts +13 -0
- package/dist/types/src/features/IL-OTJ/_components/ConflictingLearningWarnCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ConflictingLearningWarnCardDB.d.ts +41 -0
- package/dist/types/src/features/IL-OTJ/_components/ConflictingLearningWarnCardDB.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ContextualChatComponent.d.ts +62 -0
- package/dist/types/src/features/IL-OTJ/_components/ContextualChatComponent.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ContextualConflictDBCard.d.ts +30 -0
- package/dist/types/src/features/IL-OTJ/_components/ContextualConflictDBCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ContextualLearningForm.d.ts +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ContextualLearningForm.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ILComponents.d.ts +74 -0
- package/dist/types/src/features/IL-OTJ/_components/ILComponents.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +1 -3
- 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/LearningDetailsForm.d.ts +71 -0
- package/dist/types/src/features/IL-OTJ/_components/LearningDetailsForm.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/CustomComponents.d.ts +10 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/CustomComponents.d.ts.map +1 -0
- 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 +8 -11
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering.d.ts +14 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/RuleValidationCard.d.ts +16 -7
- package/dist/types/src/features/IL-OTJ/_components/RuleValidationCard.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/SimilarLearningCard.d.ts +20 -0
- package/dist/types/src/features/IL-OTJ/_components/SimilarLearningCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/TemplateRetrievalForm.d.ts +50 -0
- package/dist/types/src/features/IL-OTJ/_components/TemplateRetrievalForm.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Button.d.ts +7 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Button.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +1 -2
- 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/Dropdown.d.ts +13 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +0 -7
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea.d.ts +6 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle.d.ts +7 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/index.d.ts +4 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/index.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +3 -9
- 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/ConditionList.d.ts +16 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/ConditionList.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/SectionWrapper.d.ts +14 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/SectionWrapper.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +1 -2
- package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/SeparationRow.d.ts +10 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/SeparationRow.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/index.d.ts +4 -0
- package/dist/types/src/features/IL-OTJ/_components/molecules/index.d.ts.map +1 -0
- 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/ConditionSection.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +1 -3
- 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/ConfigSection.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +1 -5
- 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/ScopeSection.d.ts +25 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection.d.ts.map +1 -0
- 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/organisms/TextSection.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/index.d.ts +5 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/index.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/AudactyTemplate.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/AudactyTemplate.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/Testing.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/Testing.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/_components/templates/TrafficManagerTemplate.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManagerTemplate.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/index.d.ts +3 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/index.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/templatesMap.d.ts +7 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/templatesMap.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts +0 -2
- package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/hooks/useHeaderObserver.d.ts +13 -0
- package/dist/types/src/features/IL-OTJ/hooks/useHeaderObserver.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +0 -1
- package/dist/features/IL-OTJ/_components/AccordianSection.js +0 -2
- package/dist/features/IL-OTJ/_components/AccordianSection.js.map +0 -1
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js +0 -2
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +0 -1
- package/dist/features/IL-OTJ/_components/CriticalGaps.js +0 -2
- package/dist/features/IL-OTJ/_components/CriticalGaps.js.map +0 -1
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +0 -2
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +0 -1
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +0 -2
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js.map +0 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +0 -2
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +0 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +0 -2
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +0 -1
- package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js +0 -2
- package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +0 -1
- package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +0 -2
- package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +0 -1
- package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js +0 -2
- package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js.map +0 -1
- package/dist/features/IL-OTJ/_components/_svg/RadioButton.js +0 -2
- package/dist/features/IL-OTJ/_components/_svg/RadioButton.js.map +0 -1
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +0 -2
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts +0 -31
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +0 -10
- package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts +0 -8
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +0 -29
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +0 -20
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts +0 -22
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts +0 -17
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts +0 -9
- package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +0 -3
- package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +0 -8
- package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts +0 -9
- package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +0 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts +0 -20
- package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +0 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './ChatComponent.css';
|
|
3
|
+
import { FormattedValidationRecommendation } from '../../../utils/recommendationParser';
|
|
4
|
+
interface ChatComponentProps {
|
|
5
|
+
chatAssistantLogoUrl: string;
|
|
6
|
+
chatAssistantName: string;
|
|
7
|
+
organizationName: string;
|
|
8
|
+
baseUrl: string;
|
|
9
|
+
setInstantLearningSuggestions: any;
|
|
10
|
+
formDataState: any;
|
|
11
|
+
setFormDataState: any;
|
|
12
|
+
hasUserFilledForm: boolean;
|
|
13
|
+
setHasUserFilledForm: React.Dispatch<React.SetStateAction<boolean>>;
|
|
14
|
+
baseWebsocketUrl: string;
|
|
15
|
+
setIsNewChatClicked: React.Dispatch<React.SetStateAction<boolean>>;
|
|
16
|
+
selectedText: string;
|
|
17
|
+
ChatIconComponent: React.ReactNode;
|
|
18
|
+
ggcAssistantName: string;
|
|
19
|
+
ThinkingBulbIconComponent: React.ReactNode;
|
|
20
|
+
hasUserWrittenModification: boolean;
|
|
21
|
+
setExtractedModification: React.Dispatch<React.SetStateAction<string>> | React.Dispatch<React.SetStateAction<null>>;
|
|
22
|
+
setSave: React.Dispatch<React.SetStateAction<boolean>>;
|
|
23
|
+
setExtractedTooltip: React.Dispatch<React.SetStateAction<string>>;
|
|
24
|
+
setIsSaveLoading: React.Dispatch<React.SetStateAction<boolean>>;
|
|
25
|
+
isSaveLoading: boolean;
|
|
26
|
+
save: boolean;
|
|
27
|
+
instantLearningSuggestions: any;
|
|
28
|
+
template?: string;
|
|
29
|
+
setShouldTriggerSave: React.Dispatch<React.SetStateAction<boolean>>;
|
|
30
|
+
isFormSaveClicked: boolean;
|
|
31
|
+
setIsFormSavedClicked: React.Dispatch<React.SetStateAction<boolean>>;
|
|
32
|
+
validationWtaResponse?: any;
|
|
33
|
+
setValidationWtaResponse?: any;
|
|
34
|
+
learningWtaResponse?: any;
|
|
35
|
+
setLearningWtaResponse?: any;
|
|
36
|
+
onDeleteLearning?: (label: string) => void;
|
|
37
|
+
deleteLearningTrigger?: string | null;
|
|
38
|
+
setDeleteLearningTrigger?: React.Dispatch<React.SetStateAction<string | null>>;
|
|
39
|
+
onMergeLearning?: (learningId: string) => void;
|
|
40
|
+
mergeLearningTrigger?: string | null;
|
|
41
|
+
setMergeLearningTrigger?: React.Dispatch<React.SetStateAction<string | null>>;
|
|
42
|
+
onResetLearningData?: () => void;
|
|
43
|
+
setEditConflictingLearningTrigger: React.Dispatch<React.SetStateAction<string | null>>;
|
|
44
|
+
setEditSimilarLearningTrigger: React.Dispatch<React.SetStateAction<string | null>>;
|
|
45
|
+
sendMessageInChat: string;
|
|
46
|
+
setSendMessageInChat: React.Dispatch<React.SetStateAction<string>>;
|
|
47
|
+
setIsMergeLoading: React.Dispatch<React.SetStateAction<boolean>>;
|
|
48
|
+
setExtractedHowToRespond: React.Dispatch<React.SetStateAction<string>>;
|
|
49
|
+
setExtractedTopic: React.Dispatch<React.SetStateAction<string>>;
|
|
50
|
+
setExtractedCategories: React.Dispatch<React.SetStateAction<string[]>>;
|
|
51
|
+
setValidationRecommendations: (recommendations: FormattedValidationRecommendation | null) => void;
|
|
52
|
+
validationRecommendations: FormattedValidationRecommendation | null;
|
|
53
|
+
addInReview?: any[];
|
|
54
|
+
editInReview?: any[];
|
|
55
|
+
deleteInReview?: {
|
|
56
|
+
question_id: string;
|
|
57
|
+
variant_id: string;
|
|
58
|
+
}[];
|
|
59
|
+
}
|
|
60
|
+
declare const ChatComponent: React.FC<ChatComponentProps>;
|
|
61
|
+
export default ChatComponent;
|
|
62
|
+
//# sourceMappingURL=ContextualChatComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextualChatComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ContextualChatComponent.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface LearningFeedback {
|
|
3
|
+
variant: string;
|
|
4
|
+
when_to_apply: string | string[];
|
|
5
|
+
when_not_to_apply: string | string[];
|
|
6
|
+
}
|
|
7
|
+
interface LearningConflict {
|
|
8
|
+
id: string;
|
|
9
|
+
feedback: LearningFeedback;
|
|
10
|
+
similarity_score: number;
|
|
11
|
+
reason: string;
|
|
12
|
+
}
|
|
13
|
+
interface ContextualConflictsDisplayDBProps {
|
|
14
|
+
conflictingConditions: [LearningConflict[], LearningConflict[]];
|
|
15
|
+
baseUrl?: string;
|
|
16
|
+
organizationName?: string;
|
|
17
|
+
chatAssistantName?: string;
|
|
18
|
+
onDeleted?: (variantId: string) => void;
|
|
19
|
+
onMergeMessage?: (message: string) => void;
|
|
20
|
+
setSendMessageInChat: React.Dispatch<React.SetStateAction<string>>;
|
|
21
|
+
editConflictingLearningTrigger?: any;
|
|
22
|
+
editSimilarLearningTrigger?: any;
|
|
23
|
+
onSetOperationStatus?: (status: {
|
|
24
|
+
status: 'success' | 'error';
|
|
25
|
+
message: string;
|
|
26
|
+
} | null) => void;
|
|
27
|
+
}
|
|
28
|
+
declare const ContextualConflictsDisplayDB: React.FC<ContextualConflictsDisplayDBProps>;
|
|
29
|
+
export default ContextualConflictsDisplayDB;
|
|
30
|
+
//# sourceMappingURL=ContextualConflictDBCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextualConflictDBCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ContextualConflictDBCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAoB3D,UAAU,gBAAgB;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACtC;AAED,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,iCAAiC;IACzC,qBAAqB,EAAE,CAAC,gBAAgB,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAC;IAChE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IACnE,8BAA8B,CAAC,EAAE,GAAG,CAAC;IACrC,0BAA0B,CAAC,EAAE,GAAG,CAAC;IACjC,oBAAoB,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,KAAK,IAAI,CAAC;CAClG;AAED,QAAA,MAAM,4BAA4B,EAAE,KAAK,CAAC,EAAE,CAAC,iCAAiC,CA8jB7E,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=ContextualLearningForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextualLearningForm.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ContextualLearningForm.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface SectionWrapperProps {
|
|
3
|
+
id: string;
|
|
4
|
+
required: boolean;
|
|
5
|
+
title: string;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
openSections: Set<string>;
|
|
8
|
+
setOpenSections: React.Dispatch<React.SetStateAction<Set<string>>>;
|
|
9
|
+
}
|
|
10
|
+
interface ScopeData {
|
|
11
|
+
id: string;
|
|
12
|
+
required: boolean;
|
|
13
|
+
openSections: Set<string>;
|
|
14
|
+
setOpenSections: React.Dispatch<React.SetStateAction<Set<string>>>;
|
|
15
|
+
scopeData: {
|
|
16
|
+
station: string;
|
|
17
|
+
tiers: string[];
|
|
18
|
+
};
|
|
19
|
+
onScopeChange: (field: 'station' | 'tiers', value: string | string[]) => void;
|
|
20
|
+
}
|
|
21
|
+
interface SeparationsProps {
|
|
22
|
+
type: string;
|
|
23
|
+
isEnabled: boolean;
|
|
24
|
+
duration: number;
|
|
25
|
+
onToggle: () => void;
|
|
26
|
+
onDurationChange: (value: number) => void;
|
|
27
|
+
}
|
|
28
|
+
interface CodeToggleProps {
|
|
29
|
+
label: string;
|
|
30
|
+
isEnabled: boolean;
|
|
31
|
+
onToggle: () => void;
|
|
32
|
+
}
|
|
33
|
+
interface ConfigSectionProps {
|
|
34
|
+
id: string;
|
|
35
|
+
required: boolean;
|
|
36
|
+
openSections: Set<string>;
|
|
37
|
+
setOpenSections: React.Dispatch<React.SetStateAction<Set<string>>>;
|
|
38
|
+
configData: any;
|
|
39
|
+
onConfigChange: (key: string, value: any) => void;
|
|
40
|
+
}
|
|
41
|
+
interface TextSectionProps {
|
|
42
|
+
id: string;
|
|
43
|
+
required: boolean;
|
|
44
|
+
openSections: Set<string>;
|
|
45
|
+
setOpenSections: React.Dispatch<React.SetStateAction<Set<string>>>;
|
|
46
|
+
value: string;
|
|
47
|
+
onChange: (value: string) => void;
|
|
48
|
+
placeholder?: string;
|
|
49
|
+
}
|
|
50
|
+
interface ConditionItem {
|
|
51
|
+
id: number;
|
|
52
|
+
text: string;
|
|
53
|
+
}
|
|
54
|
+
interface ConditionSectionProps {
|
|
55
|
+
id: string;
|
|
56
|
+
required: boolean;
|
|
57
|
+
title: string;
|
|
58
|
+
openSections: Set<string>;
|
|
59
|
+
setOpenSections: React.Dispatch<React.SetStateAction<Set<string>>>;
|
|
60
|
+
conditions: ConditionItem[];
|
|
61
|
+
onAddCondition: () => void;
|
|
62
|
+
onRemoveCondition: (id: number) => void;
|
|
63
|
+
onEditCondition: (id: number, text: string) => void;
|
|
64
|
+
}
|
|
65
|
+
export declare const SectionWrapper: ({ id, required, title, children, openSections, setOpenSections }: SectionWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
66
|
+
export declare const ScopeSection: ({ id, required, openSections, setOpenSections, scopeData, onScopeChange }: ScopeData) => import("react/jsx-runtime").JSX.Element;
|
|
67
|
+
export declare const Separations: ({ type, isEnabled, duration, onToggle, onDurationChange }: SeparationsProps) => import("react/jsx-runtime").JSX.Element;
|
|
68
|
+
export declare const CodeToggle: ({ label, isEnabled, onToggle }: CodeToggleProps) => import("react/jsx-runtime").JSX.Element;
|
|
69
|
+
export declare const ConfigSection: ({ id, required, openSections, setOpenSections, configData, onConfigChange }: ConfigSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
70
|
+
export declare const WhyThisLearningSection: ({ id, required, openSections, setOpenSections, value, onChange, placeholder }: TextSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
71
|
+
export declare const WhenToApplySection: ({ id, required, title, openSections, setOpenSections, conditions, onAddCondition, onRemoveCondition, onEditCondition }: ConditionSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
72
|
+
export declare const WhenNotToApplySection: ({ id, required, title, openSections, setOpenSections, conditions, onAddCondition, onRemoveCondition, onEditCondition }: ConditionSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
73
|
+
export {};
|
|
74
|
+
//# sourceMappingURL=ILComponents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILComponents.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILComponents.tsx"],"names":[],"mappings":";AAGA,UAAU,mBAAmB;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,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;CAEpE;AACD,UAAU,SAAS;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,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;IAEnE,SAAS,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IAChD,aAAa,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;CAC/E;AACD,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C;AACD,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AACD,UAAU,kBAAkB;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,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;IAEnE,UAAU,EAAE,GAAG,CAAC;IAChB,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CACnD;AAWD,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,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,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,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,UAAU,EAAE,aAAa,EAAE,CAAC;IAC5B,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACrD;AAwED,eAAO,MAAM,cAAc,qEAAsE,mBAAmB,4CA2CnH,CAAC;AAEF,eAAO,MAAM,YAAY,8EAA+E,SAAS,4CA2DhH,CAAC;AAEF,eAAO,MAAM,WAAW,8DAA+D,gBAAgB,4CAoBtG,CAAC;AAEF,eAAO,MAAM,UAAU,mCAAoC,eAAe,4CAOzE,CAAC;AAEF,eAAO,MAAM,aAAa,gFAAiF,kBAAkB,4CAyB5H,CAAC;AAEF,eAAO,MAAM,sBAAsB,kFAA4H,gBAAgB,4CAY9K,CAAC;AAEF,eAAO,MAAM,kBAAkB,2HAA4H,qBAAqB,4CAW/K,CAAC;AAEF,eAAO,MAAM,qBAAqB,2HAA4H,qBAAqB,4CAWlL,CAAC"}
|
|
@@ -17,9 +17,7 @@ interface ILPopupProps {
|
|
|
17
17
|
templateProps?: any;
|
|
18
18
|
isLoading?: boolean;
|
|
19
19
|
saveButtonConfig?: SaveButtonConfig;
|
|
20
|
-
/** Indicates if AI is currently streaming a response */
|
|
21
|
-
isAiStreaming?: boolean;
|
|
22
20
|
}
|
|
23
|
-
declare const ILPopup: ({ customSections, onSave, formHeader, onClose, validateCustom, template, templateProps, isLoading, saveButtonConfig
|
|
21
|
+
declare const ILPopup: ({ customSections, onSave, formHeader, onClose, validateCustom, template, templateProps, isLoading, saveButtonConfig }: ILPopupProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
22
|
export default ILPopup;
|
|
25
23
|
//# 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;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,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;IACpB,gBAAgB,CAAC,EAAE,gBAAgB,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;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,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;IACpB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC;AAED,QAAA,MAAM,OAAO,0HAWV,YAAY,4CA8Dd,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 display: flex;\n flex-direction: column;\n gap: 8px;\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 font-size: 14px;\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 #F0F2F5;\n }\n\n .section-content {\n animation: slideInFromTop 200ms ease-in-out;\n }\n\n .textarea-wrapper {\n }\n\n .textarea {\n width: 100%;\n padding: 20px;\n border: 1px solid #d1d5db;\n border-radius: 0.675rem;\n resize: none;\n font-size: .875rem;\n font-weight: 400;\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 }\n\n .condition-item {\n display: flex;\n align-items: start;\n justify-content: space-between;\n background-color: white;\n border-radius: 0.675rem;\n transition: border-color 0.2s ease;\n gap: 8px;\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: 8px;\n margin-top: 2px;\n }\n\n .btn-icon {\n background: transparent !important;\n border: 1px solid #ccc;\n cursor: pointer;\n padding: 0.5rem;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 8px;\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 display: flex;\n justify-content: space-between;\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: 12px;\n }\n\n .form-label {\n display: block;\n font-size: 14px;\n font-weight: 400;\n color: #666F8D;\n }\n .readOnly {\n color: #9CA3AF;\n cursor: not-allowed;\n}\n\n .dropdown {\n width: 200px;\n padding: 7px 10.5px 7px 10.5px;\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 appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E\");\n background-repeat: no-repeat;\n \n background-position: calc(100% - 12px) center; \n background-size: 16px;\n }\n .checkbox-group {\n display: flex;\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 appearance: none;\n -webkit-appearance: none;\n \n width: 16px;\n height: 16px;\n \n border: 1px solid #D1D5DB; \n border-radius: 4px; \n background-color: white; \n cursor: pointer;\n position: relative;\n display: grid;\n place-content: center;\n}\n\n.checkbox-input:checked {\n background-color: #2563EB;\n border-color: #2563EB;\n}\n\n.checkbox-input:checked::before {\n content: \"\";\n width: 10px;\n height: 10px;\n clipPath: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);\n background-color: white;\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: 8.25px 12.25px;\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: 18px;\n width: 100%;\n min-width: 0;\n }\n\n .no-scrollbar::-webkit-scrollbar {\n display: none; /* Chrome, Safari, and Opera */\n }\n\n .no-scrollbar {\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n @keyframes scrollToBottom {\n 0% { transform: translateY(0px); }\n 50% { transform: translateY(10px); }\n 100% { transform: translateY(0px); }\n }\n\n /* The animation class */\n .animate-scrollToBottom {\n animation: scrollToBottom 1s infinite ease-in-out;\n }\n /* Accordion stylings */\n .accordion-container {\n width: 100%;\n border: 1px solid #ccc;\n border-radius: 8px;\n background-color: #ffffff;\n overflow: hidden;\n }\n\n .accordion-header {\n padding: 12px 16px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: pointer;\n user-select: none;\n }\n\n .accordion-title {\n margin: 0;\n font-size: 12px;\n font-weight: 500;\n color: #19213d;\n }\n\n .accordion-content {\n padding: 0 24px 24px 24px;\n }\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 display: flex;\n flex-direction: column;\n gap: 8px;\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 font-size: 14px;\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 #F0F2F5;\n }\n\n .section-content {\n animation: slideInFromTop 200ms ease-in-out;\n }\n\n .textarea-wrapper {\n }\n\n .textarea {\n width: 100%;\n padding: 20px;\n border: 1px solid #d1d5db;\n border-radius: 0.675rem;\n resize: none;\n font-size: .875rem;\n font-weight: 400;\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 }\n\n .condition-item {\n display: flex;\n align-items: start;\n justify-content: space-between;\n background-color: white;\n border-radius: 0.675rem;\n transition: border-color 0.2s ease;\n gap: 8px;\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: 8px;\n margin-top: 2px;\n }\n\n .btn-icon {\n background: transparent !important;\n border: 1px solid #ccc;\n cursor: pointer;\n padding: 0.5rem;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 8px;\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 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: 12px;\n }\n\n .form-label {\n display: block;\n font-size: 14px;\n font-weight: 400;\n color: #666F8D;\n }\n\n .dropdown {\n width: 200px;\n padding: 7px 10.5px 7px 10.5px;\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 appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E\");\n background-repeat: no-repeat;\n \n background-position: calc(100% - 12px) center; \n background-size: 16px;\n }\n .checkbox-group {\n display: flex;\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 appearance: none;\n -webkit-appearance: none;\n \n width: 16px;\n height: 16px;\n \n border: 1px solid #D1D5DB; \n border-radius: 4px; \n background-color: white; \n cursor: pointer;\n position: relative;\n display: grid;\n place-content: center;\n}\n\n.checkbox-input:checked {\n background-color: #2563EB;\n border-color: #2563EB;\n}\n\n.checkbox-input:checked::before {\n content: \"\";\n width: 10px;\n height: 10px;\n clipPath: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);\n background-color: white;\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: 8.25px 12.25px;\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: 18px;\n width: 100%;\n min-width: 0;\n }\n\n .no-scrollbar::-webkit-scrollbar {\n display: none; /* Chrome, Safari, and Opera */\n }\n\n .no-scrollbar {\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n @keyframes scrollToBottom {\n 0% { transform: translateY(0px); }\n 50% { transform: translateY(10px); }\n 100% { transform: translateY(0px); }\n }\n\n /* The animation class */\n .animate-scrollToBottom {\n animation: scrollToBottom 1s infinite ease-in-out;\n }\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,05TAsf3B,CAAA"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { FormattedValidationRecommendation } from '../../../utils/recommendationParser';
|
|
3
|
+
interface LearningDetailsFormProps {
|
|
4
|
+
organizationName: string;
|
|
5
|
+
selectedText: string;
|
|
6
|
+
scopeOptions: {
|
|
7
|
+
value: string;
|
|
8
|
+
labelText: string;
|
|
9
|
+
}[];
|
|
10
|
+
devModeTag: string;
|
|
11
|
+
chatAssistantName?: string;
|
|
12
|
+
chatLogo?: string;
|
|
13
|
+
submitFunction: (details: InstantLearningData, setLoader: Function) => void;
|
|
14
|
+
setShowChat: React.Dispatch<React.SetStateAction<boolean>>;
|
|
15
|
+
showChat: boolean;
|
|
16
|
+
formDataState: InstantLearningData | null;
|
|
17
|
+
setFormDataState: React.Dispatch<React.SetStateAction<InstantLearningData | null>>;
|
|
18
|
+
instantLearningSuggestions: any;
|
|
19
|
+
setHasUserFilledForm: React.Dispatch<React.SetStateAction<boolean>>;
|
|
20
|
+
hasUserFilledForm: boolean;
|
|
21
|
+
isNewChatClicked: boolean;
|
|
22
|
+
setIsNewChatClicked: React.Dispatch<React.SetStateAction<boolean>>;
|
|
23
|
+
setHasUserWrittenModification: React.Dispatch<React.SetStateAction<boolean>>;
|
|
24
|
+
extractedModification: string | null;
|
|
25
|
+
save: boolean;
|
|
26
|
+
extractedTooltip: string;
|
|
27
|
+
isSaveLoading: boolean;
|
|
28
|
+
shouldTriggerSave: boolean;
|
|
29
|
+
baseUrl?: string;
|
|
30
|
+
topic_table?: string;
|
|
31
|
+
variant_table?: string;
|
|
32
|
+
scope_table?: string;
|
|
33
|
+
embedding_column_name?: string;
|
|
34
|
+
embedding_model?: string;
|
|
35
|
+
validationWtaResponse?: any;
|
|
36
|
+
setValidationWtaResponse?: any;
|
|
37
|
+
learningWtaResponse?: any;
|
|
38
|
+
setLearningWtaResponse?: any;
|
|
39
|
+
setIsFormSavedClicked: React.Dispatch<React.SetStateAction<boolean>>;
|
|
40
|
+
onDeleteLearning?: (label: string) => void;
|
|
41
|
+
onMergeLearning?: (learningId: string) => void;
|
|
42
|
+
mergeLearningTrigger?: string | null;
|
|
43
|
+
resetLearningTrigger?: boolean;
|
|
44
|
+
editConflictingLearningTrigger: string | null;
|
|
45
|
+
editSimilarLearningTrigger: string | null;
|
|
46
|
+
setSendMessageInChat: React.Dispatch<React.SetStateAction<string>>;
|
|
47
|
+
isMergeLoading: boolean;
|
|
48
|
+
setIsMergeLoading: React.Dispatch<React.SetStateAction<boolean>>;
|
|
49
|
+
setSendValidationMessage: React.Dispatch<React.SetStateAction<string>>;
|
|
50
|
+
validationRecommendations: FormattedValidationRecommendation | null;
|
|
51
|
+
setFormValidating: React.Dispatch<React.SetStateAction<boolean>>;
|
|
52
|
+
}
|
|
53
|
+
interface InstantLearningData {
|
|
54
|
+
original: string;
|
|
55
|
+
modification: string;
|
|
56
|
+
whenToApply: string;
|
|
57
|
+
whenNotToApply: string;
|
|
58
|
+
tooltip: string;
|
|
59
|
+
context: string;
|
|
60
|
+
issue_with_response: string;
|
|
61
|
+
scope: string;
|
|
62
|
+
isTooltipEnabled: boolean;
|
|
63
|
+
isModificationEnabled: boolean;
|
|
64
|
+
isDevMode: boolean;
|
|
65
|
+
_mergeUpdate?: boolean;
|
|
66
|
+
_mergeWTA?: string[];
|
|
67
|
+
_mergeWNTA?: string[];
|
|
68
|
+
}
|
|
69
|
+
declare const LearningDetailsForm: React.FC<LearningDetailsFormProps>;
|
|
70
|
+
export default LearningDetailsForm;
|
|
71
|
+
//# sourceMappingURL=LearningDetailsForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LearningDetailsForm.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/LearningDetailsForm.tsx"],"names":[],"mappings":"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"}
|
package/dist/types/src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClickableChatComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ClickableChatComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAkCrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,8CAA+C,GAAG,4CAwC9E,CAAC;AAEF,eAAO,MAAM,gBAAgB,iHAAyH,GAAG,mDA8GxJ,CAAC;AACF,eAAO,MAAM,kBAAkB,4FAA6F,GAAG,mDAuC9H,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ToggleSelector: ({ label, onToggle, disabled }: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const ToggleSelectorForEdit: ({ label, onToggle, isSelected, disabled }: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const RuleDisplay: React.FC<{
|
|
5
|
+
content: string;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const CheckboxSelector: ({ label, onToggle, isSelected, disabled }: any) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const ActionableButton: ({ node, className, children, handleStream, onAction, disabled, ...props }: any) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const ActionableCheckbox: ({ node, className, children, selectedItems, onToggle, isSubmitted, disabled, ...props }: any) => import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
//# sourceMappingURL=CustomComponents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/CustomComponents.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,cAAc,kCAAkC,GAAG,4CA2D/D,CAAC;AAEF,eAAO,MAAM,qBAAqB,8CAAuD,GAAG,4CAqC3F,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAkCrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,8CAA+C,GAAG,4CAwC9E,CAAC;AAEF,eAAO,MAAM,gBAAgB,8EAA+E,GAAG,4CAsD9G,CAAC;AACF,eAAO,MAAM,kBAAkB,4FAA4F,GAAG,mDAuC7H,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":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAOvE,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;IACpF,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;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,EAAE,MAAM,EAAE,MAAM,KAAK,GAAG,CAAC;IAC1D,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CACvF;AAkHD,eAAO,MAAM,mBAAmB,wHAQ7B,gBAAgB,
|
|
1
|
+
{"version":3,"file":"MarkdownElements.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/MarkdownElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAOvE,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;IACpF,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;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,EAAE,MAAM,EAAE,MAAM,KAAK,GAAG,CAAC;IAC1D,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CACvF;AAkHD,eAAO,MAAM,mBAAmB,wHAQ7B,gBAAgB,6CAwGjB,CAAC;AAEH,eAAO,MAAM,oBAAoB,wHAS5B,gBAAgB,6CA6EpB,CAAC;AAEF,eAAO,MAAM,oBAAoB,8HAQ9B,iBAAiB,6CAyClB,CAAC"}
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
declare const MessageRendering: ({ index, content, role, messages, handleStream, scrollToBottom, isLastMessage, onSave, citations, setChatSize, chatSize, isStreamEnd, }: {
|
|
2
2
|
index: number;
|
|
3
3
|
content: string;
|
|
4
4
|
role: string;
|
|
5
5
|
messages: any;
|
|
6
6
|
handleStream: any;
|
|
7
7
|
scrollToBottom?: any;
|
|
8
|
-
isLastMessage?: boolean;
|
|
9
|
-
onSave?: () => void;
|
|
10
|
-
citations?: any[];
|
|
11
|
-
setChatSize?: (size: number) => void;
|
|
12
|
-
chatSize?: number;
|
|
13
|
-
isStreamEnd?: boolean;
|
|
14
|
-
|
|
15
|
-
onViewComparison?: () => void;
|
|
16
|
-
}
|
|
17
|
-
declare const MessageRendering: ({ index, content, role, messages, handleStream, scrollToBottom, isLastMessage, onSave, citations, setChatSize, chatSize, isStreamEnd, messageIsEnd, onViewComparison, }: MessageRenderingProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
isLastMessage?: boolean | undefined;
|
|
9
|
+
onSave?: (() => void) | undefined;
|
|
10
|
+
citations?: any[] | undefined;
|
|
11
|
+
setChatSize?: ((size: number) => void) | undefined;
|
|
12
|
+
chatSize?: number | undefined;
|
|
13
|
+
isStreamEnd?: boolean | undefined;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
18
15
|
export default MessageRendering;
|
|
19
16
|
//# sourceMappingURL=MessageRendering.d.ts.map
|
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":"
|
|
1
|
+
{"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/MessageRendering/MessageRendering.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,gBAAgB;WAcb,MAAM;aACJ,MAAM;UACT,MAAM;cACF,GAAG;kBACC,GAAG;qBACA,GAAG;;oBAEL,IAAI;;0BAEE,MAAM,KAAK,IAAI;;;6CA2gBrC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const MessageRendering: ({ index, content, messages, handleStream, scrollToBottom, isLastMessage, onSave, citations, setChatSize, chatSize }: {
|
|
2
|
+
index: number;
|
|
3
|
+
content: string;
|
|
4
|
+
messages: any;
|
|
5
|
+
handleStream: any;
|
|
6
|
+
scrollToBottom: any;
|
|
7
|
+
isLastMessage?: boolean | undefined;
|
|
8
|
+
onSave?: (() => void) | undefined;
|
|
9
|
+
citations?: any[] | undefined;
|
|
10
|
+
setChatSize?: ((size: number) => void) | undefined;
|
|
11
|
+
chatSize?: number | undefined;
|
|
12
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default MessageRendering;
|
|
14
|
+
//# sourceMappingURL=MessageRendering.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/MessageRendering.tsx"],"names":[],"mappings":"AAwSA,QAAA,MAAM,gBAAgB;WAEP,MAAM;aACJ,MAAM;cACL,GAAG;kBACC,GAAG;oBACD,GAAG;;oBAEJ,IAAI;;0BAEE,MAAM,KAAK,IAAI;;6CAgqB3C,CAAA;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,20 +1,29 @@
|
|
|
1
1
|
import React, { CSSProperties } from 'react';
|
|
2
2
|
interface RuleCardProps {
|
|
3
|
-
validationType: "duplicate" | "similar"
|
|
4
|
-
decisionStrength?: string;
|
|
3
|
+
validationType: "duplicate" | "similar";
|
|
5
4
|
title: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
description: string;
|
|
6
|
+
scope?: ScopeItem[];
|
|
7
|
+
whenToApply?: string;
|
|
8
|
+
whenNotToApply?: string;
|
|
9
|
+
whyIssue?: string;
|
|
10
|
+
tierLabel?: string;
|
|
9
11
|
customStyles?: RuleCardStyles;
|
|
10
12
|
}
|
|
13
|
+
interface ScopeItem {
|
|
14
|
+
value: string;
|
|
15
|
+
tier: number | string | null;
|
|
16
|
+
}
|
|
11
17
|
interface RuleCardStyles {
|
|
12
18
|
container?: CSSProperties;
|
|
19
|
+
upperSection?: CSSProperties;
|
|
20
|
+
lowerSection?: CSSProperties;
|
|
13
21
|
headerTag?: CSSProperties;
|
|
14
|
-
strengthBadgeStyle?: CSSProperties;
|
|
15
22
|
title?: CSSProperties;
|
|
16
23
|
description?: CSSProperties;
|
|
17
|
-
|
|
24
|
+
sectionLabel?: CSSProperties;
|
|
25
|
+
sectionContent?: CSSProperties;
|
|
26
|
+
accordionHeader?: CSSProperties;
|
|
18
27
|
}
|
|
19
28
|
declare const RuleValidationCard: React.FC<RuleCardProps>;
|
|
20
29
|
export default RuleValidationCard;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleValidationCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/RuleValidationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleValidationCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/RuleValidationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAuB,MAAM,OAAO,CAAC;AAKlE,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,GAAG,SAAS,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CAC9B;AAGD,UAAU,cAAc;IACtB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,eAAe,CAAC,EAAE,aAAa,CAAC;CACjC;AAwGD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAqI/C,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface FeedbackData {
|
|
3
|
+
variant: string;
|
|
4
|
+
when_to_apply?: string;
|
|
5
|
+
when_not_to_apply?: string;
|
|
6
|
+
tooltip?: string;
|
|
7
|
+
section?: string;
|
|
8
|
+
}
|
|
9
|
+
interface SimilarLearning {
|
|
10
|
+
id: string;
|
|
11
|
+
feedback: FeedbackData;
|
|
12
|
+
similarity_score: number;
|
|
13
|
+
}
|
|
14
|
+
interface SimilarLearningCardProps {
|
|
15
|
+
similarLearnings: SimilarLearning[];
|
|
16
|
+
formData: any;
|
|
17
|
+
}
|
|
18
|
+
declare const SimilarLearningCard: React.FC<SimilarLearningCardProps>;
|
|
19
|
+
export default SimilarLearningCard;
|
|
20
|
+
//# sourceMappingURL=SimilarLearningCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimilarLearningCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/SimilarLearningCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,UAAU,YAAY;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,eAAe;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,YAAY,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,wBAAwB;IAChC,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,QAAQ,EAAE,GAAG,CAAC;CACf;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAyO3D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface LearningDetailsFormProps {
|
|
3
|
+
selectedText: string;
|
|
4
|
+
scopeOptions: {
|
|
5
|
+
value: string;
|
|
6
|
+
labelText: string;
|
|
7
|
+
}[];
|
|
8
|
+
devModeTag: string;
|
|
9
|
+
chatLogo?: string;
|
|
10
|
+
submitFunction: (details: InstantLearningData, setLoader: Function) => void;
|
|
11
|
+
setShowChat: React.Dispatch<React.SetStateAction<boolean>>;
|
|
12
|
+
showChat: boolean;
|
|
13
|
+
setFormDataState: React.Dispatch<React.SetStateAction<InstantLearningData | null>>;
|
|
14
|
+
instantLearningSuggestions: any;
|
|
15
|
+
setHasUserFilledForm: React.Dispatch<React.SetStateAction<boolean>>;
|
|
16
|
+
hasUserFilledForm: boolean;
|
|
17
|
+
isNewChatClicked: boolean;
|
|
18
|
+
setIsNewChatClicked: React.Dispatch<React.SetStateAction<boolean>>;
|
|
19
|
+
setHasUserWrittenModification: React.Dispatch<React.SetStateAction<boolean>>;
|
|
20
|
+
extractedModification: string | null;
|
|
21
|
+
save: boolean;
|
|
22
|
+
extractedTooltip: string;
|
|
23
|
+
isSaveLoading: boolean;
|
|
24
|
+
template: string;
|
|
25
|
+
userQuery: string;
|
|
26
|
+
templateOptions: {
|
|
27
|
+
label: string;
|
|
28
|
+
value: string;
|
|
29
|
+
}[];
|
|
30
|
+
topic: string;
|
|
31
|
+
}
|
|
32
|
+
interface InstantLearningData {
|
|
33
|
+
original: string;
|
|
34
|
+
modification: string;
|
|
35
|
+
whenToApply: string;
|
|
36
|
+
whenNotToApply: string;
|
|
37
|
+
tooltip: string;
|
|
38
|
+
context: string;
|
|
39
|
+
issue_with_response: string;
|
|
40
|
+
scope: string;
|
|
41
|
+
isTooltipEnabled: boolean;
|
|
42
|
+
isModificationEnabled: boolean;
|
|
43
|
+
isDevMode: boolean;
|
|
44
|
+
userQuery: string;
|
|
45
|
+
howToRespond: string;
|
|
46
|
+
topic: string;
|
|
47
|
+
}
|
|
48
|
+
declare const TemplateRetrievalForm: React.FC<LearningDetailsFormProps>;
|
|
49
|
+
export default TemplateRetrievalForm;
|
|
50
|
+
//# sourceMappingURL=TemplateRetrievalForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplateRetrievalForm.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/TemplateRetrievalForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAwBjF,UAAU,wBAAwB;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACrD,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,CAAC,OAAO,EAAE,mBAAmB,EAAE,SAAS,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC5E,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC3D,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;IACnF,0BAA0B,EAAE,GAAG,CAAC;IAChC,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACpE,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnE,6BAA6B,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAA;IAC5E,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAA;IACpC,IAAI,EAAE,OAAO,CAAA;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,OAAO,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,eAAe,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACnD,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,UAAU,mBAAmB;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,OAAO,CAAC;IAC1B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAA;CAChB;AAkID,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA65C7D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ButtonHTMLAttributes, ReactNode } from "react";
|
|
2
|
+
interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
3
|
+
icon?: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare const Button: ({ children, icon, className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/atoms/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAExD,UAAU,WAAY,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IACnE,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,MAAM,4CAA6C,WAAW,4CAK1E,CAAC"}
|
|
@@ -8,8 +8,7 @@ interface DropdownProps {
|
|
|
8
8
|
}[];
|
|
9
9
|
placeholder: string;
|
|
10
10
|
isHighlighted?: boolean;
|
|
11
|
-
readOnly?: boolean;
|
|
12
11
|
}
|
|
13
|
-
export declare const Dropdown: ({ value, onChange, options, placeholder, isHighlighted
|
|
12
|
+
export declare const Dropdown: ({ value, onChange, options, placeholder, isHighlighted }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
13
|
export {};
|
|
15
14
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.tsx"],"names":[],"mappings":";AAAA,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.tsx"],"names":[],"mappings":";AAAA,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,6DAA8D,aAAa,4CAiB/F,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface DropdownProps {
|
|
3
|
+
value: string;
|
|
4
|
+
onChange: (e: React.ChangeEvent<HTMLSelectElement>) => void;
|
|
5
|
+
options: {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
placeholder: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Dropdown: ({ value, onChange, options, placeholder }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/atoms/Dropdown.tsx"],"names":[],"mappings":";AAAA,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,QAAQ,8CAA+C,aAAa,4CAShF,CAAC"}
|