novo-elements 6.1.2 → 6.1.3

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.
@@ -26909,7 +26909,7 @@
26909
26909
  /** Sets up a key manager to listen to keyboard events on the overlay panel. */
26910
26910
  NovoDropdownElement.prototype._initKeyManager = function () {
26911
26911
  var _this = this;
26912
- this._keyManager = new a11y.ActiveDescendantKeyManager(this.options).withTypeAhead(100).withHomeAndEnd();
26912
+ this._keyManager = new a11y.ActiveDescendantKeyManager(this.options).withTypeAhead(250).withHomeAndEnd();
26913
26913
  // .withAllowedModifierKeys(['shiftKey']);
26914
26914
  this._keyManager.tabOut.pipe(operators.takeUntil(this._onDestroy)).subscribe(function () {
26915
26915
  if (_this.panelOpen) {
@@ -38881,7 +38881,7 @@
38881
38881
  /** Sets up a key manager to listen to keyboard events on the overlay panel. */
38882
38882
  NovoSelectElement.prototype._initKeyManager = function () {
38883
38883
  var _this = this;
38884
- this._keyManager = new a11y.ActiveDescendantKeyManager(this._getOptions()).withTypeAhead(100).withHomeAndEnd();
38884
+ this._keyManager = new a11y.ActiveDescendantKeyManager(this._getOptions()).withTypeAhead(250).withHomeAndEnd();
38885
38885
  // .withAllowedModifierKeys(['shiftKey']);
38886
38886
  this._keyManager.tabOut.pipe(operators.takeUntil(this._destroy)).subscribe(function () {
38887
38887
  if (_this.panelOpen) {