@coveo/atomic 3.47.1 → 3.48.0

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 (632) hide show
  1. package/custom-elements.json +46959 -0
  2. package/dist/atomic/_atomic.esm.js +1 -1
  3. package/dist/atomic/atomic.esm.js.map +1 -1
  4. package/dist/atomic/components/_index.d.ts +0 -28
  5. package/dist/atomic/components/_index.js +35 -17
  6. package/dist/atomic/components/atomic-insight-folded-result-list.js +15 -4
  7. package/dist/atomic/components/atomic-insight-folded-result-list.js.map +1 -1
  8. package/dist/atomic/components/atomic-insight-generated-answer.js +2 -2
  9. package/dist/atomic/components/atomic-insight-generated-answer.js.map +1 -1
  10. package/dist/atomic/components/atomic-insight-result-action.js +7 -4
  11. package/dist/atomic/components/atomic-insight-result-action.js.map +1 -1
  12. package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js +2 -3
  13. package/dist/atomic/components/atomic-insight-result-attach-to-case-action.js.map +1 -1
  14. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js +27 -2
  15. package/dist/atomic/components/atomic-insight-smart-snippet-suggestions.js.map +1 -1
  16. package/dist/atomic/components/atomic-insight-timeframe-facet.js +9 -4
  17. package/dist/atomic/components/atomic-insight-timeframe-facet.js.map +1 -1
  18. package/dist/atomic/components/atomic-ipx-recs-list.js +2 -2
  19. package/dist/atomic/components/atomic-ipx-recs-list.js.map +1 -1
  20. package/dist/atomic/components/atomic-ipx-refine-modal2.js +58 -4
  21. package/dist/atomic/components/atomic-ipx-refine-modal2.js.map +1 -1
  22. package/dist/atomic/components/atomic-ipx-refine-toggle.js +2 -2
  23. package/dist/atomic/components/atomic-ipx-refine-toggle.js.map +1 -1
  24. package/dist/atomic/components/atomic-recs-list.js +2 -2
  25. package/dist/atomic/components/atomic-recs-list.js.map +1 -1
  26. package/dist/atomic/components/atomic-stencil-facet-date-input.js +3 -3
  27. package/dist/atomic/components/attach.js +108 -1
  28. package/dist/atomic/components/attach.js.map +1 -1
  29. package/dist/atomic/components/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.js +1 -1
  30. package/dist/atomic/components/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.js +1 -0
  31. package/dist/atomic/components/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.js +1 -0
  32. package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +3 -2
  33. package/dist/atomic/components/components/commerce/atomic-product-link/atomic-product-link.js +4 -1
  34. package/dist/atomic/components/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.js +414 -0
  35. package/dist/atomic/components/components/common/atomic-rating/rating.js +1 -0
  36. package/dist/atomic/components/components/common/atomic-result-placeholder/atomic-result-placeholder.js +6 -0
  37. package/dist/atomic/components/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.js +1 -1
  38. package/dist/atomic/components/components/common/breadbox/breadcrumb-content.js +1 -0
  39. package/dist/atomic/components/components/common/generated-answer/generated-answer-controller.js +1 -0
  40. package/dist/atomic/components/components/common/generated-answer/render-answer-content.js +32 -65
  41. package/dist/atomic/components/components/common/generated-answer/render-card-header.js +41 -0
  42. package/dist/atomic/components/components/common/generated-answer/render-custom-no-answer-message.js +2 -15
  43. package/dist/atomic/components/components/common/generated-answer/render-disclaimer.js +1 -1
  44. package/dist/atomic/components/components/common/generated-answer/show-button.js +1 -0
  45. package/dist/atomic/components/components/common/index.js +1 -0
  46. package/dist/atomic/components/components/common/item-list/result-template-provider.js +2 -0
  47. package/dist/atomic/components/components/common/item-list/table-layout.js +1 -0
  48. package/dist/atomic/components/components/common/lazy-index.js +1 -0
  49. package/dist/atomic/components/components/common/no-items/magnifying-glass.js +1 -0
  50. package/dist/atomic/components/components/common/refine-modal/cloned-facet-elements.js +21 -0
  51. package/dist/atomic/components/components/common/search-box/submit-button.js +1 -0
  52. package/dist/atomic/components/components/common/search-box/text-area-clear-button.js +1 -0
  53. package/dist/atomic/components/components/common/smart-snippets/smart-snippet-feedback-banner.js +1 -0
  54. package/dist/atomic/components/components/common/suggestions/query-suggestions.js +1 -0
  55. package/dist/atomic/components/components/common/suggestions/recent-queries.js +1 -0
  56. package/dist/atomic/components/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.js +211 -0
  57. package/dist/atomic/components/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.js +1 -0
  58. package/dist/atomic/components/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.js +20 -0
  59. package/dist/atomic/components/components/insight/atomic-insight-result-attach-to-case-indicator/atomic-insight-result-attach-to-case-indicator.js +75 -0
  60. package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +2 -2
  61. package/dist/atomic/components/components/insight/atomic-insight-result-list/atomic-insight-result-list.js +261 -0
  62. package/dist/atomic/components/components/insight/atomic-insight-result-list/insight-list-display.tw.css.js +3 -0
  63. package/dist/atomic/components/components/insight/atomic-insight-result-quickview-action/atomic-insight-result-quickview-action.js +167 -0
  64. package/dist/atomic/components/components/insight/atomic-insight-search-box/atomic-insight-search-box.js +1 -0
  65. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.js +203 -0
  66. package/dist/atomic/components/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tw.css.js +3 -0
  67. package/dist/atomic/components/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.js +204 -0
  68. package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.js +173 -0
  69. package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/user-action.js +78 -0
  70. package/dist/atomic/components/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.js +250 -0
  71. package/dist/atomic/components/components/insight/atomic-insight-user-actions-toggle/atomic-insight-user-actions-toggle.js +1 -0
  72. package/dist/atomic/components/components/insight/index.js +9 -0
  73. package/dist/atomic/components/components/insight/lazy-index.js +9 -0
  74. package/dist/atomic/components/components/ipx/atomic-ipx-body/ipx-body-styles.js +2 -0
  75. package/dist/atomic/components/components/ipx/atomic-ipx-body/ipx-body.js +49 -0
  76. package/dist/atomic/components/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.js +27 -5
  77. package/dist/atomic/components/components/ipx/atomic-ipx-modal/atomic-ipx-modal.js +158 -0
  78. package/dist/atomic/components/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.js +141 -0
  79. package/dist/atomic/components/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.tw.css.js +3 -0
  80. package/dist/atomic/components/components/ipx/index.js +2 -0
  81. package/dist/atomic/components/components/ipx/lazy-index.js +2 -0
  82. package/dist/atomic/components/components/search/atomic-breadbox/atomic-breadbox.js +1 -1
  83. package/dist/atomic/components/components/search/atomic-generated-answer/atomic-generated-answer.js +38 -18
  84. package/dist/atomic/components/components/search/atomic-notifications/atomic-notifications.js +1 -0
  85. package/dist/atomic/components/components/search/atomic-quickview/atomic-quickview.js +1 -0
  86. package/dist/atomic/components/components/search/atomic-refine-modal/atomic-refine-modal.js +2 -1
  87. package/dist/atomic/components/components/search/atomic-refine-toggle/atomic-refine-toggle.js +1 -0
  88. package/dist/atomic/components/components/search/atomic-result-children/atomic-result-children.js +1 -1
  89. package/dist/atomic/components/components/search/atomic-result-link/atomic-result-link.js +4 -4
  90. package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +3 -2
  91. package/dist/atomic/components/components/search/atomic-smart-snippet/atomic-smart-snippet.js +1 -0
  92. package/dist/atomic/components/date-utils.js +1 -46
  93. package/dist/atomic/components/date-utils.js.map +1 -1
  94. package/dist/atomic/components/directives/multi-class-map.js +4 -0
  95. package/dist/atomic/components/display-options.js +39 -1
  96. package/dist/atomic/components/display-options.js.map +1 -1
  97. package/dist/atomic/components/global/environment.js +1 -1
  98. package/dist/atomic/components/index.js.map +1 -1
  99. package/dist/atomic/components/initialization-utils.js +1 -7
  100. package/dist/atomic/components/initialization-utils.js.map +1 -1
  101. package/dist/atomic/components/popover-type.js +3 -1
  102. package/dist/atomic/components/popover-type.js.map +1 -1
  103. package/dist/atomic/components/props-utils.js +1 -1
  104. package/dist/atomic/components/slot-utils.js +1 -5
  105. package/dist/atomic/components/slot-utils.js.map +1 -1
  106. package/dist/atomic/components/stencil-button.js +1 -1
  107. package/dist/atomic/components/utils/coveo.tw.css.js +3 -1
  108. package/dist/atomic/components/utils/custom-element-tags.js +12 -0
  109. package/dist/atomic/components/utils/tailwind.global.tw.css.js +2 -2
  110. package/dist/atomic/components/utils.js +1 -10
  111. package/dist/atomic/components/utils.js.map +1 -1
  112. package/dist/atomic/index.esm.js +1 -1
  113. package/dist/atomic/index.esm.js.map +1 -1
  114. package/dist/atomic/lang/cs.json +1 -1
  115. package/dist/atomic/lang/da.json +1 -1
  116. package/dist/atomic/lang/de.json +1 -1
  117. package/dist/atomic/lang/dev.json +1 -1
  118. package/dist/atomic/lang/el.json +1 -1
  119. package/dist/atomic/lang/en.json +1 -1
  120. package/dist/atomic/lang/es.json +1 -1
  121. package/dist/atomic/lang/fi.json +1 -1
  122. package/dist/atomic/lang/fr.json +1 -1
  123. package/dist/atomic/lang/hu.json +1 -1
  124. package/dist/atomic/lang/id.json +1 -1
  125. package/dist/atomic/lang/it.json +1 -1
  126. package/dist/atomic/lang/ja.json +1 -1
  127. package/dist/atomic/lang/ko.json +1 -1
  128. package/dist/atomic/lang/nl.json +1 -1
  129. package/dist/atomic/lang/no.json +1 -1
  130. package/dist/atomic/lang/pl.json +1 -1
  131. package/dist/atomic/lang/pt-BR.json +1 -1
  132. package/dist/atomic/lang/pt.json +1 -1
  133. package/dist/atomic/lang/ru.json +1 -1
  134. package/dist/atomic/lang/sv.json +1 -1
  135. package/dist/atomic/lang/th.json +1 -1
  136. package/dist/atomic/lang/tr.json +1 -1
  137. package/dist/atomic/lang/zh-CN.json +1 -1
  138. package/dist/atomic/lang/zh-TW.json +1 -1
  139. package/dist/atomic/lang/zh.json +1 -1
  140. package/dist/atomic/p-026a51a7.entry.js +2 -0
  141. package/dist/atomic/{p-a3edbb0a.entry.js.map → p-026a51a7.entry.js.map} +1 -1
  142. package/dist/atomic/{p-1da0ec8c.entry.js → p-0698ccf1.entry.js} +2 -2
  143. package/dist/atomic/p-09ff88b4.entry.js +2 -0
  144. package/dist/atomic/p-09ff88b4.entry.js.map +1 -0
  145. package/dist/atomic/{p-0f466ffb.js → p-0c4a4e30.js} +2 -2
  146. package/dist/atomic/p-15074eb9.entry.js +2 -0
  147. package/dist/atomic/{p-90f23fb3.entry.js.map → p-15074eb9.entry.js.map} +1 -1
  148. package/dist/atomic/p-3bb48254.entry.js +2 -0
  149. package/dist/atomic/p-3bb48254.entry.js.map +1 -0
  150. package/dist/atomic/p-40e4e762.entry.js +2 -0
  151. package/dist/atomic/{p-f3a9a28b.entry.js.map → p-40e4e762.entry.js.map} +1 -1
  152. package/dist/atomic/{p-94976bed.js → p-4a32511f.js} +2 -2
  153. package/dist/atomic/p-4cab9607.js +2 -0
  154. package/dist/atomic/{p-0454df94.js → p-578d761c.js} +2 -2
  155. package/dist/atomic/p-5ec9bf71.entry.js +9 -0
  156. package/dist/atomic/p-5ec9bf71.entry.js.map +1 -0
  157. package/dist/atomic/{p-be8cc132.js → p-677f9c40.js} +2 -2
  158. package/dist/atomic/p-70cc18a1.js +2 -0
  159. package/dist/atomic/{p-406f7e5a.js.map → p-70cc18a1.js.map} +1 -1
  160. package/dist/atomic/{p-6e706321.entry.js → p-77250a6b.entry.js} +2 -2
  161. package/dist/atomic/p-78be3137.js +2 -0
  162. package/dist/atomic/p-78be3137.js.map +1 -0
  163. package/dist/atomic/p-81d6e743.js +2 -0
  164. package/dist/atomic/p-81d6e743.js.map +1 -0
  165. package/dist/atomic/p-994b3e51.entry.js +2 -0
  166. package/dist/atomic/p-994b3e51.entry.js.map +1 -0
  167. package/dist/atomic/{p-f2243b33.js → p-b3524b97.js} +2 -2
  168. package/dist/atomic/p-b4cfedf1.js +2 -0
  169. package/dist/atomic/p-b4cfedf1.js.map +1 -0
  170. package/dist/atomic/{p-4a2e7926.js → p-c0fbee64.js} +2 -2
  171. package/dist/atomic/p-cc6320d9.entry.js +2 -0
  172. package/dist/atomic/{p-c785d72d.entry.js.map → p-cc6320d9.entry.js.map} +1 -1
  173. package/dist/atomic/p-d189f1a5.js +2 -0
  174. package/dist/atomic/p-d189f1a5.js.map +1 -0
  175. package/dist/atomic/p-dac60354.js +2 -0
  176. package/dist/atomic/p-dac60354.js.map +1 -0
  177. package/dist/atomic/{p-d637dcbe.js → p-e58840b6.js} +2 -2
  178. package/dist/atomic/p-e58840b6.js.map +1 -0
  179. package/dist/atomic/p-ec1c5f46.js +3 -0
  180. package/dist/atomic/p-ec1c5f46.js.map +1 -0
  181. package/dist/atomic/p-f24c22bb.entry.js +2 -0
  182. package/dist/atomic/{p-6bb72ce5.entry.js.map → p-f24c22bb.entry.js.map} +1 -1
  183. package/dist/atomic/p-f2906e7c.entry.js +2 -0
  184. package/dist/atomic/{p-f2b42434.entry.js.map → p-f2906e7c.entry.js.map} +1 -1
  185. package/dist/atomic/themes/accessible.css +2 -0
  186. package/dist/atomic/themes/coveo.css +2 -0
  187. package/dist/cjs/_index.cjs.js +36 -6
  188. package/dist/cjs/_loader.cjs.js +2 -2
  189. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +20 -10
  190. package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js.map +1 -1
  191. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js +9 -9
  192. package/dist/cjs/atomic-insight-generated-answer.cjs.entry.js.map +1 -1
  193. package/dist/cjs/atomic-insight-result-action.cjs.entry.js +14 -10
  194. package/dist/cjs/atomic-insight-result-action.cjs.entry.js.map +1 -1
  195. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js +7 -7
  196. package/dist/cjs/atomic-insight-result-attach-to-case-action.cjs.entry.js.map +1 -1
  197. package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +3 -3
  198. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js +34 -10
  199. package/dist/cjs/atomic-insight-smart-snippet-suggestions.cjs.entry.js.map +1 -1
  200. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +20 -15
  201. package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js.map +1 -1
  202. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +11 -12
  203. package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js.map +1 -1
  204. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js +62 -12
  205. package/dist/cjs/atomic-ipx-refine-modal.cjs.entry.js.map +1 -1
  206. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js +7 -7
  207. package/dist/cjs/atomic-ipx-refine-toggle.cjs.entry.js.map +1 -1
  208. package/dist/cjs/atomic-recs-list.cjs.entry.js +11 -12
  209. package/dist/cjs/atomic-recs-list.cjs.entry.js.map +1 -1
  210. package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js +6 -6
  211. package/dist/cjs/atomic.cjs.js +2 -2
  212. package/dist/cjs/{date-utils-b362ad60.js → date-utils-aae1d713.js} +1 -47
  213. package/dist/cjs/{date-utils-b362ad60.js.map → date-utils-aae1d713.js.map} +1 -1
  214. package/dist/cjs/{display-options-dad31135.js → display-options-24763cf8.js} +44 -6
  215. package/dist/cjs/display-options-24763cf8.js.map +1 -0
  216. package/dist/cjs/{index-515ca559.js → index-3532822e.js} +11 -359
  217. package/dist/cjs/index-3532822e.js.map +1 -0
  218. package/dist/cjs/index.cjs.js.map +1 -1
  219. package/dist/cjs/{initialization-lit-stencil-common-utils-4ef7bf9c.js → initialization-lit-stencil-common-utils-f19f74c0.js} +1 -8
  220. package/dist/cjs/initialization-lit-stencil-common-utils-f19f74c0.js.map +1 -0
  221. package/dist/cjs/{initialization-utils-3a62b483.js → initialization-utils-51a423fe.js} +3 -3
  222. package/dist/cjs/{initialization-utils-3a62b483.js.map → initialization-utils-51a423fe.js.map} +1 -1
  223. package/dist/cjs/{popover-type-b1385b27.js → popover-type-22f285e1.js} +4 -1
  224. package/dist/cjs/popover-type-22f285e1.js.map +1 -0
  225. package/dist/cjs/{props-utils-4cc79d26.js → props-utils-4a99eda6.js} +3 -3
  226. package/dist/cjs/{props-utils-4cc79d26.js.map → props-utils-4a99eda6.js.map} +1 -1
  227. package/dist/cjs/{slot-utils-086dacac.js → slot-utils-987a7dd6.js} +1 -6
  228. package/dist/cjs/slot-utils-987a7dd6.js.map +1 -0
  229. package/dist/cjs/{stencil-accessibility-utils-1dcfe64c.js → stencil-accessibility-utils-e64abd7b.js} +2 -2
  230. package/dist/cjs/{stencil-accessibility-utils-1dcfe64c.js.map → stencil-accessibility-utils-e64abd7b.js.map} +1 -1
  231. package/dist/cjs/{stencil-button-580d6869.js → stencil-button-f39da03e.js} +2 -5
  232. package/dist/cjs/stencil-button-f39da03e.js.map +1 -0
  233. package/dist/cjs/{stencil-carousel-27149c5b.js → stencil-carousel-ba8e11b5.js} +3 -3
  234. package/dist/cjs/{stencil-carousel-27149c5b.js.map → stencil-carousel-ba8e11b5.js.map} +1 -1
  235. package/dist/cjs/{stencil-heading-41ec283d.js → stencil-heading-e2df37e4.js} +2 -2
  236. package/dist/cjs/{stencil-heading-41ec283d.js.map → stencil-heading-e2df37e4.js.map} +1 -1
  237. package/dist/cjs/{stencil-iconButton-8e927184.js → stencil-iconButton-f8b9fda0.js} +3 -3
  238. package/dist/cjs/{stencil-iconButton-8e927184.js.map → stencil-iconButton-f8b9fda0.js.map} +1 -1
  239. package/dist/cjs/{stencil-result-template-decorators-df459ee3.js → stencil-result-template-decorators-1f099c15.js} +3 -24
  240. package/dist/cjs/stencil-result-template-decorators-1f099c15.js.map +1 -0
  241. package/dist/cjs/{utils-ba796684.js → utils-2a022008.js} +1 -11
  242. package/dist/cjs/utils-2a022008.js.map +1 -0
  243. package/dist/cjs/version.cjs.js +2 -2
  244. package/dist/esm/_index.js +38 -8
  245. package/dist/esm/_loader.js +3 -3
  246. package/dist/esm/atomic-insight-folded-result-list.entry.js +20 -10
  247. package/dist/esm/atomic-insight-folded-result-list.entry.js.map +1 -1
  248. package/dist/esm/atomic-insight-generated-answer.entry.js +9 -9
  249. package/dist/esm/atomic-insight-generated-answer.entry.js.map +1 -1
  250. package/dist/esm/atomic-insight-result-action.entry.js +12 -8
  251. package/dist/esm/atomic-insight-result-action.entry.js.map +1 -1
  252. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js +7 -7
  253. package/dist/esm/atomic-insight-result-attach-to-case-action.entry.js.map +1 -1
  254. package/dist/esm/atomic-insight-result-children-template.entry.js +3 -3
  255. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js +33 -9
  256. package/dist/esm/atomic-insight-smart-snippet-suggestions.entry.js.map +1 -1
  257. package/dist/esm/atomic-insight-timeframe-facet.entry.js +18 -13
  258. package/dist/esm/atomic-insight-timeframe-facet.entry.js.map +1 -1
  259. package/dist/esm/atomic-ipx-recs-list.entry.js +11 -12
  260. package/dist/esm/atomic-ipx-recs-list.entry.js.map +1 -1
  261. package/dist/esm/atomic-ipx-refine-modal.entry.js +61 -11
  262. package/dist/esm/atomic-ipx-refine-modal.entry.js.map +1 -1
  263. package/dist/esm/atomic-ipx-refine-toggle.entry.js +7 -7
  264. package/dist/esm/atomic-ipx-refine-toggle.entry.js.map +1 -1
  265. package/dist/esm/atomic-recs-list.entry.js +11 -12
  266. package/dist/esm/atomic-recs-list.entry.js.map +1 -1
  267. package/dist/esm/atomic-stencil-facet-date-input.entry.js +6 -6
  268. package/dist/esm/atomic.js +3 -3
  269. package/dist/esm/{date-utils-5656dd8f.js → date-utils-3b955e79.js} +2 -47
  270. package/dist/esm/{date-utils-5656dd8f.js.map → date-utils-3b955e79.js.map} +1 -1
  271. package/dist/esm/{display-options-63f2ec3c.js → display-options-d03040a8.js} +43 -5
  272. package/dist/esm/display-options-d03040a8.js.map +1 -0
  273. package/dist/esm/{index-0bcc50f8.js → index-3eb0b28e.js} +11 -359
  274. package/dist/esm/index-3eb0b28e.js.map +1 -0
  275. package/dist/esm/index.js.map +1 -1
  276. package/dist/esm/{initialization-lit-stencil-common-utils-097c357b.js → initialization-lit-stencil-common-utils-e7755434.js} +2 -8
  277. package/dist/esm/initialization-lit-stencil-common-utils-e7755434.js.map +1 -0
  278. package/dist/esm/{initialization-utils-958635e9.js → initialization-utils-82d28c63.js} +3 -3
  279. package/dist/esm/{initialization-utils-958635e9.js.map → initialization-utils-82d28c63.js.map} +1 -1
  280. package/dist/esm/popover-type-c85677ef.js +12 -0
  281. package/dist/esm/popover-type-c85677ef.js.map +1 -0
  282. package/dist/esm/{props-utils-a6744ec8.js → props-utils-e322e9dd.js} +3 -3
  283. package/dist/esm/{props-utils-a6744ec8.js.map → props-utils-e322e9dd.js.map} +1 -1
  284. package/dist/esm/{slot-utils-3a3874a2.js → slot-utils-df87a95a.js} +2 -6
  285. package/dist/esm/slot-utils-df87a95a.js.map +1 -0
  286. package/dist/esm/{stencil-accessibility-utils-2253e89c.js → stencil-accessibility-utils-69ea92b0.js} +2 -2
  287. package/dist/esm/{stencil-accessibility-utils-2253e89c.js.map → stencil-accessibility-utils-69ea92b0.js.map} +1 -1
  288. package/dist/esm/{stencil-button-f96c2b81.js → stencil-button-c25899df.js} +3 -3
  289. package/dist/esm/{stencil-button-f96c2b81.js.map → stencil-button-c25899df.js.map} +1 -1
  290. package/dist/esm/{stencil-carousel-bb5606d8.js → stencil-carousel-eac65a6c.js} +3 -3
  291. package/dist/esm/{stencil-carousel-bb5606d8.js.map → stencil-carousel-eac65a6c.js.map} +1 -1
  292. package/dist/esm/{stencil-heading-5ac0f5ff.js → stencil-heading-adb44de7.js} +2 -2
  293. package/dist/esm/{stencil-heading-5ac0f5ff.js.map → stencil-heading-adb44de7.js.map} +1 -1
  294. package/dist/esm/{stencil-iconButton-16be999d.js → stencil-iconButton-ed5804d3.js} +3 -3
  295. package/dist/esm/{stencil-iconButton-16be999d.js.map → stencil-iconButton-ed5804d3.js.map} +1 -1
  296. package/dist/esm/{stencil-result-template-decorators-e758f409.js → stencil-result-template-decorators-9cbe1e1c.js} +4 -24
  297. package/dist/esm/stencil-result-template-decorators-9cbe1e1c.js.map +1 -0
  298. package/dist/esm/{utils-4b7a065d.js → utils-6771fbc6.js} +2 -11
  299. package/dist/esm/utils-6771fbc6.js.map +1 -0
  300. package/dist/esm/version.js +2 -2
  301. package/dist/types/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.d.ts +1 -0
  302. package/dist/types/components/commerce/atomic-commerce-refine-toggle/atomic-commerce-refine-toggle.d.ts +1 -0
  303. package/dist/types/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.d.ts +1 -0
  304. package/dist/types/components/commerce/atomic-product-link/atomic-product-link.d.ts +1 -0
  305. package/dist/types/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.d.ts +72 -0
  306. package/dist/types/components/common/atomic-rating/rating.d.ts +1 -0
  307. package/dist/types/components/common/atomic-result-placeholder/atomic-result-placeholder.d.ts +6 -0
  308. package/dist/types/components/common/atomic-smart-snippet-expandable-answer/atomic-smart-snippet-expandable-answer.d.ts +1 -1
  309. package/dist/types/components/common/breadbox/breadcrumb-content.d.ts +1 -0
  310. package/dist/types/components/common/generated-answer/generated-answer-controller.d.ts +1 -0
  311. package/dist/types/components/common/generated-answer/render-answer-content.d.ts +8 -9
  312. package/dist/types/components/common/generated-answer/render-card-header.d.ts +14 -0
  313. package/dist/types/components/common/generated-answer/render-custom-no-answer-message.d.ts +1 -6
  314. package/dist/types/components/common/generated-answer/show-button.d.ts +1 -0
  315. package/dist/types/components/common/index.d.ts +1 -0
  316. package/dist/types/components/common/item-list/table-layout.d.ts +1 -0
  317. package/dist/types/components/common/layout/item-layout-sections.d.ts +1 -1
  318. package/dist/types/components/common/no-items/magnifying-glass.d.ts +1 -0
  319. package/dist/types/components/common/search-box/submit-button.d.ts +1 -0
  320. package/dist/types/components/common/search-box/text-area-clear-button.d.ts +1 -0
  321. package/dist/types/components/common/smart-snippets/smart-snippet-feedback-banner.d.ts +1 -0
  322. package/dist/types/components/common/suggestions/query-suggestions.d.ts +1 -0
  323. package/dist/types/components/common/suggestions/recent-queries.d.ts +1 -0
  324. package/dist/types/components/insight/atomic-insight-refine-modal/atomic-insight-refine-modal.d.ts +51 -12
  325. package/dist/types/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.d.ts +1 -0
  326. package/dist/types/components/insight/atomic-insight-result-action-bar/atomic-insight-result-action-bar.d.ts +12 -4
  327. package/dist/types/components/insight/atomic-insight-result-attach-to-case-indicator/atomic-insight-result-attach-to-case-indicator.d.ts +15 -10
  328. package/dist/types/components/insight/atomic-insight-result-list/atomic-insight-result-list.d.ts +72 -0
  329. package/dist/types/components/insight/atomic-insight-result-list/insight-list-display.tw.css.d.ts +2 -0
  330. package/dist/types/components/insight/atomic-insight-result-quickview-action/atomic-insight-result-quickview-action.d.ts +41 -18
  331. package/dist/types/components/insight/atomic-insight-search-box/atomic-insight-search-box.d.ts +1 -0
  332. package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts +73 -0
  333. package/dist/types/components/insight/atomic-insight-smart-snippet/atomic-insight-smart-snippet.tw.css.d.ts +2 -0
  334. package/dist/types/components/insight/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.d.ts +67 -0
  335. package/dist/types/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.d.ts +46 -0
  336. package/dist/types/components/insight/{user-actions/atomic-insight-user-actions-session → atomic-insight-user-actions-session}/user-action.d.ts +2 -2
  337. package/dist/types/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.d.ts +57 -0
  338. package/dist/types/components/insight/atomic-insight-user-actions-toggle/atomic-insight-user-actions-toggle.d.ts +1 -0
  339. package/dist/types/components/insight/index.d.ts +9 -0
  340. package/dist/types/components/ipx/atomic-ipx-body/ipx-body-styles.d.ts +1 -0
  341. package/dist/types/components/ipx/atomic-ipx-body/ipx-body.d.ts +13 -0
  342. package/dist/types/components/ipx/atomic-ipx-embedded/atomic-ipx-embedded.d.ts +8 -0
  343. package/dist/types/components/ipx/atomic-ipx-modal/atomic-ipx-modal.d.ts +51 -18
  344. package/dist/types/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.d.ts +34 -15
  345. package/dist/types/components/ipx/atomic-ipx-result-link/atomic-ipx-result-link.tw.css.d.ts +2 -0
  346. package/dist/types/components/ipx/index.d.ts +2 -0
  347. package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +7 -4
  348. package/dist/types/components/search/atomic-notifications/atomic-notifications.d.ts +1 -0
  349. package/dist/types/components/search/atomic-quickview/atomic-quickview.d.ts +1 -0
  350. package/dist/types/components/search/atomic-refine-modal/atomic-refine-modal.d.ts +1 -0
  351. package/dist/types/components/search/atomic-refine-toggle/atomic-refine-toggle.d.ts +1 -0
  352. package/dist/types/components/search/atomic-result-link/atomic-result-link.d.ts +2 -2
  353. package/dist/types/components/search/atomic-search-box/atomic-search-box.d.ts +1 -0
  354. package/dist/types/components/search/atomic-smart-snippet/atomic-smart-snippet.d.ts +1 -0
  355. package/dist/types/components.d.ts +4 -547
  356. package/docs/atomic-docs.json +1 -277
  357. package/package.json +5 -3
  358. package/dist/atomic/components/atomic-generated-answer-feedback-modal.d.ts +0 -11
  359. package/dist/atomic/components/atomic-generated-answer-feedback-modal.js +0 -435
  360. package/dist/atomic/components/atomic-generated-answer-feedback-modal.js.map +0 -1
  361. package/dist/atomic/components/atomic-insight-refine-modal.d.ts +0 -11
  362. package/dist/atomic/components/atomic-insight-refine-modal.js +0 -127
  363. package/dist/atomic/components/atomic-insight-refine-modal.js.map +0 -1
  364. package/dist/atomic/components/atomic-insight-result-action-bar.d.ts +0 -11
  365. package/dist/atomic/components/atomic-insight-result-action-bar.js +0 -41
  366. package/dist/atomic/components/atomic-insight-result-action-bar.js.map +0 -1
  367. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.d.ts +0 -11
  368. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js +0 -75
  369. package/dist/atomic/components/atomic-insight-result-attach-to-case-indicator.js.map +0 -1
  370. package/dist/atomic/components/atomic-insight-result-list.d.ts +0 -11
  371. package/dist/atomic/components/atomic-insight-result-list.js +0 -170
  372. package/dist/atomic/components/atomic-insight-result-list.js.map +0 -1
  373. package/dist/atomic/components/atomic-insight-result-quickview-action.d.ts +0 -11
  374. package/dist/atomic/components/atomic-insight-result-quickview-action.js +0 -149
  375. package/dist/atomic/components/atomic-insight-result-quickview-action.js.map +0 -1
  376. package/dist/atomic/components/atomic-insight-smart-snippet.d.ts +0 -11
  377. package/dist/atomic/components/atomic-insight-smart-snippet.js +0 -186
  378. package/dist/atomic/components/atomic-insight-smart-snippet.js.map +0 -1
  379. package/dist/atomic/components/atomic-insight-user-actions-modal.d.ts +0 -11
  380. package/dist/atomic/components/atomic-insight-user-actions-modal.js +0 -129
  381. package/dist/atomic/components/atomic-insight-user-actions-modal.js.map +0 -1
  382. package/dist/atomic/components/atomic-insight-user-actions-session.d.ts +0 -11
  383. package/dist/atomic/components/atomic-insight-user-actions-session.js +0 -8
  384. package/dist/atomic/components/atomic-insight-user-actions-session.js.map +0 -1
  385. package/dist/atomic/components/atomic-insight-user-actions-session2.js +0 -185
  386. package/dist/atomic/components/atomic-insight-user-actions-session2.js.map +0 -1
  387. package/dist/atomic/components/atomic-insight-user-actions-timeline.d.ts +0 -11
  388. package/dist/atomic/components/atomic-insight-user-actions-timeline.js +0 -8
  389. package/dist/atomic/components/atomic-insight-user-actions-timeline.js.map +0 -1
  390. package/dist/atomic/components/atomic-insight-user-actions-timeline2.js +0 -307
  391. package/dist/atomic/components/atomic-insight-user-actions-timeline2.js.map +0 -1
  392. package/dist/atomic/components/atomic-ipx-body.d.ts +0 -11
  393. package/dist/atomic/components/atomic-ipx-body.js +0 -8
  394. package/dist/atomic/components/atomic-ipx-body.js.map +0 -1
  395. package/dist/atomic/components/atomic-ipx-body2.js +0 -91
  396. package/dist/atomic/components/atomic-ipx-body2.js.map +0 -1
  397. package/dist/atomic/components/atomic-ipx-modal.d.ts +0 -11
  398. package/dist/atomic/components/atomic-ipx-modal.js +0 -110
  399. package/dist/atomic/components/atomic-ipx-modal.js.map +0 -1
  400. package/dist/atomic/components/atomic-ipx-result-link.d.ts +0 -11
  401. package/dist/atomic/components/atomic-ipx-result-link.js +0 -198
  402. package/dist/atomic/components/atomic-ipx-result-link.js.map +0 -1
  403. package/dist/atomic/components/atomic-suggestion-renderer.d.ts +0 -11
  404. package/dist/atomic/components/atomic-suggestion-renderer.js +0 -123
  405. package/dist/atomic/components/atomic-suggestion-renderer.js.map +0 -1
  406. package/dist/atomic/components/attributes-slot.js +0 -30
  407. package/dist/atomic/components/attributes-slot.js.map +0 -1
  408. package/dist/atomic/components/close.js +0 -5
  409. package/dist/atomic/components/close.js.map +0 -1
  410. package/dist/atomic/components/export-parts.js +0 -5
  411. package/dist/atomic/components/export-parts.js.map +0 -1
  412. package/dist/atomic/components/preview.js +0 -8
  413. package/dist/atomic/components/preview.js.map +0 -1
  414. package/dist/atomic/components/replace-breakpoint-utils.js +0 -41
  415. package/dist/atomic/components/replace-breakpoint-utils.js.map +0 -1
  416. package/dist/atomic/components/stencil-fieldset-group.js +0 -12
  417. package/dist/atomic/components/stencil-fieldset-group.js.map +0 -1
  418. package/dist/atomic/components/stencil-item-list-guard.js +0 -17
  419. package/dist/atomic/components/stencil-item-list-guard.js.map +0 -1
  420. package/dist/atomic/components/stencil-modal.js +0 -61
  421. package/dist/atomic/components/stencil-modal.js.map +0 -1
  422. package/dist/atomic/components/stencil-radio-button.js +0 -75
  423. package/dist/atomic/components/stencil-radio-button.js.map +0 -1
  424. package/dist/atomic/components/stencil-result-template-decorators.js +0 -130
  425. package/dist/atomic/components/stencil-result-template-decorators.js.map +0 -1
  426. package/dist/atomic/p-01e5fdc1.entry.js +0 -2
  427. package/dist/atomic/p-01e5fdc1.entry.js.map +0 -1
  428. package/dist/atomic/p-02089c14.js +0 -2
  429. package/dist/atomic/p-0d58f131.entry.js +0 -2
  430. package/dist/atomic/p-0d58f131.entry.js.map +0 -1
  431. package/dist/atomic/p-2ad5f46e.entry.js +0 -2
  432. package/dist/atomic/p-2ad5f46e.entry.js.map +0 -1
  433. package/dist/atomic/p-3b46c4c2.entry.js +0 -2
  434. package/dist/atomic/p-3b46c4c2.entry.js.map +0 -1
  435. package/dist/atomic/p-406f7e5a.js +0 -2
  436. package/dist/atomic/p-42d7acb3.js +0 -2
  437. package/dist/atomic/p-42d7acb3.js.map +0 -1
  438. package/dist/atomic/p-44eda272.entry.js +0 -2
  439. package/dist/atomic/p-44eda272.entry.js.map +0 -1
  440. package/dist/atomic/p-519b3517.entry.js +0 -2
  441. package/dist/atomic/p-519b3517.entry.js.map +0 -1
  442. package/dist/atomic/p-5b41c16c.js +0 -2
  443. package/dist/atomic/p-5b41c16c.js.map +0 -1
  444. package/dist/atomic/p-66d84fd8.js +0 -2
  445. package/dist/atomic/p-66d84fd8.js.map +0 -1
  446. package/dist/atomic/p-6b66c9da.entry.js +0 -2
  447. package/dist/atomic/p-6b66c9da.entry.js.map +0 -1
  448. package/dist/atomic/p-6bb72ce5.entry.js +0 -2
  449. package/dist/atomic/p-6bbff681.entry.js +0 -2
  450. package/dist/atomic/p-6bbff681.entry.js.map +0 -1
  451. package/dist/atomic/p-74975270.js +0 -2
  452. package/dist/atomic/p-74975270.js.map +0 -1
  453. package/dist/atomic/p-7a4bad93.entry.js +0 -2
  454. package/dist/atomic/p-7a4bad93.entry.js.map +0 -1
  455. package/dist/atomic/p-7ac9072b.js +0 -2
  456. package/dist/atomic/p-7ac9072b.js.map +0 -1
  457. package/dist/atomic/p-898fd613.js +0 -3
  458. package/dist/atomic/p-898fd613.js.map +0 -1
  459. package/dist/atomic/p-8b9982db.entry.js +0 -2
  460. package/dist/atomic/p-8b9982db.entry.js.map +0 -1
  461. package/dist/atomic/p-904f3adb.js +0 -2
  462. package/dist/atomic/p-904f3adb.js.map +0 -1
  463. package/dist/atomic/p-90f23fb3.entry.js +0 -2
  464. package/dist/atomic/p-91a9b3f1.js +0 -2
  465. package/dist/atomic/p-91a9b3f1.js.map +0 -1
  466. package/dist/atomic/p-92156d1b.entry.js +0 -2
  467. package/dist/atomic/p-92156d1b.entry.js.map +0 -1
  468. package/dist/atomic/p-a3edbb0a.entry.js +0 -2
  469. package/dist/atomic/p-a62f2bf9.js +0 -2
  470. package/dist/atomic/p-a62f2bf9.js.map +0 -1
  471. package/dist/atomic/p-b01312d5.entry.js +0 -2
  472. package/dist/atomic/p-b01312d5.entry.js.map +0 -1
  473. package/dist/atomic/p-b56e0b21.entry.js +0 -2
  474. package/dist/atomic/p-b56e0b21.entry.js.map +0 -1
  475. package/dist/atomic/p-b9caa130.entry.js +0 -2
  476. package/dist/atomic/p-b9caa130.entry.js.map +0 -1
  477. package/dist/atomic/p-bedd6d62.js +0 -2
  478. package/dist/atomic/p-bedd6d62.js.map +0 -1
  479. package/dist/atomic/p-c785d72d.entry.js +0 -2
  480. package/dist/atomic/p-ce30fcf5.entry.js +0 -2
  481. package/dist/atomic/p-ce30fcf5.entry.js.map +0 -1
  482. package/dist/atomic/p-d03289b0.entry.js +0 -2
  483. package/dist/atomic/p-d03289b0.entry.js.map +0 -1
  484. package/dist/atomic/p-d0ec450e.entry.js +0 -2
  485. package/dist/atomic/p-d0ec450e.entry.js.map +0 -1
  486. package/dist/atomic/p-d637dcbe.js.map +0 -1
  487. package/dist/atomic/p-d7bf3aa2.js +0 -2
  488. package/dist/atomic/p-d7bf3aa2.js.map +0 -1
  489. package/dist/atomic/p-dcd04374.js +0 -2
  490. package/dist/atomic/p-dcd04374.js.map +0 -1
  491. package/dist/atomic/p-e283bb5a.js +0 -2
  492. package/dist/atomic/p-e283bb5a.js.map +0 -1
  493. package/dist/atomic/p-e2e4d4f3.entry.js +0 -9
  494. package/dist/atomic/p-e2e4d4f3.entry.js.map +0 -1
  495. package/dist/atomic/p-e9fff991.js +0 -2
  496. package/dist/atomic/p-e9fff991.js.map +0 -1
  497. package/dist/atomic/p-ec99339b.js +0 -2
  498. package/dist/atomic/p-ec99339b.js.map +0 -1
  499. package/dist/atomic/p-f2b42434.entry.js +0 -2
  500. package/dist/atomic/p-f3a9a28b.entry.js +0 -2
  501. package/dist/atomic/p-fafae456.js +0 -2
  502. package/dist/atomic/p-fafae456.js.map +0 -1
  503. package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js +0 -415
  504. package/dist/cjs/atomic-generated-answer-feedback-modal.cjs.entry.js.map +0 -1
  505. package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js +0 -112
  506. package/dist/cjs/atomic-insight-refine-modal.cjs.entry.js.map +0 -1
  507. package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js +0 -30
  508. package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js.map +0 -1
  509. package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js +0 -61
  510. package/dist/cjs/atomic-insight-result-attach-to-case-indicator.cjs.entry.js.map +0 -1
  511. package/dist/cjs/atomic-insight-result-list.cjs.entry.js +0 -152
  512. package/dist/cjs/atomic-insight-result-list.cjs.entry.js.map +0 -1
  513. package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js +0 -138
  514. package/dist/cjs/atomic-insight-result-quickview-action.cjs.entry.js.map +0 -1
  515. package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js +0 -170
  516. package/dist/cjs/atomic-insight-smart-snippet.cjs.entry.js.map +0 -1
  517. package/dist/cjs/atomic-insight-user-actions-modal.cjs.entry.js +0 -95
  518. package/dist/cjs/atomic-insight-user-actions-modal.cjs.entry.js.map +0 -1
  519. package/dist/cjs/atomic-insight-user-actions-session.cjs.entry.js +0 -170
  520. package/dist/cjs/atomic-insight-user-actions-session.cjs.entry.js.map +0 -1
  521. package/dist/cjs/atomic-insight-user-actions-timeline.cjs.entry.js +0 -285
  522. package/dist/cjs/atomic-insight-user-actions-timeline.cjs.entry.js.map +0 -1
  523. package/dist/cjs/atomic-ipx-body.cjs.entry.js +0 -80
  524. package/dist/cjs/atomic-ipx-body.cjs.entry.js.map +0 -1
  525. package/dist/cjs/atomic-ipx-modal.cjs.entry.js +0 -86
  526. package/dist/cjs/atomic-ipx-modal.cjs.entry.js.map +0 -1
  527. package/dist/cjs/atomic-ipx-result-link.cjs.entry.js +0 -126
  528. package/dist/cjs/atomic-ipx-result-link.cjs.entry.js.map +0 -1
  529. package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js +0 -99
  530. package/dist/cjs/atomic-suggestion-renderer.cjs.entry.js.map +0 -1
  531. package/dist/cjs/attributes-slot-bb450885.js +0 -32
  532. package/dist/cjs/attributes-slot-bb450885.js.map +0 -1
  533. package/dist/cjs/close-20739950.js +0 -7
  534. package/dist/cjs/close-20739950.js.map +0 -1
  535. package/dist/cjs/display-options-dad31135.js.map +0 -1
  536. package/dist/cjs/export-parts-878c454a.js +0 -7
  537. package/dist/cjs/export-parts-878c454a.js.map +0 -1
  538. package/dist/cjs/index-515ca559.js.map +0 -1
  539. package/dist/cjs/initialization-lit-stencil-common-utils-4ef7bf9c.js.map +0 -1
  540. package/dist/cjs/popover-type-b1385b27.js.map +0 -1
  541. package/dist/cjs/preview-8eebe5d5.js +0 -10
  542. package/dist/cjs/preview-8eebe5d5.js.map +0 -1
  543. package/dist/cjs/replace-breakpoint-utils-c365392f.js +0 -43
  544. package/dist/cjs/replace-breakpoint-utils-c365392f.js.map +0 -1
  545. package/dist/cjs/result-utils-30919a35.js +0 -67
  546. package/dist/cjs/result-utils-30919a35.js.map +0 -1
  547. package/dist/cjs/slot-utils-086dacac.js.map +0 -1
  548. package/dist/cjs/stencil-button-580d6869.js.map +0 -1
  549. package/dist/cjs/stencil-fieldset-group-c1b075b6.js +0 -14
  550. package/dist/cjs/stencil-fieldset-group-c1b075b6.js.map +0 -1
  551. package/dist/cjs/stencil-item-list-guard-4dfa8e37.js +0 -19
  552. package/dist/cjs/stencil-item-list-guard-4dfa8e37.js.map +0 -1
  553. package/dist/cjs/stencil-modal-9035d38e.js +0 -64
  554. package/dist/cjs/stencil-modal-9035d38e.js.map +0 -1
  555. package/dist/cjs/stencil-radio-button-6a4181f4.js +0 -77
  556. package/dist/cjs/stencil-radio-button-6a4181f4.js.map +0 -1
  557. package/dist/cjs/stencil-result-template-decorators-df459ee3.js.map +0 -1
  558. package/dist/cjs/utils-ba796684.js.map +0 -1
  559. package/dist/esm/atomic-generated-answer-feedback-modal.entry.js +0 -411
  560. package/dist/esm/atomic-generated-answer-feedback-modal.entry.js.map +0 -1
  561. package/dist/esm/atomic-insight-refine-modal.entry.js +0 -108
  562. package/dist/esm/atomic-insight-refine-modal.entry.js.map +0 -1
  563. package/dist/esm/atomic-insight-result-action-bar.entry.js +0 -26
  564. package/dist/esm/atomic-insight-result-action-bar.entry.js.map +0 -1
  565. package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js +0 -57
  566. package/dist/esm/atomic-insight-result-attach-to-case-indicator.entry.js.map +0 -1
  567. package/dist/esm/atomic-insight-result-list.entry.js +0 -148
  568. package/dist/esm/atomic-insight-result-list.entry.js.map +0 -1
  569. package/dist/esm/atomic-insight-result-quickview-action.entry.js +0 -134
  570. package/dist/esm/atomic-insight-result-quickview-action.entry.js.map +0 -1
  571. package/dist/esm/atomic-insight-smart-snippet.entry.js +0 -166
  572. package/dist/esm/atomic-insight-smart-snippet.entry.js.map +0 -1
  573. package/dist/esm/atomic-insight-user-actions-modal.entry.js +0 -91
  574. package/dist/esm/atomic-insight-user-actions-modal.entry.js.map +0 -1
  575. package/dist/esm/atomic-insight-user-actions-session.entry.js +0 -166
  576. package/dist/esm/atomic-insight-user-actions-session.entry.js.map +0 -1
  577. package/dist/esm/atomic-insight-user-actions-timeline.entry.js +0 -281
  578. package/dist/esm/atomic-insight-user-actions-timeline.entry.js.map +0 -1
  579. package/dist/esm/atomic-ipx-body.entry.js +0 -76
  580. package/dist/esm/atomic-ipx-body.entry.js.map +0 -1
  581. package/dist/esm/atomic-ipx-modal.entry.js +0 -82
  582. package/dist/esm/atomic-ipx-modal.entry.js.map +0 -1
  583. package/dist/esm/atomic-ipx-result-link.entry.js +0 -122
  584. package/dist/esm/atomic-ipx-result-link.entry.js.map +0 -1
  585. package/dist/esm/atomic-suggestion-renderer.entry.js +0 -95
  586. package/dist/esm/atomic-suggestion-renderer.entry.js.map +0 -1
  587. package/dist/esm/attributes-slot-b43923b8.js +0 -30
  588. package/dist/esm/attributes-slot-b43923b8.js.map +0 -1
  589. package/dist/esm/close-ff816971.js +0 -5
  590. package/dist/esm/close-ff816971.js.map +0 -1
  591. package/dist/esm/display-options-63f2ec3c.js.map +0 -1
  592. package/dist/esm/export-parts-14a53e2c.js +0 -5
  593. package/dist/esm/export-parts-14a53e2c.js.map +0 -1
  594. package/dist/esm/index-0bcc50f8.js.map +0 -1
  595. package/dist/esm/initialization-lit-stencil-common-utils-097c357b.js.map +0 -1
  596. package/dist/esm/popover-type-895c0e24.js +0 -10
  597. package/dist/esm/popover-type-895c0e24.js.map +0 -1
  598. package/dist/esm/preview-bb7e7a89.js +0 -8
  599. package/dist/esm/preview-bb7e7a89.js.map +0 -1
  600. package/dist/esm/replace-breakpoint-utils-2626a500.js +0 -41
  601. package/dist/esm/replace-breakpoint-utils-2626a500.js.map +0 -1
  602. package/dist/esm/result-utils-8978d15e.js +0 -64
  603. package/dist/esm/result-utils-8978d15e.js.map +0 -1
  604. package/dist/esm/slot-utils-3a3874a2.js.map +0 -1
  605. package/dist/esm/stencil-fieldset-group-6a9a867f.js +0 -12
  606. package/dist/esm/stencil-fieldset-group-6a9a867f.js.map +0 -1
  607. package/dist/esm/stencil-item-list-guard-7eaabe92.js +0 -17
  608. package/dist/esm/stencil-item-list-guard-7eaabe92.js.map +0 -1
  609. package/dist/esm/stencil-modal-0471908f.js +0 -61
  610. package/dist/esm/stencil-modal-0471908f.js.map +0 -1
  611. package/dist/esm/stencil-radio-button-647a8428.js +0 -75
  612. package/dist/esm/stencil-radio-button-647a8428.js.map +0 -1
  613. package/dist/esm/stencil-result-template-decorators-e758f409.js.map +0 -1
  614. package/dist/esm/utils-4b7a065d.js.map +0 -1
  615. package/dist/types/components/common/atomic-suggestion-renderer/atomic-suggestion-renderer.d.ts +0 -29
  616. package/dist/types/components/common/generated-answer/atomic-generated-answer-feedback/atomic-generated-answer-feedback-modal.d.ts +0 -61
  617. package/dist/types/components/insight/result-lists/atomic-insight-result-list/atomic-insight-result-list.d.ts +0 -49
  618. package/dist/types/components/insight/smart-snippets/atomic-insight-smart-snippet/atomic-insight-smart-snippet.d.ts +0 -48
  619. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-modal/atomic-insight-user-actions-modal.d.ts +0 -34
  620. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-session/atomic-insight-user-actions-session.d.ts +0 -32
  621. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-session/stencil-user-action.d.ts +0 -12
  622. package/dist/types/components/insight/user-actions/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.d.ts +0 -46
  623. package/dist/types/components/ipx/atomic-ipx-body/atomic-ipx-body.d.ts +0 -23
  624. /package/dist/atomic/{p-1da0ec8c.entry.js.map → p-0698ccf1.entry.js.map} +0 -0
  625. /package/dist/atomic/{p-0f466ffb.js.map → p-0c4a4e30.js.map} +0 -0
  626. /package/dist/atomic/{p-94976bed.js.map → p-4a32511f.js.map} +0 -0
  627. /package/dist/atomic/{p-02089c14.js.map → p-4cab9607.js.map} +0 -0
  628. /package/dist/atomic/{p-0454df94.js.map → p-578d761c.js.map} +0 -0
  629. /package/dist/atomic/{p-be8cc132.js.map → p-677f9c40.js.map} +0 -0
  630. /package/dist/atomic/{p-6e706321.entry.js.map → p-77250a6b.entry.js.map} +0 -0
  631. /package/dist/atomic/{p-f2243b33.js.map → p-b3524b97.js.map} +0 -0
  632. /package/dist/atomic/{p-4a2e7926.js.map → p-c0fbee64.js.map} +0 -0
@@ -5,42 +5,21 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { DateFilterRange, DateRangeRequest, GeneratedAnswer, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
9
8
  import { ItemDisplayBasicLayout, ItemDisplayDensity, ItemDisplayImageSize } from "./components/common/layout/display-options";
10
9
  import { ItemRenderingFunction } from "./components/common/item-list/stencil-item-list-common";
11
10
  import { Actions, InsightResultActionClickedEvent } from "./components/insight/atomic-insight-result-action/atomic-insight-result-action";
12
11
  import { InsightResultAttachToCaseEvent } from "./components/insight/atomic-insight-result-attach-to-case-action/atomic-insight-result-attach-to-case-action";
13
- import { RangeFacetSortCriterion as InsightRangeFacetSortCriterion, UserAction as IUserAction } from "@coveo/headless/insight";
12
+ import { DateFilterRange, DateRangeRequest, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
13
+ import { RangeFacetSortCriterion as InsightRangeFacetSortCriterion } from "@coveo/headless/insight";
14
14
  import { AnyBindings } from "./components/common/interface/bindings";
15
- import { i18n } from "i18next";
16
- import { SearchBoxSuggestionElement } from "./components/common/suggestions/suggestions-types";
17
- export { DateFilterRange, DateRangeRequest, GeneratedAnswer, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
18
15
  export { ItemDisplayBasicLayout, ItemDisplayDensity, ItemDisplayImageSize } from "./components/common/layout/display-options";
19
16
  export { ItemRenderingFunction } from "./components/common/item-list/stencil-item-list-common";
20
17
  export { Actions, InsightResultActionClickedEvent } from "./components/insight/atomic-insight-result-action/atomic-insight-result-action";
21
18
  export { InsightResultAttachToCaseEvent } from "./components/insight/atomic-insight-result-attach-to-case-action/atomic-insight-result-attach-to-case-action";
22
- export { RangeFacetSortCriterion as InsightRangeFacetSortCriterion, UserAction as IUserAction } from "@coveo/headless/insight";
19
+ export { DateFilterRange, DateRangeRequest, ResultTemplate, ResultTemplateCondition } from "@coveo/headless";
20
+ export { RangeFacetSortCriterion as InsightRangeFacetSortCriterion } from "@coveo/headless/insight";
23
21
  export { AnyBindings } from "./components/common/interface/bindings";
24
- export { i18n } from "i18next";
25
- export { SearchBoxSuggestionElement } from "./components/common/suggestions/suggestions-types";
26
22
  export namespace Components {
27
- /**
28
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
29
- */
30
- interface AtomicGeneratedAnswerFeedbackModal {
31
- /**
32
- * A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal.
33
- */
34
- "generatedAnswer": GeneratedAnswer;
35
- /**
36
- * Indicates whether the answer was helpful or not.
37
- */
38
- "helpful": boolean;
39
- /**
40
- * Indicates whether the modal is open.
41
- */
42
- "isOpen": boolean;
43
- }
44
23
  interface AtomicInsightFoldedResultList {
45
24
  /**
46
25
  * The name of the field that uniquely identifies a result within a collection.
@@ -96,10 +75,6 @@ export namespace Components {
96
75
  */
97
76
  "withToggle"?: boolean;
98
77
  }
99
- interface AtomicInsightRefineModal {
100
- "isOpen": boolean;
101
- "openButton"?: HTMLElement;
102
- }
103
78
  interface AtomicInsightResultAction {
104
79
  /**
105
80
  * The type of action to perform when the result action is clicked. This will be sent along the event fired when the button is clicked.
@@ -118,12 +93,8 @@ export namespace Components {
118
93
  */
119
94
  "tooltipOnClick": string;
120
95
  }
121
- interface AtomicInsightResultActionBar {
122
- }
123
96
  interface AtomicInsightResultAttachToCaseAction {
124
97
  }
125
- interface AtomicInsightResultAttachToCaseIndicator {
126
- }
127
98
  interface AtomicInsightResultChildrenTemplate {
128
99
  /**
129
100
  * A function that must return true on results for the result template to apply. Set programmatically before initialization, not via attribute. For example, the following targets a template and sets a condition to make it apply only to results whose `title` contains `singapore`: `document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`
@@ -156,45 +127,6 @@ export namespace Components {
156
127
  string[]
157
128
  >;
158
129
  }
159
- interface AtomicInsightResultList {
160
- /**
161
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
162
- */
163
- "density": ItemDisplayDensity;
164
- /**
165
- * The expected size of the image displayed in the results.
166
- */
167
- "imageSize": ItemDisplayImageSize;
168
- /**
169
- * Sets a rendering function to bypass the standard HTML template mechanism for rendering results. You can use this function while working with web frameworks that don't use plain HTML syntax such as React, Angular, or Vue. Do not use this method if you integrate Atomic in a plain HTML deployment.
170
- * @param resultRenderingFunction
171
- */
172
- "setRenderFunction": (resultRenderingFunction: ItemRenderingFunction) => Promise<void>;
173
- }
174
- interface AtomicInsightResultQuickviewAction {
175
- /**
176
- * The `sandbox` attribute to apply to the quickview iframe. The quickview is loaded inside an iframe with a [`sandbox`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox) attribute for security reasons. This attribute exists primarily to protect against potential XSS attacks that could originate from the document being displayed. By default, the sandbox attributes are: `allow-popups allow-top-navigation allow-same-origin`. `allow-same-origin` is not optional, and must always be included in the list of allowed capabilities for the component to function properly.
177
- */
178
- "sandbox": string;
179
- }
180
- interface AtomicInsightSmartSnippet {
181
- /**
182
- * When the answer is partly hidden, how much of its height (in pixels) should be visible.
183
- */
184
- "collapsedHeight": number;
185
- /**
186
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the question at the top of the snippet, from 1 to 5.
187
- */
188
- "headingLevel": number;
189
- /**
190
- * The maximum height (in pixels) a snippet can have before the component truncates it and displays a "show more" button.
191
- */
192
- "maximumHeight": number;
193
- /**
194
- * Sets the style of the snippet. Example: ```ts smartSnippet.snippetStyle = ` b { color: blue; } `; ```
195
- */
196
- "snippetStyle"?: string;
197
- }
198
130
  interface AtomicInsightSmartSnippetSuggestions {
199
131
  /**
200
132
  * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the "People also ask" heading over the snippets, from 1 to 5.
@@ -247,70 +179,6 @@ export namespace Components {
247
179
  */
248
180
  "withDatePicker": boolean;
249
181
  }
250
- interface AtomicInsightUserActionsModal {
251
- /**
252
- * The names of custom events to exclude.
253
- */
254
- "excludedCustomActions": string[];
255
- "isOpen": boolean;
256
- "openButton"?: HTMLElement;
257
- /**
258
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
259
- */
260
- "ticketCreationDateTime": string;
261
- /**
262
- * The ID of the user whose actions are being displayed.
263
- */
264
- "userId": string;
265
- }
266
- /**
267
- * @category Insight Panel
268
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
269
- */
270
- interface AtomicInsightUserActionsSession {
271
- /**
272
- * The start time of the session as a Unix timestamp.
273
- */
274
- "startTimestamp": number;
275
- /**
276
- * The list of user actions performed during the session.
277
- */
278
- "userActions": Array<IUserAction>;
279
- }
280
- /**
281
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
282
- * This component displays all the actions performed by a user around the time they created a case.
283
- * The actions are grouped into multiple sessions, including the session during which the case was created,
284
- * the sessions preceding the case creation and the sessions following the case creation.
285
- * @component
286
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
287
- */
288
- interface AtomicInsightUserActionsTimeline {
289
- /**
290
- * The names of custom events to exclude.
291
- */
292
- "excludedCustomActions": string[];
293
- /**
294
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
295
- */
296
- "ticketCreationDateTime": string;
297
- /**
298
- * The ID of the user whose actions are being displayed. For example in email format "someone@company.com".
299
- */
300
- "userId": string;
301
- }
302
- interface AtomicIpxBody {
303
- "displayFooterSlot": boolean;
304
- "isOpen"?: boolean;
305
- }
306
- interface AtomicIpxModal {
307
- /**
308
- * The container to hide from the tabindex and accessibility DOM when the modal is closed.
309
- */
310
- "container"?: HTMLElement;
311
- "isOpen": boolean;
312
- "source"?: HTMLElement;
313
- }
314
182
  /**
315
183
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
316
184
  */
@@ -375,15 +243,6 @@ export namespace Components {
375
243
  */
376
244
  "collapseFacetsAfter": number;
377
245
  }
378
- /**
379
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
380
- */
381
- interface AtomicIpxResultLink {
382
- /**
383
- * Specifies a template literal from which to generate the `href` attribute value (see [Template literals](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals)). The template literal can reference any number of result properties from the parent result. It can also reference the window object. For example, the following markup generates an `href` value such as `http://uri.com?id=itemTitle`, using the result's `clickUri` and `itemtitle` fields. ```html <atomic-ipx-result-link href-template='${clickUri}?id=${raw.itemtitle}'></atomic-ipx-result-link> ```
384
- */
385
- "hrefTemplate"?: string;
386
- }
387
246
  /**
388
247
  * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
389
248
  */
@@ -447,28 +306,6 @@ export namespace Components {
447
306
  "rangeGetter": () => DateFilterRange | undefined;
448
307
  "rangeSetter": (range: DateRangeRequest) => void;
449
308
  }
450
- /**
451
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
452
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
453
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
454
- * use native Elements.
455
- */
456
- interface AtomicSuggestionRenderer {
457
- "i18n": i18n;
458
- "id": string;
459
- "index": number;
460
- "isDoubleList": boolean;
461
- "isSelected": boolean;
462
- "lastIndex": number;
463
- "onClick"?: (e: Event) => void;
464
- "onMouseEnter"?: (e: Event) => void;
465
- "side": 'left' | 'right';
466
- "suggestion": SearchBoxSuggestionElement;
467
- }
468
- }
469
- export interface AtomicGeneratedAnswerFeedbackModalCustomEvent<T> extends CustomEvent<T> {
470
- detail: T;
471
- target: HTMLAtomicGeneratedAnswerFeedbackModalElement;
472
309
  }
473
310
  export interface AtomicInsightResultActionCustomEvent<T> extends CustomEvent<T> {
474
311
  detail: T;
@@ -478,39 +315,11 @@ export interface AtomicInsightResultAttachToCaseActionCustomEvent<T> extends Cus
478
315
  detail: T;
479
316
  target: HTMLAtomicInsightResultAttachToCaseActionElement;
480
317
  }
481
- export interface AtomicIpxBodyCustomEvent<T> extends CustomEvent<T> {
482
- detail: T;
483
- target: HTMLAtomicIpxBodyElement;
484
- }
485
- export interface AtomicIpxModalCustomEvent<T> extends CustomEvent<T> {
486
- detail: T;
487
- target: HTMLAtomicIpxModalElement;
488
- }
489
318
  export interface AtomicStencilFacetDateInputCustomEvent<T> extends CustomEvent<T> {
490
319
  detail: T;
491
320
  target: HTMLAtomicStencilFacetDateInputElement;
492
321
  }
493
322
  declare global {
494
- interface HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap {
495
- "feedbackSent": any;
496
- }
497
- /**
498
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
499
- */
500
- interface HTMLAtomicGeneratedAnswerFeedbackModalElement extends Components.AtomicGeneratedAnswerFeedbackModal, HTMLStencilElement {
501
- addEventListener<K extends keyof HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap>(type: K, listener: (this: HTMLAtomicGeneratedAnswerFeedbackModalElement, ev: AtomicGeneratedAnswerFeedbackModalCustomEvent<HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
502
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
503
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
504
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
505
- removeEventListener<K extends keyof HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap>(type: K, listener: (this: HTMLAtomicGeneratedAnswerFeedbackModalElement, ev: AtomicGeneratedAnswerFeedbackModalCustomEvent<HTMLAtomicGeneratedAnswerFeedbackModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
506
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
507
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
508
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
509
- }
510
- var HTMLAtomicGeneratedAnswerFeedbackModalElement: {
511
- prototype: HTMLAtomicGeneratedAnswerFeedbackModalElement;
512
- new (): HTMLAtomicGeneratedAnswerFeedbackModalElement;
513
- };
514
323
  interface HTMLAtomicInsightFoldedResultListElement extends Components.AtomicInsightFoldedResultList, HTMLStencilElement {
515
324
  }
516
325
  var HTMLAtomicInsightFoldedResultListElement: {
@@ -523,12 +332,6 @@ declare global {
523
332
  prototype: HTMLAtomicInsightGeneratedAnswerElement;
524
333
  new (): HTMLAtomicInsightGeneratedAnswerElement;
525
334
  };
526
- interface HTMLAtomicInsightRefineModalElement extends Components.AtomicInsightRefineModal, HTMLStencilElement {
527
- }
528
- var HTMLAtomicInsightRefineModalElement: {
529
- prototype: HTMLAtomicInsightRefineModalElement;
530
- new (): HTMLAtomicInsightRefineModalElement;
531
- };
532
335
  interface HTMLAtomicInsightResultActionElementEventMap {
533
336
  "atomicInsightResultActionClicked": InsightResultActionClickedEvent;
534
337
  }
@@ -546,12 +349,6 @@ declare global {
546
349
  prototype: HTMLAtomicInsightResultActionElement;
547
350
  new (): HTMLAtomicInsightResultActionElement;
548
351
  };
549
- interface HTMLAtomicInsightResultActionBarElement extends Components.AtomicInsightResultActionBar, HTMLStencilElement {
550
- }
551
- var HTMLAtomicInsightResultActionBarElement: {
552
- prototype: HTMLAtomicInsightResultActionBarElement;
553
- new (): HTMLAtomicInsightResultActionBarElement;
554
- };
555
352
  interface HTMLAtomicInsightResultAttachToCaseActionElementEventMap {
556
353
  "atomic/insight/attachToCase/attach": InsightResultAttachToCaseEvent;
557
354
  "atomic/insight/attachToCase/detach": InsightResultAttachToCaseEvent;
@@ -570,36 +367,12 @@ declare global {
570
367
  prototype: HTMLAtomicInsightResultAttachToCaseActionElement;
571
368
  new (): HTMLAtomicInsightResultAttachToCaseActionElement;
572
369
  };
573
- interface HTMLAtomicInsightResultAttachToCaseIndicatorElement extends Components.AtomicInsightResultAttachToCaseIndicator, HTMLStencilElement {
574
- }
575
- var HTMLAtomicInsightResultAttachToCaseIndicatorElement: {
576
- prototype: HTMLAtomicInsightResultAttachToCaseIndicatorElement;
577
- new (): HTMLAtomicInsightResultAttachToCaseIndicatorElement;
578
- };
579
370
  interface HTMLAtomicInsightResultChildrenTemplateElement extends Components.AtomicInsightResultChildrenTemplate, HTMLStencilElement {
580
371
  }
581
372
  var HTMLAtomicInsightResultChildrenTemplateElement: {
582
373
  prototype: HTMLAtomicInsightResultChildrenTemplateElement;
583
374
  new (): HTMLAtomicInsightResultChildrenTemplateElement;
584
375
  };
585
- interface HTMLAtomicInsightResultListElement extends Components.AtomicInsightResultList, HTMLStencilElement {
586
- }
587
- var HTMLAtomicInsightResultListElement: {
588
- prototype: HTMLAtomicInsightResultListElement;
589
- new (): HTMLAtomicInsightResultListElement;
590
- };
591
- interface HTMLAtomicInsightResultQuickviewActionElement extends Components.AtomicInsightResultQuickviewAction, HTMLStencilElement {
592
- }
593
- var HTMLAtomicInsightResultQuickviewActionElement: {
594
- prototype: HTMLAtomicInsightResultQuickviewActionElement;
595
- new (): HTMLAtomicInsightResultQuickviewActionElement;
596
- };
597
- interface HTMLAtomicInsightSmartSnippetElement extends Components.AtomicInsightSmartSnippet, HTMLStencilElement {
598
- }
599
- var HTMLAtomicInsightSmartSnippetElement: {
600
- prototype: HTMLAtomicInsightSmartSnippetElement;
601
- new (): HTMLAtomicInsightSmartSnippetElement;
602
- };
603
376
  interface HTMLAtomicInsightSmartSnippetSuggestionsElement extends Components.AtomicInsightSmartSnippetSuggestions, HTMLStencilElement {
604
377
  }
605
378
  var HTMLAtomicInsightSmartSnippetSuggestionsElement: {
@@ -612,70 +385,6 @@ declare global {
612
385
  prototype: HTMLAtomicInsightTimeframeFacetElement;
613
386
  new (): HTMLAtomicInsightTimeframeFacetElement;
614
387
  };
615
- interface HTMLAtomicInsightUserActionsModalElement extends Components.AtomicInsightUserActionsModal, HTMLStencilElement {
616
- }
617
- var HTMLAtomicInsightUserActionsModalElement: {
618
- prototype: HTMLAtomicInsightUserActionsModalElement;
619
- new (): HTMLAtomicInsightUserActionsModalElement;
620
- };
621
- /**
622
- * @category Insight Panel
623
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
624
- */
625
- interface HTMLAtomicInsightUserActionsSessionElement extends Components.AtomicInsightUserActionsSession, HTMLStencilElement {
626
- }
627
- var HTMLAtomicInsightUserActionsSessionElement: {
628
- prototype: HTMLAtomicInsightUserActionsSessionElement;
629
- new (): HTMLAtomicInsightUserActionsSessionElement;
630
- };
631
- /**
632
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
633
- * This component displays all the actions performed by a user around the time they created a case.
634
- * The actions are grouped into multiple sessions, including the session during which the case was created,
635
- * the sessions preceding the case creation and the sessions following the case creation.
636
- * @component
637
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
638
- */
639
- interface HTMLAtomicInsightUserActionsTimelineElement extends Components.AtomicInsightUserActionsTimeline, HTMLStencilElement {
640
- }
641
- var HTMLAtomicInsightUserActionsTimelineElement: {
642
- prototype: HTMLAtomicInsightUserActionsTimelineElement;
643
- new (): HTMLAtomicInsightUserActionsTimelineElement;
644
- };
645
- interface HTMLAtomicIpxBodyElementEventMap {
646
- "animationEnded": never;
647
- }
648
- interface HTMLAtomicIpxBodyElement extends Components.AtomicIpxBody, HTMLStencilElement {
649
- addEventListener<K extends keyof HTMLAtomicIpxBodyElementEventMap>(type: K, listener: (this: HTMLAtomicIpxBodyElement, ev: AtomicIpxBodyCustomEvent<HTMLAtomicIpxBodyElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
650
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
651
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
652
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
653
- removeEventListener<K extends keyof HTMLAtomicIpxBodyElementEventMap>(type: K, listener: (this: HTMLAtomicIpxBodyElement, ev: AtomicIpxBodyCustomEvent<HTMLAtomicIpxBodyElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
654
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
655
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
656
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
657
- }
658
- var HTMLAtomicIpxBodyElement: {
659
- prototype: HTMLAtomicIpxBodyElement;
660
- new (): HTMLAtomicIpxBodyElement;
661
- };
662
- interface HTMLAtomicIpxModalElementEventMap {
663
- "animationEnded": never;
664
- }
665
- interface HTMLAtomicIpxModalElement extends Components.AtomicIpxModal, HTMLStencilElement {
666
- addEventListener<K extends keyof HTMLAtomicIpxModalElementEventMap>(type: K, listener: (this: HTMLAtomicIpxModalElement, ev: AtomicIpxModalCustomEvent<HTMLAtomicIpxModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
667
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
668
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
669
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
670
- removeEventListener<K extends keyof HTMLAtomicIpxModalElementEventMap>(type: K, listener: (this: HTMLAtomicIpxModalElement, ev: AtomicIpxModalCustomEvent<HTMLAtomicIpxModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
671
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
672
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
673
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
674
- }
675
- var HTMLAtomicIpxModalElement: {
676
- prototype: HTMLAtomicIpxModalElement;
677
- new (): HTMLAtomicIpxModalElement;
678
- };
679
388
  /**
680
389
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
681
390
  */
@@ -697,15 +406,6 @@ declare global {
697
406
  prototype: HTMLAtomicIpxRefineToggleElement;
698
407
  new (): HTMLAtomicIpxRefineToggleElement;
699
408
  };
700
- /**
701
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
702
- */
703
- interface HTMLAtomicIpxResultLinkElement extends Components.AtomicIpxResultLink, HTMLStencilElement {
704
- }
705
- var HTMLAtomicIpxResultLinkElement: {
706
- prototype: HTMLAtomicIpxResultLinkElement;
707
- new (): HTMLAtomicIpxResultLinkElement;
708
- };
709
409
  /**
710
410
  * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
711
411
  */
@@ -736,70 +436,22 @@ declare global {
736
436
  prototype: HTMLAtomicStencilFacetDateInputElement;
737
437
  new (): HTMLAtomicStencilFacetDateInputElement;
738
438
  };
739
- /**
740
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
741
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
742
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
743
- * use native Elements.
744
- */
745
- interface HTMLAtomicSuggestionRendererElement extends Components.AtomicSuggestionRenderer, HTMLStencilElement {
746
- }
747
- var HTMLAtomicSuggestionRendererElement: {
748
- prototype: HTMLAtomicSuggestionRendererElement;
749
- new (): HTMLAtomicSuggestionRendererElement;
750
- };
751
439
  interface HTMLElementTagNameMap {
752
- "atomic-generated-answer-feedback-modal": HTMLAtomicGeneratedAnswerFeedbackModalElement;
753
440
  "atomic-insight-folded-result-list": HTMLAtomicInsightFoldedResultListElement;
754
441
  "atomic-insight-generated-answer": HTMLAtomicInsightGeneratedAnswerElement;
755
- "atomic-insight-refine-modal": HTMLAtomicInsightRefineModalElement;
756
442
  "atomic-insight-result-action": HTMLAtomicInsightResultActionElement;
757
- "atomic-insight-result-action-bar": HTMLAtomicInsightResultActionBarElement;
758
443
  "atomic-insight-result-attach-to-case-action": HTMLAtomicInsightResultAttachToCaseActionElement;
759
- "atomic-insight-result-attach-to-case-indicator": HTMLAtomicInsightResultAttachToCaseIndicatorElement;
760
444
  "atomic-insight-result-children-template": HTMLAtomicInsightResultChildrenTemplateElement;
761
- "atomic-insight-result-list": HTMLAtomicInsightResultListElement;
762
- "atomic-insight-result-quickview-action": HTMLAtomicInsightResultQuickviewActionElement;
763
- "atomic-insight-smart-snippet": HTMLAtomicInsightSmartSnippetElement;
764
445
  "atomic-insight-smart-snippet-suggestions": HTMLAtomicInsightSmartSnippetSuggestionsElement;
765
446
  "atomic-insight-timeframe-facet": HTMLAtomicInsightTimeframeFacetElement;
766
- "atomic-insight-user-actions-modal": HTMLAtomicInsightUserActionsModalElement;
767
- "atomic-insight-user-actions-session": HTMLAtomicInsightUserActionsSessionElement;
768
- "atomic-insight-user-actions-timeline": HTMLAtomicInsightUserActionsTimelineElement;
769
- "atomic-ipx-body": HTMLAtomicIpxBodyElement;
770
- "atomic-ipx-modal": HTMLAtomicIpxModalElement;
771
447
  "atomic-ipx-recs-list": HTMLAtomicIpxRecsListElement;
772
448
  "atomic-ipx-refine-modal": HTMLAtomicIpxRefineModalElement;
773
449
  "atomic-ipx-refine-toggle": HTMLAtomicIpxRefineToggleElement;
774
- "atomic-ipx-result-link": HTMLAtomicIpxResultLinkElement;
775
450
  "atomic-recs-list": HTMLAtomicRecsListElement;
776
451
  "atomic-stencil-facet-date-input": HTMLAtomicStencilFacetDateInputElement;
777
- "atomic-suggestion-renderer": HTMLAtomicSuggestionRendererElement;
778
452
  }
779
453
  }
780
454
  declare namespace LocalJSX {
781
- /**
782
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
783
- */
784
- interface AtomicGeneratedAnswerFeedbackModal {
785
- /**
786
- * A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal.
787
- */
788
- "generatedAnswer": GeneratedAnswer;
789
- /**
790
- * Indicates whether the answer was helpful or not.
791
- */
792
- "helpful"?: boolean;
793
- /**
794
- * Indicates whether the modal is open.
795
- */
796
- "isOpen"?: boolean;
797
- /**
798
- * @migration Stencil's
799
- * @Event () decorator defaults to: bubbles=true, composed=true, cancelable=true. Native CustomEvent defaults to: bubbles=false, composed=false, cancelable=false. When migrating to Lit, explicitly set all three options to preserve behavior: `new CustomEvent('feedbackSent', { bubbles: true, composed: true, cancelable: true })`
800
- */
801
- "onFeedbackSent"?: (event: AtomicGeneratedAnswerFeedbackModalCustomEvent<any>) => void;
802
- }
803
455
  interface AtomicInsightFoldedResultList {
804
456
  /**
805
457
  * The name of the field that uniquely identifies a result within a collection.
@@ -850,10 +502,6 @@ declare namespace LocalJSX {
850
502
  */
851
503
  "withToggle"?: boolean;
852
504
  }
853
- interface AtomicInsightRefineModal {
854
- "isOpen"?: boolean;
855
- "openButton"?: HTMLElement;
856
- }
857
505
  interface AtomicInsightResultAction {
858
506
  /**
859
507
  * The type of action to perform when the result action is clicked. This will be sent along the event fired when the button is clicked.
@@ -877,8 +525,6 @@ declare namespace LocalJSX {
877
525
  */
878
526
  "tooltipOnClick"?: string;
879
527
  }
880
- interface AtomicInsightResultActionBar {
881
- }
882
528
  interface AtomicInsightResultAttachToCaseAction {
883
529
  /**
884
530
  * @migration Stencil's
@@ -887,8 +533,6 @@ declare namespace LocalJSX {
887
533
  "onAtomic/insight/attachToCase/attach"?: (event: AtomicInsightResultAttachToCaseActionCustomEvent<InsightResultAttachToCaseEvent>) => void;
888
534
  "onAtomic/insight/attachToCase/detach"?: (event: AtomicInsightResultAttachToCaseActionCustomEvent<InsightResultAttachToCaseEvent>) => void;
889
535
  }
890
- interface AtomicInsightResultAttachToCaseIndicator {
891
- }
892
536
  interface AtomicInsightResultChildrenTemplate {
893
537
  /**
894
538
  * A function that must return true on results for the result template to apply. Set programmatically before initialization, not via attribute. For example, the following targets a template and sets a condition to make it apply only to results whose `title` contains `singapore`: `document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`
@@ -917,40 +561,6 @@ declare namespace LocalJSX {
917
561
  string[]
918
562
  >;
919
563
  }
920
- interface AtomicInsightResultList {
921
- /**
922
- * The spacing of various elements in the result list, including the gap between results, the gap between parts of a result, and the font sizes of different parts in a result.
923
- */
924
- "density"?: ItemDisplayDensity;
925
- /**
926
- * The expected size of the image displayed in the results.
927
- */
928
- "imageSize"?: ItemDisplayImageSize;
929
- }
930
- interface AtomicInsightResultQuickviewAction {
931
- /**
932
- * The `sandbox` attribute to apply to the quickview iframe. The quickview is loaded inside an iframe with a [`sandbox`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox) attribute for security reasons. This attribute exists primarily to protect against potential XSS attacks that could originate from the document being displayed. By default, the sandbox attributes are: `allow-popups allow-top-navigation allow-same-origin`. `allow-same-origin` is not optional, and must always be included in the list of allowed capabilities for the component to function properly.
933
- */
934
- "sandbox"?: string;
935
- }
936
- interface AtomicInsightSmartSnippet {
937
- /**
938
- * When the answer is partly hidden, how much of its height (in pixels) should be visible.
939
- */
940
- "collapsedHeight"?: number;
941
- /**
942
- * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the question at the top of the snippet, from 1 to 5.
943
- */
944
- "headingLevel"?: number;
945
- /**
946
- * The maximum height (in pixels) a snippet can have before the component truncates it and displays a "show more" button.
947
- */
948
- "maximumHeight"?: number;
949
- /**
950
- * Sets the style of the snippet. Example: ```ts smartSnippet.snippetStyle = ` b { color: blue; } `; ```
951
- */
952
- "snippetStyle"?: string;
953
- }
954
564
  interface AtomicInsightSmartSnippetSuggestions {
955
565
  /**
956
566
  * The [heading level](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) to use for the "People also ask" heading over the snippets, from 1 to 5.
@@ -1003,80 +613,6 @@ declare namespace LocalJSX {
1003
613
  */
1004
614
  "withDatePicker"?: boolean;
1005
615
  }
1006
- interface AtomicInsightUserActionsModal {
1007
- /**
1008
- * The names of custom events to exclude.
1009
- */
1010
- "excludedCustomActions"?: string[];
1011
- "isOpen"?: boolean;
1012
- "openButton"?: HTMLElement;
1013
- /**
1014
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
1015
- */
1016
- "ticketCreationDateTime": string;
1017
- /**
1018
- * The ID of the user whose actions are being displayed.
1019
- */
1020
- "userId": string;
1021
- }
1022
- /**
1023
- * @category Insight Panel
1024
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
1025
- */
1026
- interface AtomicInsightUserActionsSession {
1027
- /**
1028
- * The start time of the session as a Unix timestamp.
1029
- */
1030
- "startTimestamp": number;
1031
- /**
1032
- * The list of user actions performed during the session.
1033
- */
1034
- "userActions": Array<IUserAction>;
1035
- }
1036
- /**
1037
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
1038
- * This component displays all the actions performed by a user around the time they created a case.
1039
- * The actions are grouped into multiple sessions, including the session during which the case was created,
1040
- * the sessions preceding the case creation and the sessions following the case creation.
1041
- * @component
1042
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
1043
- */
1044
- interface AtomicInsightUserActionsTimeline {
1045
- /**
1046
- * The names of custom events to exclude.
1047
- */
1048
- "excludedCustomActions"?: string[];
1049
- /**
1050
- * The date and time when the case was created. For example "2024-01-01T00:00:00Z"
1051
- */
1052
- "ticketCreationDateTime": string;
1053
- /**
1054
- * The ID of the user whose actions are being displayed. For example in email format "someone@company.com".
1055
- */
1056
- "userId": string;
1057
- }
1058
- interface AtomicIpxBody {
1059
- "displayFooterSlot"?: boolean;
1060
- "isOpen"?: boolean;
1061
- /**
1062
- * @migration Stencil's
1063
- * @Event () decorator defaults to: bubbles=true, composed=true, cancelable=true. Native CustomEvent defaults to: bubbles=false, composed=false, cancelable=false. When migrating to Lit, explicitly set all three options to preserve behavior: `new CustomEvent('animationEnded', { bubbles: true, composed: true, cancelable: true })`
1064
- */
1065
- "onAnimationEnded"?: (event: AtomicIpxBodyCustomEvent<never>) => void;
1066
- }
1067
- interface AtomicIpxModal {
1068
- /**
1069
- * The container to hide from the tabindex and accessibility DOM when the modal is closed.
1070
- */
1071
- "container"?: HTMLElement;
1072
- "isOpen"?: boolean;
1073
- /**
1074
- * @migration Stencil's
1075
- * @Event () decorator defaults to: bubbles=true, composed=true, cancelable=true. Native CustomEvent defaults to: bubbles=false, composed=false, cancelable=false. When migrating to Lit, explicitly set all three options to preserve behavior: `new CustomEvent('animationEnded', { bubbles: true, composed: true, cancelable: true })`
1076
- */
1077
- "onAnimationEnded"?: (event: AtomicIpxModalCustomEvent<never>) => void;
1078
- "source"?: HTMLElement;
1079
- }
1080
616
  /**
1081
617
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
1082
618
  */
@@ -1128,15 +664,6 @@ declare namespace LocalJSX {
1128
664
  */
1129
665
  "collapseFacetsAfter"?: number;
1130
666
  }
1131
- /**
1132
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
1133
- */
1134
- interface AtomicIpxResultLink {
1135
- /**
1136
- * Specifies a template literal from which to generate the `href` attribute value (see [Template literals](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals)). The template literal can reference any number of result properties from the parent result. It can also reference the window object. For example, the following markup generates an `href` value such as `http://uri.com?id=itemTitle`, using the result's `clickUri` and `itemtitle` fields. ```html <atomic-ipx-result-link href-template='${clickUri}?id=${raw.itemtitle}'></atomic-ipx-result-link> ```
1137
- */
1138
- "hrefTemplate"?: string;
1139
- }
1140
667
  /**
1141
668
  * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
1142
669
  */
@@ -1192,101 +719,38 @@ declare namespace LocalJSX {
1192
719
  "rangeGetter": () => DateFilterRange | undefined;
1193
720
  "rangeSetter": (range: DateRangeRequest) => void;
1194
721
  }
1195
- /**
1196
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
1197
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
1198
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
1199
- * use native Elements.
1200
- */
1201
- interface AtomicSuggestionRenderer {
1202
- "i18n": i18n;
1203
- "id": string;
1204
- "index": number;
1205
- "isDoubleList": boolean;
1206
- "isSelected": boolean;
1207
- "lastIndex": number;
1208
- "onClick"?: (e: Event) => void;
1209
- "onMouseEnter"?: (e: Event) => void;
1210
- "side": 'left' | 'right';
1211
- "suggestion": SearchBoxSuggestionElement;
1212
- }
1213
722
  interface IntrinsicElements {
1214
- "atomic-generated-answer-feedback-modal": AtomicGeneratedAnswerFeedbackModal;
1215
723
  "atomic-insight-folded-result-list": AtomicInsightFoldedResultList;
1216
724
  "atomic-insight-generated-answer": AtomicInsightGeneratedAnswer;
1217
- "atomic-insight-refine-modal": AtomicInsightRefineModal;
1218
725
  "atomic-insight-result-action": AtomicInsightResultAction;
1219
- "atomic-insight-result-action-bar": AtomicInsightResultActionBar;
1220
726
  "atomic-insight-result-attach-to-case-action": AtomicInsightResultAttachToCaseAction;
1221
- "atomic-insight-result-attach-to-case-indicator": AtomicInsightResultAttachToCaseIndicator;
1222
727
  "atomic-insight-result-children-template": AtomicInsightResultChildrenTemplate;
1223
- "atomic-insight-result-list": AtomicInsightResultList;
1224
- "atomic-insight-result-quickview-action": AtomicInsightResultQuickviewAction;
1225
- "atomic-insight-smart-snippet": AtomicInsightSmartSnippet;
1226
728
  "atomic-insight-smart-snippet-suggestions": AtomicInsightSmartSnippetSuggestions;
1227
729
  "atomic-insight-timeframe-facet": AtomicInsightTimeframeFacet;
1228
- "atomic-insight-user-actions-modal": AtomicInsightUserActionsModal;
1229
- "atomic-insight-user-actions-session": AtomicInsightUserActionsSession;
1230
- "atomic-insight-user-actions-timeline": AtomicInsightUserActionsTimeline;
1231
- "atomic-ipx-body": AtomicIpxBody;
1232
- "atomic-ipx-modal": AtomicIpxModal;
1233
730
  "atomic-ipx-recs-list": AtomicIpxRecsList;
1234
731
  "atomic-ipx-refine-modal": AtomicIpxRefineModal;
1235
732
  "atomic-ipx-refine-toggle": AtomicIpxRefineToggle;
1236
- "atomic-ipx-result-link": AtomicIpxResultLink;
1237
733
  "atomic-recs-list": AtomicRecsList;
1238
734
  "atomic-stencil-facet-date-input": AtomicStencilFacetDateInput;
1239
- "atomic-suggestion-renderer": AtomicSuggestionRenderer;
1240
735
  }
1241
736
  }
1242
737
  export { LocalJSX as JSX };
1243
738
  declare module "@stencil/core" {
1244
739
  export namespace JSX {
1245
740
  interface IntrinsicElements {
1246
- /**
1247
- * Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`
1248
- */
1249
- "atomic-generated-answer-feedback-modal": LocalJSX.AtomicGeneratedAnswerFeedbackModal & JSXBase.HTMLAttributes<HTMLAtomicGeneratedAnswerFeedbackModalElement>;
1250
741
  "atomic-insight-folded-result-list": LocalJSX.AtomicInsightFoldedResultList & JSXBase.HTMLAttributes<HTMLAtomicInsightFoldedResultListElement>;
1251
742
  "atomic-insight-generated-answer": LocalJSX.AtomicInsightGeneratedAnswer & JSXBase.HTMLAttributes<HTMLAtomicInsightGeneratedAnswerElement>;
1252
- "atomic-insight-refine-modal": LocalJSX.AtomicInsightRefineModal & JSXBase.HTMLAttributes<HTMLAtomicInsightRefineModalElement>;
1253
743
  "atomic-insight-result-action": LocalJSX.AtomicInsightResultAction & JSXBase.HTMLAttributes<HTMLAtomicInsightResultActionElement>;
1254
- "atomic-insight-result-action-bar": LocalJSX.AtomicInsightResultActionBar & JSXBase.HTMLAttributes<HTMLAtomicInsightResultActionBarElement>;
1255
744
  "atomic-insight-result-attach-to-case-action": LocalJSX.AtomicInsightResultAttachToCaseAction & JSXBase.HTMLAttributes<HTMLAtomicInsightResultAttachToCaseActionElement>;
1256
- "atomic-insight-result-attach-to-case-indicator": LocalJSX.AtomicInsightResultAttachToCaseIndicator & JSXBase.HTMLAttributes<HTMLAtomicInsightResultAttachToCaseIndicatorElement>;
1257
745
  "atomic-insight-result-children-template": LocalJSX.AtomicInsightResultChildrenTemplate & JSXBase.HTMLAttributes<HTMLAtomicInsightResultChildrenTemplateElement>;
1258
- "atomic-insight-result-list": LocalJSX.AtomicInsightResultList & JSXBase.HTMLAttributes<HTMLAtomicInsightResultListElement>;
1259
- "atomic-insight-result-quickview-action": LocalJSX.AtomicInsightResultQuickviewAction & JSXBase.HTMLAttributes<HTMLAtomicInsightResultQuickviewActionElement>;
1260
- "atomic-insight-smart-snippet": LocalJSX.AtomicInsightSmartSnippet & JSXBase.HTMLAttributes<HTMLAtomicInsightSmartSnippetElement>;
1261
746
  "atomic-insight-smart-snippet-suggestions": LocalJSX.AtomicInsightSmartSnippetSuggestions & JSXBase.HTMLAttributes<HTMLAtomicInsightSmartSnippetSuggestionsElement>;
1262
747
  "atomic-insight-timeframe-facet": LocalJSX.AtomicInsightTimeframeFacet & JSXBase.HTMLAttributes<HTMLAtomicInsightTimeframeFacetElement>;
1263
- "atomic-insight-user-actions-modal": LocalJSX.AtomicInsightUserActionsModal & JSXBase.HTMLAttributes<HTMLAtomicInsightUserActionsModalElement>;
1264
- /**
1265
- * @category Insight Panel
1266
- * @example <atomic-insight-user-actions-session userActions={actions} startTimestamp={1723035731}></atomic-insight-user-actions-session>
1267
- */
1268
- "atomic-insight-user-actions-session": LocalJSX.AtomicInsightUserActionsSession & JSXBase.HTMLAttributes<HTMLAtomicInsightUserActionsSessionElement>;
1269
- /**
1270
- * Internal component used by the `atomic-insight-user-actions-modal`. Do not use directly.
1271
- * This component displays all the actions performed by a user around the time they created a case.
1272
- * The actions are grouped into multiple sessions, including the session during which the case was created,
1273
- * the sessions preceding the case creation and the sessions following the case creation.
1274
- * @component
1275
- * @example <AtomicInsightUserActionsTimeline userId={'123'} caseCreationDate={'2024-08-15T10:00:00Z'} />
1276
- */
1277
- "atomic-insight-user-actions-timeline": LocalJSX.AtomicInsightUserActionsTimeline & JSXBase.HTMLAttributes<HTMLAtomicInsightUserActionsTimelineElement>;
1278
- "atomic-ipx-body": LocalJSX.AtomicIpxBody & JSXBase.HTMLAttributes<HTMLAtomicIpxBodyElement>;
1279
- "atomic-ipx-modal": LocalJSX.AtomicIpxModal & JSXBase.HTMLAttributes<HTMLAtomicIpxModalElement>;
1280
748
  /**
1281
749
  * The `atomic-ipx-recs-list` component displays recommendations by applying one or more result templates.
1282
750
  */
1283
751
  "atomic-ipx-recs-list": LocalJSX.AtomicIpxRecsList & JSXBase.HTMLAttributes<HTMLAtomicIpxRecsListElement>;
1284
752
  "atomic-ipx-refine-modal": LocalJSX.AtomicIpxRefineModal & JSXBase.HTMLAttributes<HTMLAtomicIpxRefineModalElement>;
1285
753
  "atomic-ipx-refine-toggle": LocalJSX.AtomicIpxRefineToggle & JSXBase.HTMLAttributes<HTMLAtomicIpxRefineToggleElement>;
1286
- /**
1287
- * The `atomic-ipx-result-link` component automatically transforms a search result title into a clickable link that points to the original item. It is an experimental internal component not intended for general use.
1288
- */
1289
- "atomic-ipx-result-link": LocalJSX.AtomicIpxResultLink & JSXBase.HTMLAttributes<HTMLAtomicIpxResultLinkElement>;
1290
754
  /**
1291
755
  * The `atomic-recs-list` component displays recommendations by applying one or more result templates.
1292
756
  */
@@ -1296,13 +760,6 @@ declare module "@stencil/core" {
1296
760
  * Internal component made to be integrated in a TimeframeFacet.
1297
761
  */
1298
762
  "atomic-stencil-facet-date-input": LocalJSX.AtomicStencilFacetDateInput & JSXBase.HTMLAttributes<HTMLAtomicStencilFacetDateInputElement>;
1299
- /**
1300
- * The `atomic-suggestion-renderer` component is used to render individual suggestions. It was created to isolate
1301
- * the rendering logic of the 'content' property of the `SearchBoxSuggestionElement` interface. This property can be Stencil
1302
- * VNode or native Element so there must be a Stencil component to render it. For Lit components using this component, they will
1303
- * use native Elements.
1304
- */
1305
- "atomic-suggestion-renderer": LocalJSX.AtomicSuggestionRenderer & JSXBase.HTMLAttributes<HTMLAtomicSuggestionRendererElement>;
1306
763
  }
1307
764
  }
1308
765
  }