@getflip/swirl-components-angular 0.294.0 → 0.295.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 +1 -1
- package/CHANGELOG.md +27 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -6577,11 +6577,11 @@ let SwirlInlineNotification = class SwirlInlineNotification {
|
|
|
6577
6577
|
this.el = r.nativeElement;
|
|
6578
6578
|
}
|
|
6579
6579
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6580
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlInlineNotification, selector: "swirl-inline-notification", inputs: { heading: "heading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6580
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlInlineNotification, selector: "swirl-inline-notification", inputs: { heading: "heading", hideHeading: "hideHeading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6581
6581
|
};
|
|
6582
6582
|
SwirlInlineNotification = __decorate([
|
|
6583
6583
|
ProxyCmp({
|
|
6584
|
-
inputs: ['heading', 'importance', 'intent']
|
|
6584
|
+
inputs: ['heading', 'hideHeading', 'importance', 'intent']
|
|
6585
6585
|
})
|
|
6586
6586
|
], SwirlInlineNotification);
|
|
6587
6587
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlInlineNotification, decorators: [{
|
|
@@ -6591,7 +6591,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6591
6591
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6592
6592
|
template: '<ng-content></ng-content>',
|
|
6593
6593
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6594
|
-
inputs: ['heading', 'importance', 'intent'],
|
|
6594
|
+
inputs: ['heading', 'hideHeading', 'importance', 'intent'],
|
|
6595
6595
|
}]
|
|
6596
6596
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6597
6597
|
let SwirlInlineStatus = class SwirlInlineStatus {
|