@vendure/admin-ui 3.7.1-master-202607110305 → 3.7.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.
@@ -1 +1 @@
1
- export declare const ADMIN_UI_VERSION = "3.7.1-master-202607110305";
1
+ export declare const ADMIN_UI_VERSION = "3.7.1";
@@ -7654,7 +7654,7 @@ class DropdownMenuComponent {
7654
7654
  for (const entry of entries) {
7655
7655
  const contentWrapper = entry.target.querySelector('.dropdown-content-wrapper');
7656
7656
  if (contentWrapper) {
7657
- const { bottom, top } = contentWrapper?.getBoundingClientRect();
7657
+ const { bottom, top } = contentWrapper.getBoundingClientRect();
7658
7658
  if (bottom > window.innerHeight - margin) {
7659
7659
  // dropdown is going off the bottom of the screen
7660
7660
  this.maxHeight = window.innerHeight - top - margin;
@@ -7877,7 +7877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
7877
7877
  }], ctorParameters: () => [{ type: AlertsService }] });
7878
7878
 
7879
7879
  // Auto-generated by the set-version.js script.
7880
- const ADMIN_UI_VERSION = '3.7.1-master-202607110305';
7880
+ const ADMIN_UI_VERSION = '3.7.1';
7881
7881
 
7882
7882
  /* eslint-disable @angular-eslint/directive-selector */
7883
7883
  class FormFieldControlDirective {