@getflip/swirl-components-angular 0.356.0 → 0.357.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.
@@ -2875,7 +2875,7 @@ export declare class SwirlShellNavigationItem {
2875
2875
  protected el: HTMLSwirlShellNavigationItemElement;
2876
2876
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2877
2877
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlShellNavigationItem, never>;
2878
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "target": { "alias": "target"; "required": false; }; "tiled": { "alias": "tiled"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
2878
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlShellNavigationItem, "swirl-shell-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "boxed": { "alias": "boxed"; "required": false; }; "description": { "alias": "description"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inlineLabel": { "alias": "inlineLabel"; "required": false; }; "inlineLabelColor": { "alias": "inlineLabelColor"; "required": false; }; "label": { "alias": "label"; "required": true; }; "target": { "alias": "target"; "required": false; }; "tiled": { "alias": "tiled"; "required": false; }; "withGradient": { "alias": "withGradient"; "required": false; }; }, {}, never, ["*"], false, never>;
2879
2879
  }
2880
2880
  export declare interface SwirlShellNavigationItem extends Components.SwirlShellNavigationItem {
2881
2881
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.356.0",
3
+ "version": "0.357.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.3",
23
23
  "@angular/platform-browser-dynamic": "19.2.3",
24
24
  "@angular/router": "19.2.3",
25
- "@getflip/swirl-components": "^0.356.0",
25
+ "@getflip/swirl-components": "^0.357.0",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"
@@ -7352,14 +7352,14 @@ export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
7352
7352
 
7353
7353
 
7354
7354
  @ProxyCmp({
7355
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
7355
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
7356
7356
  })
7357
7357
  @Component({
7358
7358
  selector: 'swirl-shell-navigation-item',
7359
7359
  changeDetection: ChangeDetectionStrategy.OnPush,
7360
7360
  template: '<ng-content></ng-content>',
7361
7361
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7362
- inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
7362
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'target', 'tiled', 'withGradient'],
7363
7363
  standalone: false
7364
7364
  })
7365
7365
  export class SwirlShellNavigationItem {