@e-llm-studio/instant-learning 0.0.148 → 0.0.150

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 (168) hide show
  1. package/dist/cjs/features/IL-OTJ/ILOTJ.js +1 -1
  2. package/dist/cjs/features/IL-OTJ/ILOTJTest.js +1 -1
  3. package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js +2 -0
  4. package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js.map +1 -0
  5. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  6. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.module.css.js +1 -1
  7. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatHeader.js +1 -1
  8. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatHeader.module.css.js +1 -1
  9. package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js +2 -0
  10. package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +1 -0
  11. package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js +2 -0
  12. package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js.map +1 -0
  13. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +1 -1
  14. package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
  15. package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +2 -0
  16. package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +1 -0
  17. package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +2 -0
  18. package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js.map +1 -0
  19. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.js +1 -1
  20. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
  21. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +2 -0
  22. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +1 -0
  23. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +2 -0
  24. package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +1 -0
  25. package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js +2 -0
  26. package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +1 -0
  27. package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +2 -0
  28. package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +1 -0
  29. package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js +2 -0
  30. package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js.map +1 -0
  31. package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js +2 -0
  32. package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js.map +1 -0
  33. package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
  34. package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
  35. package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
  36. package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +1 -1
  37. package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
  38. package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +1 -1
  39. package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
  40. package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
  41. package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +2 -0
  42. package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +1 -0
  43. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
  44. package/dist/cjs/features/IL-OTJ/helpers/utils.js +1 -1
  45. package/dist/cjs/index.js +1 -1
  46. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
  47. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +1 -1
  48. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
  49. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/send-horizontal.js.map +1 -1
  50. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
  51. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -1
  52. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/undo-2.js +1 -1
  53. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +1 -1
  54. package/dist/features/DocumentLearning/_components/ChatComponent.js +1 -1
  55. package/dist/features/IL-OTJ/ILOTJ.js +1 -1
  56. package/dist/features/IL-OTJ/ILOTJTest.js +1 -1
  57. package/dist/features/IL-OTJ/_components/AccordianSection.js +2 -0
  58. package/dist/features/IL-OTJ/_components/AccordianSection.js.map +1 -0
  59. package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  60. package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.module.css.js +1 -1
  61. package/dist/features/IL-OTJ/_components/ChatComponents/ChatHeader.js +1 -1
  62. package/dist/features/IL-OTJ/_components/ChatComponents/ChatHeader.module.css.js +1 -1
  63. package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js +2 -0
  64. package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +1 -0
  65. package/dist/features/IL-OTJ/_components/CriticalGaps.js +2 -0
  66. package/dist/features/IL-OTJ/_components/CriticalGaps.js.map +1 -0
  67. package/dist/features/IL-OTJ/_components/ILPopup.js +1 -1
  68. package/dist/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
  69. package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +2 -0
  70. package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +1 -0
  71. package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +2 -0
  72. package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js.map +1 -0
  73. package/dist/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.js +1 -1
  74. package/dist/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
  75. package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js +2 -0
  76. package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +1 -0
  77. package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +2 -0
  78. package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +1 -0
  79. package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js +2 -0
  80. package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +1 -0
  81. package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +2 -0
  82. package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +1 -0
  83. package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js +2 -0
  84. package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js.map +1 -0
  85. package/dist/features/IL-OTJ/_components/_svg/RadioButton.js +2 -0
  86. package/dist/features/IL-OTJ/_components/_svg/RadioButton.js.map +1 -0
  87. package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
  88. package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
  89. package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
  90. package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +1 -1
  91. package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
  92. package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +1 -1
  93. package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
  94. package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
  95. package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +2 -0
  96. package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +1 -0
  97. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
  98. package/dist/features/IL-OTJ/helpers/utils.js +1 -1
  99. package/dist/features/InstantLearning/_components/ChatComponent.js +1 -1
  100. package/dist/features/InstantLearning/_components/ContextualChatComponent.js +1 -1
  101. package/dist/features/InstantLearning/_components/ContextualLearningForm.js +1 -1
  102. package/dist/index.js +1 -1
  103. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
  104. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +1 -1
  105. package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
  106. package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js.map +1 -1
  107. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
  108. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -1
  109. package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js +2 -2
  110. package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +1 -1
  111. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +15 -0
  112. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
  113. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +4 -0
  114. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
  115. package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts +31 -0
  116. package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -0
  117. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +5 -0
  118. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
  119. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts.map +1 -1
  120. package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +10 -0
  121. package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +1 -0
  122. package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts +8 -0
  123. package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -0
  124. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +3 -1
  125. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -1
  126. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts +1 -1
  127. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -1
  128. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +29 -0
  129. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -0
  130. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +20 -0
  131. package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +1 -0
  132. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts.map +1 -1
  133. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts +11 -8
  134. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
  135. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts +22 -0
  136. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +1 -0
  137. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts +17 -0
  138. package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts.map +1 -0
  139. package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts +9 -0
  140. package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts.map +1 -0
  141. package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +3 -0
  142. package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +1 -0
  143. package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +8 -0
  144. package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +1 -0
  145. package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts +9 -0
  146. package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +1 -0
  147. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +2 -1
  148. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -1
  149. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +7 -0
  150. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -1
  151. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +9 -3
  152. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -1
  153. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +2 -1
  154. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -1
  155. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +1 -1
  156. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -1
  157. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +3 -1
  158. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -1
  159. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +5 -1
  160. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -1
  161. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +1 -1
  162. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -1
  163. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts +20 -0
  164. package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -0
  165. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -1
  166. package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts +2 -0
  167. package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts.map +1 -1
  168. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- import{__rest as i,__assign as o}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as t}from"react/jsx-runtime";import{SectionWrapper as e}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as d}from"../../molecules/Condition/ConditionList.js";var n=function(n){var s=n.conditions,l=n.onAdd,r=n.onRemove,m=n.onEdit,c=n.isHighlighted,h=n.highlightedIds,a=n.footer,p=n.tooltipDescription,g=n.citations,f=n.addLabel,u=i(n,["conditions","onAdd","onRemove","onEdit","isHighlighted","highlightedIds","footer","tooltipDescription","citations","addLabel"]);return t(e,o({},u,{collapsible:!0,defaultOpen:!0},{children:t(d,{items:s,onAdd:l,onRemove:r,onEdit:m,isHighlighted:c,highlightedIds:h,footer:a,tooltipDescription:p,citations:g,addLabel:f})}))};export{n as ConditionSection};
1
+ import{__rest as e,__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as t,jsx as o}from"react/jsx-runtime";import{SectionWrapper as n}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as s}from"../../molecules/Condition/ConditionList.js";var d=function(d){var r=d.conditions,a=d.onAdd,l=d.onRemove,g=d.onEdit,h=d.index,m=d.isHighlighted,c=d.highlightedIds,p=d.footer,f=d.tooltipDescription,S=d.citations,I=d.addLabel,u=d.title;d.sendMessageInChat;var v=d.setSendMessageInChat,x=d.readOnly,C=d.isAiStreaming,M=d.errorMessage,b=e(d,["conditions","onAdd","onRemove","onEdit","index","isHighlighted","highlightedIds","footer","tooltipDescription","citations","addLabel","title","sendMessageInChat","setSendMessageInChat","readOnly","isAiStreaming","errorMessage"]);return t(n,i({},b,{title:u,collapsible:!0,defaultOpen:!0},{children:[o(s,{items:r,onAdd:a,onRemove:l,onEdit:g,index:h,tierKey:b.tierKey,readOnly:x,isHighlighted:m,highlightedIds:c,footer:p,tooltipDescription:f,citations:S,addLabel:I,setSendMessageInChat:v,fieldName:u,isAiStreaming:C}),M&&o("div",i({style:{color:"#ef4444",fontSize:"12px",marginTop:"4px"}},{children:M}))]}))};export{d as ConditionSection};
2
2
  //# sourceMappingURL=ConditionSection.js.map
@@ -1,2 +1,2 @@
1
- import{__rest as e,__assign as n}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{SectionWrapper as a}from"../../molecules/Sections/SectionWrapper.js";import{SeparationRow as t}from"../../molecules/SeperationRow/SeparationRow.js";import{Toggle as s}from"../../atoms/Toggle/Toggle.js";var l=function(l){var r=l.separationItems,c=void 0===r?[]:r,d=l.toggles,g=void 0===d?[]:d,p=l.onConfigChange,m=l.highlights,u=void 0===m?{}:m,b=l.openSections,f=l.setOpenSections,h=e(l,["separationItems","toggles","onConfigChange","highlights","openSections","setOpenSections"]);return o(a,n({},h,{collapsible:!0,defaultOpen:!1,openSections:b,setOpenSections:f},{children:i("div",n({className:"config-content-grid"},{children:[c.map(function(e){return o(t,{label:"".concat(e.label," Separation"),isEnabled:e.enabled,duration:e.global_min_separation_seconds,onToggle:function(){return function(e){p(e.key,{enabled:!e.enabled,global_min_separation_seconds:e.global_min_separation_seconds})}(e)},onDurationChange:function(n){return function(e,n){p(e.key,{enabled:e.enabled,global_min_separation_seconds:n})}(e,n)},isHighlighted:u["config_".concat(e.key)]},e.key)}),g.map(function(e){return o("div",n({className:"separation-row-container"},{children:i("div",n({className:"separation-header-row"},{children:[o("div",n({className:"separation-label"},{children:e.label})),o(s,{isEnabled:e.enabled,onToggle:function(){return p(e.key,!e.enabled)}})]}))}),e.key)})]}))}))};export{l as ConfigSection};
1
+ import{__rest as e,__assign as n}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{SectionWrapper as a}from"../../molecules/Sections/SectionWrapper.js";import{SeparationRow as t}from"../../molecules/SeperationRow/SeparationRow.js";import{Toggle as l}from"../../atoms/Toggle/Toggle.js";var s=function(s){var r=s.separationItems,c=void 0===r?[]:r,g=s.toggles,d=void 0===g?[]:g,p=s.onConfigChange,m=s.highlights,u=void 0===m?{}:m;s.index;var b=s.openSections,f=s.readOnly,h=void 0!==f&&f,_=s.setOpenSections,v=e(s,["separationItems","toggles","onConfigChange","highlights","index","openSections","readOnly","setOpenSections"]);return o(a,n({},v,{collapsible:!0,defaultOpen:!1,openSections:b,setOpenSections:_},{children:i("div",n({className:"config-content-grid"},{children:[c.map(function(e){return o(t,{label:"".concat(e.label," Separation"),isEnabled:e.enabled,duration:e.global_min_separation_seconds,onToggle:function(){return function(e){h||(console.log("Toggling separation item:",e),p(e.key,{enabled:!e.enabled,global_min_separation_seconds:e.global_min_separation_seconds}))}(e)},onDurationChange:function(n){return function(e,n){h||(console.log("Updating separation duration:",e.key,n),p(e.key,{enabled:e.enabled,global_min_separation_seconds:n}))}(e,n)},isHighlighted:u["config_".concat(e.key)]},e.key)}),d.map(function(e){return o("div",n({className:"separation-row-container"},{children:i("div",n({className:"separation-header-row"},{children:[o("div",n({className:"separation-label"},{children:e.label})),o(l,{isEnabled:e.enabled,onToggle:function(){return function(e){h||(console.log("Toggling config item:",e),p(e.key,!e.enabled))}(e)}})]}))}),e.key)})]}))}))};export{s as ConfigSection};
2
2
  //# sourceMappingURL=ConfigSection.js.map