@gravitee/ui-particles-angular 7.29.1 → 7.29.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.
@@ -55,7 +55,6 @@ import * as i4$1 from '@angular/material/tooltip';
55
55
  import { MatTooltipModule } from '@angular/material/tooltip';
56
56
  import * as i3$4 from '@angular/cdk/clipboard';
57
57
  import { ClipboardModule } from '@angular/cdk/clipboard';
58
- import { action } from '@storybook/addon-actions';
59
58
 
60
59
  /*
61
60
  * Copyright (C) 2023 The Gravitee team (http://gravitee.io)
@@ -5578,9 +5577,6 @@ class GioLicenseDirective {
5578
5577
  id: 'gioLicenseDialog',
5579
5578
  })
5580
5579
  .afterClosed()
5581
- .pipe(tap(confirmed => {
5582
- action('confirmed?')(confirmed);
5583
- }))
5584
5580
  .subscribe();
5585
5581
  return false;
5586
5582
  }