@skyux/popovers 13.7.1 → 13.7.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.
@@ -259,7 +259,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
259
259
  type: Directive,
260
260
  args: [{
261
261
  selector: '[skyDropdownTrigger]',
262
- standalone: true,
263
262
  host: {
264
263
  '[attr.aria-expanded]': 'isOpen()',
265
264
  '[attr.aria-controls]': 'isOpen() ? menuId() : null',