@getflip/swirl-components-angular 0.108.0 → 0.109.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.
@@ -217,7 +217,7 @@ export declare class SwirlCard {
217
217
  protected el: HTMLElement;
218
218
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
219
219
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
220
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "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"; }, {}, never, ["*"], false>;
220
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "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"; "swirlAriaLabelledby": "swirlAriaLabelledby"; }, {}, never, ["*"], false>;
221
221
  }
222
222
  export declare interface SwirlCarousel extends Components.SwirlCarousel {
223
223
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.108.0",
3
+ "version": "0.109.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.108.0",
17
+ "@getflip/swirl-components": "^0.109.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -436,13 +436,13 @@ export declare interface SwirlCard extends Components.SwirlCard {}
436
436
 
437
437
  @ProxyCmp({
438
438
  defineCustomElementFn: undefined,
439
- inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel']
439
+ inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby']
440
440
  })
441
441
  @Component({
442
442
  selector: 'swirl-card',
443
443
  changeDetection: ChangeDetectionStrategy.OnPush,
444
444
  template: '<ng-content></ng-content>',
445
- inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel']
445
+ inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby']
446
446
  })
447
447
  export class SwirlCard {
448
448
  protected el: HTMLElement;