@getflip/swirl-components-angular 0.27.0 → 0.28.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 +31 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
|
@@ -189,7 +189,7 @@ export declare class SwirlCard {
|
|
|
189
189
|
protected el: HTMLElement;
|
|
190
190
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
191
191
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
|
|
192
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": "as"; "elevated": "elevated"; "highlighted": "highlighted"; "href": "href"; "imageAspectRatio": "imageAspectRatio"; "interactive": "interactive"; "linkTarget": "linkTarget"; "swirlAriaLabel": "swirlAriaLabel"; }, {}, never, ["*"], false>;
|
|
192
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": "as"; "borderRadius": "borderRadius"; "elevated": "elevated"; "highlighted": "highlighted"; "href": "href"; "imageAspectRatio": "imageAspectRatio"; "interactive": "interactive"; "linkTarget": "linkTarget"; "swirlAriaLabel": "swirlAriaLabel"; }, {}, never, ["*"], false>;
|
|
193
193
|
}
|
|
194
194
|
export declare interface SwirlCarousel extends Components.SwirlCarousel {
|
|
195
195
|
}
|
|
@@ -229,7 +229,7 @@ export declare class SwirlChip {
|
|
|
229
229
|
protected el: HTMLElement;
|
|
230
230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
231
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlChip, never>;
|
|
232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "
|
|
232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "icon": "icon"; "intent": "intent"; "interactive": "interactive"; "label": "label"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
233
233
|
}
|
|
234
234
|
export declare interface SwirlColumns extends Components.SwirlColumns {
|
|
235
235
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^14.1.0",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
16
16
|
"@angular/router": "^14.1.0",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.29.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -380,13 +380,13 @@ export declare interface SwirlCard extends Components.SwirlCard {}
|
|
|
380
380
|
|
|
381
381
|
@ProxyCmp({
|
|
382
382
|
defineCustomElementFn: undefined,
|
|
383
|
-
inputs: ['as', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
383
|
+
inputs: ['as', 'borderRadius', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
384
384
|
})
|
|
385
385
|
@Component({
|
|
386
386
|
selector: 'swirl-card',
|
|
387
387
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
388
388
|
template: '<ng-content></ng-content>',
|
|
389
|
-
inputs: ['as', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
389
|
+
inputs: ['as', 'borderRadius', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
390
390
|
})
|
|
391
391
|
export class SwirlCard {
|
|
392
392
|
protected el: HTMLElement;
|
|
@@ -471,13 +471,13 @@ export declare interface SwirlChip extends Components.SwirlChip {}
|
|
|
471
471
|
|
|
472
472
|
@ProxyCmp({
|
|
473
473
|
defineCustomElementFn: undefined,
|
|
474
|
-
inputs: ['
|
|
474
|
+
inputs: ['icon', 'intent', 'interactive', 'label', 'variant']
|
|
475
475
|
})
|
|
476
476
|
@Component({
|
|
477
477
|
selector: 'swirl-chip',
|
|
478
478
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
479
479
|
template: '<ng-content></ng-content>',
|
|
480
|
-
inputs: ['
|
|
480
|
+
inputs: ['icon', 'intent', 'interactive', 'label', 'variant']
|
|
481
481
|
})
|
|
482
482
|
export class SwirlChip {
|
|
483
483
|
protected el: HTMLElement;
|