@getflip/swirl-components-angular 0.8.1 → 0.9.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.
@@ -3454,6 +3454,7 @@ let FlipThemeProvider = class FlipThemeProvider {
3454
3454
  this.z = z;
3455
3455
  c.detach();
3456
3456
  this.el = r.nativeElement;
3457
+ proxyOutputs(this, this.el, ['themeChange']);
3457
3458
  }
3458
3459
  };
3459
3460
  FlipThemeProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });