@getflip/swirl-components-angular 0.23.2 → 0.24.1

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.
@@ -144,7 +144,7 @@ export declare class SwirlBanner {
144
144
  protected el: HTMLElement;
145
145
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
146
146
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBanner, never>;
147
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBanner, "swirl-banner", never, { "actionLabel": "actionLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "dismissable": "dismissable"; "importance": "importance"; "intent": "intent"; "showIcon": "showIcon"; }, {}, never, ["*"], false>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBanner, "swirl-banner", never, { "actionLabel": "actionLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "dismissable": "dismissable"; "importance": "importance"; "intent": "intent"; "showIcon": "showIcon"; "size": "size"; }, {}, never, ["*"], false>;
148
148
  }
149
149
  export declare interface SwirlBox extends Components.SwirlBox {
150
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.23.2",
3
+ "version": "0.24.1",
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.24.2",
17
+ "@getflip/swirl-components": "^0.25.1",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -274,13 +274,13 @@ export declare interface SwirlBanner extends Components.SwirlBanner {
274
274
 
275
275
  @ProxyCmp({
276
276
  defineCustomElementFn: undefined,
277
- inputs: ['actionLabel', 'content', 'dismissLabel', 'dismissable', 'importance', 'intent', 'showIcon']
277
+ inputs: ['actionLabel', 'content', 'dismissLabel', 'dismissable', 'importance', 'intent', 'showIcon', 'size']
278
278
  })
279
279
  @Component({
280
280
  selector: 'swirl-banner',
281
281
  changeDetection: ChangeDetectionStrategy.OnPush,
282
282
  template: '<ng-content></ng-content>',
283
- inputs: ['actionLabel', 'content', 'dismissLabel', 'dismissable', 'importance', 'intent', 'showIcon']
283
+ inputs: ['actionLabel', 'content', 'dismissLabel', 'dismissable', 'importance', 'intent', 'showIcon', 'size']
284
284
  })
285
285
  export class SwirlBanner {
286
286
  protected el: HTMLElement;