@ptsecurity/mosaic 16.5.0 → 16.5.2

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.
@@ -2678,7 +2678,7 @@ class McPopUpTrigger {
2678
2678
  this.listeners
2679
2679
  .set('keydown', (event) => {
2680
2680
  if (event instanceof KeyboardEvent && [ENTER, SPACE].includes(event.keyCode)) {
2681
- this.show();
2681
+ setTimeout(() => this.show());
2682
2682
  }
2683
2683
  });
2684
2684
  }
@@ -2964,7 +2964,7 @@ const validationTooltipShowDelay = 10;
2964
2964
  const validationTooltipHideDelay = 3000;
2965
2965
  const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
2966
2966
 
2967
- const VERSION = new Version('16.5.0+sha-69748eb');
2967
+ const VERSION = new Version('16.5.2+sha-6c39700');
2968
2968
 
2969
2969
  /**
2970
2970
  * Generated bundle index. Do not edit.