@getflip/swirl-components-angular 0.173.2 → 0.174.0

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.
@@ -7576,7 +7576,7 @@ let SwirlThemeProvider = class SwirlThemeProvider {
7576
7576
  this.z = z;
7577
7577
  c.detach();
7578
7578
  this.el = r.nativeElement;
7579
- proxyOutputs(this, this.el, ['themeChange']);
7579
+ proxyOutputs(this, this.el, ['appThemeUpdated', 'themeChange']);
7580
7580
  }
7581
7581
  };
7582
7582
  SwirlThemeProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });