@algolia/autocomplete-js 1.17.0 → 1.17.1

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.
@@ -162,6 +162,7 @@ export function autocomplete(options) {
162
162
  return function () {
163
163
  if (panelContainerElement.contains(panelElement)) {
164
164
  panelContainerElement.removeChild(panelElement);
165
+ panelContainerElement.classList.remove('aa-Detached');
165
166
  }
166
167
  };
167
168
  });
@@ -1,4 +1,4 @@
1
- /*! @algolia/autocomplete-js 1.17.0 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
1
+ /*! @algolia/autocomplete-js 1.17.1 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
4
4
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -347,7 +347,7 @@
347
347
  return undefined;
348
348
  }
349
349
 
350
- var version = '1.17.0';
350
+ var version = '1.17.1';
351
351
 
352
352
  var userAgents$1 = [{
353
353
  segment: 'autocomplete-core',
@@ -5046,6 +5046,7 @@
5046
5046
  return function () {
5047
5047
  if (panelContainerElement.contains(panelElement)) {
5048
5048
  panelContainerElement.removeChild(panelElement);
5049
+ panelContainerElement.classList.remove('aa-Detached');
5049
5050
  }
5050
5051
  };
5051
5052
  });