@getflip/swirl-components-angular 0.91.1 → 0.92.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 +25 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/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
|
@@ -6874,11 +6874,11 @@ let SwirlText = class SwirlText {
|
|
|
6874
6874
|
}
|
|
6875
6875
|
};
|
|
6876
6876
|
SwirlText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6877
|
-
SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontFamily: "fontFamily", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6877
|
+
SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6878
6878
|
SwirlText = __decorate([
|
|
6879
6879
|
ProxyCmp({
|
|
6880
6880
|
defineCustomElementFn: undefined,
|
|
6881
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
6881
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'truncateDirection', 'weight']
|
|
6882
6882
|
})
|
|
6883
6883
|
], SwirlText);
|
|
6884
6884
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, decorators: [{
|
|
@@ -6887,7 +6887,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6887
6887
|
selector: 'swirl-text',
|
|
6888
6888
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6889
6889
|
template: '<ng-content></ng-content>',
|
|
6890
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
6890
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'truncateDirection', 'weight']
|
|
6891
6891
|
}]
|
|
6892
6892
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6893
6893
|
let SwirlTextInput = class SwirlTextInput {
|