@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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +25 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +2 -2
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -1
|
@@ -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 });
|