@getflip/swirl-components-angular 0.5.0 → 0.5.2

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.
@@ -1388,7 +1388,7 @@ export declare class FlipText {
1388
1388
  protected el: HTMLElement;
1389
1389
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1390
1390
  static ɵfac: i0.ɵɵFactoryDeclaration<FlipText, never>;
1391
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipText, "flip-text", never, { "align": "align"; "as": "as"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "weight": "weight"; }, {}, never, ["*"], false>;
1391
+ static ɵcmp: i0.ɵɵComponentDeclaration<FlipText, "flip-text", never, { "align": "align"; "as": "as"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
1392
1392
  }
1393
1393
  export declare interface FlipTextInput extends Components.FlipTextInput {
1394
1394
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
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.6.0",
17
+ "@getflip/swirl-components": "^0.6.2",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -3100,13 +3100,13 @@ export declare interface FlipText extends Components.FlipText {}
3100
3100
 
3101
3101
  @ProxyCmp({
3102
3102
  defineCustomElementFn: undefined,
3103
- inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
3103
+ inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3104
3104
  })
3105
3105
  @Component({
3106
3106
  selector: 'flip-text',
3107
3107
  changeDetection: ChangeDetectionStrategy.OnPush,
3108
3108
  template: '<ng-content></ng-content>',
3109
- inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
3109
+ inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3110
3110
  })
3111
3111
  export class FlipText {
3112
3112
  protected el: HTMLElement;