@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.
@@ -7251,7 +7251,7 @@ function getWindow$1() {
7251
7251
  }
7252
7252
  function getAtomicEnvironment(headlessVersion) {
7253
7253
  return {
7254
- version: "3.59.3",
7254
+ version: "3.59.4",
7255
7255
  headlessVersion
7256
7256
  };
7257
7257
  }
@@ -34066,6 +34066,7 @@ let AtomicSearchBox$1 = class AtomicSearchBox extends lit.LitElement {
34066
34066
  if (!e.shiftKey) this.onSubmit();
34067
34067
  break;
34068
34068
  case 'Escape':
34069
+ this.isExpanded = false;
34069
34070
  this.suggestionManager.clearSuggestions();
34070
34071
  break;
34071
34072
  case 'ArrowDown':