@getflip/swirl-components-angular 0.89.0 → 0.91.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 +32 -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
|
@@ -424,11 +424,11 @@ let SwirlCard = class SwirlCard {
|
|
|
424
424
|
}
|
|
425
425
|
};
|
|
426
426
|
SwirlCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
427
|
-
SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", elevated: "elevated", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaLabel: "swirlAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
427
|
+
SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", elevated: "elevated", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaLabel: "swirlAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
428
428
|
SwirlCard = __decorate([
|
|
429
429
|
ProxyCmp({
|
|
430
430
|
defineCustomElementFn: undefined,
|
|
431
|
-
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel']
|
|
431
|
+
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel']
|
|
432
432
|
})
|
|
433
433
|
], SwirlCard);
|
|
434
434
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, decorators: [{
|
|
@@ -437,7 +437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
437
437
|
selector: 'swirl-card',
|
|
438
438
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
439
439
|
template: '<ng-content></ng-content>',
|
|
440
|
-
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel']
|
|
440
|
+
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel']
|
|
441
441
|
}]
|
|
442
442
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
443
443
|
let SwirlCarousel = class SwirlCarousel {
|