@getflip/swirl-components-angular 0.226.0 → 0.227.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 +33 -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
|
@@ -8732,11 +8732,11 @@ let SwirlText = class SwirlText {
|
|
|
8732
8732
|
this.el = r.nativeElement;
|
|
8733
8733
|
}
|
|
8734
8734
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8735
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontFamily: "fontFamily", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", truncateDirection: "truncateDirection", weight: "weight", whiteSpace: "whiteSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8735
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontFamily: "fontFamily", fontStyle: "fontStyle", lines: "lines", responsive: "responsive", size: "size", truncate: "truncate", truncateDirection: "truncateDirection", weight: "weight", whiteSpace: "whiteSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8736
8736
|
};
|
|
8737
8737
|
SwirlText = __decorate([
|
|
8738
8738
|
ProxyCmp({
|
|
8739
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'truncateDirection', 'weight', 'whiteSpace']
|
|
8739
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'responsive', 'size', 'truncate', 'truncateDirection', 'weight', 'whiteSpace']
|
|
8740
8740
|
})
|
|
8741
8741
|
], SwirlText);
|
|
8742
8742
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlText, decorators: [{
|
|
@@ -8746,7 +8746,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8746
8746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8747
8747
|
template: '<ng-content></ng-content>',
|
|
8748
8748
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8749
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'truncateDirection', 'weight', 'whiteSpace'],
|
|
8749
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'responsive', 'size', 'truncate', 'truncateDirection', 'weight', 'whiteSpace'],
|
|
8750
8750
|
}]
|
|
8751
8751
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8752
8752
|
let SwirlTextInput = class SwirlTextInput {
|