@getflip/swirl-components-angular 0.119.0 → 0.120.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.
@@ -1857,7 +1857,7 @@ export declare class SwirlImageGrid {
1857
1857
  protected el: HTMLElement;
1858
1858
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1859
1859
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlImageGrid, never>;
1860
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlImageGrid, "swirl-image-grid", never, { "aspectRatio": "aspectRatio"; }, {}, never, ["*"], false>;
1860
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlImageGrid, "swirl-image-grid", never, { "aspectRatio": "aspectRatio"; "label": "label"; }, {}, never, ["*"], false>;
1861
1861
  }
1862
1862
  export declare interface SwirlImageGridItem extends Components.SwirlImageGridItem {
1863
1863
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.119.0",
3
+ "version": "0.120.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.119.0",
17
+ "@getflip/swirl-components": "^0.120.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -4193,13 +4193,13 @@ export declare interface SwirlImageGrid extends Components.SwirlImageGrid {}
4193
4193
 
4194
4194
  @ProxyCmp({
4195
4195
  defineCustomElementFn: undefined,
4196
- inputs: ['aspectRatio']
4196
+ inputs: ['aspectRatio', 'label']
4197
4197
  })
4198
4198
  @Component({
4199
4199
  selector: 'swirl-image-grid',
4200
4200
  changeDetection: ChangeDetectionStrategy.OnPush,
4201
4201
  template: '<ng-content></ng-content>',
4202
- inputs: ['aspectRatio']
4202
+ inputs: ['aspectRatio', 'label']
4203
4203
  })
4204
4204
  export class SwirlImageGrid {
4205
4205
  protected el: HTMLElement;