@coveo/atomic 3.33.9-pre.f81b55a35b → 3.34.0-pre.0f5aed88a0

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 (247) hide show
  1. package/dist/atomic/_atomic.esm.js +1 -1
  2. package/dist/atomic/atomic.esm.js.map +1 -1
  3. package/dist/atomic/components/_index.d.ts +0 -2
  4. package/dist/atomic/components/_index.js +0 -1
  5. package/dist/atomic/components/analytics-config.js +1 -1
  6. package/dist/atomic/components/atomic-category-facet.js +1 -1
  7. package/dist/atomic/components/atomic-facet.js +1 -1
  8. package/dist/atomic/components/atomic-format-currency.js +1 -1
  9. package/dist/atomic/components/atomic-format-number.js +1 -1
  10. package/dist/atomic/components/atomic-format-unit.js +1 -1
  11. package/dist/atomic/components/atomic-insight-pager.js +38 -2
  12. package/dist/atomic/components/atomic-insight-pager.js.map +1 -1
  13. package/dist/atomic/components/atomic-numeric-facet.js +1 -1
  14. package/dist/atomic/components/atomic-query-error.js +1 -1
  15. package/dist/atomic/components/atomic-quickview-modal2.js +1 -1
  16. package/dist/atomic/components/atomic-quickview.js +1 -1
  17. package/dist/atomic/components/atomic-refine-modal2.js +1 -1
  18. package/dist/atomic/components/atomic-refine-toggle.js +1 -1
  19. package/dist/atomic/components/atomic-relevance-inspector.js +2 -2
  20. package/dist/atomic/components/atomic-result-children.js +1 -1
  21. package/dist/atomic/components/atomic-result-fields-list.js +1 -1
  22. package/dist/atomic/components/atomic-result-link.js +1 -1
  23. package/dist/atomic/components/atomic-result-list.js +1 -1
  24. package/dist/atomic/components/atomic-result-table-placeholder2.js +1 -1
  25. package/dist/atomic/components/atomic-search-box-query-suggestions2.js +1 -1
  26. package/dist/atomic/components/atomic-search-box-recent-queries2.js +1 -1
  27. package/dist/atomic/components/atomic-search-box.js +3 -3
  28. package/dist/atomic/components/atomic-smart-snippet-feedback-modal2.js +2 -2
  29. package/dist/atomic/components/atomic-sort-dropdown.js +2 -2
  30. package/dist/atomic/components/atomic-sort-expression.js +1 -1
  31. package/dist/atomic/components/atomic-tab-manager.js +1 -1
  32. package/dist/atomic/components/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.js +24 -12
  33. package/dist/atomic/components/components/commerce/atomic-commerce-category-facet/atomic-commerce-category-facet.js +4 -4
  34. package/dist/atomic/components/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.js +2 -1
  35. package/dist/atomic/components/components/commerce/atomic-commerce-facet/atomic-commerce-facet.js +6 -6
  36. package/dist/atomic/components/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.js +3 -3
  37. package/dist/atomic/components/components/commerce/atomic-commerce-numeric-facet/atomic-commerce-numeric-facet.js +1 -1
  38. package/dist/atomic/components/components/commerce/atomic-commerce-pager/atomic-commerce-pager.js +26 -12
  39. package/dist/atomic/components/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.js +2 -1
  40. package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +4 -4
  41. package/dist/atomic/components/components/commerce/atomic-commerce-search-box-instant-products/atomic-commerce-search-box-instant-products.js +8 -5
  42. package/dist/atomic/components/components/commerce/atomic-commerce-timeframe-facet/atomic-commerce-timeframe-facet.js +3 -3
  43. package/dist/atomic/components/components/commerce/atomic-product/atomic-product.js +1 -1
  44. package/dist/atomic/components/components/commerce/atomic-product-section-children/atomic-product-section-children.js +1 -1
  45. package/dist/atomic/components/components/commerce/atomic-product-template/atomic-product-template.js +1 -1
  46. package/dist/atomic/components/components/common/index.js +0 -1
  47. package/dist/atomic/components/components/common/lazy-index.js +0 -1
  48. package/dist/atomic/components/components/common/query-correction/trigger-correction.js +1 -1
  49. package/dist/atomic/components/components/common/refine-modal/modal.js +1 -1
  50. package/dist/atomic/components/components/common/suggestions/instant-item.js +6 -6
  51. package/dist/atomic/components/components/search/atomic-pager/atomic-pager.js +188 -0
  52. package/dist/atomic/components/components/search/index.js +1 -0
  53. package/dist/atomic/components/components/search/lazy-index.js +1 -0
  54. package/dist/atomic/components/global/environment.js +1 -1
  55. package/dist/atomic/components/index.js.map +1 -1
  56. package/dist/atomic/lang/cs.json +1 -1
  57. package/dist/atomic/lang/da.json +1 -1
  58. package/dist/atomic/lang/de.json +1 -1
  59. package/dist/atomic/lang/dev.json +1 -1
  60. package/dist/atomic/lang/el.json +1 -1
  61. package/dist/atomic/lang/en.json +1 -1
  62. package/dist/atomic/lang/es.json +1 -1
  63. package/dist/atomic/lang/fi.json +1 -1
  64. package/dist/atomic/lang/fr.json +1 -1
  65. package/dist/atomic/lang/hu.json +1 -1
  66. package/dist/atomic/lang/id.json +1 -1
  67. package/dist/atomic/lang/it.json +1 -1
  68. package/dist/atomic/lang/ja.json +1 -1
  69. package/dist/atomic/lang/ko.json +1 -1
  70. package/dist/atomic/lang/nl.json +1 -1
  71. package/dist/atomic/lang/no.json +1 -1
  72. package/dist/atomic/lang/pl.json +1 -1
  73. package/dist/atomic/lang/pt-BR.json +1 -1
  74. package/dist/atomic/lang/pt.json +1 -1
  75. package/dist/atomic/lang/ru.json +1 -1
  76. package/dist/atomic/lang/sv.json +1 -1
  77. package/dist/atomic/lang/th.json +1 -1
  78. package/dist/atomic/lang/tr.json +1 -1
  79. package/dist/atomic/lang/zh-CN.json +1 -1
  80. package/dist/atomic/lang/zh-TW.json +1 -1
  81. package/dist/atomic/lang/zh.json +1 -1
  82. package/dist/atomic/{p-4ae14373.entry.js → p-0bdd730f.entry.js} +2 -2
  83. package/dist/atomic/{p-4828eef2.js → p-0c596925.js} +2 -2
  84. package/dist/atomic/{p-74822069.entry.js → p-13391e75.entry.js} +2 -2
  85. package/dist/atomic/{p-8103bad3.entry.js → p-16f6c1f3.entry.js} +2 -2
  86. package/dist/atomic/{p-e3edbf14.entry.js → p-20764605.entry.js} +2 -2
  87. package/dist/atomic/{p-20019654.entry.js → p-3a7a1a00.entry.js} +2 -2
  88. package/dist/atomic/{p-f073a78d.entry.js → p-3cbab25b.entry.js} +2 -2
  89. package/dist/atomic/{p-6abd5b2b.entry.js → p-3e9db2b5.entry.js} +2 -2
  90. package/dist/atomic/{p-dfc385b7.entry.js → p-4601eb93.entry.js} +2 -2
  91. package/dist/atomic/{p-44ef70b6.entry.js → p-475124d2.entry.js} +2 -2
  92. package/dist/atomic/{p-0402ee69.entry.js → p-59f043a0.entry.js} +2 -2
  93. package/dist/atomic/{p-8acb1466.entry.js → p-60800b2f.entry.js} +2 -2
  94. package/dist/atomic/{p-3e38aea6.entry.js → p-7c3c5f07.entry.js} +2 -2
  95. package/dist/atomic/{p-aa616502.entry.js → p-7ec6dd3e.entry.js} +2 -2
  96. package/dist/atomic/{p-b7cd0342.entry.js → p-86bde026.entry.js} +2 -2
  97. package/dist/atomic/{p-4b9a166f.entry.js → p-88af4470.entry.js} +2 -2
  98. package/dist/atomic/{p-2aab9f25.entry.js → p-8e441965.entry.js} +2 -2
  99. package/dist/atomic/{p-62afcf79.entry.js → p-8fdef8a3.entry.js} +2 -2
  100. package/dist/atomic/{p-30411cd4.entry.js → p-97ce3384.entry.js} +2 -2
  101. package/dist/atomic/{p-b4ad3036.entry.js → p-a5714bc4.entry.js} +2 -2
  102. package/dist/atomic/{p-45c76d98.entry.js → p-bd3542d2.entry.js} +2 -2
  103. package/dist/atomic/{p-df1d50c8.entry.js → p-dbcef3a9.entry.js} +2 -2
  104. package/dist/atomic/{p-d8028950.entry.js → p-de687bed.entry.js} +2 -2
  105. package/dist/atomic/{p-516b8165.entry.js → p-df4397ab.entry.js} +2 -2
  106. package/dist/atomic/{p-d2d22ab2.entry.js → p-e398835b.entry.js} +2 -2
  107. package/dist/atomic/{p-b80923d6.entry.js → p-e57d7451.entry.js} +2 -2
  108. package/dist/atomic/p-fdcd187d.entry.js +2 -0
  109. package/dist/atomic/p-fdcd187d.entry.js.map +1 -0
  110. package/dist/cjs/_loader.cjs.js +1 -1
  111. package/dist/cjs/{analytics-config-94ab3487.js → analytics-config-46076d88.js} +2 -2
  112. package/dist/cjs/{analytics-config-94ab3487.js.map → analytics-config-46076d88.js.map} +1 -1
  113. package/dist/cjs/atomic-category-facet.cjs.entry.js +1 -1
  114. package/dist/cjs/atomic-facet.cjs.entry.js +1 -1
  115. package/dist/cjs/atomic-format-currency.cjs.entry.js +1 -1
  116. package/dist/cjs/atomic-format-number.cjs.entry.js +1 -1
  117. package/dist/cjs/atomic-format-unit.cjs.entry.js +1 -1
  118. package/dist/cjs/atomic-insight-interface.cjs.entry.js +1 -1
  119. package/dist/cjs/atomic-insight-pager.cjs.entry.js +41 -7
  120. package/dist/cjs/atomic-insight-pager.cjs.entry.js.map +1 -1
  121. package/dist/cjs/atomic-numeric-facet.cjs.entry.js +1 -1
  122. package/dist/cjs/atomic-query-error.cjs.entry.js +1 -1
  123. package/dist/cjs/atomic-quickview-modal.cjs.entry.js +1 -1
  124. package/dist/cjs/atomic-quickview.cjs.entry.js +1 -1
  125. package/dist/cjs/atomic-recs-interface.cjs.entry.js +1 -1
  126. package/dist/cjs/atomic-refine-modal.cjs.entry.js +1 -1
  127. package/dist/cjs/atomic-refine-toggle.cjs.entry.js +1 -1
  128. package/dist/cjs/atomic-relevance-inspector.cjs.entry.js +2 -2
  129. package/dist/cjs/atomic-result-children.cjs.entry.js +1 -1
  130. package/dist/cjs/atomic-result-fields-list.cjs.entry.js +1 -1
  131. package/dist/cjs/atomic-result-link.cjs.entry.js +1 -1
  132. package/dist/cjs/atomic-result-list.cjs.entry.js +1 -1
  133. package/dist/cjs/atomic-result-placeholder_8.cjs.entry.js +1 -1
  134. package/dist/cjs/atomic-search-box-query-suggestions_2.cjs.entry.js +2 -2
  135. package/dist/cjs/atomic-search-box.cjs.entry.js +3 -3
  136. package/dist/cjs/atomic-smart-snippet-feedback-modal.cjs.entry.js +2 -2
  137. package/dist/cjs/atomic-sort-dropdown.cjs.entry.js +2 -2
  138. package/dist/cjs/atomic-sort-expression.cjs.entry.js +1 -1
  139. package/dist/cjs/atomic-tab-manager.cjs.entry.js +1 -1
  140. package/dist/cjs/atomic.cjs.js +1 -1
  141. package/dist/cjs/index-757bc886.js +0 -4
  142. package/dist/cjs/version.cjs.js +1 -1
  143. package/dist/esm/_loader.js +1 -1
  144. package/dist/esm/{analytics-config-480b22a1.js → analytics-config-885c5f5d.js} +2 -2
  145. package/dist/esm/{analytics-config-480b22a1.js.map → analytics-config-885c5f5d.js.map} +1 -1
  146. package/dist/esm/atomic-category-facet.entry.js +1 -1
  147. package/dist/esm/atomic-facet.entry.js +1 -1
  148. package/dist/esm/atomic-format-currency.entry.js +1 -1
  149. package/dist/esm/atomic-format-number.entry.js +1 -1
  150. package/dist/esm/atomic-format-unit.entry.js +1 -1
  151. package/dist/esm/atomic-insight-interface.entry.js +1 -1
  152. package/dist/esm/atomic-insight-pager.entry.js +38 -4
  153. package/dist/esm/atomic-insight-pager.entry.js.map +1 -1
  154. package/dist/esm/atomic-numeric-facet.entry.js +1 -1
  155. package/dist/esm/atomic-query-error.entry.js +1 -1
  156. package/dist/esm/atomic-quickview-modal.entry.js +1 -1
  157. package/dist/esm/atomic-quickview.entry.js +1 -1
  158. package/dist/esm/atomic-recs-interface.entry.js +1 -1
  159. package/dist/esm/atomic-refine-modal.entry.js +1 -1
  160. package/dist/esm/atomic-refine-toggle.entry.js +1 -1
  161. package/dist/esm/atomic-relevance-inspector.entry.js +2 -2
  162. package/dist/esm/atomic-result-children.entry.js +1 -1
  163. package/dist/esm/atomic-result-fields-list.entry.js +1 -1
  164. package/dist/esm/atomic-result-link.entry.js +1 -1
  165. package/dist/esm/atomic-result-list.entry.js +1 -1
  166. package/dist/esm/atomic-result-placeholder_8.entry.js +1 -1
  167. package/dist/esm/atomic-search-box-query-suggestions_2.entry.js +2 -2
  168. package/dist/esm/atomic-search-box.entry.js +3 -3
  169. package/dist/esm/atomic-smart-snippet-feedback-modal.entry.js +2 -2
  170. package/dist/esm/atomic-sort-dropdown.entry.js +2 -2
  171. package/dist/esm/atomic-sort-expression.entry.js +1 -1
  172. package/dist/esm/atomic-tab-manager.entry.js +1 -1
  173. package/dist/esm/atomic.js +1 -1
  174. package/dist/esm/index-3f35faca.js +0 -4
  175. package/dist/esm/version.js +1 -1
  176. package/dist/types/components/commerce/atomic-commerce-breadbox/atomic-commerce-breadbox.d.ts +2 -1
  177. package/dist/types/components/commerce/atomic-commerce-category-facet/atomic-commerce-category-facet.d.ts +4 -4
  178. package/dist/types/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.d.ts +1 -1
  179. package/dist/types/components/commerce/atomic-commerce-facet/atomic-commerce-facet.d.ts +6 -6
  180. package/dist/types/components/commerce/atomic-commerce-load-more-products/atomic-commerce-load-more-products.d.ts +3 -3
  181. package/dist/types/components/commerce/atomic-commerce-numeric-facet/atomic-commerce-numeric-facet.d.ts +1 -1
  182. package/dist/types/components/commerce/atomic-commerce-pager/atomic-commerce-pager.d.ts +6 -4
  183. package/dist/types/components/commerce/atomic-commerce-refine-modal/atomic-commerce-refine-modal.d.ts +1 -1
  184. package/dist/types/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.d.ts +4 -4
  185. package/dist/types/components/commerce/atomic-commerce-search-box-instant-products/atomic-commerce-search-box-instant-products.d.ts +2 -2
  186. package/dist/types/components/commerce/atomic-commerce-timeframe-facet/atomic-commerce-timeframe-facet.d.ts +3 -3
  187. package/dist/types/components/commerce/atomic-product/atomic-product.d.ts +1 -1
  188. package/dist/types/components/commerce/atomic-product-section-children/atomic-product-section-children.d.ts +1 -1
  189. package/dist/types/components/commerce/atomic-product-template/atomic-product-template.d.ts +7 -7
  190. package/dist/types/components/common/index.d.ts +0 -1
  191. package/dist/types/components/common/query-correction/trigger-correction.d.ts +2 -0
  192. package/dist/types/components/common/refine-modal/modal.d.ts +2 -0
  193. package/dist/types/components/common/suggestions/instant-item.d.ts +6 -3
  194. package/dist/types/components/search/atomic-pager/atomic-pager.d.ts +28 -16
  195. package/dist/types/components/search/index.d.ts +1 -0
  196. package/dist/types/components.d.ts +0 -65
  197. package/docs/atomic-docs.json +1 -167
  198. package/package.json +1 -1
  199. package/dist/atomic/components/atomic-pager.d.ts +0 -11
  200. package/dist/atomic/components/atomic-pager.js +0 -134
  201. package/dist/atomic/components/atomic-pager.js.map +0 -1
  202. package/dist/atomic/components/components/common/validate-props-controller/validate-props-controller.js +0 -31
  203. package/dist/atomic/components/stencil-pager-navigation.js +0 -42
  204. package/dist/atomic/components/stencil-pager-navigation.js.map +0 -1
  205. package/dist/atomic/components/utils/compare-utils.js +0 -35
  206. package/dist/atomic/p-1201bf3d.entry.js +0 -2
  207. package/dist/atomic/p-1201bf3d.entry.js.map +0 -1
  208. package/dist/atomic/p-145e3a1c.entry.js +0 -2
  209. package/dist/atomic/p-145e3a1c.entry.js.map +0 -1
  210. package/dist/atomic/p-211d7d6a.js +0 -2
  211. package/dist/atomic/p-211d7d6a.js.map +0 -1
  212. package/dist/cjs/atomic-pager.cjs.entry.js +0 -121
  213. package/dist/cjs/atomic-pager.cjs.entry.js.map +0 -1
  214. package/dist/cjs/stencil-pager-navigation-c20b8a95.js +0 -48
  215. package/dist/cjs/stencil-pager-navigation-c20b8a95.js.map +0 -1
  216. package/dist/esm/atomic-pager.entry.js +0 -117
  217. package/dist/esm/atomic-pager.entry.js.map +0 -1
  218. package/dist/esm/stencil-pager-navigation-7261a834.js +0 -42
  219. package/dist/esm/stencil-pager-navigation-7261a834.js.map +0 -1
  220. package/dist/types/components/common/validate-props-controller/validate-props-controller.d.ts +0 -17
  221. package/dist/types/utils/compare-utils.d.ts +0 -9
  222. /package/dist/atomic/{p-4ae14373.entry.js.map → p-0bdd730f.entry.js.map} +0 -0
  223. /package/dist/atomic/{p-4828eef2.js.map → p-0c596925.js.map} +0 -0
  224. /package/dist/atomic/{p-74822069.entry.js.map → p-13391e75.entry.js.map} +0 -0
  225. /package/dist/atomic/{p-8103bad3.entry.js.map → p-16f6c1f3.entry.js.map} +0 -0
  226. /package/dist/atomic/{p-e3edbf14.entry.js.map → p-20764605.entry.js.map} +0 -0
  227. /package/dist/atomic/{p-20019654.entry.js.map → p-3a7a1a00.entry.js.map} +0 -0
  228. /package/dist/atomic/{p-f073a78d.entry.js.map → p-3cbab25b.entry.js.map} +0 -0
  229. /package/dist/atomic/{p-6abd5b2b.entry.js.map → p-3e9db2b5.entry.js.map} +0 -0
  230. /package/dist/atomic/{p-dfc385b7.entry.js.map → p-4601eb93.entry.js.map} +0 -0
  231. /package/dist/atomic/{p-44ef70b6.entry.js.map → p-475124d2.entry.js.map} +0 -0
  232. /package/dist/atomic/{p-0402ee69.entry.js.map → p-59f043a0.entry.js.map} +0 -0
  233. /package/dist/atomic/{p-8acb1466.entry.js.map → p-60800b2f.entry.js.map} +0 -0
  234. /package/dist/atomic/{p-3e38aea6.entry.js.map → p-7c3c5f07.entry.js.map} +0 -0
  235. /package/dist/atomic/{p-aa616502.entry.js.map → p-7ec6dd3e.entry.js.map} +0 -0
  236. /package/dist/atomic/{p-b7cd0342.entry.js.map → p-86bde026.entry.js.map} +0 -0
  237. /package/dist/atomic/{p-4b9a166f.entry.js.map → p-88af4470.entry.js.map} +0 -0
  238. /package/dist/atomic/{p-2aab9f25.entry.js.map → p-8e441965.entry.js.map} +0 -0
  239. /package/dist/atomic/{p-62afcf79.entry.js.map → p-8fdef8a3.entry.js.map} +0 -0
  240. /package/dist/atomic/{p-30411cd4.entry.js.map → p-97ce3384.entry.js.map} +0 -0
  241. /package/dist/atomic/{p-b4ad3036.entry.js.map → p-a5714bc4.entry.js.map} +0 -0
  242. /package/dist/atomic/{p-45c76d98.entry.js.map → p-bd3542d2.entry.js.map} +0 -0
  243. /package/dist/atomic/{p-df1d50c8.entry.js.map → p-dbcef3a9.entry.js.map} +0 -0
  244. /package/dist/atomic/{p-d8028950.entry.js.map → p-de687bed.entry.js.map} +0 -0
  245. /package/dist/atomic/{p-516b8165.entry.js.map → p-df4397ab.entry.js.map} +0 -0
  246. /package/dist/atomic/{p-d2d22ab2.entry.js.map → p-e398835b.entry.js.map} +0 -0
  247. /package/dist/atomic/{p-b80923d6.entry.js.map → p-e57d7451.entry.js.map} +0 -0
@@ -37,7 +37,7 @@ const AtomicQueryError$1 = /*@__PURE__*/ proxyCustomElement(class AtomicQueryErr
37
37
  if (hasError) {
38
38
  this.ariaMessage = getAriaMessageFromErrorType(i18n, organizationId, url, error?.type);
39
39
  }
40
- return (h(QueryErrorGuard, { key: '4f08036db405768d78690793ba807f68fda0bca2', hasError: hasError }, h(QueryErrorContainer, { key: 'aa24aaace42497b0ebbac089326cb400906f0361' }, h(QueryErrorIcon, { key: '166945fa5677de1c73f9754b375793af137ffcf9', errorType: error?.type }), h(QueryErrorTitle, { key: '7ef15817b2cc4fa1eda1dcf707287db97b96df0b', errorType: error?.type, i18n: i18n, organizationId: organizationId }), h(QueryErrorDescription, { key: '2a63eea9990fcb143b253498b540f4b8ebf6bdfc', i18n: i18n, organizationId: organizationId, url: url, errorType: error?.type }), h(QueryErrorShowMore, { key: 'a8e1c8f8ad34b1c30c0a26ba4d30d931cc7b5be7', link: h(QueryErrorLink, { i18n: i18n, errorType: error?.type }), onShowMore: () => (this.showMoreInfo = !this.showMoreInfo), i18n: i18n }), h(QueryErrorDetails, { key: '6120f72236ac0109854c291c7a3e926de03baa81', error: error, show: this.showMoreInfo }))));
40
+ return (h(QueryErrorGuard, { key: '7ef7df7b13ffb36716015ddcd559a725772905a0', hasError: hasError }, h(QueryErrorContainer, { key: 'de8c0f4c161db29b3b8f410863ea44c7ae16a5b8' }, h(QueryErrorIcon, { key: '1c5270d79647902695223f305f2774580cc6c7b9', errorType: error?.type }), h(QueryErrorTitle, { key: '71cf91d37e4eb1a27ad511f9bd9d6a42058af304', errorType: error?.type, i18n: i18n, organizationId: organizationId }), h(QueryErrorDescription, { key: 'd1dc91dcddcb595f530aad1a2bd802cd062deb1c', i18n: i18n, organizationId: organizationId, url: url, errorType: error?.type }), h(QueryErrorShowMore, { key: 'aaf95d510291dd3043da8f4f9a9b22f2bff5fcf8', link: h(QueryErrorLink, { i18n: i18n, errorType: error?.type }), onShowMore: () => (this.showMoreInfo = !this.showMoreInfo), i18n: i18n }), h(QueryErrorDetails, { key: 'ccb1b03edbe743197d239ac365ae0423f103adb0', error: error, show: this.showMoreInfo }))));
41
41
  }
42
42
  static get style() { return AtomicQueryErrorStyle0; }
43
43
  }, [1, "atomic-query-error", {
@@ -582,7 +582,7 @@ const AtomicQuickviewModal = /*@__PURE__*/ proxyCustomElement(class AtomicQuickv
582
582
  });
583
583
  }
584
584
  render() {
585
- return (h("atomic-modal", { key: '9b31f319fb04a44adb84434f2e09bc211b7cf03a', fullscreen: this.bindings.store.isMobile(), class: 'atomic-quickview-modal', isOpen: this.isOpen, close: () => this.onClose(), exportparts: ATOMIC_MODAL_EXPORT_PARTS }, this.renderHeader(), this.renderBody(), this.renderFooter()));
585
+ return (h("atomic-modal", { key: '84b950ecdc79dd6a1b53d3af44c62219740bc572', fullscreen: this.bindings.store.isMobile(), class: 'atomic-quickview-modal', isOpen: this.isOpen, close: () => this.onClose(), exportparts: ATOMIC_MODAL_EXPORT_PARTS }, this.renderHeader(), this.renderBody(), this.renderFooter()));
586
586
  }
587
587
  static get watchers() { return {
588
588
  "highlightKeywords": ["watchHighlightKeywords"]
@@ -106,7 +106,7 @@ const AtomicQuickview$1 = /*@__PURE__*/ proxyCustomElement(class AtomicQuickview
106
106
  }
107
107
  render() {
108
108
  if (this.quickviewState.resultHasPreview) {
109
- return (h(Button, { key: '923515932e09ccd18ec5060671a55800e5e6e83a', part: "button", title: this.bindings.i18n.t('quickview'), style: "outline-primary", class: "p-2", onClick: (event) => this.onClick(event), ref: this.focusTarget.setTarget }, h("atomic-icon", { key: '375e24610aae279d97f4efa17c6084cea5957008', part: "icon", class: "flex w-5 justify-center", icon: QuickviewIcon })));
109
+ return (h(Button, { key: '4e34bfe78864244b13813fb9113b90d2a7658506', part: "button", title: this.bindings.i18n.t('quickview'), style: "outline-primary", class: "p-2", onClick: (event) => this.onClick(event), ref: this.focusTarget.setTarget }, h("atomic-icon", { key: '2d96d58b8e4b63f21bf8f40c2a5383d7711fa59f', part: "icon", class: "flex w-5 justify-center", icon: QuickviewIcon })));
110
110
  }
111
111
  }
112
112
  static get style() { return AtomicQuickviewStyle0; }
@@ -204,7 +204,7 @@ const AtomicRefineModal = /*@__PURE__*/ proxyCustomElement(class AtomicRefineMod
204
204
  return (h(RefineModalFiltersSection, { i18n: i18n, withFacets: hasFacetElements, withAutomaticFacets: hasAutomaticFacets }, this.breadcrumbManagerState.hasBreadcrumbs && (h(RefineModalFiltersClearButton, { i18n: i18n, onClick: () => this.breadcrumbManager.deselectAll() }))));
205
205
  }
206
206
  render() {
207
- return (h(RefineModal, { key: '18a5154611c5a3d000f248fe1cd943f053b4f62a', i18n: this.bindings.i18n, host: this.host, isOpen: this.isOpen, onClose: () => (this.isOpen = false), title: this.bindings.i18n.t('sort-and-filter'), numberOfItems: this.querySummaryState.total, openButton: this.openButton }, h(RefineModalBody, { key: 'aa6c91f1069d2fec4c991b726e40a26b51917f7d' }, this.renderSort(), this.renderFilters())));
207
+ return (h(RefineModal, { key: 'c1903b44e0c9deffc57515099a0993203c92c9b7', i18n: this.bindings.i18n, host: this.host, isOpen: this.isOpen, onClose: () => (this.isOpen = false), title: this.bindings.i18n.t('sort-and-filter'), numberOfItems: this.querySummaryState.total, openButton: this.openButton }, h(RefineModalBody, { key: '7a48ac497f20763f538e115965d34e1f6eb776b7' }, this.renderSort(), this.renderFilters())));
208
208
  }
209
209
  componentDidLoad() {
210
210
  this.host.style.display = '';
@@ -68,7 +68,7 @@ const AtomicRefineToggle$1 = /*@__PURE__*/ proxyCustomElement(class AtomicRefine
68
68
  this.modalRef && (this.modalRef.isOpen = true);
69
69
  }
70
70
  render() {
71
- return (h(RefineToggleGuard, { key: '8875d9746ca79657fbe241a742188d007ec1c51e', firstRequestExecuted: this.searchStatusState.firstSearchExecuted, hasError: this.searchStatusState.hasError, hasItems: this.searchStatusState.hasResults }, h(RefineToggleButton, { key: '557cff1ed38269217df5d1880a40f030c3283929', i18n: this.bindings.i18n, onClick: () => this.enableModal(), setRef: (button) => {
71
+ return (h(RefineToggleGuard, { key: '83730811042478dfaec5eab5fadc9ec63b613721', firstRequestExecuted: this.searchStatusState.firstSearchExecuted, hasError: this.searchStatusState.hasError, hasItems: this.searchStatusState.hasResults }, h(RefineToggleButton, { key: '8e9781b72935261a0ab7fc3009bb479ad1f65936', i18n: this.bindings.i18n, onClick: () => this.enableModal(), setRef: (button) => {
72
72
  if (!button) {
73
73
  return;
74
74
  }
@@ -16,9 +16,9 @@ const AtomicRelevanceInspector$1 = /*@__PURE__*/ proxyCustomElement(class Atomic
16
16
  this.open = false;
17
17
  }
18
18
  render() {
19
- return (h("atomic-modal", { key: 'a119d937a9da88e650689b45b5a4f845eec34a13', exportparts: "footer", isOpen: this.open, close: () => {
19
+ return (h("atomic-modal", { key: 'e809eacbd92d6aa2217113cc333e350d8a2d4d85', exportparts: "footer", isOpen: this.open, close: () => {
20
20
  this.closeRelevanceInspector?.emit();
21
- } }, h("p", { key: 'd3bea5b81ad8e5ab833b92e96ed069c24331b74f', slot: "header" }, "Open the relevance inspector"), h("p", { key: '58462287f7a9b75ace6476601edbd024ecbe7ce8', slot: "body" }, "The Relevance Inspector will open in the Coveo Administration Console."), h("div", { key: 'd080a6779a5665a2ac4e6b213b903b23a25379ca', slot: "footer", class: "flex w-full items-center justify-end" }, h(Button, { key: '1812bbaefa95bde8a9259313a0cafd326818d82d', style: "outline-primary", class: "mr-2 p-2", onClick: () => this.closeRelevanceInspector?.emit() }, "Ignore"), h("a", { key: 'e56a4dd5181dbebd5ff55bb0e6fa1e7068b1ea8a', class: "btn-primary p-2", target: "_blank", href: this.adminHref, onClick: () => this.closeRelevanceInspector?.emit() }, "Open"))));
21
+ } }, h("p", { key: '263264d8fa09af2b69600ecaf18d61a126966d34', slot: "header" }, "Open the relevance inspector"), h("p", { key: 'cd9e787accfb369d1b7999e24947db72909eb037', slot: "body" }, "The Relevance Inspector will open in the Coveo Administration Console."), h("div", { key: '1bcea9f1ad1a48607c841c1279bf6c0cf12352d7', slot: "footer", class: "flex w-full items-center justify-end" }, h(Button, { key: '3fc7c82a1f993104ca889a93ceadbef6a244f524', style: "outline-primary", class: "mr-2 p-2", onClick: () => this.closeRelevanceInspector?.emit() }, "Ignore"), h("a", { key: '5ca578e81b6e3215165f512bb60440f0680cb73d', class: "btn-primary p-2", target: "_blank", href: this.adminHref, onClick: () => this.closeRelevanceInspector?.emit() }, "Open"))));
22
22
  }
23
23
  get adminHref() {
24
24
  const { organizationId, environment } = this.bindings.engine.state.configuration;
@@ -138,7 +138,7 @@ const AtomicResultChildren$1 = /*@__PURE__*/ proxyCustomElement(class AtomicResu
138
138
  return (h(ChildrenWrapper, { hasChildren: children.length > 0 }, children.map((child, i) => this.renderChild(child, i === children.length - 1))));
139
139
  }
140
140
  render() {
141
- return (h(ResultChildrenGuard, { key: '87e4eb542feb7fd2fe4adafb1a966a77653195e6', inheritTemplates: this.inheritTemplates, resultTemplateRegistered: this.resultTemplateRegistered, templateHasError: this.templateHasError }, this.collection ? this.renderCollection() : this.renderFoldedResult()));
141
+ return (h(ResultChildrenGuard, { key: '78cc57aacc5e31fe241f290e38a2fe363ca22852', inheritTemplates: this.inheritTemplates, resultTemplateRegistered: this.resultTemplateRegistered, templateHasError: this.templateHasError }, this.collection ? this.renderCollection() : this.renderFoldedResult()));
142
142
  }
143
143
  get host() { return this; }
144
144
  static get style() { return AtomicResultChildrenStyle0; }
@@ -98,7 +98,7 @@ const AtomicResultFieldsList$1 = /*@__PURE__*/ proxyCustomElement(class AtomicRe
98
98
  }
99
99
  }
100
100
  render() {
101
- return h(Host, { key: 'bb78009f1c331adf546e3fb7516413cce13de162' });
101
+ return h(Host, { key: '8a554da4b25cd72108826703cfc60e26c74a7562' });
102
102
  }
103
103
  get host() { return this; }
104
104
  static get style() { return AtomicResultFieldsListStyle0; }
@@ -43,7 +43,7 @@ const AtomicResultLink$1 = /*@__PURE__*/ proxyCustomElement(class AtomicResultLi
43
43
  const href = isUndefined(this.hrefTemplate)
44
44
  ? this.result.clickUri
45
45
  : buildStringTemplateFromResult(this.hrefTemplate, this.result, this.bindings);
46
- return (h(LinkWithItemAnalytics, { key: '161199ea164427d67db5456e43d7c3cb2ebe9d8d', href: href, onSelect: () => this.interactiveResult.select(), onBeginDelayedSelect: () => this.interactiveResult.beginDelayedSelect(), onCancelPendingSelect: () => this.interactiveResult.cancelPendingSelect(), attributes: this.linkAttributes, stopPropagation: this.stopPropagation }, this.hasDefaultSlot ? (h("slot", null)) : (h("atomic-result-text", { field: "title", default: "no-title" }))));
46
+ return (h(LinkWithItemAnalytics, { key: '66f88ff6735899ea2aded08b2da9871cc98963c6', href: href, onSelect: () => this.interactiveResult.select(), onBeginDelayedSelect: () => this.interactiveResult.beginDelayedSelect(), onCancelPendingSelect: () => this.interactiveResult.cancelPendingSelect(), attributes: this.linkAttributes, stopPropagation: this.stopPropagation }, this.hasDefaultSlot ? (h("slot", null)) : (h("atomic-result-text", { field: "title", default: "no-title" }))));
47
47
  }
48
48
  get host() { return this; }
49
49
  static get style() { return AtomicResultLinkStyle0; }
@@ -194,7 +194,7 @@ const AtomicResultList$1 = /*@__PURE__*/ proxyCustomElement(class AtomicResultLi
194
194
  render() {
195
195
  this.resultListCommon.updateBreakpoints();
196
196
  const listClasses = this.computeListDisplayClasses();
197
- return (h(TabGuard, { key: '649dedc762f1c1c9dd45851b000ef76ecd07effa', tabsIncluded: this.tabsIncluded, tabsExcluded: this.tabsExcluded, activeTab: this.tabManagerState.activeTab }, h(ItemListGuard, { key: '05afb457fd344b7ccf5cb925d0baf32227f2ddba', hasError: this.resultListState.hasError, hasTemplate: this.resultTemplateRegistered, templateHasError: this.itemTemplateProvider.hasError, firstRequestExecuted: this.resultListState.firstSearchExecuted, hasItems: this.resultListState.hasResults }, h(DisplayWrapper, { key: 'a68a18d3eb5c4fad3949bbc8f11a1610db400346', display: this.display, listClasses: listClasses }, h(ResultsPlaceholdersGuard, { key: '19c2415dc2c2497abc612acd1866f1284cdf2422', density: this.density, display: this.display, imageSize: this.imageSize, displayPlaceholders: !this.isAppLoaded, numberOfPlaceholders: this.resultsPerPageState.numberOfResults }), h(ItemDisplayGuard, { key: '5eadfb9707d35affe14cc9eabfe70a436981cc80', firstRequestExecuted: this.resultListState.firstSearchExecuted, hasItems: this.resultListState.hasResults }, this.display === 'table'
197
+ return (h(TabGuard, { key: 'b0ff0e3012ca64073a2ff66eeb16bc98e664dc50', tabsIncluded: this.tabsIncluded, tabsExcluded: this.tabsExcluded, activeTab: this.tabManagerState.activeTab }, h(ItemListGuard, { key: '2edd5822368238752cfd611eed25022abb81fbd8', hasError: this.resultListState.hasError, hasTemplate: this.resultTemplateRegistered, templateHasError: this.itemTemplateProvider.hasError, firstRequestExecuted: this.resultListState.firstSearchExecuted, hasItems: this.resultListState.hasResults }, h(DisplayWrapper, { key: 'c29a9d2af689775616355a42d5fe7f43bcf51ea8', display: this.display, listClasses: listClasses }, h(ResultsPlaceholdersGuard, { key: 'e62e986ea55a9349467b8d32c937281fc3434f44', density: this.density, display: this.display, imageSize: this.imageSize, displayPlaceholders: !this.isAppLoaded, numberOfPlaceholders: this.resultsPerPageState.numberOfResults }), h(ItemDisplayGuard, { key: 'f12f2f7b1d0a2e6ee7c8a59ff2a6ba8f31b8bb5a', firstRequestExecuted: this.resultListState.firstSearchExecuted, hasItems: this.resultListState.hasResults }, this.display === 'table'
198
198
  ? this.renderAsTable()
199
199
  : this.display === 'grid'
200
200
  ? this.renderAsGrid()
@@ -18,7 +18,7 @@ const AtomicResultTablePlaceholder = /*@__PURE__*/ proxyCustomElement(class Atom
18
18
  return getItemDisplayClasses('table', this.density, this.imageSize);
19
19
  }
20
20
  render() {
21
- return (h("table", { key: 'f0cad781eac8ea643304812a6cec890aa77b588a', class: `list-root animate-pulse ${this.getClasses().join(' ')}` }, h("thead", { key: 'd12868ee81d0bc2ffebfb3d7959eb280324b5694' }, h("tr", { key: 'bd9ee9d2bd93a248b79d83a47525d136fb4619e8' }, h("th", { key: 'a41e32a184fb8cc15606153dc3471a391d5b0f3a' }, h("div", { key: 'a9d05f5c95c57e4b2ba373f44579ffc67014f168', class: `mt-2 h-8 ${placeholderClasses}`, style: { width: '14.5rem' } })), h("th", { key: '7a0f86e0b72d04776dd636e9a3186658ab7a04c2' }, h("div", { key: '504fd4539f8338a3e45aa61369815550cc8b1d75', class: `mt-2 h-8 ${placeholderClasses}`, style: { width: '9.75rem' } })), h("th", { key: '636260d5f1e591f9b89e17095ea3139d51d22cdf' }, h("div", { key: '79ba23e12e438b8324edad76c8cc646aaf32b2d9', class: `mt-2 h-8 ${placeholderClasses}`, style: { width: '6.5rem' } })))), h("tbody", { key: 'd5f76344025e0b6d3795a6d08952e54b75092180' }, Array.from({ length: this.rows }, () => (h("tr", null, h("td", null, h("div", { class: `mb-6 h-8 ${placeholderClasses}`, style: { width: '22.875rem' } }), h("div", { class: `mb-2 h-5 ${placeholderClasses}`, style: { width: '23.75rem' } }), h("div", { class: `h-5 ${placeholderClasses}`, style: { width: '11.5rem' } })), h("td", null, h("div", { class: `mt-1.5 h-5 ${placeholderClasses}`, style: { width: '11rem' } })), h("td", null, h("div", { class: `mt-1.5 h-5 ${placeholderClasses}`, style: { width: '4.875rem' } }))))))));
21
+ return (h("table", { key: 'aaef2b349a7fd003ac467e35bd8f252a9ebf948d', class: `list-root animate-pulse ${this.getClasses().join(' ')}` }, h("thead", { key: '52059a56d86650fb006ef5bb5d58e22da90ec522' }, h("tr", { key: '95c0b6ea3fffbe42413c8acbe20db317162576b9' }, h("th", { key: '96c14b820260010d8de3b05898c00ff6d15cc0ef' }, h("div", { key: '0055b9fea2ffce1a7546c5bb6216bc3bb5a317db', class: `mt-2 h-8 ${placeholderClasses}`, style: { width: '14.5rem' } })), h("th", { key: '2c617a8d714305de201fbfdfac6dd52f8cb69148' }, h("div", { key: '068b1cc654f27b33cdc502d416daf1c081d4cf19', class: `mt-2 h-8 ${placeholderClasses}`, style: { width: '9.75rem' } })), h("th", { key: '55a625ccff48da33184579efda097724d200f7ac' }, h("div", { key: '0a843d33317e3d86b9229cc9a73e1a0b2087e34e', class: `mt-2 h-8 ${placeholderClasses}`, style: { width: '6.5rem' } })))), h("tbody", { key: '62ca6c923527954dc76cd5c398fe7ab04772f8a7' }, Array.from({ length: this.rows }, () => (h("tr", null, h("td", null, h("div", { class: `mb-6 h-8 ${placeholderClasses}`, style: { width: '22.875rem' } }), h("div", { class: `mb-2 h-5 ${placeholderClasses}`, style: { width: '23.75rem' } }), h("div", { class: `h-5 ${placeholderClasses}`, style: { width: '11.5rem' } })), h("td", null, h("div", { class: `mt-1.5 h-5 ${placeholderClasses}`, style: { width: '11rem' } })), h("td", null, h("div", { class: `mt-1.5 h-5 ${placeholderClasses}`, style: { width: '4.875rem' } }))))))));
22
22
  }
23
23
  static get style() { return AtomicResultTablePlaceholderStyle0; }
24
24
  }, [1, "atomic-result-table-placeholder", {
@@ -60,7 +60,7 @@ const AtomicSearchBoxQuerySuggestions = /*@__PURE__*/ proxyCustomElement(class A
60
60
  }
61
61
  render() {
62
62
  if (this.error) {
63
- return (h("atomic-component-error", { key: 'ee518dd01ee68d5ac1e13c37335888acf7089beb', element: this.host, error: this.error }));
63
+ return (h("atomic-component-error", { key: 'd8ace632cbbd5924ed771125cea0b395b021fe3e', element: this.host, error: this.error }));
64
64
  }
65
65
  }
66
66
  get host() { return this; }
@@ -154,7 +154,7 @@ const AtomicSearchBoxRecentQueries = /*@__PURE__*/ proxyCustomElement(class Atom
154
154
  }
155
155
  render() {
156
156
  if (this.error) {
157
- return (h("atomic-component-error", { key: '577129c08c073b99dbb6b86b77e2ffa7c2ff7f69', element: this.host, error: this.error }));
157
+ return (h("atomic-component-error", { key: '8b84892b677e093e1d3a077ba76851ccbbc6c0b1', element: this.host, error: this.error }));
158
158
  }
159
159
  }
160
160
  get host() { return this; }
@@ -436,14 +436,14 @@ const AtomicSearchBox$1 = /*@__PURE__*/ proxyCustomElement(class AtomicSearchBox
436
436
  if (!this.suggestionManager.suggestions.length) {
437
437
  this.registerSearchboxSuggestionEvents();
438
438
  }
439
- return (h(Host, { key: 'cd802b14a08f90326685fc94fae9284512c4a4f4' }, this.renderAbsolutePositionSpacer(), [
440
- h(SearchBoxWrapper, { key: 'ca513e73ed33a17fa7dce2484680fd8c2fc4cba6', disabled: isDisabled, onFocusout: (event) => {
439
+ return (h(Host, { key: '60105569e410916a4118616a1272ecf11aa9776b' }, this.renderAbsolutePositionSpacer(), [
440
+ h(SearchBoxWrapper, { key: 'b86013c465025b0f72853c748bdcbbc459e5442a', disabled: isDisabled, onFocusout: (event) => {
441
441
  if (!isFocusingOut(event)) {
442
442
  return;
443
443
  }
444
444
  this.suggestionManager.clearSuggestions();
445
445
  this.isExpanded = false;
446
- } }, this.renderTextBox(searchLabel), h(SubmitButton, { key: '5e83f4af25eec9ab9ace26eeb59a58845a2a7d9b', bindings: this.bindings, disabled: isDisabled, onClick: () => {
446
+ } }, this.renderTextBox(searchLabel), h(SubmitButton, { key: '4a39072b8cbd568e56ed78fa6d271f2ea46cf163', bindings: this.bindings, disabled: isDisabled, onClick: () => {
447
447
  this.searchBox.submit();
448
448
  this.suggestionManager.clearSuggestions();
449
449
  } }), this.renderSuggestions()),
@@ -43,9 +43,9 @@ const AtomicSmartSnippetFeedbackModal = /*@__PURE__*/ proxyCustomElement(class A
43
43
  }
44
44
  render() {
45
45
  updateBreakpoints(this.host);
46
- return (h("atomic-modal", { key: '9915bc71b6329068bc8a3731971a793946762f39', fullscreen: false, source: this.source, container: this.host, isOpen: this.isOpen, close: () => this.close(), exportparts: ATOMIC_MODAL_EXPORT_PARTS }, h(SmartSnippetFeedbackModalHeader, { key: '385350607264cd3a0dce273b18eec02909220384', i18n: this.bindings.i18n }), h(SmartSnippetFeedbackModalBody, { key: 'e1a01e0df35dbaf9da6891c825ad5e5e1e6bc534', formId: this.formId, onSubmit: (e) => this.sendFeedback(e) }, h(SmartSnippetFeebackModalOptions, { key: 'd92a6395c26802cfafbcbd50fb1b2cd86bb907de', i18n: this.bindings.i18n }, smartSnippetFeedbackOptions.map(({ id, localeKey, correspondingAnswer }) => (h(SmartSnippetFeedbackModalOption, { correspondingAnswer: correspondingAnswer, currentAnswer: this.currentAnswer, i18n: this.bindings.i18n, id: id, localeKey: localeKey, onChange: () => {
46
+ return (h("atomic-modal", { key: '15de572eae017a51a3661f0d3b5c18b339825991', fullscreen: false, source: this.source, container: this.host, isOpen: this.isOpen, close: () => this.close(), exportparts: ATOMIC_MODAL_EXPORT_PARTS }, h(SmartSnippetFeedbackModalHeader, { key: '84c56aa5e8392b0f5e568a1383e823d1689c7ad3', i18n: this.bindings.i18n }), h(SmartSnippetFeedbackModalBody, { key: '5e8f67f08ca1c5995ef88d0df8712ef844982a4c', formId: this.formId, onSubmit: (e) => this.sendFeedback(e) }, h(SmartSnippetFeebackModalOptions, { key: '6a2bf746e7c87a9cfaf9a99352682ca74e44b3a3', i18n: this.bindings.i18n }, smartSnippetFeedbackOptions.map(({ id, localeKey, correspondingAnswer }) => (h(SmartSnippetFeedbackModalOption, { correspondingAnswer: correspondingAnswer, currentAnswer: this.currentAnswer, i18n: this.bindings.i18n, id: id, localeKey: localeKey, onChange: () => {
47
47
  this.currentAnswer = correspondingAnswer;
48
- } })))), h(SmartSnippetFeedbackModalDetails, { key: '6dfe87c931bc44d202d78c5a800936aa733b89de', currentAnswer: this.currentAnswer, i18n: this.bindings.i18n, setDetailsInputRef: (ref) => (this.detailsInputRef = ref) })), h(SmartSnippetFeedbackModalFooter, { key: '86f51c71ade3a7e360ce5c000e45939e8744ade4', formId: this.formId, i18n: this.bindings.i18n, onClick: () => this.close() })));
48
+ } })))), h(SmartSnippetFeedbackModalDetails, { key: '6861f14c5de978693d3a181c10aeda23925fd483', currentAnswer: this.currentAnswer, i18n: this.bindings.i18n, setDetailsInputRef: (ref) => (this.detailsInputRef = ref) })), h(SmartSnippetFeedbackModalFooter, { key: 'c3176c34b25b1fbccaabff2db741052f93a0f648', formId: this.formId, i18n: this.bindings.i18n, onClick: () => this.close() })));
49
49
  }
50
50
  close() {
51
51
  this.isOpen = false;
@@ -117,8 +117,8 @@ const AtomicSortDropdown$1 = /*@__PURE__*/ proxyCustomElement(class AtomicSortDr
117
117
  const { hasError, hasResults, firstSearchExecuted } = this.searchStatusState;
118
118
  const { bindings: { i18n }, id, } = this;
119
119
  return [
120
- h(SortGuard, { key: '0669c3a8c7067eef9ba5c178a5f4d12752f8b085', firstSearchExecuted: firstSearchExecuted, hasError: hasError, hasResults: hasResults }, h(SortContainer, { key: '6eb9cc11bb18013dfd384b809e6e72d2177cbe60' }, h(SortLabel, { key: '4573530fcd7c614b7ed1d3dbb8f4ad5617477ee3', i18n: i18n, id: id }), h(SortSelect, { key: 'a5ee4b55058679c63fb628337c33d1db192cf481', i18n: i18n, id: id, onSelect: (evt) => this.select(evt) }, this.options.map(({ label, criteria, expression }) => (h(SortOption, { i18n: i18n, label: label, selected: this.sort.isSortedBy(criteria), value: expression })))))),
121
- h("slot", { key: '39a0d6e53adfe877b5f677d4cf9b0ff9177f84e8' }),
120
+ h(SortGuard, { key: 'a4cecb87aacaf7058d5e6160a0cd7c22adb02247', firstSearchExecuted: firstSearchExecuted, hasError: hasError, hasResults: hasResults }, h(SortContainer, { key: '6aac17b39117336e846024e21fa5a268db1a31f6' }, h(SortLabel, { key: 'f57ce4c3c215744c8ec69730e9d413fbe1b8af90', i18n: i18n, id: id }), h(SortSelect, { key: '87a7a8291e300e1732e72d4fc09d2871f2beac60', i18n: i18n, id: id, onSelect: (evt) => this.select(evt) }, this.options.map(({ label, criteria, expression }) => (h(SortOption, { i18n: i18n, label: label, selected: this.sort.isSortedBy(criteria), value: expression })))))),
121
+ h("slot", { key: '4527e008ad3be24bf18714d4af1f18f24148a43c' }),
122
122
  ];
123
123
  }
124
124
  get host() { return this; }
@@ -47,7 +47,7 @@ const AtomicSortExpression$1 = /*@__PURE__*/ proxyCustomElement(class AtomicSort
47
47
  const dropdownComponent = 'atomic-sort-dropdown';
48
48
  if (!this.host.closest(dropdownComponent)) {
49
49
  const error = new Error(`The "${this.host.nodeName.toLowerCase()}" component has to be used inside an ${dropdownComponent} element.`);
50
- return (h("atomic-component-error", { key: '4e946fe770ef49fc6346f0bc247db856fd38ba68', element: this.host, error: error }));
50
+ return (h("atomic-component-error", { key: 'e6f4618bff3c867c11f3abc7d0d8916bed9d9490', element: this.host, error: error }));
51
51
  }
52
52
  }
53
53
  get host() { return this; }
@@ -59,7 +59,7 @@ const AtomicTabManager$1 = /*@__PURE__*/ proxyCustomElement(class AtomicTabManag
59
59
  });
60
60
  }
61
61
  render() {
62
- return (h(Host, { key: 'ea60f4179a268319ba97570f95d6881c379c8b18' }, h("atomic-tab-bar", { key: 'ea83347d794b2f83b70706bdfc4240286c27d71e' }, h("div", { key: '9d9e588d7a4b7012f43419f3edae786b177498cc', role: "list", "aria-label": "tab-area", part: "tab-area", class: "border-neutral mb-2 flex w-full flex-row border-b" }, this.tabs.map((tab) => (h("atomic-tab-button", { active: this.tabManagerState.activeTab === tab.name, label: this.bindings.i18n.t(tab.label, {
62
+ return (h(Host, { key: 'ae4d45e9174c3cc0b4fe07435cbd062ec2d06a7a' }, h("atomic-tab-bar", { key: '3fd543b6b72ad9a51c11b527f3b8b0eaceaef7cf' }, h("div", { key: '5e1b5be5dc3ca9974633dea1da3619281122f8f6', role: "list", "aria-label": "tab-area", part: "tab-area", class: "border-neutral mb-2 flex w-full flex-row border-b" }, this.tabs.map((tab) => (h("atomic-tab-button", { active: this.tabManagerState.activeTab === tab.name, label: this.bindings.i18n.t(tab.label, {
63
63
  defaultValue: tab.label,
64
64
  }), select: () => {
65
65
  if (!tab.tabController.state.isActive) {
@@ -24,7 +24,6 @@ import { renderBreadcrumbShowLess } from '../../common/breadbox/breadcrumb-show-
24
24
  import { renderBreadcrumbShowMore } from '../../common/breadbox/breadcrumb-show-more';
25
25
  import { formatHumanReadable } from '../../common/facets/numeric-facet/formatter';
26
26
  import { defaultCurrencyFormatter, defaultNumberFormatter, } from '../../common/formats/format-common';
27
- import { ValidatePropsController } from '../../common/validate-props-controller/validate-props-controller';
28
27
  import styles from './atomic-commerce-breadbox.tw.css';
29
28
  /**
30
29
  * The `atomic-commerce-breadbox` component creates breadcrumbs that display a summary of the currently active facet values.
@@ -43,7 +42,7 @@ import styles from './atomic-commerce-breadbox.tw.css';
43
42
  */
44
43
  let AtomicCommerceBreadbox = class AtomicCommerceBreadbox extends LitElement {
45
44
  constructor() {
46
- super();
45
+ super(...arguments);
47
46
  this.lastRemovedBreadcrumbIndex = 0;
48
47
  this.numberOfBreadcrumbs = 0;
49
48
  this.numberOfCollapsedBreadcrumbs = 0;
@@ -97,18 +96,9 @@ let AtomicCommerceBreadbox = class AtomicCommerceBreadbox extends LitElement {
97
96
  }
98
97
  }
99
98
  };
100
- new ValidatePropsController(this, {
101
- getProps: () => ({ pathLimit: this.pathLimit }),
102
- schema: new Schema({
103
- pathLimit: new NumberValue({
104
- default: 3,
105
- min: 1,
106
- required: false,
107
- }),
108
- }),
109
- });
110
99
  }
111
100
  initialize() {
101
+ this.validateProps();
112
102
  if (this.bindings.interfaceElement.type === 'product-listing') {
113
103
  this.searchOrListing = buildProductListing(this.bindings.engine);
114
104
  }
@@ -125,9 +115,31 @@ let AtomicCommerceBreadbox = class AtomicCommerceBreadbox extends LitElement {
125
115
  this.breadcrumbShowMoreFocus = new FocusTargetController(this, this.bindings);
126
116
  this.breadcrumbShowLessFocus = new FocusTargetController(this, this.bindings);
127
117
  }
118
+ willUpdate(changedProperties) {
119
+ if (changedProperties.has('pathLimit')) {
120
+ this.validateProps();
121
+ }
122
+ }
128
123
  updated() {
129
124
  this.adaptBreadcrumbs();
130
125
  }
126
+ validateProps() {
127
+ try {
128
+ new Schema({
129
+ pathLimit: new NumberValue({
130
+ default: 3,
131
+ min: 1,
132
+ required: false,
133
+ }),
134
+ }).validate({
135
+ pathLimit: this.pathLimit,
136
+ });
137
+ }
138
+ catch (error) {
139
+ this.error = error;
140
+ return;
141
+ }
142
+ }
131
143
  disconnectedCallback() {
132
144
  this.resizeObserver?.disconnect();
133
145
  }
@@ -36,7 +36,7 @@ import { renderCategoryFacetValueLink } from '../../common/facets/category-facet
36
36
  import facetCommonStyles from '../../common/facets/facet-common.tw.css';
37
37
  import facetSearchStyles from '../../common/facets/facet-search/facet-search.tw.css';
38
38
  /**
39
- * A facet is a list of values for a certain field occurring in the results, ordered using a configurable criteria (e.g., number of occurrences).
39
+ * A facet is a list of values for a certain field occurring in the products.
40
40
  * An `atomic-commerce-category-facet` displays a facet of values in a browsable, hierarchical fashion.
41
41
  *
42
42
  * @part facet - The wrapper for the entire facet.
@@ -52,9 +52,9 @@ import facetSearchStyles from '../../common/facets/facet-search/facet-search.tw.
52
52
  * @part more-matches - The label indicating there are more matches for the current facet search query.
53
53
  * @part no-matches - The label indicating there are no matches for the current facet search query.
54
54
  * @part matches-query - The highlighted query inside the matches labels.
55
- * @part search-results - The search results container.
56
- * @part search-result - The search result value.
57
- * @part search-result-path - The search result path.
55
+ * @part search-results - The facet search results container.
56
+ * @part search-result - The facet search result value.
57
+ * @part search-result-path - The facet search result path.
58
58
  * @part search-highlight - The highlighted query inside the facet values.
59
59
  *
60
60
  * @part parents - The container surrounding the whole hierarchy of values.
@@ -19,7 +19,7 @@ import { renderTriggerCorrection } from '../../common/query-correction/trigger-c
19
19
  /**
20
20
  * The `atomic-commerce-did-you-mean` component is responsible for handling query corrections. When a query returns no products but finds a possible query correction, the component either suggests the correction or automatically triggers a new query with the suggested term.
21
21
  *
22
- * @part no-results - The text displayed when there are no results.
22
+ * @part no-results - The text displayed when there are no products.
23
23
  * @part auto-corrected - The text displayed for the automatically corrected query.
24
24
  * @part showing-results-for - The first paragraph of the text displayed when a query trigger changes a query.
25
25
  * @part search-instead-for - The second paragraph of the text displayed when a query trigger changes a query.
@@ -61,6 +61,7 @@ let AtomicCommerceDidYouMean = class AtomicCommerceDidYouMean extends LitElement
61
61
  return renderTriggerCorrection({
62
62
  props: {
63
63
  i18n: this.bindings.i18n,
64
+ i18nKeyShowingItemsFor: 'showing-products-for',
64
65
  correctedQuery: this.queryTriggerState.newQuery,
65
66
  originalQuery: this.queryTriggerState.originalQuery,
66
67
  onClick: () => this.queryTrigger.undo(),
@@ -40,10 +40,10 @@ import facetValueExcludeStyles from '../../common/facets/facet-value-exclude/fac
40
40
  * @part clear-button - The button that resets the actively selected facet values.
41
41
  * @part clear-button-icon - The clear button icon.
42
42
  *
43
- * @part search-wrapper - The search box wrapper.
44
- * @part search-input - The search box input.
45
- * @part search-icon - The search box submit button.
46
- * @part search-clear-button - The button to clear the search box of input.
43
+ * @part search-wrapper - The facet search box wrapper.
44
+ * @part search-input - The facet search box input.
45
+ * @part search-icon - The facet search box submit button.
46
+ * @part search-clear-button - The button to clear the facet search box of input.
47
47
  * @part more-matches - The label indicating there are more matches for the current facet search query.
48
48
  * @part no-matches - The label indicating there are no matches for the current facet search query.
49
49
  * @part matches-query - The highlighted query inside the matches labels.
@@ -58,8 +58,8 @@ import facetValueExcludeStyles from '../../common/facets/facet-value-exclude/fac
58
58
  * @part value-checkbox-label - The facet value checkbox clickable label, available when display is 'checkbox'.
59
59
  * @part value-checkbox-icon - The facet value checkbox icon, available when display is 'checkbox'.
60
60
  *
61
- * @part show-more - The show more results button.
62
- * @part show-less - The show less results button.
61
+ * @part show-more - The show more values button.
62
+ * @part show-less - The show less values button.
63
63
  * @part show-more-less-icon - The icons of the show more & show less buttons.
64
64
  */
65
65
  let AtomicCommerceFacet = class AtomicCommerceFacet extends LitElement {
@@ -24,11 +24,11 @@ import { renderLoadMoreSummary } from '../../common/load-more/summary';
24
24
  * @part container - The container of the component.
25
25
  * @part showing-results - The summary displaying which products are shown and how many are available.
26
26
  * @part highlight - The highlighted number of products displayed and number of products available.
27
- * @part progress-bar - The progress bar displaying a percentage of results shown over the total number of products available.
27
+ * @part progress-bar - The progress bar displaying a percentage of products shown over the total number of products available.
28
28
  * @part load-more-results-button - The "Load more products" button.
29
29
  *
30
- * @cssprop --atomic-more-results-progress-bar-color-from - Color of the start of the gradient for the load more results progress bar.
31
- * @cssprop --atomic-more-results-progress-bar-color-to - Color of the end of the gradient for the load more results progress bar.
30
+ * @cssprop --atomic-more-results-progress-bar-color-from - Color of the start of the gradient for the load more products progress bar.
31
+ * @cssprop --atomic-more-results-progress-bar-color-to - Color of the end of the gradient for the load more products progress bar.
32
32
  */
33
33
  let AtomicCommerceLoadMoreProducts = class AtomicCommerceLoadMoreProducts extends LitElement {
34
34
  constructor() {
@@ -33,7 +33,7 @@ import numericFacetCommonStyles from '../../common/facets/numeric-facet-common.t
33
33
  * @part clear-button-icon - The icon displayed in the clear button.
34
34
  * @part values - The list container for all facet values.
35
35
  * @part value-label - The text label for individual facet values.
36
- * @part value-count - The count indicator showing the number of results for each value.
36
+ * @part value-count - The count indicator showing the number of products for each value.
37
37
  * @part value-checkbox-label - The label associated with facet value checkboxes.
38
38
  * @part value-exclude-button - The button to exclude specific facet values.
39
39
  * @part input-form - The form container for numeric range inputs.
@@ -4,10 +4,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
+ var AtomicCommercePager_1;
7
8
  import { NumberValue, Schema } from '@coveo/bueno';
8
9
  import { buildProductListing, buildSearch, } from '@coveo/headless/commerce';
9
10
  import { html, LitElement } from 'lit';
10
11
  import { customElement, property, state } from 'lit/decorators.js';
12
+ import { keyed } from 'lit/directives/keyed.js';
11
13
  import { when } from 'lit/directives/when.js';
12
14
  import { bindStateToController } from "../../../decorators/bind-state";
13
15
  import { bindingGuard } from "../../../decorators/binding-guard";
@@ -22,7 +24,7 @@ import { renderPageButtons, renderPagerNextButton, renderPagerPageButton, render
22
24
  import { renderPagerNavigation } from '../../common/pager/pager-navigation';
23
25
  import { getCurrentPagesRange } from './commerce-pager-utils';
24
26
  /**
25
- * The `atomic-commerce-pager` component enables users to navigate through paginated product results.
27
+ * The `atomic-commerce-pager` component enables users to navigate through paginated products.
26
28
  *
27
29
  * @part buttons - The list of all buttons rendered by the component.
28
30
  * @part page-buttons - The list of all page buttons.
@@ -35,9 +37,10 @@ import { getCurrentPagesRange } from './commerce-pager-utils';
35
37
  *
36
38
  * @event atomic/scrollToTop - Emitted when the user clicks the next or previous button, or a page button.
37
39
  */
38
- let AtomicCommercePager = class AtomicCommercePager extends LitElement {
40
+ let AtomicCommercePager = AtomicCommercePager_1 = class AtomicCommercePager extends LitElement {
39
41
  constructor() {
40
42
  super(...arguments);
43
+ this.radioGroupName = randomID('atomic-commerce-pager-');
41
44
  this.isAppLoaded = false;
42
45
  /**
43
46
  * The maximum number of page buttons to display.
@@ -59,7 +62,6 @@ let AtomicCommercePager = class AtomicCommercePager extends LitElement {
59
62
  * - Use a stringified SVG to display it directly.
60
63
  */
61
64
  this.nextButtonIcon = ArrowRightIcon;
62
- this.radioGroupName = randomID('atomic-commerce-pager-');
63
65
  }
64
66
  initialize() {
65
67
  this.validateProps();
@@ -74,12 +76,10 @@ let AtomicCommercePager = class AtomicCommercePager extends LitElement {
74
76
  this.isAppLoaded = isAppLoaded;
75
77
  });
76
78
  }
77
- validateProps() {
78
- new Schema({
79
- numberOfPages: new NumberValue({ min: 0 }),
80
- }).validate({
81
- numberOfPages: this.numberOfPages,
82
- });
79
+ willUpdate(changedProperties) {
80
+ if (changedProperties.has('numberOfPages')) {
81
+ this.validateProps();
82
+ }
83
83
  }
84
84
  render() {
85
85
  const pagesRange = getCurrentPagesRange(this.pagerState.page, this.numberOfPages, this.pagerState.totalPages - 1);
@@ -103,7 +103,7 @@ let AtomicCommercePager = class AtomicCommercePager extends LitElement {
103
103
  props: {
104
104
  i18n: this.bindings.i18n,
105
105
  },
106
- })(html `${pagesRange.map((pageNumber) => renderPagerPageButton({
106
+ })(html `${pagesRange.map((pageNumber, index) => keyed(`page-${pageNumber}-${index}`, renderPagerPageButton({
107
107
  props: {
108
108
  isSelected: pageNumber === this.pagerState.page,
109
109
  ariaLabel: this.bindings.i18n.t('page-number', {
@@ -117,7 +117,7 @@ let AtomicCommercePager = class AtomicCommercePager extends LitElement {
117
117
  groupName: this.radioGroupName,
118
118
  text: (pageNumber + 1).toLocaleString(this.bindings.i18n.language),
119
119
  },
120
- }))}`)}
120
+ })))}`)}
121
121
  ${renderPagerNextButton({
122
122
  props: {
123
123
  icon: this.nextButtonIcon,
@@ -131,11 +131,25 @@ let AtomicCommercePager = class AtomicCommercePager extends LitElement {
131
131
  })}
132
132
  `)}`)}`;
133
133
  }
134
+ validateProps() {
135
+ try {
136
+ AtomicCommercePager_1.propsSchema.validate({
137
+ numberOfPages: this.numberOfPages,
138
+ });
139
+ }
140
+ catch (error) {
141
+ this.error = error;
142
+ return;
143
+ }
144
+ }
134
145
  async focusOnFirstResultAndScrollToTop() {
135
146
  await this.bindings.store.state.resultList?.focusOnFirstResultAfterNextSearch();
136
147
  this.dispatchEvent(new CustomEvent('atomic/scrollToTop'));
137
148
  }
138
149
  };
150
+ AtomicCommercePager.propsSchema = new Schema({
151
+ numberOfPages: new NumberValue({ min: 0 }),
152
+ });
139
153
  __decorate([
140
154
  state()
141
155
  ], AtomicCommercePager.prototype, "bindings", void 0);
@@ -162,7 +176,7 @@ __decorate([
162
176
  bindingGuard(),
163
177
  errorGuard()
164
178
  ], AtomicCommercePager.prototype, "render", null);
165
- AtomicCommercePager = __decorate([
179
+ AtomicCommercePager = AtomicCommercePager_1 = __decorate([
166
180
  customElement('atomic-commerce-pager'),
167
181
  bindings(),
168
182
  withTailwindStyles
@@ -27,7 +27,7 @@ import { getSortByLabel, renderCommerceSortOption } from '../sort/option';
27
27
  * @part title - The title of the modal.
28
28
  * @part close-button - The button in the header that closes the modal.
29
29
  * @part close-icon - The icon of the close button.
30
- * @part footer-content - The wrapper around the content inside the footer of the modal, containing the button to view results.
30
+ * @part footer-content - The wrapper around the content inside the footer of the modal, containing the button to view the products.
31
31
  * @part footer-button - The button in the footer that closes the modal.
32
32
  * @part footer-button-text - The text inside the button in the footer that closes the modal.
33
33
  * @part footer-button-count - The count inside the button in the footer that closes the modal.
@@ -135,6 +135,7 @@ let AtomicCommerceRefineModal = class AtomicCommerceRefineModal extends LitEleme
135
135
  return html `${renderRefineModal({
136
136
  props: {
137
137
  i18n: this.bindings.i18n,
138
+ i18nFooterButtonTextKey: 'view-products',
138
139
  host: this,
139
140
  isOpen: this.isOpen,
140
141
  onClose: () => {
@@ -31,7 +31,7 @@ import '../atomic-commerce-search-box-instant-products/atomic-commerce-search-bo
31
31
  import '../atomic-commerce-search-box-query-suggestions/atomic-commerce-search-box-query-suggestions';
32
32
  import '../atomic-commerce-search-box-recent-queries/atomic-commerce-search-box-recent-queries';
33
33
  /**
34
- * The `atomic-commerce-search-box` component enables users to perform product searches with built-in query suggestions and optional redirection to a search results page.
34
+ * The `atomic-commerce-search-box` component enables users to perform product searches with built-in query suggestions and optional redirection to a search page.
35
35
  *
36
36
  * @slot default - The default slot where you can add child components to the search box.
37
37
  *
@@ -68,8 +68,8 @@ import '../atomic-commerce-search-box-recent-queries/atomic-commerce-search-box-
68
68
  * @part recent-query-title - The "recent searches" text of the clear button above suggestions from the `atomic-commerce-search-box-recent-queries` component.
69
69
  * @part recent-query-clear - The "clear" text of the clear button above suggestions from the `atomic-commerce-search-box-recent-queries` component.
70
70
  *
71
- * @part instant-results-item - An instant result rendered by an `atomic-commerce-search-box-instant-products` component.
72
- * @part instant-results-show-all - The clickable suggestion to show all items for the current instant results search rendered by an `atomic-commerce-search-box-instant-products` component.
71
+ * @part instant-results-item - An instant product rendered by an `atomic-commerce-search-box-instant-products` component.
72
+ * @part instant-results-show-all - The clickable suggestion to show all items for the current instant product search rendered by an `atomic-commerce-search-box-instant-products` component.
73
73
  * @part instant-results-show-all-button - The button inside the clickable suggestion from the `atomic-commerce-search-box-instant-products` component.
74
74
  *
75
75
  * @event redirect - Event that is emitted when a standalone search box redirection is triggered. By default, the search box will directly change the URL and redirect accordingly, so if you want to handle the redirection differently, use this event.
@@ -117,7 +117,7 @@ let AtomicCommerceSearchBox = class AtomicCommerceSearchBox extends LitElement {
117
117
  this.minimumQueryLength = 0;
118
118
  /**
119
119
  * Whether to clear all active query filters when the end user submits a new query from the search box.
120
- * Setting this option to "false" is not recommended & can lead to an increasing number of queries returning no results.
120
+ * Setting this option to "false" is not recommended & can lead to an increasing number of queries returning no products.
121
121
  */
122
122
  this.clearFilters = true;
123
123
  this.updateBreakpoints = once(() => updateBreakpoints(this));
@@ -19,7 +19,7 @@ import { ProductTemplateProvider } from '../product-list/product-template-provid
19
19
  *
20
20
  * This component is not supported on mobile.
21
21
  *
22
- * @part instant-results-show-all-button - The 'See all results' button.
22
+ * @part instant-results-show-all-button - The 'See all products' button.
23
23
  * @part instant-results-item - The individual instant product item.
24
24
  *
25
25
  * @slot default - The default slot where the instant products are rendered.
@@ -40,7 +40,7 @@ let AtomicCommerceSearchBoxInstantProducts = class AtomicCommerceSearchBoxInstan
40
40
  this.imageSize = 'icon';
41
41
  }
42
42
  /**
43
- * Sets a rendering function to bypass the standard HTML template mechanism for rendering results.
43
+ * Sets a rendering function to bypass the standard HTML template mechanism for rendering products.
44
44
  * You can use this function while working with web frameworks that don't use plain HTML syntax, e.g., React, Angular or Vue.
45
45
  *
46
46
  * Do not use this method if you integrate Atomic in a plain HTML deployment.
@@ -86,7 +86,7 @@ let AtomicCommerceSearchBoxInstantProducts = class AtomicCommerceSearchBoxInstan
86
86
  const interactiveProduct = this.instantProducts.interactiveProduct({
87
87
  options: { product },
88
88
  });
89
- const partialItem = getPartialInstantItemElement(this.bindings.i18n, this.ariaLabelGenerator?.(this.bindings, product) || product.ec_name, product.permanentid);
89
+ const partialItem = getPartialInstantItemElement(this.bindings.i18n, 'instant-products-suggestion-label', this.ariaLabelGenerator?.(this.bindings, product) || product.ec_name, product.permanentid);
90
90
  const key = `instant-product-${encodeForDomAttribute(product.permanentid)}`;
91
91
  const template = html `${keyed(key, html `<atomic-product
92
92
  part="outline"
@@ -115,10 +115,13 @@ let AtomicCommerceSearchBoxInstantProducts = class AtomicCommerceSearchBoxInstan
115
115
  };
116
116
  });
117
117
  if (elements.length) {
118
- const partialItem = getPartialInstantItemShowAllElement(this.bindings.i18n);
118
+ const partialItem = getPartialInstantItemShowAllElement(this.bindings.i18n, 'show-all-products');
119
119
  elements.push({
120
120
  ...partialItem,
121
- content: renderInstantItemShowAllButton({ i18n: this.bindings.i18n }),
121
+ content: renderInstantItemShowAllButton({
122
+ i18n: this.bindings.i18n,
123
+ i18nKey: 'show-all-products',
124
+ }),
122
125
  onSelect: () => {
123
126
  this.bindings.clearSuggestions();
124
127
  this.bindings.searchBoxController.updateText(this.instantProducts.state.query);