@e-llm-studio/instant-learning 1.3.0-alpha.9 → 1.3.0-alpha.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (492) hide show
  1. package/README.md +732 -6
  2. package/dist/cjs/features/IL-OTJ/ILOTJ.js +1 -1
  3. package/dist/cjs/features/IL-OTJ/ILOTJTest.js +1 -1
  4. package/dist/cjs/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.js +1 -1
  5. package/dist/cjs/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.js +1 -1
  6. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  7. package/dist/cjs/features/IL-OTJ/_components/CitationLink.js +1 -1
  8. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +1 -1
  9. package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.js +2 -0
  10. package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.js.map +1 -0
  11. package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.module.css.js +2 -0
  12. package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.module.css.js.map +1 -0
  13. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.js +1 -1
  14. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +1 -1
  15. package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.js +1 -1
  16. package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +1 -1
  17. package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.js +1 -1
  18. package/dist/cjs/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +1 -1
  19. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
  20. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.js +2 -0
  21. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.js.map +1 -0
  22. package/dist/cjs/features/LearningManagement/AuditLog/AuditLog.js +1 -1
  23. package/dist/cjs/features/LearningManagement/LearningManagement.js +1 -1
  24. package/dist/cjs/features/LearningManagement/LearningManagementTest.js +2 -0
  25. package/dist/cjs/features/LearningManagement/LearningManagementTest.js.map +1 -0
  26. package/dist/cjs/features/LearningManagement/LearningTemplateLayout.js +1 -1
  27. package/dist/cjs/features/LearningManagement/RBAC/AccessManagementPanel.js +1 -1
  28. package/dist/cjs/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.js +1 -1
  29. package/dist/cjs/features/LearningManagement/RuleContent/AddScopeModal.js +1 -1
  30. package/dist/cjs/features/LearningManagement/RuleContent/ApprovalLearningDialog.js +1 -1
  31. package/dist/cjs/features/LearningManagement/RuleContent/ContentLogic.js +1 -1
  32. package/dist/cjs/features/LearningManagement/RuleContent/RuleAccordionHeader.js +1 -1
  33. package/dist/cjs/features/LearningManagement/RuleContent/RuleContent.js +1 -1
  34. package/dist/cjs/features/LearningManagement/RuleContent/RuleHeader.js +1 -1
  35. package/dist/cjs/features/LearningManagement/RuleContent/RuleTierList.js +1 -1
  36. package/dist/cjs/features/LearningManagement/RuleContent/TierCard.js +1 -1
  37. package/dist/cjs/features/LearningManagement/RuleContent/VariantCard.js +1 -1
  38. package/dist/cjs/features/LearningManagement/Sidebar.js +1 -1
  39. package/dist/cjs/features/LearningManagement/StationsContent/StationsContent.js +1 -1
  40. package/dist/cjs/features/LearningManagement/apis/apiConfig.js +1 -1
  41. package/dist/cjs/features/LearningManagement/apis/scopeApis.js +1 -1
  42. package/dist/cjs/features/LearningManagement/components/ConfirmationModal.js +1 -1
  43. package/dist/cjs/features/LearningManagement/components/CreateRuleSetLegacyModal.js +1 -1
  44. package/dist/cjs/features/LearningManagement/components/EmptyLearningState.js +1 -1
  45. package/dist/cjs/features/LearningManagement/components/InstantLearningModal.js +1 -1
  46. package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeNode.js +1 -1
  47. package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeNodeHeader.js +1 -1
  48. package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeSidebar.js +1 -1
  49. package/dist/cjs/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js +2 -0
  50. package/dist/cjs/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js.map +1 -0
  51. package/dist/cjs/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js +1 -1
  52. package/dist/cjs/features/LearningManagement/config.js +1 -1
  53. package/dist/cjs/features/LearningManagement/constants.js +2 -0
  54. package/dist/cjs/features/LearningManagement/constants.js.map +1 -0
  55. package/dist/cjs/features/LearningManagement/hooks/useLearningTemplateQueryParams.js +1 -1
  56. package/dist/cjs/features/LearningManagement/queries/useLMSConfigQuery.js +2 -0
  57. package/dist/cjs/features/LearningManagement/queries/useLMSConfigQuery.js.map +1 -0
  58. package/dist/cjs/features/LearningManagement/store/useEnvStore.js +1 -1
  59. package/dist/cjs/features/LearningManagement/store/useLMSConfigStore.js +2 -0
  60. package/dist/cjs/features/LearningManagement/store/useLMSConfigStore.js.map +1 -0
  61. package/dist/cjs/features/LearningManagement/store/useLearningTemplateStore.js +1 -1
  62. package/dist/cjs/features/LearningManagement/store/usePermissionsStore.js +1 -1
  63. package/dist/cjs/features/LearningManagement/styles/ScopeTree.module.css.js +1 -1
  64. package/dist/cjs/features/LearningManagement/styles/Sidebar.module.css.js +1 -1
  65. package/dist/cjs/features/LearningManagement/styles/TierCard.module.css.js +1 -1
  66. package/dist/cjs/features/LearningManagement/utils/treeUtils.js +1 -1
  67. package/dist/cjs/index.js +1 -1
  68. package/dist/cjs/plugins/ValueTypes/Default/DefaultTeachMeRenderer.js +1 -1
  69. package/dist/cjs/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.js +1 -1
  70. package/dist/features/IL-OTJ/ILOTJ.js +1 -1
  71. package/dist/features/IL-OTJ/ILOTJTest.js +1 -1
  72. package/dist/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.js +1 -1
  73. package/dist/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.js +1 -1
  74. package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  75. package/dist/features/IL-OTJ/_components/CitationLink.js +1 -1
  76. package/dist/features/IL-OTJ/_components/ILPopup.js +1 -1
  77. package/dist/features/IL-OTJ/_components/MarkdownRenderer.js +2 -0
  78. package/dist/features/IL-OTJ/_components/MarkdownRenderer.js.map +1 -0
  79. package/dist/features/IL-OTJ/_components/MarkdownRenderer.module.css.js +2 -0
  80. package/dist/features/IL-OTJ/_components/MarkdownRenderer.module.css.js.map +1 -0
  81. package/dist/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.js +1 -1
  82. package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +1 -1
  83. package/dist/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.js +1 -1
  84. package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +1 -1
  85. package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.js +1 -1
  86. package/dist/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +1 -1
  87. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
  88. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.js +2 -0
  89. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.js.map +1 -0
  90. package/dist/features/LearningManagement/AuditLog/AuditLog.js +1 -1
  91. package/dist/features/LearningManagement/LearningManagement.js +1 -1
  92. package/dist/features/LearningManagement/LearningManagementTest.js +2 -0
  93. package/dist/features/LearningManagement/LearningManagementTest.js.map +1 -0
  94. package/dist/features/LearningManagement/LearningTemplateLayout.js +1 -1
  95. package/dist/features/LearningManagement/RBAC/AccessManagementPanel.js +1 -1
  96. package/dist/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.js +1 -1
  97. package/dist/features/LearningManagement/RuleContent/AddScopeModal.js +1 -1
  98. package/dist/features/LearningManagement/RuleContent/ApprovalLearningDialog.js +1 -1
  99. package/dist/features/LearningManagement/RuleContent/ContentLogic.js +1 -1
  100. package/dist/features/LearningManagement/RuleContent/RuleAccordionHeader.js +1 -1
  101. package/dist/features/LearningManagement/RuleContent/RuleContent.js +1 -1
  102. package/dist/features/LearningManagement/RuleContent/RuleHeader.js +1 -1
  103. package/dist/features/LearningManagement/RuleContent/RuleTierList.js +1 -1
  104. package/dist/features/LearningManagement/RuleContent/TierCard.js +1 -1
  105. package/dist/features/LearningManagement/RuleContent/VariantCard.js +1 -1
  106. package/dist/features/LearningManagement/Sidebar.js +1 -1
  107. package/dist/features/LearningManagement/StationsContent/StationsContent.js +1 -1
  108. package/dist/features/LearningManagement/apis/apiConfig.js +1 -1
  109. package/dist/features/LearningManagement/apis/scopeApis.js +1 -1
  110. package/dist/features/LearningManagement/components/ConfirmationModal.js +1 -1
  111. package/dist/features/LearningManagement/components/CreateRuleSetLegacyModal.js +1 -1
  112. package/dist/features/LearningManagement/components/EmptyLearningState.js +1 -1
  113. package/dist/features/LearningManagement/components/InstantLearningModal.js +1 -1
  114. package/dist/features/LearningManagement/components/ScopeTree/TreeNode.js +1 -1
  115. package/dist/features/LearningManagement/components/ScopeTree/TreeNodeHeader.js +1 -1
  116. package/dist/features/LearningManagement/components/ScopeTree/TreeSidebar.js +1 -1
  117. package/dist/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js +2 -0
  118. package/dist/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js.map +1 -0
  119. package/dist/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js +1 -1
  120. package/dist/features/LearningManagement/config.js +1 -1
  121. package/dist/features/LearningManagement/constants.js +2 -0
  122. package/dist/features/LearningManagement/constants.js.map +1 -0
  123. package/dist/features/LearningManagement/hooks/useLearningTemplateQueryParams.js +1 -1
  124. package/dist/features/LearningManagement/queries/useLMSConfigQuery.js +2 -0
  125. package/dist/features/LearningManagement/queries/useLMSConfigQuery.js.map +1 -0
  126. package/dist/features/LearningManagement/store/useEnvStore.js +1 -1
  127. package/dist/features/LearningManagement/store/useLMSConfigStore.js +2 -0
  128. package/dist/features/LearningManagement/store/useLMSConfigStore.js.map +1 -0
  129. package/dist/features/LearningManagement/store/useLearningTemplateStore.js +1 -1
  130. package/dist/features/LearningManagement/store/usePermissionsStore.js +1 -1
  131. package/dist/features/LearningManagement/styles/ScopeTree.module.css.js +1 -1
  132. package/dist/features/LearningManagement/styles/Sidebar.module.css.js +1 -1
  133. package/dist/features/LearningManagement/styles/TierCard.module.css.js +1 -1
  134. package/dist/features/LearningManagement/utils/treeUtils.js +1 -1
  135. package/dist/index.js +1 -1
  136. package/dist/plugins/ValueTypes/Default/DefaultTeachMeRenderer.js +1 -1
  137. package/dist/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.js +1 -1
  138. package/dist/types/src/AccordianHeadTest.d.ts +2 -1
  139. package/dist/types/src/AccordianHeadTest.d.ts.map +1 -1
  140. package/dist/types/src/App.d.ts +2 -1
  141. package/dist/types/src/App.d.ts.map +1 -1
  142. package/dist/types/src/CommonComponents/AccordianHead/AccordianHead.d.ts +1 -1
  143. package/dist/types/src/CommonComponents/AccordianHead/AccordianHead.d.ts.map +1 -1
  144. package/dist/types/src/CommonComponents/GradientSparkleIcon.d.ts +2 -1
  145. package/dist/types/src/CommonComponents/GradientSparkleIcon.d.ts.map +1 -1
  146. package/dist/types/src/CommonComponents/HelloWorld.d.ts +1 -1
  147. package/dist/types/src/CommonComponents/HelloWorld.d.ts.map +1 -1
  148. package/dist/types/src/CommonComponents/NoTableData.d.ts +1 -1
  149. package/dist/types/src/CommonComponents/NoTableData.d.ts.map +1 -1
  150. package/dist/types/src/CommonComponents/Spinner.d.ts +2 -1
  151. package/dist/types/src/CommonComponents/Spinner.d.ts.map +1 -1
  152. package/dist/types/src/GoogleFilePickerDemo.d.ts +2 -1
  153. package/dist/types/src/GoogleFilePickerDemo.d.ts.map +1 -1
  154. package/dist/types/src/ThinkingBulbIconComponent.d.ts +2 -1
  155. package/dist/types/src/ThinkingBulbIconComponent.d.ts.map +1 -1
  156. package/dist/types/src/features/DataSelector/DataSelector.d.ts +1 -1
  157. package/dist/types/src/features/DataSelector/DataSelector.d.ts.map +1 -1
  158. package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts +1 -1
  159. package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +1 -1
  160. package/dist/types/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +1 -1
  161. package/dist/types/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +1 -1
  162. package/dist/types/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts +1 -1
  163. package/dist/types/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +1 -1
  164. package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts +1 -1
  165. package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +1 -1
  166. package/dist/types/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts +2 -1
  167. package/dist/types/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +1 -1
  168. package/dist/types/src/features/DataSelector/components/SavedDataSetListScreen.d.ts +2 -1
  169. package/dist/types/src/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +1 -1
  170. package/dist/types/src/features/DataSelector/components/SelectedDataList.d.ts +1 -1
  171. package/dist/types/src/features/DataSelector/components/SelectedDataList.d.ts.map +1 -1
  172. package/dist/types/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +1 -1
  173. package/dist/types/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +1 -1
  174. package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +2 -1
  175. package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +1 -1
  176. package/dist/types/src/features/DocumentLearning/_components/MessageRendering.d.ts +2 -1
  177. package/dist/types/src/features/DocumentLearning/_components/MessageRendering.d.ts.map +1 -1
  178. package/dist/types/src/features/DocumentLearning/_components/MinimizedThinkingSteps.d.ts +2 -1
  179. package/dist/types/src/features/DocumentLearning/_components/MinimizedThinkingSteps.d.ts.map +1 -1
  180. package/dist/types/src/features/DocumentLearning/_components/_svg/ArrowDown.d.ts +2 -1
  181. package/dist/types/src/features/DocumentLearning/_components/_svg/ArrowDown.d.ts.map +1 -1
  182. package/dist/types/src/features/DocumentLearning/_components/_svg/ArrowIconBlue.d.ts +2 -1
  183. package/dist/types/src/features/DocumentLearning/_components/_svg/ArrowIconBlue.d.ts.map +1 -1
  184. package/dist/types/src/features/DocumentLearning/_components/_svg/CompleteIconGreen.d.ts +2 -1
  185. package/dist/types/src/features/DocumentLearning/_components/_svg/CompleteIconGreen.d.ts.map +1 -1
  186. package/dist/types/src/features/DocumentLearning/_components/_svg/NewChatIcon.d.ts +2 -1
  187. package/dist/types/src/features/DocumentLearning/_components/_svg/NewChatIcon.d.ts.map +1 -1
  188. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +0 -2
  189. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
  190. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +597 -0
  191. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
  192. package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts +1 -17
  193. package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts.map +1 -1
  194. package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts +2 -1
  195. package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts.map +1 -1
  196. package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts +2 -1
  197. package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -1
  198. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
  199. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts +2 -1
  200. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts.map +1 -1
  201. package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts.map +1 -1
  202. package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +1 -1
  203. package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +1 -1
  204. package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts +2 -1
  205. package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -1
  206. package/dist/types/src/features/IL-OTJ/_components/GapExplanationAccordion.d.ts +1 -1
  207. package/dist/types/src/features/IL-OTJ/_components/GapExplanationAccordion.d.ts.map +1 -1
  208. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +1 -1
  209. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -1
  210. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +3 -3
  211. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -1
  212. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +1 -1
  213. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +1 -1
  214. package/dist/types/src/features/IL-OTJ/_components/MarkdownRenderer.d.ts +25 -0
  215. package/dist/types/src/features/IL-OTJ/_components/MarkdownRenderer.d.ts.map +1 -0
  216. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts +3 -3
  217. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts.map +1 -1
  218. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts +2 -1
  219. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
  220. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +1 -1
  221. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts +2 -1
  222. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -1
  223. package/dist/types/src/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts +2 -1
  224. package/dist/types/src/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts.map +1 -1
  225. package/dist/types/src/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts +2 -1
  226. package/dist/types/src/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts.map +1 -1
  227. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/AgentStepsView.d.ts +1 -1
  228. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/AgentStepsView.d.ts.map +1 -1
  229. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/StepDetailView.d.ts +2 -1
  230. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/StepDetailView.d.ts.map +1 -1
  231. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/Thinkingstepshelper.d.ts +9 -9
  232. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/Thinkingstepshelper.d.ts.map +1 -1
  233. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/WorkingIndicator.d.ts +2 -1
  234. package/dist/types/src/features/IL-OTJ/_components/WatchMeWork/WorkingIndicator.d.ts.map +1 -1
  235. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowDown.d.ts +2 -1
  236. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowDown.d.ts.map +1 -1
  237. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts +2 -1
  238. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts.map +1 -1
  239. package/dist/types/src/features/IL-OTJ/_components/_svg/BookIcon.d.ts +2 -1
  240. package/dist/types/src/features/IL-OTJ/_components/_svg/BookIcon.d.ts.map +1 -1
  241. package/dist/types/src/features/IL-OTJ/_components/_svg/ButtonCognitiveIcon.d.ts +1 -1
  242. package/dist/types/src/features/IL-OTJ/_components/_svg/ButtonCognitiveIcon.d.ts.map +1 -1
  243. package/dist/types/src/features/IL-OTJ/_components/_svg/ChevronDown.d.ts +2 -1
  244. package/dist/types/src/features/IL-OTJ/_components/_svg/ChevronDown.d.ts.map +1 -1
  245. package/dist/types/src/features/IL-OTJ/_components/_svg/ChevronIcon.d.ts +1 -1
  246. package/dist/types/src/features/IL-OTJ/_components/_svg/ChevronIcon.d.ts.map +1 -1
  247. package/dist/types/src/features/IL-OTJ/_components/_svg/ChevronUp.d.ts +2 -1
  248. package/dist/types/src/features/IL-OTJ/_components/_svg/ChevronUp.d.ts.map +1 -1
  249. package/dist/types/src/features/IL-OTJ/_components/_svg/CognitiveDecisioning.d.ts +2 -1
  250. package/dist/types/src/features/IL-OTJ/_components/_svg/CognitiveDecisioning.d.ts.map +1 -1
  251. package/dist/types/src/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts +2 -1
  252. package/dist/types/src/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts.map +1 -1
  253. package/dist/types/src/features/IL-OTJ/_components/_svg/GapIcon.d.ts +1 -1
  254. package/dist/types/src/features/IL-OTJ/_components/_svg/GapIcon.d.ts.map +1 -1
  255. package/dist/types/src/features/IL-OTJ/_components/_svg/HumanWithBrainIcon.d.ts +2 -1
  256. package/dist/types/src/features/IL-OTJ/_components/_svg/HumanWithBrainIcon.d.ts.map +1 -1
  257. package/dist/types/src/features/IL-OTJ/_components/_svg/InfoIcon.d.ts +2 -1
  258. package/dist/types/src/features/IL-OTJ/_components/_svg/InfoIcon.d.ts.map +1 -1
  259. package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +1 -1
  260. package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +1 -1
  261. package/dist/types/src/features/IL-OTJ/_components/_svg/Lightbulb.d.ts +1 -1
  262. package/dist/types/src/features/IL-OTJ/_components/_svg/Lightbulb.d.ts.map +1 -1
  263. package/dist/types/src/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts +1 -1
  264. package/dist/types/src/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts.map +1 -1
  265. package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +2 -1
  266. package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +1 -1
  267. package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts +2 -1
  268. package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +1 -1
  269. package/dist/types/src/features/IL-OTJ/_components/_svg/RightSideIcons.d.ts +9 -8
  270. package/dist/types/src/features/IL-OTJ/_components/_svg/RightSideIcons.d.ts.map +1 -1
  271. package/dist/types/src/features/IL-OTJ/_components/_svg/ScrollToBottom.d.ts +2 -1
  272. package/dist/types/src/features/IL-OTJ/_components/_svg/ScrollToBottom.d.ts.map +1 -1
  273. package/dist/types/src/features/IL-OTJ/_components/_svg/SendButton.d.ts +2 -1
  274. package/dist/types/src/features/IL-OTJ/_components/_svg/SendButton.d.ts.map +1 -1
  275. package/dist/types/src/features/IL-OTJ/_components/_svg/SparkleIcon.d.ts +2 -1
  276. package/dist/types/src/features/IL-OTJ/_components/_svg/SparkleIcon.d.ts.map +1 -1
  277. package/dist/types/src/features/IL-OTJ/_components/_svg/TickIcon.d.ts +1 -1
  278. package/dist/types/src/features/IL-OTJ/_components/_svg/TickIcon.d.ts.map +1 -1
  279. package/dist/types/src/features/IL-OTJ/_components/_svg/UserIcon.d.ts +2 -1
  280. package/dist/types/src/features/IL-OTJ/_components/_svg/UserIcon.d.ts.map +1 -1
  281. package/dist/types/src/features/IL-OTJ/_components/_svg/WarningIcon.d.ts +2 -1
  282. package/dist/types/src/features/IL-OTJ/_components/_svg/WarningIcon.d.ts.map +1 -1
  283. package/dist/types/src/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.d.ts +2 -1
  284. package/dist/types/src/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.d.ts.map +1 -1
  285. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/Button.d.ts +1 -1
  286. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/Button.d.ts.map +1 -1
  287. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +1 -1
  288. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -1
  289. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts +2 -1
  290. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts.map +1 -1
  291. package/dist/types/src/features/IL-OTJ/_components/index.d.ts +2 -0
  292. package/dist/types/src/features/IL-OTJ/_components/index.d.ts.map +1 -1
  293. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +1 -1
  294. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -1
  295. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +1 -1
  296. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -1
  297. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts +2 -1
  298. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts.map +1 -1
  299. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +2 -1
  300. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -1
  301. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +2 -1
  302. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -1
  303. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +1 -1
  304. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -1
  305. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +2 -1
  306. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -1
  307. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.d.ts +2 -1
  308. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.d.ts.map +1 -1
  309. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts +2 -1
  310. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -1
  311. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.d.ts +2 -1
  312. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.d.ts.map +1 -1
  313. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/Testing.d.ts +2 -1
  314. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/Testing.d.ts.map +1 -1
  315. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts +2 -1
  316. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -1
  317. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts +2 -1
  318. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts.map +1 -1
  319. package/dist/types/src/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.d.ts +2 -1
  320. package/dist/types/src/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.d.ts.map +1 -1
  321. package/dist/types/src/features/IL-OTJ/store/CitationsContext.d.ts +1 -1
  322. package/dist/types/src/features/IL-OTJ/store/CitationsContext.d.ts.map +1 -1
  323. package/dist/types/src/features/InstantLearning/_components/MessageRendering.d.ts +2 -1
  324. package/dist/types/src/features/InstantLearning/_components/MessageRendering.d.ts.map +1 -1
  325. package/dist/types/src/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts +2 -1
  326. package/dist/types/src/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts.map +1 -1
  327. package/dist/types/src/features/InstantLearning/_components/_svg/ArrowDown.d.ts +2 -1
  328. package/dist/types/src/features/InstantLearning/_components/_svg/ArrowDown.d.ts.map +1 -1
  329. package/dist/types/src/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts +2 -1
  330. package/dist/types/src/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts.map +1 -1
  331. package/dist/types/src/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts +2 -1
  332. package/dist/types/src/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts.map +1 -1
  333. package/dist/types/src/features/InstantLearning/_components/_svg/NewChatIcon.d.ts +2 -1
  334. package/dist/types/src/features/InstantLearning/_components/_svg/NewChatIcon.d.ts.map +1 -1
  335. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.d.ts +4 -0
  336. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.d.ts.map +1 -0
  337. package/dist/types/src/features/LearningManagement/AuditLog/AuditLog.d.ts.map +1 -1
  338. package/dist/types/src/features/LearningManagement/LearningManagement.d.ts +9 -1
  339. package/dist/types/src/features/LearningManagement/LearningManagement.d.ts.map +1 -1
  340. package/dist/types/src/features/LearningManagement/LearningManagementTest.d.ts +2 -1
  341. package/dist/types/src/features/LearningManagement/LearningManagementTest.d.ts.map +1 -1
  342. package/dist/types/src/features/LearningManagement/LearningTemplateLayout.d.ts +1 -0
  343. package/dist/types/src/features/LearningManagement/LearningTemplateLayout.d.ts.map +1 -1
  344. package/dist/types/src/features/LearningManagement/RBAC/AccessManagementPanel.d.ts +1 -0
  345. package/dist/types/src/features/LearningManagement/RBAC/AccessManagementPanel.d.ts.map +1 -1
  346. package/dist/types/src/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.d.ts.map +1 -1
  347. package/dist/types/src/features/LearningManagement/RuleContent/AddScopeModal.d.ts +1 -0
  348. package/dist/types/src/features/LearningManagement/RuleContent/AddScopeModal.d.ts.map +1 -1
  349. package/dist/types/src/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts +2 -1
  350. package/dist/types/src/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts.map +1 -1
  351. package/dist/types/src/features/LearningManagement/RuleContent/ContentLogic.d.ts.map +1 -1
  352. package/dist/types/src/features/LearningManagement/RuleContent/RuleAccordionHeader.d.ts.map +1 -1
  353. package/dist/types/src/features/LearningManagement/RuleContent/RuleContent.d.ts +1 -0
  354. package/dist/types/src/features/LearningManagement/RuleContent/RuleContent.d.ts.map +1 -1
  355. package/dist/types/src/features/LearningManagement/RuleContent/RuleHeader.d.ts +2 -0
  356. package/dist/types/src/features/LearningManagement/RuleContent/RuleHeader.d.ts.map +1 -1
  357. package/dist/types/src/features/LearningManagement/RuleContent/RuleTierList.d.ts.map +1 -1
  358. package/dist/types/src/features/LearningManagement/RuleContent/TierCard.d.ts +1 -0
  359. package/dist/types/src/features/LearningManagement/RuleContent/TierCard.d.ts.map +1 -1
  360. package/dist/types/src/features/LearningManagement/RuleContent/VariantCard.d.ts.map +1 -1
  361. package/dist/types/src/features/LearningManagement/Sidebar.d.ts.map +1 -1
  362. package/dist/types/src/features/LearningManagement/StationsContent/StationsContent.d.ts +1 -0
  363. package/dist/types/src/features/LearningManagement/StationsContent/StationsContent.d.ts.map +1 -1
  364. package/dist/types/src/features/LearningManagement/apis/apiConfig.d.ts +8 -0
  365. package/dist/types/src/features/LearningManagement/apis/apiConfig.d.ts.map +1 -1
  366. package/dist/types/src/features/LearningManagement/apis/scopeApis.d.ts +25 -3
  367. package/dist/types/src/features/LearningManagement/apis/scopeApis.d.ts.map +1 -1
  368. package/dist/types/src/features/LearningManagement/components/CardSkeleton.d.ts +2 -1
  369. package/dist/types/src/features/LearningManagement/components/CardSkeleton.d.ts.map +1 -1
  370. package/dist/types/src/features/LearningManagement/components/ConfirmationModal.d.ts +2 -1
  371. package/dist/types/src/features/LearningManagement/components/ConfirmationModal.d.ts.map +1 -1
  372. package/dist/types/src/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts +1 -0
  373. package/dist/types/src/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts.map +1 -1
  374. package/dist/types/src/features/LearningManagement/components/EmptyLearningState.d.ts +6 -0
  375. package/dist/types/src/features/LearningManagement/components/EmptyLearningState.d.ts.map +1 -1
  376. package/dist/types/src/features/LearningManagement/components/InstantLearningModal.d.ts +1 -0
  377. package/dist/types/src/features/LearningManagement/components/InstantLearningModal.d.ts.map +1 -1
  378. package/dist/types/src/features/LearningManagement/components/LearningTemplateManagementSkeleton.d.ts +2 -1
  379. package/dist/types/src/features/LearningManagement/components/LearningTemplateManagementSkeleton.d.ts.map +1 -1
  380. package/dist/types/src/features/LearningManagement/components/RuleContentSkeleton.d.ts +2 -1
  381. package/dist/types/src/features/LearningManagement/components/RuleContentSkeleton.d.ts.map +1 -1
  382. package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNode.d.ts +9 -0
  383. package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNode.d.ts.map +1 -1
  384. package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts +2 -0
  385. package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -1
  386. package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts.map +1 -1
  387. package/dist/types/src/features/LearningManagement/components/Skeleton.d.ts +1 -1
  388. package/dist/types/src/features/LearningManagement/components/Skeleton.d.ts.map +1 -1
  389. package/dist/types/src/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts +13 -0
  390. package/dist/types/src/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts.map +1 -0
  391. package/dist/types/src/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts.map +1 -1
  392. package/dist/types/src/features/LearningManagement/constants.d.ts +9 -0
  393. package/dist/types/src/features/LearningManagement/constants.d.ts.map +1 -0
  394. package/dist/types/src/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts +2 -0
  395. package/dist/types/src/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts.map +1 -1
  396. package/dist/types/src/features/LearningManagement/queries/useLMSConfigQuery.d.ts +2 -0
  397. package/dist/types/src/features/LearningManagement/queries/useLMSConfigQuery.d.ts.map +1 -0
  398. package/dist/types/src/features/LearningManagement/store/useEnvStore.d.ts +2 -0
  399. package/dist/types/src/features/LearningManagement/store/useEnvStore.d.ts.map +1 -1
  400. package/dist/types/src/features/LearningManagement/store/useLMSConfigStore.d.ts +235 -0
  401. package/dist/types/src/features/LearningManagement/store/useLMSConfigStore.d.ts.map +1 -0
  402. package/dist/types/src/features/LearningManagement/store/useLearningTemplateStore.d.ts +4 -0
  403. package/dist/types/src/features/LearningManagement/store/useLearningTemplateStore.d.ts.map +1 -1
  404. package/dist/types/src/features/LearningManagement/store/usePermissionsStore.d.ts +2 -1
  405. package/dist/types/src/features/LearningManagement/store/usePermissionsStore.d.ts.map +1 -1
  406. package/dist/types/src/features/LearningManagement/utils/treeUtils.d.ts +2 -1
  407. package/dist/types/src/features/LearningManagement/utils/treeUtils.d.ts.map +1 -1
  408. package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +1 -1
  409. package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +1 -1
  410. package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +1 -1
  411. package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +1 -1
  412. package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +1 -1
  413. package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +1 -1
  414. package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +1 -1
  415. package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +1 -1
  416. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +1 -1
  417. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +1 -1
  418. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +1 -1
  419. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +1 -1
  420. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +1 -1
  421. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +1 -1
  422. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +1 -1
  423. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +1 -1
  424. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +2 -1
  425. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +1 -1
  426. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +2 -1
  427. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +1 -1
  428. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +2 -1
  429. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +1 -1
  430. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +2 -1
  431. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +1 -1
  432. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +1 -1
  433. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +1 -1
  434. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +1 -1
  435. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +1 -1
  436. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +1 -1
  437. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +1 -1
  438. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +1 -1
  439. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +1 -1
  440. package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +1 -1
  441. package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +1 -1
  442. package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +1 -1
  443. package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +1 -1
  444. package/dist/types/src/index.d.ts +2 -0
  445. package/dist/types/src/index.d.ts.map +1 -1
  446. package/dist/types/src/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts +1 -0
  447. package/dist/types/src/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts.map +1 -1
  448. package/dist/types/src/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts +2 -8
  449. package/dist/types/src/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts.map +1 -1
  450. package/dist/types/src/plugins/ValueTypes/Default/DefaultTeachMeRendererOld.d.ts +28 -0
  451. package/dist/types/src/plugins/ValueTypes/Default/DefaultTeachMeRendererOld.d.ts.map +1 -0
  452. package/dist/types/src/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts +1 -0
  453. package/dist/types/src/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts.map +1 -1
  454. package/dist/types/src/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.d.ts +2 -1
  455. package/dist/types/src/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.d.ts.map +1 -1
  456. package/dist/types/src/routes/Routes.d.ts +2 -1
  457. package/dist/types/src/routes/Routes.d.ts.map +1 -1
  458. package/dist/types/src/utils/CustomSkeleton.d.ts +1 -1
  459. package/dist/types/src/utils/CustomSkeleton.d.ts.map +1 -1
  460. package/dist/types/src/utils/SkeletonLoader.d.ts +1 -1
  461. package/dist/types/src/utils/SkeletonLoader.d.ts.map +1 -1
  462. package/package.json +16 -4
  463. package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +0 -2
  464. package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +0 -1
  465. package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +0 -2
  466. package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +0 -1
  467. package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +0 -2
  468. package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +0 -1
  469. package/dist/cjs/features/LearningManagement/assets/Search-result(add new).svg.js +0 -2
  470. package/dist/cjs/features/LearningManagement/assets/Search-result(add new).svg.js.map +0 -1
  471. package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js +0 -2
  472. package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js.map +0 -1
  473. package/dist/cjs/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js +0 -2
  474. package/dist/cjs/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js.map +0 -1
  475. package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +0 -2
  476. package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +0 -1
  477. package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +0 -2
  478. package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +0 -1
  479. package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +0 -2
  480. package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +0 -1
  481. package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +0 -2
  482. package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +0 -1
  483. package/dist/features/LearningManagement/assets/Search-result(add new).svg.js +0 -2
  484. package/dist/features/LearningManagement/assets/Search-result(add new).svg.js.map +0 -1
  485. package/dist/features/LearningManagement/components/CreateLearningSetModal.js +0 -2
  486. package/dist/features/LearningManagement/components/CreateLearningSetModal.js.map +0 -1
  487. package/dist/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js +0 -2
  488. package/dist/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js.map +0 -1
  489. package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +0 -2
  490. package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +0 -1
  491. package/dist/types/src/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.d.ts +0 -12
  492. package/dist/types/src/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"NewChatIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/NewChatIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,WAAW,oCAKd,gBAAgB,4CA8BlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"NewChatIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/NewChatIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,WAAW,oCAKd,gBAAgB,sBA8BlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,8 +1,9 @@
1
+ import React from "react";
1
2
  type EditIconProps = {
2
3
  width?: number;
3
4
  height?: number;
4
5
  color?: string;
5
6
  };
6
- export declare const EditIcon: ({ width, height, color }: EditIconProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const EditIcon: ({ width, height, color }: EditIconProps) => React.JSX.Element;
7
8
  export {};
8
9
  //# sourceMappingURL=PencilEdit.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PencilEdit.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/PencilEdit.tsx"],"names":[],"mappings":"AAEA,KAAK,aAAa,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAGN,eAAO,MAAM,QAAQ,6BAAyD,aAAa,4CAI1F,CAAC"}
1
+ {"version":3,"file":"PencilEdit.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/PencilEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,aAAa,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAGN,eAAO,MAAM,QAAQ,6BAAyD,aAAa,sBAI1F,CAAC"}
@@ -1,9 +1,10 @@
1
+ import React from 'react';
1
2
  type RadioButtonProps = {
2
3
  isSelected?: boolean;
3
4
  width?: number;
4
5
  height?: number;
5
6
  color?: string;
6
7
  };
7
- declare const RadioButton: ({ isSelected, width, height, color, }: RadioButtonProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const RadioButton: ({ isSelected, width, height, color, }: RadioButtonProps) => React.JSX.Element;
8
9
  export default RadioButton;
9
10
  //# sourceMappingURL=RadioButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/RadioButton.tsx"],"names":[],"mappings":"AAEA,KAAK,gBAAgB,GAAG;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,WAAW,0CAKd,gBAAgB,4CA2BlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/RadioButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,gBAAgB,GAAG;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,WAAW,0CAKd,gBAAgB,sBA2BlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,9 +1,10 @@
1
- export declare const TwentyPercentIcon: () => import("react/jsx-runtime").JSX.Element;
2
- export declare const ThirtyPercentIcon: () => import("react/jsx-runtime").JSX.Element;
3
- export declare const FourtyPercentIcon: () => import("react/jsx-runtime").JSX.Element;
4
- export declare const FiftyPercentIcon: () => import("react/jsx-runtime").JSX.Element;
5
- export declare const SeventyFivePercentIcon: () => import("react/jsx-runtime").JSX.Element;
6
- export declare const HundredPercentIcon: () => import("react/jsx-runtime").JSX.Element;
7
- export declare const RightCustomIcon: () => import("react/jsx-runtime").JSX.Element;
8
- export declare const LeftCustomIcon: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const TwentyPercentIcon: () => import("react").JSX.Element;
3
+ export declare const ThirtyPercentIcon: () => import("react").JSX.Element;
4
+ export declare const FourtyPercentIcon: () => import("react").JSX.Element;
5
+ export declare const FiftyPercentIcon: () => import("react").JSX.Element;
6
+ export declare const SeventyFivePercentIcon: () => import("react").JSX.Element;
7
+ export declare const HundredPercentIcon: () => import("react").JSX.Element;
8
+ export declare const RightCustomIcon: () => import("react").JSX.Element;
9
+ export declare const LeftCustomIcon: () => import("react").JSX.Element;
9
10
  //# sourceMappingURL=RightSideIcons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RightSideIcons.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/RightSideIcons.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,+CAM7B,CAAA;AAED,eAAO,MAAM,iBAAiB,+CAM7B,CAAA;AAED,eAAO,MAAM,iBAAiB,+CAM7B,CAAA;AAED,eAAO,MAAM,gBAAgB,+CAM5B,CAAA;AAED,eAAO,MAAM,sBAAsB,+CAMlC,CAAA;AAED,eAAO,MAAM,kBAAkB,+CAK9B,CAAA;AAED,eAAO,MAAM,eAAe,+CAQ3B,CAAA;AAED,eAAO,MAAM,cAAc,+CAU1B,CAAC"}
1
+ {"version":3,"file":"RightSideIcons.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/RightSideIcons.tsx"],"names":[],"mappings":";AAAA,eAAO,MAAM,iBAAiB,mCAM7B,CAAA;AAED,eAAO,MAAM,iBAAiB,mCAM7B,CAAA;AAED,eAAO,MAAM,iBAAiB,mCAM7B,CAAA;AAED,eAAO,MAAM,gBAAgB,mCAM5B,CAAA;AAED,eAAO,MAAM,sBAAsB,mCAMlC,CAAA;AAED,eAAO,MAAM,kBAAkB,mCAK9B,CAAA;AAED,eAAO,MAAM,eAAe,mCAQ3B,CAAA;AAED,eAAO,MAAM,cAAc,mCAU1B,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const ScrollToBottom: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const ScrollToBottom: () => import("react").JSX.Element;
2
3
  //# sourceMappingURL=ScrollToBottom.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollToBottom.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/ScrollToBottom.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,+CAmC1B,CAAC"}
1
+ {"version":3,"file":"ScrollToBottom.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/ScrollToBottom.tsx"],"names":[],"mappings":";AAAA,eAAO,MAAM,cAAc,mCAmC1B,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const SendButton: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const SendButton: () => import("react").JSX.Element;
2
3
  //# sourceMappingURL=SendButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/SendButton.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,+CAkBtB,CAAC"}
1
+ {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/SendButton.tsx"],"names":[],"mappings":";AAAA,eAAO,MAAM,UAAU,mCAkBtB,CAAC"}
@@ -1,3 +1,4 @@
1
- declare const SparkleIcon: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const SparkleIcon: () => import("react").JSX.Element;
2
3
  export default SparkleIcon;
3
4
  //# sourceMappingURL=SparkleIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SparkleIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/SparkleIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,+CAqBhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"SparkleIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/SparkleIcon.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,WAAW,mCAqBhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -5,6 +5,6 @@ type TickIconProps = {
5
5
  height?: number | string;
6
6
  style?: React.CSSProperties;
7
7
  };
8
- export declare const TickIcon: ({ color, width, height, style }: TickIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const TickIcon: ({ color, width, height, style }: TickIconProps) => React.JSX.Element;
9
9
  export {};
10
10
  //# sourceMappingURL=TickIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TickIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/TickIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,aAAa,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,QAAQ,oCAKlB,aAAa,4CAmBf,CAAC"}
1
+ {"version":3,"file":"TickIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/TickIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,aAAa,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,QAAQ,oCAKlB,aAAa,sBAmBf,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const UserIcon: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const UserIcon: () => import("react").JSX.Element;
2
3
  //# sourceMappingURL=UserIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/UserIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,+CAoBpB,CAAC"}
1
+ {"version":3,"file":"UserIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/UserIcon.tsx"],"names":[],"mappings":";AAAA,eAAO,MAAM,QAAQ,mCAoBpB,CAAC"}
@@ -1,3 +1,4 @@
1
- declare const WarningIcon: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const WarningIcon: () => import("react").JSX.Element;
2
3
  export default WarningIcon;
3
4
  //# sourceMappingURL=WarningIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WarningIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/WarningIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,+CAYhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"WarningIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/WarningIcon.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,WAAW,mCAYhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,3 +1,4 @@
1
- declare const WatchMeWorkIcon: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const WatchMeWorkIcon: () => import("react").JSX.Element;
2
3
  export default WatchMeWorkIcon;
3
4
  //# sourceMappingURL=WatchMeWorkIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WatchMeWorkIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.tsx"],"names":[],"mappings":"AACA,QAAA,MAAM,eAAe,+CAuDpB,CAAA;AACD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"WatchMeWorkIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.tsx"],"names":[],"mappings":";AACA,QAAA,MAAM,eAAe,mCAuDpB,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -2,6 +2,6 @@ import { ButtonHTMLAttributes, ReactNode } from "react";
2
2
  interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
3
3
  icon?: ReactNode;
4
4
  }
5
- export declare const Button: ({ children, icon, className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Button: ({ children, icon, className, ...props }: ButtonProps) => import("react").JSX.Element;
6
6
  export {};
7
7
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Button/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"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Button/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,gCAK1E,CAAC"}
@@ -10,6 +10,6 @@ interface DropdownProps {
10
10
  isHighlighted?: boolean;
11
11
  readOnly?: boolean;
12
12
  }
13
- export declare const Dropdown: ({ value, onChange, options, placeholder, isHighlighted, readOnly }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const Dropdown: ({ value, onChange, options, placeholder, isHighlighted, readOnly }: DropdownProps) => import("react").JSX.Element;
14
14
  export {};
15
15
  //# 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;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,uEAAwE,aAAa,4CAiBzG,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;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,uEAAwE,aAAa,gCAiBzG,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  interface ToggleProps {
2
3
  isEnabled: boolean;
3
4
  onToggle: () => void;
4
5
  isDisabled?: boolean;
5
6
  }
6
- export declare const Toggle: ({ isEnabled, onToggle, isDisabled }: ToggleProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Toggle: ({ isEnabled, onToggle, isDisabled }: ToggleProps) => import("react").JSX.Element;
7
8
  export {};
8
9
  //# sourceMappingURL=Toggle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toggle.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Toggle/Toggle.tsx"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,MAAM,wCAAiD,WAAW,4CAU9E,CAAC"}
1
+ {"version":3,"file":"Toggle.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Toggle/Toggle.tsx"],"names":[],"mappings":";AAAA,UAAU,WAAW;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,MAAM,wCAAiD,WAAW,gCAU9E,CAAC"}
@@ -16,5 +16,7 @@ export * from '../helpers/utils';
16
16
  export * from '../store/CitationsContext';
17
17
  export * from '../ILOTJTest';
18
18
  export * from '../../LearningManagement/LearningManagement';
19
+ export * from '../../IL-OTJ/ValueTypeWrappers/TeachMePlugin';
20
+ export * from '../../LSCGuidelinesCart/GuidelinesLandingPage';
19
21
  export * from '../../../../src/features/LearningManagement/LearningManagementTest';
20
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/index.ts"],"names":[],"mappings":"AAGA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AAKjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAI1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAI7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,2BAA2B,CAAA;AACzC,cAAc,cAAc,CAAA;AAC5B,cAAc,6CAA6C,CAAA;AAC3D,cAAc,oEAAoE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/index.ts"],"names":[],"mappings":"AAGA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AAKjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAI1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAI7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,2BAA2B,CAAA;AACzC,cAAc,cAAc,CAAA;AAC5B,cAAc,6CAA6C,CAAA;AAC3D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,oEAAoE,CAAA"}
@@ -31,6 +31,6 @@ interface ConditionListProps {
31
31
  setPendingEditId?: (id: string | null) => void;
32
32
  errorMessage?: string | null;
33
33
  }
34
- export declare const ConditionList: ({ idPrefix, items, onAdd, onRemove, onEdit, index, tierKey, readOnly, placeholder, addLabel, showAddButton, isHighlighted, highlightedIds, footer, tooltipDescription, citations, setSendMessageInChat, fieldName, isAiStreaming, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, errorMessage, }: ConditionListProps) => import("react/jsx-runtime").JSX.Element;
34
+ export declare const ConditionList: ({ idPrefix, items, onAdd, onRemove, onEdit, index, tierKey, readOnly, placeholder, addLabel, showAddButton, isHighlighted, highlightedIds, footer, tooltipDescription, citations, setSendMessageInChat, fieldName, isAiStreaming, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, errorMessage, }: ConditionListProps) => import("react").JSX.Element;
35
35
  export {};
36
36
  //# sourceMappingURL=ConditionList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":";AAQA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;AAED,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5D,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxE,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC9C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,sTAyBvB,kBAAkB,4CAmWpB,CAAC"}
1
+ {"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":";AAQA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;AAED,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5D,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxE,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC9C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,sTAyBvB,kBAAkB,gCAmWpB,CAAC"}
@@ -14,5 +14,5 @@ export interface SectionWrapperProps {
14
14
  readOnly?: boolean;
15
15
  headerActions?: ReactNode;
16
16
  }
17
- export declare const SectionWrapper: ({ id, required, title, children, openSections, setOpenSections, dividerRequired, defaultOpen, collapsible, bordered, customStyles, readOnly, headerActions, }: SectionWrapperProps) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const SectionWrapper: ({ id, required, title, children, openSections, setOpenSections, dividerRequired, defaultOpen, collapsible, bordered, customStyles, readOnly, headerActions, }: SectionWrapperProps) => import("react").JSX.Element;
18
18
  //# sourceMappingURL=SectionWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SectionWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,SAAS,EAAY,MAAM,OAAO,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACpE,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,cAAc,kKAcxB,mBAAmB,4CA+DrB,CAAC"}
1
+ {"version":3,"file":"SectionWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,SAAS,EAAY,MAAM,OAAO,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACpE,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,cAAc,kKAcxB,mBAAmB,gCA+DrB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface SeparationRowProps {
2
3
  label: string;
3
4
  isEnabled: boolean;
@@ -9,6 +10,6 @@ interface SeparationRowProps {
9
10
  isHighlighted?: boolean;
10
11
  isDisabled?: boolean;
11
12
  }
12
- export declare const SeparationRow: ({ label, isEnabled, duration, onToggle, onDurationChange, unit, isHighlighted, isDisabled, }: SeparationRowProps) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const SeparationRow: ({ label, isEnabled, duration, onToggle, onDurationChange, unit, isHighlighted, isDisabled, }: SeparationRowProps) => import("react").JSX.Element;
13
14
  export {};
14
15
  //# sourceMappingURL=SeparationRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SeparationRow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.tsx"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,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;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,iGASvB,kBAAkB,4CAoDpB,CAAC"}
1
+ {"version":3,"file":"SeparationRow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.tsx"],"names":[],"mappings":";AAEA,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,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;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,iGASvB,kBAAkB,gCAoDpB,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, index, isHighlighted, highlightedIds, footer, tooltipDescription, citations, addLabel, title, sendMessageInChat, setSendMessageInChat, readOnly, isAiStreaming, errorMessage, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, idPrefix, ...props }: any) => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, index, isHighlighted, highlightedIds, footer, tooltipDescription, citations, addLabel, title, sendMessageInChat, setSendMessageInChat, readOnly, isAiStreaming, errorMessage, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, idPrefix, ...props }: any) => import("react").JSX.Element;
2
3
  //# sourceMappingURL=ConditionSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,8SAC6C,GAAG,4CA4B5E,CAAC"}
1
+ {"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,gBAAgB,8SAC6C,GAAG,gCA4B5E,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SectionWrapperProps } from "../../molecules/Sections/SectionWrapper";
2
3
  interface SeparationItem {
3
4
  key: string;
@@ -24,6 +25,6 @@ interface ConfigSectionProps extends Omit<SectionWrapperProps, 'children'> {
24
25
  isAiStreaming?: boolean;
25
26
  setSendMessageInChat?: (value: string) => void;
26
27
  }
27
- export declare const ConfigSection: ({ separationItems, toggles, onConfigChange, highlights, index, openSections, readOnly, setOpenSections, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, isAiStreaming, setSendMessageInChat, id, ...wrapperProps }: ConfigSectionProps) => import("react/jsx-runtime").JSX.Element;
28
+ export declare const ConfigSection: ({ separationItems, toggles, onConfigChange, highlights, index, openSections, readOnly, setOpenSections, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, isAiStreaming, setSendMessageInChat, id, ...wrapperProps }: ConfigSectionProps) => import("react").JSX.Element;
28
29
  export {};
29
30
  //# sourceMappingURL=ConfigSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAM9F,UAAU,cAAc;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,6BAA6B,EAAE,MAAM,CAAC;CACvC;AAED,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,kBAAmB,SAAQ,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC;IACxE,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC9C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,aAAa,uOAiBvB,kBAAkB,4CA8SpB,CAAC"}
1
+ {"version":3,"file":"ConfigSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAkB,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAM9F,UAAU,cAAc;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,6BAA6B,EAAE,MAAM,CAAC;CACvC;AAED,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,kBAAmB,SAAQ,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC;IACxE,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC9C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,aAAa,uOAiBvB,kBAAkB,gCA8SpB,CAAC"}
@@ -29,6 +29,6 @@ interface ScopeSectionProps {
29
29
  errorMessage?: string;
30
30
  readOnly?: boolean;
31
31
  }
32
- export declare const ScopeSection: ({ id, title, required, openSections, setOpenSections, scopeData, onScopeChange, stationOptions, tierOptions, stationLabel, tierLabel, highlights, isOpen, onToggle, showCognitiveIcon, cognitiveIcon, tooltipDescription, errorMessage, stationErrorMessage, tierErrorMessage, ...props }: ScopeSectionProps) => import("react/jsx-runtime").JSX.Element;
32
+ export declare const ScopeSection: ({ id, title, required, openSections, setOpenSections, scopeData, onScopeChange, stationOptions, tierOptions, stationLabel, tierLabel, highlights, isOpen, onToggle, showCognitiveIcon, cognitiveIcon, tooltipDescription, errorMessage, stationErrorMessage, tierErrorMessage, ...props }: ScopeSectionProps) => import("react").JSX.Element;
33
33
  export {};
34
34
  //# sourceMappingURL=ScopeSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScopeSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.tsx"],"names":[],"mappings":";AAMA,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,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,SAAS,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;KAClB,CAAC;IACF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACnD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,8RAsBtB,iBAAiB,4CAuLnB,CAAC"}
1
+ {"version":3,"file":"ScopeSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.tsx"],"names":[],"mappings":";AAMA,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,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,SAAS,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;KAClB,CAAC;IACF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACnD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,8RAsBtB,iBAAiB,gCAuLnB,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const TextSection: ({ rows, value, errorMessage, onChange, placeholder, title, isHighlighted, isOpen, readOnly, showCognitiveIcon, onToggle, tooltipDescription, enableInlineEdit, setSendMessageInChat, isAiStreaming, fieldName, id, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, ...props }: any) => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const TextSection: ({ rows, value, errorMessage, onChange, placeholder, title, isHighlighted, isOpen, readOnly, showCognitiveIcon, onToggle, tooltipDescription, enableInlineEdit, setSendMessageInChat, isAiStreaming, fieldName, id, activeEditId, setActiveEditId, pendingEditId, setPendingEditId, ...props }: any) => import("react").JSX.Element;
2
3
  //# sourceMappingURL=TextSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/TextSection/TextSection.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,kSAuBrB,GAAG,4CA0LL,CAAC"}
1
+ {"version":3,"file":"TextSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/TextSection/TextSection.tsx"],"names":[],"mappings":";AAMA,eAAO,MAAM,WAAW,kSAuBrB,GAAG,gCA0LL,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  interface ComparisonFieldAnalysis {
2
3
  relation: string;
3
4
  score: number;
@@ -49,6 +50,6 @@ export interface RuleComparisponProps {
49
50
  targetVariantId?: string | null;
50
51
  highlightedField?: string | null;
51
52
  }
52
- declare const AgentComposerRuleComparison: ({ proposedRule, variants, onSelectVariant, onSkip, onBack, targetVariantId, highlightedField, }: RuleComparisponProps) => import("react/jsx-runtime").JSX.Element;
53
+ declare const AgentComposerRuleComparison: ({ proposedRule, variants, onSelectVariant, onSkip, onBack, targetVariantId, highlightedField, }: RuleComparisponProps) => React.JSX.Element;
53
54
  export default AgentComposerRuleComparison;
54
55
  //# sourceMappingURL=AgentComposerRuleComparison.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AgentComposerRuleComparison.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.tsx"],"names":[],"mappings":"AAQA,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE;QACX,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;KACxB,CAAC;CACH;AAED,UAAU,kBAAkB;IAC1B,0BAA0B,EAAE;QAC1B,OAAO,EAAE;YACP,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,MAAM,EAAE;YACN,KAAK,EAAE,uBAAuB,CAAC;YAC/B,WAAW,EAAE,uBAAuB,CAAC;YACrC,aAAa,EAAE;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;YACF,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;SACH,CAAC;KACH,CAAC;CACH;AAED,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,GAAG,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AA8SD,QAAA,MAAM,2BAA2B,oGAQ9B,oBAAoB,4CA4dtB,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"AgentComposerRuleComparison.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAQpE,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE;QACX,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;KACxB,CAAC;CACH;AAED,UAAU,kBAAkB;IAC1B,0BAA0B,EAAE;QAC1B,OAAO,EAAE;YACP,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,MAAM,EAAE;YACN,KAAK,EAAE,uBAAuB,CAAC;YAC/B,WAAW,EAAE,uBAAuB,CAAC;YACrC,aAAa,EAAE;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;YACF,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;SACH,CAAC;KACH,CAAC;CACH;AAED,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,GAAG,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AA8SD,QAAA,MAAM,2BAA2B,oGAQ9B,oBAAoB,sBA4dtB,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  interface RuleData {
2
3
  id: string;
3
4
  title: string;
@@ -16,6 +17,6 @@ export interface RuleComparisonProps {
16
17
  onBack?: () => void;
17
18
  targetVariantId?: string | null;
18
19
  }
19
- declare const RuleComparison: ({ variants, onSelectVariant, onSkip, onBack, targetVariantId, }: RuleComparisonProps) => import("react/jsx-runtime").JSX.Element;
20
+ declare const RuleComparison: ({ variants, onSelectVariant, onSkip, onBack, targetVariantId, }: RuleComparisonProps) => React.JSX.Element;
20
21
  export default RuleComparison;
21
22
  //# sourceMappingURL=RuleComparison.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleComparison.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.tsx"],"names":[],"mappings":"AAKA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,gBAAgB,CAAC,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,mBAAmB;IAClC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AA6FD,QAAA,MAAM,cAAc,oEAMjB,mBAAmB,4CA+KrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"RuleComparison.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAKpE,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,gBAAgB,CAAC,EAAE,GAAG,CAAC;CACxB;AAED,MAAM,WAAW,mBAAmB;IAClC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AAkHD,QAAA,MAAM,cAAc,oEAMjB,mBAAmB,sBAgMrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  interface ComparisonFieldAnalysis {
2
3
  relation: string;
3
4
  score: number;
@@ -51,6 +52,6 @@ export interface RuleComparisonProps {
51
52
  targetVariantId?: string | null;
52
53
  highlightedField?: string | null;
53
54
  }
54
- declare const RuleComparisonNewComponent: ({ proposedRule, variants, onSelectVariant, onAddAsVariant, onSkip, onBack, targetVariantId, highlightedField }: RuleComparisonProps) => import("react/jsx-runtime").JSX.Element;
55
+ declare const RuleComparisonNewComponent: ({ proposedRule, variants, onSelectVariant, onAddAsVariant, onSkip, onBack, targetVariantId, highlightedField }: RuleComparisonProps) => React.JSX.Element;
55
56
  export default RuleComparisonNewComponent;
56
57
  //# sourceMappingURL=RuleComparisonNew.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleComparisonNew.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.tsx"],"names":[],"mappings":"AAOA,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE;QACX,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;KACxB,CAAC;CACH;AAED,UAAU,kBAAkB;IAC1B,0BAA0B,EAAE;QAC1B,OAAO,EAAE;YACP,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,MAAM,EAAE;YACN,KAAK,EAAE,uBAAuB,CAAC;YAC/B,KAAK,EAAE,uBAAuB,CAAC;YAC/B,WAAW,EAAE,uBAAuB,CAAC;YACrC,aAAa,EAAE;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;YACF,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;SACH,CAAC;KACH,CAAC;CACH;AAED,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,YAAY,EAAE,GAAG,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAgVD,QAAA,MAAM,0BAA0B,mHAS7B,mBAAmB,4CA4brB,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
1
+ {"version":3,"file":"RuleComparisonNew.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAOpE,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE;QACX,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;KACxB,CAAC;CACH;AAED,UAAU,kBAAkB;IAC1B,0BAA0B,EAAE;QAC1B,OAAO,EAAE;YACP,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,MAAM,EAAE;YACN,KAAK,EAAE,uBAAuB,CAAC;YAC/B,KAAK,EAAE,uBAAuB,CAAC;YAC/B,WAAW,EAAE,uBAAuB,CAAC;YACrC,aAAa,EAAE;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;YACF,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,QAAQ,EAAE,GAAG,EAAE,CAAC;aACjB,CAAC;SACH,CAAC;KACH,CAAC;CACH;AAED,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,YAAY,EAAE,GAAG,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAgVD,QAAA,MAAM,0BAA0B,mHAS7B,mBAAmB,sBA4brB,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const Testing: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const Testing: ({ state, handlers, uiState }: any) => import("react").JSX.Element;
2
3
  //# sourceMappingURL=Testing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Testing.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/Testing/Testing.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,iCAAkC,GAAG,4CA0BxD,CAAC"}
1
+ {"version":3,"file":"Testing.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/Testing/Testing.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,OAAO,iCAAkC,GAAG,gCA0BxD,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const CreateRule: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ export declare const CreateRule: ({ state, handlers, uiState }: any) => React.JSX.Element;
2
3
  //# sourceMappingURL=CreateRule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateRule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.tsx"],"names":[],"mappings":"AA6DA,eAAO,MAAM,UAAU,iCAAkC,GAAG,4CAwqB3D,CAAC"}
1
+ {"version":3,"file":"CreateRule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AA6DnD,eAAO,MAAM,UAAU,iCAAkC,GAAG,sBAmsB3D,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const TrafficManagerTemplate: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const TrafficManagerTemplate: ({ state, handlers, uiState }: any) => import("react").JSX.Element;
2
3
  //# sourceMappingURL=TrafficManagerTemplate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TrafficManagerTemplate.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB,iCAAkC,GAAG,4CAiFvE,CAAC"}
1
+ {"version":3,"file":"TrafficManagerTemplate.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.tsx"],"names":[],"mappings":";AAMA,eAAO,MAAM,sBAAsB,iCAAkC,GAAG,gCAiFvE,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const WorkflowComposer: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ export declare const WorkflowComposer: ({ state, handlers, uiState }: any) => React.JSX.Element;
2
3
  //# sourceMappingURL=WorkflowComposer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WorkflowComposer.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,iCAAkC,GAAG,4CAqHjE,CAAC"}
1
+ {"version":3,"file":"WorkflowComposer.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,eAAO,MAAM,gBAAgB,iCAAkC,GAAG,sBAqHjE,CAAC"}
@@ -13,7 +13,7 @@ type CitationAction = {
13
13
  };
14
14
  export declare const CitationProvider: ({ children }: {
15
15
  children: ReactNode;
16
- }) => import("react/jsx-runtime").JSX.Element;
16
+ }) => React.JSX.Element;
17
17
  export declare const useCitations: () => {
18
18
  state: CitationState;
19
19
  dispatch: React.Dispatch<CitationAction>;
@@ -1 +1 @@
1
- {"version":3,"file":"CitationsContext.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/store/CitationsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAyC,SAAS,EAAe,MAAM,OAAO,CAAC;AAG7F,UAAU,aAAa;IACrB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAChD,eAAe,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,KAAK,cAAc,GACf;IAAE,IAAI,EAAE,gBAAgB,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,YAAY,EAAE,MAAM,EAAE,CAAA;CAAE,GAC3G;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,CAAC;AAgCtB,eAAO,MAAM,gBAAgB;cAA8B,SAAS;6CAuBnE,CAAC;AAGF,eAAO,MAAM,YAAY;WAhChB,aAAa;cACV,MAAM,QAAQ,CAAC,cAAc,CAAC;oCACR,MAAM,KAAK,MAAM;CAkClD,CAAC"}
1
+ {"version":3,"file":"CitationsContext.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/store/CitationsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAyC,SAAS,EAAe,MAAM,OAAO,CAAC;AAG7F,UAAU,aAAa;IACrB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAChD,eAAe,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,KAAK,cAAc,GACf;IAAE,IAAI,EAAE,gBAAgB,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,YAAY,EAAE,MAAM,EAAE,CAAA;CAAE,GAC3G;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,CAAC;AAgCtB,eAAO,MAAM,gBAAgB;cAA8B,SAAS;uBAuBnE,CAAC;AAGF,eAAO,MAAM,YAAY;WAhChB,aAAa;cACV,MAAM,QAAQ,CAAC,cAAc,CAAC;oCACR,MAAM,KAAK,MAAM;CAkClD,CAAC"}
@@ -1,9 +1,10 @@
1
+ import React from 'react';
1
2
  declare const MessageRendering: ({ index, content, messages, handleStream, scrollToBottom }: {
2
3
  index: number;
3
4
  content: string;
4
5
  messages: any;
5
6
  handleStream: any;
6
7
  scrollToBottom: any;
7
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => React.JSX.Element;
8
9
  export default MessageRendering;
9
10
  //# sourceMappingURL=MessageRendering.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../src/features/InstantLearning/_components/MessageRendering.tsx"],"names":[],"mappings":"AAoKA,QAAA,MAAM,gBAAgB;WAEP,MAAM;aACJ,MAAM;cACL,GAAG;kBACC,GAAG;oBACD,GAAG;6CAgzB1B,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../src/features/InstantLearning/_components/MessageRendering.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAoKhF,QAAA,MAAM,gBAAgB;WAEP,MAAM;aACJ,MAAM;cACL,GAAG;kBACC,GAAG;oBACD,GAAG;uBAgzB1B,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -1,3 +1,4 @@
1
- declare const MinimizedThinkingSteps: ({ orchestratorAndAgentsMessages, isStreamEnd, isCurrentMessage, name, ThinkingBulbIconComponent }: any) => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ declare const MinimizedThinkingSteps: ({ orchestratorAndAgentsMessages, isStreamEnd, isCurrentMessage, name, ThinkingBulbIconComponent }: any) => React.JSX.Element;
2
3
  export default MinimizedThinkingSteps;
3
4
  //# sourceMappingURL=MinimizedThinkingSteps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MinimizedThinkingSteps.d.ts","sourceRoot":"","sources":["../../../../../../src/features/InstantLearning/_components/MinimizedThinkingSteps.tsx"],"names":[],"mappings":"AAmEA,QAAA,MAAM,sBAAsB,sGAAuG,GAAG,4CAwIrI,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"MinimizedThinkingSteps.d.ts","sourceRoot":"","sources":["../../../../../../src/features/InstantLearning/_components/MinimizedThinkingSteps.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAgE3D,QAAA,MAAM,sBAAsB,sGAAuG,GAAG,sBAwIrI,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,3 +1,4 @@
1
- declare const ArrowDown: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const ArrowDown: () => import("react").JSX.Element;
2
3
  export default ArrowDown;
3
4
  //# sourceMappingURL=ArrowDown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDown.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/InstantLearning/_components/_svg/ArrowDown.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS,+CAOd,CAAC;AAEF,eAAe,SAAS,CAAA"}
1
+ {"version":3,"file":"ArrowDown.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/InstantLearning/_components/_svg/ArrowDown.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,SAAS,mCAOd,CAAC;AAEF,eAAe,SAAS,CAAA"}
@@ -1,3 +1,4 @@
1
- declare const ArrowIconBlue: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const ArrowIconBlue: () => import("react").JSX.Element;
2
3
  export default ArrowIconBlue;
3
4
  //# sourceMappingURL=ArrowIconBlue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowIconBlue.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/InstantLearning/_components/_svg/ArrowIconBlue.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa,+CAOlB,CAAC;AAEF,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"ArrowIconBlue.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/InstantLearning/_components/_svg/ArrowIconBlue.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,aAAa,mCAOlB,CAAC;AAEF,eAAe,aAAa,CAAA"}
@@ -1,3 +1,4 @@
1
- declare const CompleteIconGreen: () => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const CompleteIconGreen: () => import("react").JSX.Element;
2
3
  export default CompleteIconGreen;
3
4
  //# sourceMappingURL=CompleteIconGreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompleteIconGreen.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/InstantLearning/_components/_svg/CompleteIconGreen.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,+CAsBpB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"CompleteIconGreen.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/InstantLearning/_components/_svg/CompleteIconGreen.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,iBAAiB,mCAsBpB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}