@coveo/atomic-react 3.11.35 → 3.11.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/atomic-react.cjs +2 -4
- package/dist/cjs/atomic-react.cjs.map +1 -1
- package/dist/cjs/commerce/atomic-react.cjs +3 -7
- package/dist/cjs/commerce/atomic-react.cjs.map +1 -1
- package/dist/cjs/recommendation/atomic-react.cjs +2 -4
- package/dist/cjs/recommendation/atomic-react.cjs.map +1 -1
- package/package.json +3 -3
|
@@ -7881,7 +7881,7 @@ function getWindow$1() {
|
|
|
7881
7881
|
}
|
|
7882
7882
|
function getAtomicEnvironment(headlessVersion) {
|
|
7883
7883
|
return {
|
|
7884
|
-
version: "3.60.
|
|
7884
|
+
version: "3.60.4",
|
|
7885
7885
|
headlessVersion
|
|
7886
7886
|
};
|
|
7887
7887
|
}
|
|
@@ -35495,9 +35495,7 @@ let AtomicSearchInterface$1 = class AtomicSearchInterface extends ChildrenUpdate
|
|
|
35495
35495
|
scrollToTop() {
|
|
35496
35496
|
const scrollContainerElement = document.querySelector(this.scrollContainer);
|
|
35497
35497
|
if (!scrollContainerElement) return void this.bindings.engine.logger.warn(`Could not find the scroll container with the selector "${this.scrollContainer}". This will prevent UX interactions that require a scroll from working correctly. Please review the CSS selector in the scrollContainer option`);
|
|
35498
|
-
scrollContainerElement.scrollIntoView(
|
|
35499
|
-
behavior: 'smooth'
|
|
35500
|
-
});
|
|
35498
|
+
scrollContainerElement.scrollIntoView();
|
|
35501
35499
|
}
|
|
35502
35500
|
closeRelevanceInspector() {
|
|
35503
35501
|
if (this.relevanceInspector) this.relevanceInspector.open = false;
|