@getflip/swirl-components-angular 0.50.0 → 0.52.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 +28 -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
|
@@ -4661,11 +4661,11 @@ let SwirlText = class SwirlText {
|
|
|
4661
4661
|
}
|
|
4662
4662
|
};
|
|
4663
4663
|
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 });
|
|
4664
|
-
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", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4664
|
+
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 });
|
|
4665
4665
|
SwirlText = __decorate([
|
|
4666
4666
|
ProxyCmp({
|
|
4667
4667
|
defineCustomElementFn: undefined,
|
|
4668
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
4668
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
4669
4669
|
})
|
|
4670
4670
|
], SwirlText);
|
|
4671
4671
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, decorators: [{
|
|
@@ -4674,7 +4674,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4674
4674
|
selector: 'swirl-text',
|
|
4675
4675
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4676
4676
|
template: '<ng-content></ng-content>',
|
|
4677
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
4677
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
4678
4678
|
}]
|
|
4679
4679
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4680
4680
|
let SwirlTextInput = class SwirlTextInput {
|