@coveo/atomic-react 3.11.26 → 3.11.27
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 -1
- package/dist/cjs/atomic-react.cjs.map +1 -1
- package/dist/cjs/commerce/atomic-react.cjs +2 -1
- package/dist/cjs/commerce/atomic-react.cjs.map +1 -1
- package/dist/cjs/recommendation/atomic-react.cjs +2 -1
- package/dist/cjs/recommendation/atomic-react.cjs.map +1 -1
- package/package.json +3 -3
|
@@ -8676,7 +8676,7 @@ function getWindow() {
|
|
|
8676
8676
|
}
|
|
8677
8677
|
function getAtomicEnvironment(headlessVersion) {
|
|
8678
8678
|
return {
|
|
8679
|
-
version: "3.59.
|
|
8679
|
+
version: "3.59.4",
|
|
8680
8680
|
headlessVersion
|
|
8681
8681
|
};
|
|
8682
8682
|
}
|
|
@@ -18117,6 +18117,7 @@ let AtomicCommerceSearchBox$1 = class AtomicCommerceSearchBox extends lit.LitEle
|
|
|
18117
18117
|
if (!e.shiftKey) this.onSubmit();
|
|
18118
18118
|
break;
|
|
18119
18119
|
case 'Escape':
|
|
18120
|
+
this.isExpanded = false;
|
|
18120
18121
|
this.suggestionManager.clearSuggestions();
|
|
18121
18122
|
break;
|
|
18122
18123
|
case 'ArrowDown':
|